Searched refs:importNode (Results 1 – 14 of 14) sorted by relevance
/PHP-8.2/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 | bug47847.phpt | 2 Bug #47847 (importNode loses the namespace of an XML element) 20 $imported = $aDOM->importNode($fromdom->documentElement->firstElementChild, true);
|
H A D | bug55294.phpt | 2 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 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);
|
H A D | bug69846.phpt | 26 $node = $datasetDom->importNode($node, true);
|
/PHP-8.2/ext/dom/ |
H A D | php_dom.stub.php | 744 public function importNode(DOMNode $node, bool $deep = false) {} function in DOMDocument
|
H A D | php_dom_arginfo.h | 583 ZEND_METHOD(DOMDocument, importNode); 808 ZEND_ME(DOMDocument, importNode, arginfo_class_DOMDocument_importNode, ZEND_ACC_PUBLIC)
|
H A D | document.c | 805 PHP_METHOD(DOMDocument, importNode) in PHP_METHOD() argument
|
Completed in 29 milliseconds