Home
last modified time | relevance | path

Searched refs:output_bytes (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/xmlwriter/tests/
H A D001.phpt16 $output_bytes = xmlwriter_flush($xw, true);
H A DOO_001.phpt17 $output_bytes = $xw->flush(true);
H A D005.phpt24 $output_bytes = xmlwriter_flush($xw, true);
H A D006.phpt20 $output_bytes = xmlwriter_flush($xw, true);
H A DOO_005.phpt24 $output_bytes = $xw->flush(true);
H A DOO_006.phpt21 $output_bytes = $xw->flush(true);
H A D004.phpt20 $output_bytes = xmlwriter_flush($xw, true);
/PHP-5.5/ext/xmlwriter/
H A Dphp_xmlwriter.c1890 int output_bytes; in php_xmlwriter_flush() local
1917 output_bytes = xmlTextWriterFlush(ptr); in php_xmlwriter_flush()
1924 RETVAL_LONG(output_bytes); in php_xmlwriter_flush()

Completed in 20 milliseconds