Home
last modified time | relevance | path

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

12

/PHP-8.4/ext/dom/tests/modern/spec/
H A DElement_setAttributeNode.phpt2 Dom\Element::setAttributeNode(NS) in the same document
15 $container->setAttributeNode($attribute1);
16 var_dump($container->setAttributeNode($attribute1) === null);
19 var_dump($container->setAttributeNode($attribute2) === $attribute1);
22 var_dump($container->setAttributeNode($attribute3) === null);
28 $container->setAttributeNode($attribute4);
29 var_dump($container->setAttributeNode($attribute4) === null);
H A DElement_setAttributeNode_inuse.phpt2 Dom\Element::setAttributeNode(NS) inuse error
12 $container->setAttributeNode($attr1);
15 $element->setAttributeNode($attr1);
H A DElement_setAttributeNode_adoption.phpt2 Dom\Element::setAttributeNode(NS) adopting from another document
17 $container->setAttributeNode($attr);
29 $dom1->documentElement->setAttributeNode($attr2);
34 $dom1->documentElement->setAttributeNode($attr3);
H A DElement_removeAttribute.phpt18 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
25 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
29 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
38 $element->setAttributeNode($attr);
H A DElement_getAttribute.phpt17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
23 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
32 $element->setAttributeNode($attr);
H A DElement_getAttributeNode.phpt17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
23 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
32 $element->setAttributeNode($attr);
H A DElement_hasAttribute.phpt17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
23 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
32 $element->setAttributeNode($attr);
H A DElement_getAttributeNS.phpt29 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
36 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
H A DElement_getAttributeNodeNS.phpt31 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
38 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
H A DElement_hasAttributeNS.phpt29 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local"));
36 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
H A DElement_removeAttributeNS.phpt56 $body->setAttributeNode($attr = $body->ownerDocument->createAttribute("prefix:local"));
67 $body->setAttributeNode($attr = $body->ownerDocument->createAttributeNS("urn:a", "prefix:local2"));
H A DElement_setAttribute_with_namespace.phpt33 $container->setAttributeNode($dom->createAttributeNS("urn:b", "in:ns"));
/PHP-8.4/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.4/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 Dclone_attribute_namespace_01.phpt44 echo "--- Re-adding a namespaced attribute, with the namespace deleted (setAttributeNode variation)…
46 readd_test("setAttributeNode");
72 --- Re-adding a namespaced attribute, with the namespace deleted (setAttributeNode variation) ---
H A DreplaceChild_attribute_validation.phpt19 $root->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.4/ext/dom/tests/manually_call_constructor/
H A Dattribute.phpt18 $doc->documentElement->setAttributeNode($attr);
22 $doc->documentElement->setAttributeNode($attr);
/PHP-8.4/ext/dom/tests/bug79701/
H A Dnode.phpt13 $element->setAttributeNode($attr);
/PHP-8.4/ext/dom/
H A Dphp_dom.stub.php813 public function setAttributeNode(DOMAttr $attr) {} function in DOMElement
1626 public function setAttributeNode(Attr $attr) : ?Attr {} function in Dom\\Element

Completed in 40 milliseconds

12