--TEST-- SimpleXML: Simple Inheritance --SKIPIF-- --FILE-- EOF; var_dump(simplexml_load_string($xml, 'simplexml_inherited')); ?> ===DONE=== --EXPECTF-- object(simplexml_inherited)#%d (2) { [u"@attributes"]=> array(1) { [u"id"]=> unicode(5) "elem1" } [u"elem1"]=> object(simplexml_inherited)#%d (3) { [u"@attributes"]=> array(1) { [u"attr1"]=> unicode(5) "first" } [u"comment"]=> object(simplexml_inherited)#%d (0) { } [u"elem2"]=> object(simplexml_inherited)#%d (1) { [u"elem3"]=> object(simplexml_inherited)#%d (1) { [u"elem4"]=> object(simplexml_inherited)#%d (1) { [u"test"]=> object(simplexml_inherited)#%d (0) { } } } } } } ===DONE===