Searched refs:DOMComment (Results 1 – 17 of 17) sorted by relevance
2 DOMComment::__construct() with more arguments than acceptable.11 $comment = new DOMComment("comment1", "comment2");17 DOMComment::__construct() expects at most 1 argument, 2 given
2 DOMComment::__construct() with constructor called twice.12 $comment = new DOMComment("This is the first comment.");
21 /* DOMComment */22 $comment = new DOMComment('Testing character data and extending nodes');39 /* DOMCharacterData using DOMComment */40 $comment = new DOMComment('instructions');
2 Test adding data to a DOMComment
2 Test inserting data into a DOMComment basic test
11 $comment = new DOMComment("Comment 0");
2 Test replacing data into a DOMComment basic test
30 DOMComment
37 DOMComment
2 DOMComment::appendData basic functionality test
34 PHP_METHOD(DOMComment, __construct) in PHP_METHOD() argument
14 class DOMComment extends DOMCharacterData class266 /** @return DOMComment|false */
446 ZEND_METHOD(DOMComment, __construct);606 ZEND_ME(DOMComment, __construct, arginfo_class_DOMComment___construct, ZEND_ACC_PUBLIC)
Completed in 16 milliseconds