Searched refs:output_bytes (Results 1 – 9 of 9) sorted by relevance
15 $output_bytes = xmlwriter_flush($xw, true);
16 $output_bytes = $xw->flush(true);
20 $output_bytes = xmlwriter_flush($xw, true);
20 $output_bytes = $xw->flush(true);
17 $output_bytes = xmlwriter_flush($xw, true);
19 $output_bytes = xmlwriter_flush($xw, true);
18 $output_bytes = $xw->flush(true);
1021 int output_bytes; in php_xmlwriter_flush() local1033 output_bytes = xmlTextWriterFlush(ptr); in php_xmlwriter_flush()1043 RETVAL_LONG(output_bytes); in php_xmlwriter_flush()
Completed in 25 milliseconds