Home
last modified time | relevance | path

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

/PHP-8.0/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 Dbug37277.phpt15 $dom2->appendChild($dom2->importNode($node->cloneNode(true), TRUE));
H A Dbug47849.phpt15 $aDOM->documentElement->appendChild($aDOM->importNode($data));
H A Dbug69846.phpt26 $node = $datasetDom->importNode($node, true);
/PHP-8.0/ext/dom/
H A Dphp_dom.stub.php297 public function importNode(DOMNode $node, bool $deep = false) {} function in DOMDocument
H A Dphp_dom_arginfo.h525 ZEND_METHOD(DOMDocument, importNode);
746 ZEND_ME(DOMDocument, importNode, arginfo_class_DOMDocument_importNode, ZEND_ACC_PUBLIC)
H A Ddocument.c791 PHP_METHOD(DOMDocument, importNode) in PHP_METHOD() argument

Completed in 35 milliseconds