--TEST-- Bug #66783 (UAF when appending DOMDocument to element) --SKIPIF-- --FILE-- loadXML(''); $e = $doc->createElement('e'); try { $e->appendChild($doc); } catch (DOMException $ex) { echo $ex->getMessage(), PHP_EOL; } ?> --EXPECTF-- Hierarchy Request Error