Home
last modified time | relevance | path

Searched refs:createComment (Results 1 – 11 of 11) sorted by relevance

/PHP-8.1/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt12 $comment = $dom->createComment('test-comment');
19 $comment = $dom->createComment('test-comment');
H A DDOMComment_insertData_basic.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_appendData_basic.phpt12 $comment = $dom->createComment('test-comment');
H A DDOMComment_replaceData_error1.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_insertData_error1.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_insertData_error2.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_replaceData_error2.phpt13 $comment = $dom->createComment('test-comment');
H A DDOMComment_appendData_basic_Sullivan.phpt18 $commentnode = $document->createComment('');
/PHP-8.1/ext/dom/
H A Dphp_dom.stub.php479 public function createComment(string $data): DOMComment {} function in DOMDocument
H A Dphp_dom_arginfo.h573 ZEND_METHOD(DOMDocument, createComment);
798 ZEND_ME(DOMDocument, createComment, arginfo_class_DOMDocument_createComment, ZEND_ACC_PUBLIC)
H A Ddocument.c611 PHP_METHOD(DOMDocument, createComment) in PHP_METHOD() argument

Completed in 32 milliseconds