import zend simplexml tests
[hiphop-php.git] / hphp / test / zend / bad / ext-simplexml / 003.php.expectf
blob38297b3582ee823c2250997c1157423a9aa7f02c
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 (2) {
21         ["included-entity"]=>
22         object(SimpleXMLElement)#%d (1) {
23           ["included-entity"]=>
24           string(36) "This is text included from an entity"
25         }
26         ["elem4"]=>
27         object(SimpleXMLElement)#%d (1) {
28           ["test"]=>
29           object(SimpleXMLElement)#%d (0) {
30           }
31         }
32       }
33     }
34   }
36 ===DONE===