Arquivos
hhvm/hphp/test/vm/array_callbacks.php.exp
T
Jordan Delong 363d1bb20f Code move src/ -> hphp/
This change is mostly for FB internal organizational reasons.
Building is not effected beyond the fact that the target now
lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
2013-02-11 02:10:41 -08: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