Searched refs:ob_flush (Results 1 – 22 of 22) sorted by relevance
2 Test ob_flush() function : basic functionality5 echo "*** Testing ob_flush() : basic functionality ***\n";8 echo "\n-- Testing ob_flush() function with Zero arguments --\n";9 var_dump(ob_flush());13 var_dump(ob_flush());16 $out = ob_flush();23 *** Testing ob_flush() : basic functionality ***25 -- Testing ob_flush() function with Zero arguments --27 Notice: ob_flush(): Failed to flush buffer. No buffer to flush in %s on line %d
2 output buffering - ob_flush7 ob_flush();9 ob_flush();
2 ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush()14 var_dump(ob_flush());20 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line 1123 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line 11
2 Bug #46897: ob_flush() should fail to flush unerasable buffers14 var_dump(ob_flush());21 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line %d24 Notice: ob_flush(): Failed to flush buffer of callback (0) in %s on line %d
19 ob_flush();21 ob_flush();
15 ob_flush();
16 ob_flush();
32 ob_flush();
10 ob_flush();14 ob_flush();
2 Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss)20 ob_flush();
33 ob_flush();42 ob_flush();51 ob_flush();
58 ob_flush();
2 Bug #24951 (ob_flush() destroys output handler)20 ob_flush();
24 @ob_flush();40 @ob_flush();
25 ob_flush();
1331 PHP_FUNCTION(ob_flush) in PHP_FUNCTION() argument
853 function ob_flush(): bool {} function
2209 ZEND_FUNCTION(ob_flush);2829 ZEND_FE(ob_flush, arginfo_ob_flush)
Completed in 35 milliseconds