Searched refs:getAttributeNodeNS (Results 1 – 7 of 7) sorted by relevance
2 Lifetime issue with parentNode on getAttributeNodeNS()14 $ns2 = $xml->documentElement->getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "ns2");
2 Bug #54382 DOMNode::getAttributeNodeNS doesn't get xmlns* attributes16 $ns2 = $de->getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "ns2");
49 $lang = $node->getAttributeNodeNS('http://www.w3.org/XML/1998/namespace', 'lang');
579 public function getAttributeNodeNS(?string $namespace, string $localName) {} function in DOMElement
548 ZEND_METHOD(DOMElement, getAttributeNodeNS);768 …ZEND_ME(DOMElement, getAttributeNodeNS, arginfo_class_DOMElement_getAttributeNodeNS, ZEND_ACC_PUBL…
857 PHP_METHOD(DOMElement, getAttributeNodeNS) in PHP_METHOD() argument
1521 . Fix lifetime issue with getAttributeNodeNS(). (nielsdos)
Completed in 24 milliseconds