Arquivos
hhvm/hphp/test/vm/asm_array.hhas.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
223 B
Plaintext

array(4) {
[0]=>
int(1)
[1]=>
int(2)
[2]=>
int(3)
[3]=>
int(4)
}
int(3)
bar
one
win
array(2) {
["foo"]=>
string(3) "bar"
[1]=>
string(3) "one"
}
array(2) {
[0]=>
int(1)
[1]=>
string(1) "b"
}