Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/tests/
H A DDOMComment_replaceData_basic.phpt12 $comment = $dom->createComment('test-comment');
19 $comment = $dom->createComment('test-comment');
H A DDOMComment_appendData_basic.phpt12 $comment = $dom->createComment('test-comment');
H A DDOMComment_insertData_basic.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_error1.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.0/ext/dom/
H A Dphp_dom.stub.php267 public function createComment(string $data) {} function in DOMDocument
H A Dphp_dom_arginfo.h515 ZEND_METHOD(DOMDocument, createComment);
736 ZEND_ME(DOMDocument, createComment, arginfo_class_DOMDocument_createComment, ZEND_ACC_PUBLIC)
H A Ddocument.c602 PHP_METHOD(DOMDocument, createComment) in PHP_METHOD() argument

Completed in 23 milliseconds