Arquivos
hhvm/hphp/test/slow/array_for_each/494.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

33 linhas
248 B
Plaintext

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