Home
last modified time | relevance | path

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

/PHP-5.5/ext/xmlwriter/examples/
H A Dxmlwriter_file.php18 xmlwriter_write_comment($xw, 'this is a comment.');
/PHP-5.5/ext/xmlwriter/tests/
H A D005.phpt20 xmlwriter_write_comment($xw, "comment #2");
H A D009.phpt21 xmlwriter_write_comment($xw, 'start PI');
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c64 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 11 milliseconds