Searched refs:xmlwriter_write_comment (Results 1 – 4 of 4) sorted by relevance
18 xmlwriter_write_comment($xw, 'this is a comment.');
20 xmlwriter_write_comment($xw, "comment #2");
21 xmlwriter_write_comment($xw, 'start PI');
64 static PHP_FUNCTION(xmlwriter_write_comment);512 PHP_FE(xmlwriter_write_comment, arginfo_xmlwriter_write_comment)569 PHP_ME_MAPPING(writeComment, xmlwriter_write_comment, arginfo_xmlwriter_method_write_comment, 0)1372 static PHP_FUNCTION(xmlwriter_write_comment) in PHP_FUNCTION() argument
Completed in 20 milliseconds