Arquivos
hhvm/hphp/test/quick/array_callbacks.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

27 linhas
212 B
Plaintext

array(4) {
[0]=>
int(1)
[2]=>
int(3)
[4]=>
int(5)
[6]=>
int(7)
}
8 times
array(6) {
[0]=>
int(1)
[1]=>
int(2)
[3]=>
int(4)
[4]=>
int(5)
[6]=>
int(7)
[7]=>
int(8)
}
8 times