Home
last modified time | relevance | path

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

/PHP-8.3/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 Dbug47847.phpt2 Bug #47847 (importNode loses the namespace of an XML element)
20 $imported = $aDOM->importNode($fromdom->documentElement->firstElementChild, true);
H A Dbug55294.phpt2 Bug #55294 (DOMDocument::importNode shifts namespaces when "default" namespace exists)
21 $node = $bDOM->importNode($aDOM->getElementsByTagNameNS('http://example.com/A', 'B')->item(0), 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);
43 $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);
H A Dbug69846.phpt26 $node = $datasetDom->importNode($node, true);
/PHP-8.3/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-8.3/ext/dom/
H A Dphp_dom.stub.php783 public function importNode(DOMNode $node, bool $deep = false) {} function in DOMDocument
H A Dphp_dom_arginfo.h633 ZEND_METHOD(DOMDocument, importNode);
869 ZEND_ME(DOMDocument, importNode, arginfo_class_DOMDocument_importNode, ZEND_ACC_PUBLIC)
H A Ddocument.c771 PHP_METHOD(DOMDocument, importNode) in PHP_METHOD() argument

Completed in 37 milliseconds