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

52 linhas
880 B
Plaintext

Array
(
[b] => Array
(
[0] => bar
[1] => Array
(
[0] => 1
[1] => 2
[2] => foo
)
)
[a] => Array
(
[0] => 1
[1] => 2
[2] => foo
)
[c] => Array
(
[0] => bar
[1] => Array
(
[0] => 1
[1] => 2
[2] => foo
)
)
[d] => Array
(
[0] => Array
(
[0] => bar
[1] => Array
(
[0] => 1
[1] => 2
[2] => foo
)
)
)
[e] => 1
)