Home
last modified time | relevance | path

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

/PHP-8.3/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');
43 $spaceNode = $dom->documentElement->firstElementChild->getAttributeNode('xmlns:xsi');
H A DDOMDocument_importNode_attribute_prefix_conflict.phpt14 $attribute = $dom1->documentElement->getAttributeNode('foo:bar');
27 $attribute = $dom1->documentElement->getAttributeNode('foo:bar');
42 $attribute = $dom1->documentElement->getAttributeNode('bar');
H A Dbug61858.phpt11 $attr = $example->getAttributeNode('a');
H A Dbug81433.phpt16 $node = $element->getAttributeNode("id");
H A DDOMElement_getAttributeNames.phpt13 assert($dom->documentElement->getAttributeNode($name)->nodeName === $name);
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 DDOMElement_toggleAttribute.phpt72 var_dump($dom->documentElement->getAttributeNode('test:test')->namespaceURI);
74 var_dump($dom->documentElement->firstElementChild->getAttributeNode('foo:test')->namespaceURI);
76 var_dump($dom->documentElement->firstElementChild->getAttributeNode('doesnotexist:test')->namespace…
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 DDOMNode_contains.phpt54 var_dump($dom->contains($dom->documentElement->getAttributeNode('xmlns:test')));
H A Dgh10234.phpt9 $attribute = $document->documentElement->getAttributeNode('attribute');
H A Ddom001.phpt56 $attr = $rootnode->getAttributeNode("src");
/PHP-8.3/ext/dom/tests/delayed_freeing/
H A Dnamespace_xmlns_declaration_attribute_variation.phpt12 $declaration = $doc->documentElement->getAttributeNode('xmlns');
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php606 public function getAttributeNode(string $qualifiedName) {} function in DOMElement
H A Dphp_dom_arginfo.h593 ZEND_METHOD(DOMElement, getAttributeNode);
824 ZEND_ME(DOMElement, getAttributeNode, arginfo_class_DOMElement_getAttributeNode, ZEND_ACC_PUBLIC)
H A Delement.c565 PHP_METHOD(DOMElement, getAttributeNode) in PHP_METHOD() argument

Completed in 26 milliseconds