Searched refs:output_bytes (Results 1 – 9 of 9) sorted by relevance
16 $output_bytes = xmlwriter_flush($xw, true);
17 $output_bytes = $xw->flush(true);
24 $output_bytes = xmlwriter_flush($xw, true);
20 $output_bytes = xmlwriter_flush($xw, true);
24 $output_bytes = $xw->flush(true);
21 $output_bytes = $xw->flush(true);
1782 int output_bytes; in php_xmlwriter_flush() local1806 output_bytes = xmlTextWriterFlush(ptr); in php_xmlwriter_flush()1813 RETVAL_LONG(output_bytes); in php_xmlwriter_flush()
Completed in 12 milliseconds