Home
last modified time | relevance | path

Searched refs:setAttributeNode (Results 1 – 12 of 12) sorted by relevance

/PHP-8.3/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttribute_mixed_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
11 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'foo…
12 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'hel…
H A DsetAttribute_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
11 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'foo…
13 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns2', 'foo…
15 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns3', 'foo…
17 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns4', 'foo…
H A DsetAttribute_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNode variation (DOM Level …
11 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns1', 'hel…
13 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns2', 'hel…
15 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns3', 'hel…
17 var_dump($doc->documentElement->setAttributeNode($doc->createAttributeNS('http://php.net/ns4', 'hel…
/PHP-8.3/ext/dom/tests/
H A Ddom_set_attr_node.phpt2 Test: setAttributeNode()
27 $root2->setAttributeNode($attr);
58 string(16) "setAttributeNode"
H A Dbug45251.phpt2 Bug #45251 (double free or corruption with setAttributeNode())
23 $ccc->setAttributeNode($attr);
H A Ddomattributes.phpt27 $parent->setAttributeNode($chapter);
H A Dbug44648.phpt15 $root->setAttributeNode($attr);
H A Ddomelement.phpt30 $node->setAttributeNode($lang);
/PHP-8.3/ext/dom/tests/manually_call_constructor/
H A Dattribute.phpt18 $doc->documentElement->setAttributeNode($attr);
22 $doc->documentElement->setAttributeNode($attr);
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php639 public function setAttributeNode(DOMAttr $attr) {} function in DOMElement
H A Dphp_dom_arginfo.h604 ZEND_METHOD(DOMElement, setAttributeNode);
835 ZEND_ME(DOMElement, setAttributeNode, arginfo_class_DOMElement_setAttributeNode, ZEND_ACC_PUBLIC)
H A Delement.c600 PHP_METHOD(DOMElement, setAttributeNode) in PHP_METHOD() argument

Completed in 26 milliseconds