Home
last modified time | relevance | path

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

/php-src/ext/dom/tests/modern/html/serializer/
H A Dlegacy_null_content.phpt10 $root->appendChild($dom->importLegacyNode(new DOMText));
11 $root->appendChild($dom->importLegacyNode(new DOMComment));
12 $root->appendChild($dom->importLegacyNode(new DOMProcessingInstruction('target')));
13 $root->appendChild($dom->importLegacyNode(new DOMCdataSection('')));
H A DHTMLDocument_entity_reference.phpt13 $dom2->appendChild($dom2->importLegacyNode($root, true));
/php-src/ext/dom/tests/modern/xml/
H A DElement_innerHTML_reading_errors.phpt46 $container->append($dom->importLegacyNode($legacy->createProcessingInstruction('foo:bar', '?>')));
51 $container->append($dom->importLegacyNode($legacy->createProcessingInstruction('foo', '?>')));
56 $container->append($dom->importLegacyNode($legacy->createProcessingInstruction('xml', '')));
61 $container->append($dom->importLegacyNode($legacy->createProcessingInstruction('foo', "\x01")));
/php-src/ext/dom/tests/modern/spec/
H A DDocument_importLegacyNode.phpt2 Document::importLegacyNode
20 $new->append($new->importLegacyNode($old->documentElement, true));
/php-src/ext/dom/tests/modern/common/
H A DDocument_title_getter.phpt47 $dom->getElementsByTagName('title')[0]->appendChild($dom->importLegacyNode(new DOMText));
/php-src/ext/dom/
H A Dphp_dom.stub.php2017 public function importLegacyNode(\DOMNode $node, bool $deep = false): Node {} function in Dom\\Document
H A Ddocument.c843 PHP_METHOD(Dom_Document, importLegacyNode) in PHP_METHOD() argument
H A Dphp_dom_arginfo.h1296 ZEND_METHOD(Dom_Document, importLegacyNode);
1739 …ZEND_ME(Dom_Document, importLegacyNode, arginfo_class_Dom_Document_importLegacyNode, ZEND_ACC_PUBL…

Completed in 51 milliseconds