Home
last modified time | relevance | path

Searched refs:getAttributeNode (Results 1 – 14 of 14) sorted by relevance

/PHP-8.2/ext/dom/tests/
H A Dregsiter_node_class.phpt23 $attr = $root->getAttributeNode('a');
28 $attr = $root->getAttributeNode('a');
H A Dbug70359.phpt15 $spaceNode = $dom->documentElement->getAttributeNode('xmlns');
27 $spaceNode = $dom->documentElement->firstElementChild->getAttributeNode('myattrib');
47 $spaceNode = $dom->documentElement->firstElementChild->getAttributeNode('xmlns:xsi');
H A Dbug61858.phpt11 $attr = $example->getAttributeNode('a');
H A Dbug81433.phpt16 $node = $element->getAttributeNode("id");
H A Dbug78577.phpt11 $attr = $doc->documentElement->getAttributeNode('xmlns');
H A Ddomattributes.phpt18 $lang = $node->getAttributeNode('language');
H A Ddom_set_attr_node.phpt21 $attr = $root->getAttributeNode('a');
H A Dclone_nodes.phpt13 $attr = $doc->documentElement->getAttributeNode('xmlns');
H A Ddomelement.phpt28 $lang = $node->getAttributeNode('language');
76 $idatt = $node->getAttributeNode('idatt');
H A Dgh10234.phpt9 $attribute = $document->documentElement->getAttributeNode('attribute');
H A Ddom001.phpt56 $attr = $rootnode->getAttributeNode("src");
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php576 public function getAttributeNode(string $qualifiedName) {} function in DOMElement
H A Dphp_dom_arginfo.h547 ZEND_METHOD(DOMElement, getAttributeNode);
767 ZEND_ME(DOMElement, getAttributeNode, arginfo_class_DOMElement_getAttributeNode, ZEND_ACC_PUBLIC)
H A Delement.c358 PHP_METHOD(DOMElement, getAttributeNode) in PHP_METHOD() argument

Completed in 32 milliseconds