Searched refs:getAttributeNodeNS (Results 1 – 5 of 5) sorted by relevance
2 Bug #54382 DOMNode::getAttributeNodeNS doesn't get xmlns* attributes18 $ns2 = $de->getAttributeNodeNS("http://www.w3.org/2000/xmlns/", "ns2");
49 $lang = $node->getAttributeNodeNS('http://www.w3.org/XML/1998/namespace', 'lang');
191 public function getAttributeNodeNS(?string $namespace, string $localName) {} function in DOMElement
490 ZEND_METHOD(DOMElement, getAttributeNodeNS);706 …ZEND_ME(DOMElement, getAttributeNodeNS, arginfo_class_DOMElement_getAttributeNodeNS, ZEND_ACC_PUBL…
798 PHP_METHOD(DOMElement, getAttributeNodeNS) in PHP_METHOD() argument
Completed in 32 milliseconds