Searched refs:DOMComment (Results 1 – 18 of 18) sorted by relevance
/PHP-8.1/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 | bug66502.phpt | 9 $comment = new DOMComment("Comment 0");
|
H A D | DOMComment_insertData_basic.phpt | 2 Test inserting data into a DOMComment basic test
|
H A D | DOMComment_appendData_basic.phpt | 2 Test adding data to a DOMComment
|
H A D | DOMComment_replaceData_error1.phpt | 2 Test replacing data into a DOMComment basic test
|
H A D | DOMComment_insertData_error1.phpt | 2 Test inserting 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-8.1/ext/dom/ |
H A D | comment.c | 34 PHP_METHOD(DOMComment, __construct) in PHP_METHOD() argument
|
H A D | php_dom.stub.php | 31 class DOMComment extends DOMCharacterData class 479 public function createComment(string $data): DOMComment {}
|
H A D | php_dom_arginfo.h | 301 …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.1/ext/dom/tests/manually_call_constructor/ |
H A D | comment.phpt | 8 $comment = new DOMComment("my value");
|
Completed in 105 milliseconds