Home
last modified time | relevance | path

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

/PHP-7.4/ext/xmlwriter/tests/
H A D001.phpt15 $output_bytes = xmlwriter_flush($xw, true);
H A DOO_001.phpt16 $output_bytes = $xw->flush(true);
H A D005-mb.phpt23 $output_bytes = xmlwriter_flush($xw, true);
H A D005.phpt23 $output_bytes = xmlwriter_flush($xw, true);
H A DOO_005.phpt23 $output_bytes = $xw->flush(true);
H A D006.phpt19 $output_bytes = xmlwriter_flush($xw, true);
H A DOO_006.phpt20 $output_bytes = $xw->flush(true);
H A D004.phpt19 $output_bytes = xmlwriter_flush($xw, true);
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c1762 int output_bytes; in php_xmlwriter_flush() local
1786 output_bytes = xmlTextWriterFlush(ptr); in php_xmlwriter_flush()
1793 RETVAL_LONG(output_bytes); in php_xmlwriter_flush()

Completed in 18 milliseconds