Searched refs:createComment (Results 1 – 11 of 11) sorted by relevance
12 $comment = $dom->createComment('test-comment');19 $comment = $dom->createComment('test-comment');
13 $comment = $dom->createComment('test-comment');
12 $comment = $dom->createComment('test-comment');
18 $commentnode = $document->createComment('');
479 public function createComment(string $data): DOMComment {} function in DOMDocument
573 ZEND_METHOD(DOMDocument, createComment);798 ZEND_ME(DOMDocument, createComment, arginfo_class_DOMDocument_createComment, ZEND_ACC_PUBLIC)
611 PHP_METHOD(DOMDocument, createComment) in PHP_METHOD() argument
Completed in 26 milliseconds