Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/tests/
H A Dbug_lifetime_parentNode_getAttributeNodeNS.phpt2 Lifetime issue with parentNode on getAttributeNodeNS()
14 $ns2 = $xml->documentElement->getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "ns2");
H A Dbug54382.phpt2 Bug #54382 DOMNode::getAttributeNodeNS doesn't get xmlns* attributes
16 $ns2 = $de->getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "ns2");
H A Ddomelement.phpt49 $lang = $node->getAttributeNodeNS('http://www.w3.org/XML/1998/namespace', 'lang');
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php344 public function getAttributeNodeNS(?string $namespace, string $localName) {} function in DOMElement
H A Dphp_dom_arginfo.h548 ZEND_METHOD(DOMElement, getAttributeNodeNS);
768 …ZEND_ME(DOMElement, getAttributeNodeNS, arginfo_class_DOMElement_getAttributeNodeNS, ZEND_ACC_PUBL…
H A Delement.c857 PHP_METHOD(DOMElement, getAttributeNodeNS) in PHP_METHOD() argument
/PHP-8.1/
H A DNEWS450 . Fix lifetime issue with getAttributeNodeNS(). (nielsdos)

Completed in 37 milliseconds