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

13 linhas
113 B
Plaintext

key=0 val=1
key=1 val=2
key=2 val=3
key=3 val=4
array(3) {
[0]=>
int(2)
[1]=>
int(0)
[3]=>
&int(5)
}