--TEST-- Bug #73907 nextSibling property not included in var_dump of DOMNode --SKIPIF-- --FILE-- '; $doc = new DOMDocument(); $doc->loadXML($xmlString); $attr = $doc->documentElement; var_dump($attr); --EXPECTF-- object(DOMElement)#%d (%d) {%A ["nextSibling"]=> NULL %A}