Home
last modified time | relevance | path

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

/PHP-8.3/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_replaceData_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.3/ext/dom/tests/delayed_freeing/
H A Dcomment_node.phpt9 ->appendChild($doc->createComment('my comment'));
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php753 public function createComment(string $data): DOMComment {} function in DOMDocument
H A Dphp_dom_arginfo.h623 ZEND_METHOD(DOMDocument, createComment);
859 ZEND_ME(DOMDocument, createComment, arginfo_class_DOMDocument_createComment, ZEND_ACC_PUBLIC)
H A Ddocument.c582 PHP_METHOD(DOMDocument, createComment) in PHP_METHOD() argument

Completed in 25 milliseconds