Searched refs:xmlwriter_write_comment (Results 1 – 5 of 5) 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);498 PHP_FE(xmlwriter_write_comment, arginfo_xmlwriter_write_comment)554 PHP_ME_MAPPING(writeComment, xmlwriter_write_comment, arginfo_xmlwriter_method_write_comment, 0)1317 static PHP_FUNCTION(xmlwriter_write_comment) in PHP_FUNCTION() argument
Completed in 12 milliseconds