Arquivos
hhvm/hphp/test/slow/array_for_each/489.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
299 B
Plaintext

i=10 key=0
i=9 key=0
i=8 key=0
i=7 key=0
i=6 key=0
i=5 key=0
i=4 key=0
i=3 key=0
i=2 key=0
i=1 key=0
i=0 key=0
Unsetting key 1
i=0 key=2
i=1 key=2
i=2 key=2
i=3 key=2
i=4 key=2
i=5 key=2
i=6 key=2
i=7 key=2
i=8 key=2
i=9 key=2
i=10 key=2
array(2) {
[0]=>
string(1) "a"
[2]=>
string(1) "c"
}