Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/dom/tests/manually_call_constructor/
H A Dattribute.phpt18 $doc->documentElement->setAttributeNode($attr);
22 $doc->documentElement->setAttributeNode($attr);
/PHP-8.2/ext/dom/
H A Dphp_dom.stub.php609 public function setAttributeNode(DOMAttr $attr) {} function in DOMElement
H A Dphp_dom_arginfo.h558 ZEND_METHOD(DOMElement, setAttributeNode);
778 ZEND_ME(DOMElement, setAttributeNode, arginfo_class_DOMElement_setAttributeNode, ZEND_ACC_PUBLIC)
H A Delement.c393 PHP_METHOD(DOMElement, setAttributeNode) in PHP_METHOD() argument

Completed in 26 milliseconds