Home
last modified time | relevance | path

Searched refs:DOMComment (Results 1 – 22 of 22) sorted by relevance

/php-src/ext/dom/tests/
H A DDOMComment_construct_error_001.phpt2 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 Ddomchardata.phpt21 /* DOMComment */
22 $comment = new DOMComment('Testing character data and extending nodes');
39 /* DOMCharacterData using DOMComment */
40 $comment = new DOMComment('instructions');
H A DDOMComment_construct_basic_001.phpt2 DOMComment::__construct() with constructor called twice.
12 $comment = new DOMComment("This is the first comment.");
H A Dgh16151.phpt15 $attr->insertBefore(new DOMComment("h"));
20 $attr->appendChild(new DOMComment("h"));
H A Dbug66502.phpt9 $comment = new DOMComment("Comment 0");
H A DDOMComment_appendData_basic.phpt2 Test adding data to a DOMComment
H A DDOMComment_insertData_basic.phpt2 Test inserting data into a DOMComment basic test
H A DDOMComment_insertData_error1.phpt2 Test inserting data into a DOMComment basic test
H A DDOMComment_replaceData_error1.phpt2 Test replacing data into a DOMComment basic test
H A DDOMComment_insertData_error2.phpt2 Test inserting data into a DOMComment basic test
H A DDOMComment_replaceData_error2.phpt2 Test replacing data into a DOMComment basic test
H A Ddom_comment_variation.phpt28 DOMComment
H A Ddom_comment_basic.phpt35 DOMComment
H A DDOMComment_replaceData_basic.phpt2 Test replacing data into a DOMComment basic test
H A DDOMComment_appendData_basic_Sullivan.phpt2 DOMComment::appendData basic functionality test
/php-src/ext/dom/tests/delayed_freeing/
H A Ddirect_construction.phpt53 echo "-- Test DOMComment --\n";
54 $test = new DOMComment("my comment");
113 -- Test DOMComment --
/php-src/ext/dom/
H A Dcomment.c34 PHP_METHOD(DOMComment, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php279 class DOMComment extends DOMCharacterData class
963 public function createComment(string $data): DOMComment {}
H A Dphp_dom_arginfo.h341 …ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMDocument_createComment, 0, 1, DOMComment, 0)
1132 ZEND_METHOD(DOMComment, __construct);
1337 ZEND_ME(DOMComment, __construct, arginfo_class_DOMComment___construct, ZEND_ACC_PUBLIC)
/php-src/ext/dom/tests/modern/html/serializer/
H A Dlegacy_null_content.phpt11 $root->appendChild($dom->importLegacyNode(new DOMComment));
/php-src/ext/dom/tests/manually_call_constructor/
H A Dcomment.phpt8 $comment = new DOMComment("my value");
/php-src/build/
H A Dgen_stub.php1787 $doc->appendChild(new DOMComment(

Completed in 82 milliseconds