Home
last modified time | relevance | path

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

/PHP-8.0/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 DDOMComment_construct_basic_001.phpt2 DOMComment::__construct() with constructor called twice.
12 $comment = new DOMComment("This is the first comment.");
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_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 Dbug66502.phpt11 $comment = new DOMComment("Comment 0");
H A DDOMComment_insertData_error1.phpt2 Test inserting data into a DOMComment basic test
H A DDOMComment_insertData_error2.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_replaceData_error2.phpt2 Test replacing data into a DOMComment basic test
H A Ddom_comment_variation.phpt30 DOMComment
H A Ddom_comment_basic.phpt37 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.0/ext/dom/
H A Dcomment.c34 PHP_METHOD(DOMComment, __construct) in PHP_METHOD() argument
H A Dphp_dom.stub.php14 class DOMComment extends DOMCharacterData class
266 /** @return DOMComment|false */
H A Dphp_dom_arginfo.h446 ZEND_METHOD(DOMComment, __construct);
606 ZEND_ME(DOMComment, __construct, arginfo_class_DOMComment___construct, ZEND_ACC_PUBLIC)

Completed in 88 milliseconds