Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A Dbug54382.phpt2 Bug #54382 DOMNode::getAttributeNodeNS doesn't get xmlns* attributes
18 $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.0/ext/dom/
H A Dphp_dom.stub.php191 public function getAttributeNodeNS(?string $namespace, string $localName) {} function in DOMElement
H A Dphp_dom_arginfo.h490 ZEND_METHOD(DOMElement, getAttributeNodeNS);
706 …ZEND_ME(DOMElement, getAttributeNodeNS, arginfo_class_DOMElement_getAttributeNodeNS, ZEND_ACC_PUBL…
H A Delement.c798 PHP_METHOD(DOMElement, getAttributeNodeNS) in PHP_METHOD() argument

Completed in 19 milliseconds