/php-src/ext/dom/tests/modern/spec/ |
H A D | Element_setAttributeNode.phpt | 2 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 D | Element_setAttributeNode_inuse.phpt | 2 Dom\Element::setAttributeNode(NS) inuse error 12 $container->setAttributeNode($attr1); 15 $element->setAttributeNode($attr1);
|
H A D | Element_setAttributeNode_adoption.phpt | 2 Dom\Element::setAttributeNode(NS) adopting from another document 17 $container->setAttributeNode($attr); 29 $dom1->documentElement->setAttributeNode($attr2); 34 $dom1->documentElement->setAttributeNode($attr3);
|
H A D | Element_removeAttribute.phpt | 18 $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 D | Element_getAttribute.phpt | 17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 23 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2")); 32 $element->setAttributeNode($attr);
|
H A D | Element_getAttributeNode.phpt | 17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 23 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2")); 32 $element->setAttributeNode($attr);
|
H A D | Element_hasAttribute.phpt | 17 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 23 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2")); 32 $element->setAttributeNode($attr);
|
H A D | Element_getAttributeNS.phpt | 29 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 36 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
|
H A D | Element_hasAttributeNS.phpt | 29 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 36 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
|
H A D | Element_getAttributeNodeNS.phpt | 31 $body->setAttributeNode($attr = $dom->createAttribute("prefix:local")); 38 $body->setAttributeNode($attr = $dom->createAttributeNS("urn:a", "prefix:local2"));
|
H A D | Element_removeAttributeNS.phpt | 56 $body->setAttributeNode($attr = $body->ownerDocument->createAttribute("prefix:local")); 67 $body->setAttributeNode($attr = $body->ownerDocument->createAttributeNS("urn:a", "prefix:local2"));
|
H A D | Element_setAttribute_with_namespace.phpt | 33 $container->setAttributeNode($dom->createAttributeNS("urn:b", "in:ns"));
|
/php-src/ext/dom/tests/createAttributeNS_prefix_conflicts/ |
H A D | setAttribute_mixed_prefix.phpt | 2 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 D | setAttribute_with_prefix.phpt | 2 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 D | setAttribute_without_prefix.phpt | 2 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-src/ext/dom/tests/ |
H A D | dom_set_attr_node.phpt | 2 Test: setAttributeNode() 27 $root2->setAttributeNode($attr); 58 string(16) "setAttributeNode"
|
H A D | bug45251.phpt | 2 Bug #45251 (double free or corruption with setAttributeNode()) 23 $ccc->setAttributeNode($attr);
|
H A D | clone_attribute_namespace_01.phpt | 44 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 D | gh16336_1.phpt | 14 $elem->setAttributeNode($attr);
|
H A D | gh16336_2.phpt | 13 $elem->setAttributeNode($attr);
|
H A D | replaceChild_attribute_validation.phpt | 19 $root->setAttributeNode($attr);
|
H A D | domattributes.phpt | 27 $parent->setAttributeNode($chapter);
|
H A D | bug44648.phpt | 15 $root->setAttributeNode($attr);
|
/php-src/ext/dom/tests/manually_call_constructor/ |
H A D | attribute.phpt | 18 $doc->documentElement->setAttributeNode($attr); 22 $doc->documentElement->setAttributeNode($attr);
|
/php-src/ext/dom/tests/bug79701/ |
H A D | node.phpt | 13 $element->setAttributeNode($attr);
|