Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/tests/createAttributeNS_prefix_conflicts/
H A DsetAttributeNS_with_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, with pre…
11 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns1', 'f…
13 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns2', 'f…
15 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns3', 'f…
17 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns4', 'f…
H A DsetAttributeNS_without_prefix.phpt2 DOMDocument::createAttributeNS() with prefix name conflict - setAttributeNodeNS variation, without …
11 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns1', 'h…
13 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns2', 'h…
15 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns3', 'h…
17 var_dump($doc->documentElement->setAttributeNodeNS($doc->createAttributeNS('http://php.net/ns4', 'h…
/PHP-8.3/ext/dom/tests/
H A DsetAttributeNodeNS_same_uri_different_prefix.phpt2 setAttributeNodeNS with same URI but different prefix
16 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
20 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
24 var_dump($doc->documentElement->setAttributeNodeNS($attribute)?->nodeValue);
H A DDOMDocument_importNode_attribute_prefix_conflict.phpt16 $dom2->documentElement->setAttributeNodeNS($imported);
29 $dom2->documentElement->setAttributeNodeNS($imported);
44 $dom2->documentElement->setAttributeNodeNS($imported);
H A Dgh12870.inc10 $d->documentElement->setAttributeNodeNS($attr);
H A Ddomelement.phpt46 $node->setAttributeNodeNS($lang);
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php642 public function setAttributeNodeNS(DOMAttr $attr) {} function in DOMElement
H A Dphp_dom_arginfo.h605 ZEND_METHOD(DOMElement, setAttributeNodeNS);
836 …ZEND_ME(DOMElement, setAttributeNodeNS, arginfo_class_DOMElement_setAttributeNodeNS, ZEND_ACC_PUBL…
H A Delement.c1034 PHP_METHOD(DOMElement, setAttributeNodeNS) in PHP_METHOD() argument

Completed in 32 milliseconds