Searched refs:setAttributeNodeNS (Results 1 – 7 of 7) sorted by relevance
2 setAttributeNodeNS with same URI but different prefix16 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);20 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);24 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
12 $element->setAttributeNodeNS($attr);
46 $node->setAttributeNodeNS($lang);
612 public function setAttributeNodeNS(DOMAttr $attr) {} function in DOMElement
559 ZEND_METHOD(DOMElement, setAttributeNodeNS);779 …ZEND_ME(DOMElement, setAttributeNodeNS, arginfo_class_DOMElement_setAttributeNodeNS, ZEND_ACC_PUBL…
900 PHP_METHOD(DOMElement, setAttributeNodeNS) in PHP_METHOD() argument
1320 . Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS.
Completed in 20 milliseconds