Home
last modified time | relevance | path

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

/PHP-5.5/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.phpt16 echo xmlwriter_flush($xw, true);
H A D001.phpt16 $output_bytes = xmlwriter_flush($xw, true);
H A D005.phpt24 $output_bytes = xmlwriter_flush($xw, true);
H A D006.phpt20 $output_bytes = xmlwriter_flush($xw, true);
H A Dxmlwriter_write_attribute_ns_basic_001.phpt18 $output = xmlwriter_flush($xw, true);
H A D004.phpt20 $output_bytes = xmlwriter_flush($xw, true);
H A D003.phpt29 echo xmlwriter_flush($xw, true);
H A D011.phpt26 $output = xmlwriter_flush($xw, true);
H A Dxmlwriter_write_attribute_ns_error_001.phpt18 $output = xmlwriter_flush($xw, true);
H A D012.phpt28 $output = xmlwriter_flush($xw, true);
H A Dbug39504.phpt17 print xmlwriter_flush($xw, true);
H A D008.phpt29 $output = xmlwriter_flush($xw, true);
H A D009.phpt34 $output = xmlwriter_flush($xw, true);
H A D007.phpt29 $output = xmlwriter_flush($xw, true);
H A Dbug41287.phpt19 print xmlwriter_flush($xw, true);
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c82 static PHP_FUNCTION(xmlwriter_flush);
528 PHP_FE(xmlwriter_flush, arginfo_xmlwriter_flush)
585 PHP_ME_MAPPING(flush, xmlwriter_flush, arginfo_xmlwriter_method_flush, 0)
1943 static PHP_FUNCTION(xmlwriter_flush) in PHP_FUNCTION() argument

Completed in 30 milliseconds