Home
last modified time | relevance | path

Searched refs:xmlwriter_flush (Results 1 – 17 of 17) sorted by relevance

/PHP-7.4/ext/xmlwriter/tests/
H A Dxmlwriter_write_dtd_basic_001.phpt10 $output = xmlwriter_flush($xmlwriter, true);
14 $output = xmlwriter_flush($xmlwriter, true);
H A D002.phpt14 echo xmlwriter_flush($xw, true);
H A D001.phpt15 $output_bytes = xmlwriter_flush($xw, true);
H A D005-mb.phpt23 $output_bytes = xmlwriter_flush($xw, true);
H A D005.phpt23 $output_bytes = xmlwriter_flush($xw, true);
H A D006.phpt19 $output_bytes = xmlwriter_flush($xw, true);
H A Dxmlwriter_write_attribute_ns_basic_001.phpt18 $output = xmlwriter_flush($xw, true);
H A D004.phpt19 $output_bytes = xmlwriter_flush($xw, true);
H A D003.phpt27 echo xmlwriter_flush($xw, true);
H A D011.phpt24 $output = xmlwriter_flush($xw, true);
H A D012.phpt26 $output = xmlwriter_flush($xw, true);
H A Dbug39504.phpt17 print xmlwriter_flush($xw, true);
H A D007.phpt27 $output = xmlwriter_flush($xw, true);
H A D008.phpt28 $output = xmlwriter_flush($xw, true);
H A D009.phpt33 $output = xmlwriter_flush($xw, true);
H A Dbug41287.phpt19 print xmlwriter_flush($xw, true);
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c72 static PHP_FUNCTION(xmlwriter_flush);
504 PHP_FE(xmlwriter_flush, arginfo_xmlwriter_flush)
552 PHP_ME_MAPPING(flush, xmlwriter_flush, arginfo_xmlwriter_method_flush, 0)
1812 static PHP_FUNCTION(xmlwriter_flush) in PHP_FUNCTION() argument

Completed in 35 milliseconds