Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A Dregsiter_node_class.phpt23 $attr = $root->getAttributeNode('a');
28 $attr = $root->getAttributeNode('a');
H A Dbug61858.phpt13 $attr = $example->getAttributeNode('a');
H A Dbug81433.phpt18 $node = $element->getAttributeNode("id");
H A Ddomattributes.phpt18 $lang = $node->getAttributeNode('language');
H A Ddom_set_attr_node.phpt21 $attr = $root->getAttributeNode('a');
H A Ddomelement.phpt28 $lang = $node->getAttributeNode('language');
76 $idatt = $node->getAttributeNode('idatt');
H A Ddom001.phpt56 $attr = $rootnode->getAttributeNode("src");
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php188 public function getAttributeNode(string $qualifiedName) {} function in DOMElement
H A Dphp_dom_arginfo.h489 ZEND_METHOD(DOMElement, getAttributeNode);
705 ZEND_ME(DOMElement, getAttributeNode, arginfo_class_DOMElement_getAttributeNode, ZEND_ACC_PUBLIC)
H A Delement.c357 PHP_METHOD(DOMElement, getAttributeNode) in PHP_METHOD() argument

Completed in 18 milliseconds