Home
last modified time | relevance | path

Searched refs:xmlwriter_write_comment (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/xmlwriter/tests/
H A D005-mb.phpt19 xmlwriter_write_comment($xw, "comment #2");
H A D005.phpt19 xmlwriter_write_comment($xw, "comment #2");
H A D009.phpt20 xmlwriter_write_comment($xw, 'start PI');
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c56 static PHP_FUNCTION(xmlwriter_write_comment);
490 PHP_FE(xmlwriter_write_comment, arginfo_xmlwriter_write_comment)
538 PHP_ME_MAPPING(writeComment, xmlwriter_write_comment, arginfo_xmlwriter_method_write_comment, 0)
1295 static PHP_FUNCTION(xmlwriter_write_comment) in PHP_FUNCTION() argument

Completed in 16 milliseconds