Home
last modified time | relevance | path

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

/PHP-8.1/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 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.1/ext/dom/
H A Dphp_dom.stub.php509 public function importNode(DOMNode $node, bool $deep = false) {} function in DOMDocument
H A Dphp_dom_arginfo.h583 ZEND_METHOD(DOMDocument, importNode);
808 ZEND_ME(DOMDocument, importNode, arginfo_class_DOMDocument_importNode, ZEND_ACC_PUBLIC)
H A Ddocument.c805 PHP_METHOD(DOMDocument, importNode) in PHP_METHOD() argument

Completed in 86 milliseconds