Searched refs:importNode (Results 1 – 25 of 40) sorted by relevance
12
/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_importNode_not_supported.phpt | 2 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 D | bug47847.phpt | 2 Bug #47847 (importNode loses the namespace of an XML element) 17 $imported = $aDOM->importNode($fromdom->documentElement->firstElementChild, true);
|
H A D | bug55294.phpt | 2 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 D | HTMLDocument_importNode_01.phpt | 2 HTMLDocument::importNode() with namespace should not shift namespaces 23 $imported = $dom2->importNode($dom->documentElement, true);
|
H A D | bug47530.phpt | 12 $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 D | gh11404_2.phpt | 13 $dom1->importNode(
|
H A D | import_of_lone_attribute.phpt | 15 $attr = $importer->importNode($attr, true);
|
H A D | appendChild_dtd_legacy.phpt | 22 $doctype = $other->importNode($original->doctype);
|
H A D | default_namespace_move.phpt | 17 $child = $dom2->importNode($child, true);
|
H A D | import_entity_reference.phpt | 17 $imported = $importer->importNode($dom->documentElement, true);
|
/php-src/ext/dom/tests/ |
H A D | bug47848.phpt | 2 Bug #47848 (importNode doesn't preserve attribute namespaces) 16 $att = $aDOM->importNode($attr); 18 $aDOM->documentElement->appendChild($aDOM->importNode($attr, true));
|
H A D | bug46185.phpt | 2 Bug #46185 (importNode changes the namespace of an XML element). 16 $imported= $aDOM->importNode($ok->firstChild, true);
|
H A D | DOMDocument_importNode_attribute_prefix_conflict.phpt | 2 DOMDocument::importNode() with attribute prefix name conflict 15 $imported = $dom2->importNode($attribute); 28 $imported = $dom2->importNode($attribute); 45 $imported = $dom2->importNode($attribute);
|
H A D | DOMElement_toggleAttribute_without_document.phpt | 12 $element = $dom->importNode($element, true);
|
H A D | gh14343.phpt | 11 $att = $aDOM->importNode($attr);
|
H A D | bug37277.phpt | 15 $dom2->appendChild($dom2->importNode($node->cloneNode(true), TRUE));
|
H A D | bug47530.phpt | 13 $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 D | bug47849.phpt | 15 $aDOM->documentElement->appendChild($aDOM->importNode($data));
|
H A D | gh12616_1.phpt | 22 $new->importNode($doc->documentElement, true)
|
H A D | specific_namespace_behaviour.phpt | 17 $wsse = $dom2->importNode($dom1->documentElement, true);
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | gh9628_1.phpt | 32 $doc->append($doc->importNode($outer_span, true), $doc->importNode($inner_span, true));
|
H A D | without_contructor.phpt | 27 $doc->appendChild($doc->importNode($node));
|
H A D | document_fragment.phpt | 19 $doc->documentElement->appendChild($doc->importNode($frag));
|
/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | HTMLDocument_serialize_cdata.phpt | 14 $container->appendChild($dom->importNode($cdata));
|
/php-src/ext/dom/tests/modern/common/ |
H A D | serialize_entity_reference_in_attribute.phpt | 19 $html->append($html->importNode($el, true));
|
Completed in 27 milliseconds
12