Searched refs:DOMComment (Results 1 – 24 of 24) sorted by relevance
/php-src/ext/dom/tests/ |
H A D | DOMComment_construct_error_001.phpt | 2 DOMComment::__construct() with more arguments than acceptable. 11 $comment = new DOMComment("comment1", "comment2"); 17 DOMComment::__construct() expects at most 1 argument, 2 given
|
H A D | domchardata.phpt | 21 /* DOMComment */ 22 $comment = new DOMComment('Testing character data and extending nodes'); 39 /* DOMCharacterData using DOMComment */ 40 $comment = new DOMComment('instructions');
|
H A D | DOMComment_construct_basic_001.phpt | 2 DOMComment::__construct() with constructor called twice. 12 $comment = new DOMComment("This is the first comment.");
|
H A D | gh16338.phpt | 10 $com = new DOMComment(); 13 $com2 = new DOMComment();
|
H A D | gh16151.phpt | 15 $attr->insertBefore(new DOMComment("h")); 20 $attr->appendChild(new DOMComment("h"));
|
H A D | bug66502.phpt | 9 $comment = new DOMComment("Comment 0");
|
H A D | DOMComment_appendData_basic.phpt | 2 Test adding data to a DOMComment
|
H A D | DOMComment_insertData_basic.phpt | 2 Test inserting data into a DOMComment basic test
|
H A D | gh16594.phpt | 10 $v6 = new DOMComment("aw");
|
H A D | DOMComment_insertData_error1.phpt | 2 Test inserting data into a DOMComment basic test
|
H A D | DOMComment_replaceData_error1.phpt | 2 Test replacing data into a DOMComment basic test
|
H A D | DOMComment_insertData_error2.phpt | 2 Test inserting data into a DOMComment basic test
|
H A D | DOMComment_replaceData_error2.phpt | 2 Test replacing data into a DOMComment basic test
|
H A D | dom_comment_variation.phpt | 28 DOMComment
|
H A D | dom_comment_basic.phpt | 35 DOMComment
|
H A D | DOMComment_replaceData_basic.phpt | 2 Test replacing data into a DOMComment basic test
|
H A D | DOMComment_appendData_basic_Sullivan.phpt | 2 DOMComment::appendData basic functionality test
|
/php-src/ext/dom/tests/delayed_freeing/ |
H A D | direct_construction.phpt | 53 echo "-- Test DOMComment --\n"; 54 $test = new DOMComment("my comment"); 113 -- Test DOMComment --
|
/php-src/ext/dom/ |
H A D | comment.c | 34 PHP_METHOD(DOMComment, __construct) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 279 class DOMComment extends DOMCharacterData class 963 public function createComment(string $data): DOMComment {}
|
H A D | php_dom_arginfo.h | 341 …ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMDocument_createComment, 0, 1, DOMComment, 0) 1137 ZEND_METHOD(DOMComment, __construct); 1343 ZEND_ME(DOMComment, __construct, arginfo_class_DOMComment___construct, ZEND_ACC_PUBLIC)
|
/php-src/ext/dom/tests/modern/html/serializer/ |
H A D | legacy_null_content.phpt | 11 $root->appendChild($dom->importLegacyNode(new DOMComment));
|
/php-src/ext/dom/tests/manually_call_constructor/ |
H A D | comment.phpt | 8 $comment = new DOMComment("my value");
|
/php-src/build/ |
H A D | gen_stub.php | 1782 $doc->appendChild(new DOMComment(
|
Completed in 68 milliseconds