Home
last modified time | relevance | path

Searched refs:importNode (Results 1 – 25 of 40) sorted by relevance

12

/php-src/ext/dom/tests/modern/spec/
H A DDocument_importNode_not_supported.phpt2 Document::importNode() with unsupported node type
10 var_dump($dom->importNode($dom));
15 $dom->importNode($dom);
22 Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in %s on line %d
H A Dbug47847.phpt2 Bug #47847 (importNode loses the namespace of an XML element)
17 $imported = $aDOM->importNode($fromdom->documentElement->firstElementChild, true);
H A Dbug55294.phpt2 Bug #55294 (DOMDocument::importNode shifts namespaces when "default" namespace exists)
18 $node = $bDOM->importNode($aDOM->getElementsByTagNameNS('http://example.com/A', 'B')->item(0), true…
H A DHTMLDocument_importNode_01.phpt2 HTMLDocument::importNode() with namespace should not shift namespaces
23 $imported = $dom2->importNode($dom->documentElement, true);
H A Dbug47530.phpt12 $frag->appendChild($doc->importNode($root->firstChild));
46 $importedNode = $dom2->importNode($dom->documentElement, true);
67 $importedNode = $dom2->importNode($dom->documentElement, true);
80 $dom2->documentElement->appendChild($dom2->importNode($dom->documentElement->firstChild));
83 …$dom2->documentElement->firstChild->appendChild($dom2->importNode($dom->documentElement->firstChil…
H A Dgh11404_2.phpt13 $dom1->importNode(
H A Dimport_of_lone_attribute.phpt15 $attr = $importer->importNode($attr, true);
H A DappendChild_dtd_legacy.phpt22 $doctype = $other->importNode($original->doctype);
H A Ddefault_namespace_move.phpt17 $child = $dom2->importNode($child, true);
H A Dimport_entity_reference.phpt17 $imported = $importer->importNode($dom->documentElement, true);
/php-src/ext/dom/tests/
H A Dbug47848.phpt2 Bug #47848 (importNode doesn't preserve attribute namespaces)
16 $att = $aDOM->importNode($attr);
18 $aDOM->documentElement->appendChild($aDOM->importNode($attr, true));
H A Dbug46185.phpt2 Bug #46185 (importNode changes the namespace of an XML element).
16 $imported= $aDOM->importNode($ok->firstChild, true);
H A DDOMDocument_importNode_attribute_prefix_conflict.phpt2 DOMDocument::importNode() with attribute prefix name conflict
15 $imported = $dom2->importNode($attribute);
28 $imported = $dom2->importNode($attribute);
45 $imported = $dom2->importNode($attribute);
H A DDOMElement_toggleAttribute_without_document.phpt12 $element = $dom->importNode($element, true);
H A Dgh14343.phpt11 $att = $aDOM->importNode($attr);
H A Dbug37277.phpt15 $dom2->appendChild($dom2->importNode($node->cloneNode(true), TRUE));
H A Dbug47530.phpt13 $frag->appendChild($doc->importNode($root->firstChild));
47 $importedNode = $dom2->importNode($dom->documentElement, true);
70 $importedNode = $dom2->importNode($dom->documentElement, true);
85 $dom2->documentElement->appendChild($dom2->importNode($dom->documentElement->firstChild));
88 …$dom2->documentElement->firstChild->appendChild($dom2->importNode($dom->documentElement->firstChil…
H A Dbug47849.phpt15 $aDOM->documentElement->appendChild($aDOM->importNode($data));
H A Dgh12616_1.phpt22 $new->importNode($doc->documentElement, true)
H A Dspecific_namespace_behaviour.phpt17 $wsse = $dom2->importNode($dom1->documentElement, true);
/php-src/ext/dom/tests/delayed_freeing/
H A Dgh9628_1.phpt32 $doc->append($doc->importNode($outer_span, true), $doc->importNode($inner_span, true));
H A Dwithout_contructor.phpt27 $doc->appendChild($doc->importNode($node));
H A Ddocument_fragment.phpt19 $doc->documentElement->appendChild($doc->importNode($frag));
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_cdata.phpt14 $container->appendChild($dom->importNode($cdata));
/php-src/ext/dom/tests/modern/common/
H A Dserialize_entity_reference_in_attribute.phpt19 $html->append($html->importNode($el, true));

Completed in 63 milliseconds

12