Searched refs:createComment (Results 1 – 12 of 12) sorted by relevance
12 $comment = $dom->createComment('test-comment');19 $comment = $dom->createComment('test-comment');
12 $comment = $dom->createComment('test-comment');
13 $comment = $dom->createComment('test-comment');
18 $commentnode = $document->createComment('');
9 ->appendChild($doc->createComment('my comment'));
753 public function createComment(string $data): DOMComment {} function in DOMDocument
623 ZEND_METHOD(DOMDocument, createComment);859 ZEND_ME(DOMDocument, createComment, arginfo_class_DOMDocument_createComment, ZEND_ACC_PUBLIC)
582 PHP_METHOD(DOMDocument, createComment) in PHP_METHOD() argument
Completed in 24 milliseconds