- Notifications
You must be signed in to change notification settings - Fork8k
Closed
Description
Description
The following code:
<?php$doc =newDOMDocument();$doc->appendChild($doc->createElement('container'));var_dump($doc->documentElement->setAttributeNodeNS($doc)?->nodeValue);
Resulted in this output:
/php-src/ext/dom/element.c:696: dom_element_set_attribute_node_common: Assertion `attrp->type == XML_ATTRIBUTE_NODE' failed.Aborted (core dumped)
PHP Version
PHP 8.4.0-dev
Operating System
ubuntu 22.04