Home
last modified time | relevance | path

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

/PHP-7.2/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-mb.phpt24 $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 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-7.2/ext/xmlwriter/
H A Dphp_xmlwriter.c1782 int output_bytes; in php_xmlwriter_flush() local
1806 output_bytes = xmlTextWriterFlush(ptr); in php_xmlwriter_flush()
1813 RETVAL_LONG(output_bytes); in php_xmlwriter_flush()

Completed in 11 milliseconds