Home
last modified time | relevance | path

Searched refs:cloneNode (Results 1 – 18 of 18) sorted by relevance

/php-src/ext/dom/tests/
H A DDOMNode_cloneNode_basic.phpt2 DOM cloneNode : Basic Functionality
48 echo "Start cloneNode test\n";
50 $cloned_first_course_default = $first_course->cloneNode();
53 $cloned_first_course_true = $first_course->cloneNode(true);
56 $cloned_first_course_false = $first_course->cloneNode(false);
74 Start cloneNode test
H A Dbug74416.phpt2 Bug #74416 Wrong reflection on DOMNode::cloneNode
7 $rm = new ReflectionMethod(DOMNode::class, "cloneNode");
H A Dgh15570.phpt14 $a = $dom->head->firstChild->cloneNode(false);
H A Dbug37277.phpt15 $dom2->appendChild($dom2->importNode($node->cloneNode(true), TRUE));
H A Dclone_attribute_namespace_02.phpt16 $clone = $dom->documentElement->getAttributeNodeNs("some:ns", "bar")->cloneNode(true);
H A Ddomattributes.phpt31 $top_element = $node->cloneNode();
H A Dclone_attribute_namespace_01.phpt14 $clone = $attr->cloneNode(true);
/php-src/ext/dom/tests/modern/spec/
H A DNode_cloneNode_copy_document_properties.phpt2 Dom\Node::cloneNode() should copy the document properties
9 $dom = $dom->cloneNode();
H A Dclone_document.phpt37 $clone = $dom->cloneNode(false);
42 $clone = $dom->documentElement->cloneNode(false);
H A Dclone_text_nodes.phpt28 $clone = $child2->cloneNode(true);
31 $clone = $child2->cloneNode(false);
H A Dclone_dtd_node.phpt16 $dt2 = $dom->doctype->cloneNode();
H A DappendChild_dtd_legacy.phpt16 $doctype = $original->doctype->cloneNode();
H A Dclone_entity_reference.phpt16 $clone = $dom->documentElement->cloneNode(true);
/php-src/ext/dom/tests/modern/common/
H A Dtemplate_cloning.phpt8 $a = $dom->head->firstChild->cloneNode(false);
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_ns_imported_06.phpt17 $p->appendChild($html->adoptNode($xml->documentElement->firstElementChild->cloneNode(true)));
/php-src/ext/dom/
H A Dphp_dom.stub.php428 public function cloneNode(bool $deep = false) {} function in DOMNode
1436 public function cloneNode(bool $deep = false): Node {} function in Dom\\Node
H A Dnode.c1404 PHP_METHOD(DOMNode, cloneNode) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1136 ZEND_METHOD(DOMNode, cloneNode);
1360 ZEND_ME(DOMNode, cloneNode, arginfo_class_DOMNode_cloneNode, ZEND_ACC_PUBLIC)

Completed in 55 milliseconds