/php-src/ext/dom/tests/modern/spec/ |
H A D | CharacterData_replaceData_negative_count_mod32.phpt | 15 $comment = $dom->createComment("foobarbaz"); 18 $comment = $dom->createComment("foobarbaz"); 25 $comment = $dom->createComment("foobarbaz");
|
H A D | CharacterData_replaceData_negative_count.phpt | 9 $comment = $dom->createComment("foobarbaz"); 12 $comment = $dom->createComment("foobarbaz");
|
H A D | CharacterData_deleteData_negative_in_bounds_length.phpt | 11 $comment = $dom->createComment("foobarbaz"); 18 $comment = $dom->createComment("foobarbaz");
|
H A D | CharacterData_insertData_negative_offset_mod32.phpt | 15 $comment = $dom->createComment("foobarbaz"); 28 $comment = $dom->createComment("foobarbaz");
|
H A D | CharacterData_substringData_negative_arguments_mod32.phpt | 15 $comment = $dom->createComment("foobarbaz"); 26 $comment = $dom->createComment("foobarbaz");
|
H A D | CharacterData_insertData_negative_offset.phpt | 9 $comment = $dom->createComment("foobarbaz");
|
H A D | CharacterData_substringData_negative_arguments.phpt | 9 $comment = $dom->createComment("foobarbaz");
|
H A D | CharacterData_insertData_edge_cases.phpt | 11 $comment = $dom->createComment("foobarbaz");
|
H A D | CharacterData_substringData_edge_cases.phpt | 11 $comment = $dom->createComment("foobarbaz");
|
H A D | Node_replaceChild_edge_cases.phpt | 17 $comment = $dom->createComment('This is a comment'); 85 $comment = $dom->appendChild($dom->createComment("comment"));
|
/php-src/ext/dom/tests/ |
H A D | DOMComment_replaceData_basic.phpt | 12 $comment = $dom->createComment('test-comment'); 19 $comment = $dom->createComment('test-comment');
|
H A D | DOMComment_appendData_basic.phpt | 12 $comment = $dom->createComment('test-comment');
|
H A D | DOMComment_insertData_basic.phpt | 13 $comment = $dom->createComment('test-comment');
|
H A D | DOMComment_insertData_error1.phpt | 13 $comment = $dom->createComment('test-comment');
|
H A D | DOMComment_replaceData_error1.phpt | 13 $comment = $dom->createComment('test-comment');
|
H A D | DOMComment_insertData_error2.phpt | 13 $comment = $dom->createComment('test-comment');
|
H A D | DOMComment_replaceData_error2.phpt | 13 $comment = $dom->createComment('test-comment');
|
H A D | DOMComment_appendData_basic_Sullivan.phpt | 18 $commentnode = $document->createComment('');
|
/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | HTMLDocument_serialize_comment.phpt | 9 $dom->appendChild($dom->createComment("foobaré\"<>-&"));
|
H A D | HTMLDocument_serialize_roots.phpt | 14 $comment = $container->appendChild($dom->createComment("comment"));
|
/php-src/ext/dom/tests/modern/xml/ |
H A D | Element_innerOuterHTML_reading_errors.phpt | 34 $container->append($dom->createComment('Hello -- world')); 38 $container->append($dom->createComment('Hello world-')); 42 $container->append($dom->createComment('Hello world-')); 46 $container->append($dom->createComment("\x01"));
|
H A D | Element_innerOuterHTML_reading.phpt | 22 $container->append($dom->createComment("This is -a- comment"));
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | comment_node.phpt | 9 ->appendChild($doc->createComment('my comment'));
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 963 public function createComment(string $data): DOMComment {} function in DOMDocument 1971 public function createComment(string $data): Comment {} function in Dom\\Document
|
H A D | document.c | 555 PHP_METHOD(DOMDocument, createComment) in PHP_METHOD() argument
|