Searched refs:xmlwriter_start_comment (Results 1 – 5 of 5) sorted by relevance
6 if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ required");17 xmlwriter_start_comment($xw);
6 if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ required");
22 $res = xmlwriter_start_comment($xw);
61 static PHP_FUNCTION(xmlwriter_start_comment);472 PHP_FE(xmlwriter_start_comment, arginfo_xmlwriter_resource)528 PHP_ME_MAPPING(startComment, xmlwriter_start_comment, arginfo_xmlwriter_void, 0)1272 static PHP_FUNCTION(xmlwriter_start_comment) in PHP_FUNCTION() argument
Completed in 14 milliseconds