Handle this typehints
[hiphop-php.git] / hphp / test / slow / simple_xml / 1656.php.expect
blobcbbd77b9236c943e4d100072eef95a3b57243edc
1 array(1) {
2   ["@attributes"]=>
3   array(1) {
4     ["a"]=>
5     string(1) "b"
6   }
8 string(4) "test"
9 string(6) "value1"
10 string(0) ""
11 string(4) "test"
12 string(1) "v"
13 array(1) {
14   ["@attributes"]=>
15   array(2) {
16     ["attr1"]=>
17     string(6) "value1"
18     ["attr2"]=>
19     string(6) "value2"
20   }
22 array(0) {
24 string(174) "<?xml version="1.0" encoding="utf-8"?>
25 <node a="b"><subnode attr1="value1" attr2="value2">test</subnode><subnode><subsubnode>test</subsubnode></subnode><test>v</test></node>
27 string(8) "newvalue"
28 string(224) "<?xml version="1.0" encoding="utf-8"?>
29 <node a="b" newattr="newattrvalue"><subnode attr1="value1" attr2="value2">test</subnode><subnode><subsubnode>test</subsubnode></subnode><test>v</test><newnode>newvalue</newnode></node>
31 array(1) {
32   ["@attributes"]=>
33   array(2) {
34     ["a"]=>
35     string(1) "b"
36     ["newattr"]=>
37     string(12) "newattrvalue"
38   }
40 string(8) "newvalue"
41 string(4) "node"
42 array(0) {
44 string(4) "test"
45 string(4) "test"