Arquivos
hhvm/hphp/test/slow/ext_xml/xml.php.expect
T
2013-06-18 16:23:21 -07:00

44 linhas
516 B
Plaintext

bool(true)
bool(true)
array(2) {
[0]=>
int(0)
[1]=>
int(2)
}
array(1) {
[0]=>
int(1)
}
array(3) {
["tag"]=>
string(4) "PARA"
["type"]=>
string(4) "open"
["level"]=>
int(1)
}
array(5) {
["tag"]=>
string(4) "NOTE"
["type"]=>
string(8) "complete"
["level"]=>
int(2)
["attributes"]=>
array(1) {
["ATTRIB1"]=>
string(3) "foo"
}
["value"]=>
string(11) "simple&note"
}
array(3) {
["tag"]=>
string(4) "PARA"
["type"]=>
string(5) "close"
["level"]=>
int(1)
}