Arquivos
hhvm/hphp/test/slow/array_for_each/492.php.expect
T
ptarjan 503f75d08b Rename test directories
These names don't make sense now that we run both suites the same
way.
2013-04-17 09:06:51 -07:00

30 linhas
227 B
Plaintext

0
1
2
3
4
array(5) {
[0]=>
int(110)
[1]=>
int(120)
[2]=>
&int(130)
[3]=>
int(140)
[4]=>
&int(150)
}
array(5) {
[0]=>
int(110)
[1]=>
int(120)
[2]=>
&int(130)
[3]=>
int(40)
[4]=>
int(50)
}