Home
last modified time | relevance | path

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

/PHP-8.2/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 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-8.2/ext/dom/
H A Dcomment.c34 PHP_METHOD(DOMComment, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php266 class DOMComment extends DOMCharacterData class
714 public function createComment(string $data): DOMComment {}
H A Dphp_dom_arginfo.h301 …ARG_WITH_TENTATIVE_RETURN_OBJ_INFO_EX(arginfo_class_DOMDocument_createComment, 0, 1, DOMComment, 0)
502 ZEND_METHOD(DOMComment, __construct);
664 ZEND_ME(DOMComment, __construct, arginfo_class_DOMComment___construct, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/dom/tests/manually_call_constructor/
H A Dcomment.phpt8 $comment = new DOMComment("my value");

Completed in 29 milliseconds