Searched refs:importLegacyNode (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | legacy_null_content.phpt | 10 $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 D | HTMLDocument_entity_reference.phpt | 13 $dom2->appendChild($dom2->importLegacyNode($root, true));
|
/php-src/ext/dom/tests/modern/spec/ |
H A D | Document_importLegacyNode.phpt | 2 Document::importLegacyNode 20 $new->append($new->importLegacyNode($old->documentElement, true));
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | Element_innerOuterHTML_reading_errors.phpt | 51 $container->append($dom->importLegacyNode($legacy->createProcessingInstruction('foo:bar', '?>'))); 56 $container->append($dom->importLegacyNode($legacy->createProcessingInstruction('foo', '?>'))); 61 $container->append($dom->importLegacyNode($legacy->createProcessingInstruction('xml', ''))); 66 $container->append($dom->importLegacyNode($legacy->createProcessingInstruction('foo', "\x01")));
|
/php-src/ext/dom/tests/modern/common/ |
H A D | Document_title_getter.phpt | 47 $dom->getElementsByTagName('title')[0]->appendChild($dom->importLegacyNode(new DOMText));
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 2021 public function importLegacyNode(\DOMNode $node, bool $deep = false): Node {} function in Dom\\Document
|
H A D | document.c | 843 PHP_METHOD(Dom_Document, importLegacyNode) in PHP_METHOD() argument
|
H A D | php_dom_arginfo.h | 1302 ZEND_METHOD(Dom_Document, importLegacyNode); 1746 …ZEND_ME(Dom_Document, importLegacyNode, arginfo_class_Dom_Document_importLegacyNode, ZEND_ACC_PUBL…
|
Completed in 34 milliseconds