import zend simplexml tests
[hiphop-php.git] / hphp / test / zend / bad / ext-simplexml / 001.php.expectf
blob075407628d61a6bebdfb08caf556f708d02aa187
1 object(SimpleXMLElement)#%d (2) {
2   ["@attributes"]=>
3   array(1) {
4     ["id"]=>
5     string(5) "elem1"
6   }
7   ["elem1"]=>
8   object(SimpleXMLElement)#%d (3) {
9     ["@attributes"]=>
10     array(1) {
11       ["attr1"]=>
12       string(5) "first"
13     }
14     ["comment"]=>
15     object(SimpleXMLElement)#%d (0) {
16     }
17     ["elem2"]=>
18     object(SimpleXMLElement)#%d (1) {
19       ["elem3"]=>
20       object(SimpleXMLElement)#%d (1) {
21         ["elem4"]=>
22         object(SimpleXMLElement)#%d (1) {
23           ["test"]=>
24           object(SimpleXMLElement)#%d (0) {
25           }
26         }
27       }
28     }
29   }
31 ===DONE===