--TEST-- GH-15910 (Assertion failure in ext/dom/element.c) --EXTENSIONS-- dom --CREDITS-- YuanchengJiang --FILE-- appendChild($doc->createElement('container')); try { $doc->documentElement->setAttributeNodeNS($doc); } catch (Error $e) { echo $e->getMessage(), "\n"; } ?> --EXPECT-- DOMElement::setAttributeNodeNS(): Argument #1 ($attr) must be of type DOMAttr, DOMDocument given