Home
last modified time | relevance | path

Searched refs:xmlwriter_start_comment (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/xmlwriter/tests/
H A D005-mb.phpt6 if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ required");
16 xmlwriter_start_comment($xw);
H A D005.phpt6 if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ required");
16 xmlwriter_start_comment($xw);
H A DOO_005.phpt6 if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ required");
H A D009.phpt6 if (!function_exists("xmlwriter_start_comment")) die("skip: libxml2 2.6.7+ required");
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter_arginfo.h335 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_…
H A Dphp_xmlwriter.stub.php13 function xmlwriter_start_comment(XMLWriter $writer): bool {} function
H A Dphp_xmlwriter.c601 PHP_FUNCTION(xmlwriter_start_comment) in PHP_FUNCTION() argument

Completed in 14 milliseconds