--TEST-- Delayed freeing attribute declaration --EXTENSIONS-- dom --FILE-- loadXML(<<<'XML' ]> XML); echo $doc->saveXML(), "\n"; // Note: no way to query the attribute declaration, but this at least tests destruction order $doc->removeChild($doc->doctype); echo $doc->saveXML(), "\n"; ?> --EXPECT-- ]>