Searched refs:xmlwriter_start_comment (Results 1 – 7 of 7) sorted by relevance
6 if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ required");16 xmlwriter_start_comment($xw);
6 if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ required");
335 ZEND_FUNCTION(xmlwriter_start_comment);380 ZEND_FE(xmlwriter_start_comment, arginfo_xmlwriter_start_comment)427 …ZEND_ME_MAPPING(startComment, xmlwriter_start_comment, arginfo_class_XMLWriter_startComment, ZEND_…
13 function xmlwriter_start_comment(XMLWriter $writer): bool {} function
601 PHP_FUNCTION(xmlwriter_start_comment) in PHP_FUNCTION() argument
Completed in 30 milliseconds