Arquivos
hhvm/hphp/test/slow/dynamic_functions/1189.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
295 B
Plaintext

array(3) {
[0]=>
array(3) {
["c"]=>
int(1)
["a"]=>
int(2)
["b"]=>
int(3)
}
[1]=>
array(3) {
["z"]=>
int(5)
["y"]=>
int(4)
["x"]=>
int(6)
}
[2]=>
array(3) {
["r"]=>
int(7)
["q"]=>
int(9)
["p"]=>
int(8)
}
}