Home
last modified time | relevance | path

Searched refs:setAttributeNodeNS (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/dom/tests/
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt2 setAttributeNodeNS with same URI but different prefix
16 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
20 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
24 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
H A Dgh16151.phpt12 $element->setAttributeNodeNS($attr);
H A Ddomelement.phpt46 $node->setAttributeNodeNS($lang);
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php612 public function setAttributeNodeNS(DOMAttr $attr) {} function in DOMElement
H A Dphp_dom_arginfo.h559 ZEND_METHOD(DOMElement, setAttributeNodeNS);
779 …ZEND_ME(DOMElement, setAttributeNodeNS, arginfo_class_DOMElement_setAttributeNodeNS, ZEND_ACC_PUBL…
H A Delement.c900 PHP_METHOD(DOMElement, setAttributeNodeNS) in PHP_METHOD() argument
/PHP-8.2/
H A DNEWS1320 . Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS.

Completed in 20 milliseconds