Home
last modified time | relevance | path

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

/PHP-8.3/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 DDOMDocument_adoptNode_attribute_references.phpt11 $root1 = $root->getAttributeNodeNS("urn:a", "root1");
H A Dgh12870.inc21 … var_dump($attr === $d->documentElement->getAttributeNodeNS($uri, $parts[count($parts) - 1]));
H A Ddomelement.phpt49 $lang = $node->getAttributeNodeNS('http://www.w3.org/XML/1998/namespace', 'lang');
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php609 public function getAttributeNodeNS(?string $namespace, string $localName) {} function in DOMElement
H A Dphp_dom_arginfo.h594 ZEND_METHOD(DOMElement, getAttributeNodeNS);
825 …ZEND_ME(DOMElement, getAttributeNodeNS, arginfo_class_DOMElement_getAttributeNodeNS, ZEND_ACC_PUBL…
H A Delement.c991 PHP_METHOD(DOMElement, getAttributeNodeNS) in PHP_METHOD() argument

Completed in 30 milliseconds