Arquivos
hhvm/hphp/test/slow/simple_xml/1642.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

20 linhas
264 B
Plaintext

array(2) {
["key1"]=>
array(2) {
["subkey1"]=>
array(2) {
[0]=>
string(8) "value1-1"
[1]=>
string(8) "value1-2"
}
["subkey2"]=>
string(6) "value1"
}
["key2"]=>
array(1) {
[0]=>
string(6) "value2"
}
}