Home
last modified time | relevance | path

Searched refs:createComment (Results 1 – 25 of 26) sorted by relevance

12

/php-src/ext/dom/tests/modern/spec/
H A DCharacterData_replaceData_negative_count_mod32.phpt15 $comment = $dom->createComment("foobarbaz");
18 $comment = $dom->createComment("foobarbaz");
25 $comment = $dom->createComment("foobarbaz");
H A DCharacterData_replaceData_negative_count.phpt9 $comment = $dom->createComment("foobarbaz");
12 $comment = $dom->createComment("foobarbaz");
H A DCharacterData_deleteData_negative_in_bounds_length.phpt11 $comment = $dom->createComment("foobarbaz");
18 $comment = $dom->createComment("foobarbaz");
H A DCharacterData_insertData_negative_offset_mod32.phpt15 $comment = $dom->createComment("foobarbaz");
28 $comment = $dom->createComment("foobarbaz");
H A DCharacterData_substringData_negative_arguments_mod32.phpt15 $comment = $dom->createComment("foobarbaz");
26 $comment = $dom->createComment("foobarbaz");
H A DCharacterData_insertData_negative_offset.phpt9 $comment = $dom->createComment("foobarbaz");
H A DCharacterData_substringData_negative_arguments.phpt9 $comment = $dom->createComment("foobarbaz");
H A DCharacterData_insertData_edge_cases.phpt11 $comment = $dom->createComment("foobarbaz");
H A DCharacterData_substringData_edge_cases.phpt11 $comment = $dom->createComment("foobarbaz");
H A DNode_replaceChild_edge_cases.phpt17 $comment = $dom->createComment('This is a comment');
85 $comment = $dom->appendChild($dom->createComment("comment"));
/php-src/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt12 $comment = $dom->createComment('test-comment');
19 $comment = $dom->createComment('test-comment');
H A DDOMComment_appendData_basic.phpt12 $comment = $dom->createComment('test-comment');
H A DDOMComment_insertData_basic.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_insertData_error1.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_replaceData_error1.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_insertData_error2.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_replaceData_error2.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_appendData_basic_Sullivan.phpt18 $commentnode = $document->createComment('');
/php-src/ext/dom/tests/modern/xml/
H A DElement_innerHTML_reading_errors.phpt29 $container->append($dom->createComment('Hello -- world'));
33 $container->append($dom->createComment('Hello world-'));
37 $container->append($dom->createComment('Hello world-'));
41 $container->append($dom->createComment("\x01"));
H A DElement_innerHTML_reading.phpt21 $container->append($dom->createComment("This is -a- comment"));
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_comment.phpt9 $dom->appendChild($dom->createComment("foobaré\"<>-&"));
H A DHTMLDocument_serialize_roots.phpt14 $comment = $container->appendChild($dom->createComment("comment"));
/php-src/ext/dom/tests/delayed_freeing/
H A Dcomment_node.phpt9 ->appendChild($doc->createComment('my comment'));
/php-src/ext/dom/
H A Dphp_dom.stub.php963 public function createComment(string $data): DOMComment {} function in DOMDocument
1967 public function createComment(string $data): Comment {} function in Dom\\Document
H A Ddocument.c555 PHP_METHOD(DOMDocument, createComment) in PHP_METHOD() argument

Completed in 31 milliseconds

12