Searched refs:ob_flush (Results 1 – 22 of 22) sorted by relevance
2 Test ob_flush() function : basic functionality 5 /* Prototype : proto bool ob_flush(void)11 echo "*** Testing ob_flush() : basic functionality ***\n";14 echo "\n-- Testing ob_flush() function with Zero arguments --\n";15 var_dump(ob_flush());19 var_dump(ob_flush());22 $out = ob_flush();29 *** Testing ob_flush() : basic functionality ***31 -- Testing ob_flush() function with Zero arguments --33 Notice: ob_flush(): failed to flush buffer. No buffer to flush in %s on line 12
2 Test ob_flush() function : error conditions 5 /* Prototype : proto bool ob_flush(void)11 echo "*** Testing ob_flush() : error conditions ***\n";14 echo "\n-- Testing ob_flush() function with one argument --\n";16 var_dump( ob_flush($extra_arg) );21 *** Testing ob_flush() : error conditions ***23 -- Testing ob_flush() function with one argument --25 Warning: ob_flush() expects exactly 0 parameters, 1 given in %s on line 13
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();
14 ob_flush();
17 ob_flush();
39 ob_flush();
12 ob_flush();16 ob_flush();
2 Bug #26862 (ob_flush() before output_reset_rewrite_vars() results in data loss)16 ob_flush();
26 ob_flush();35 ob_flush();44 ob_flush();
2 Bug #24951 (ob_flush() destroys output handler)20 ob_flush();
12 ob_flush();
23 ob_flush();
58 ob_flush();
254 PHP_FUNCTION(ob_flush);
1342 PHP_FUNCTION(ob_flush) in PHP_FUNCTION() argument
3255 PHP_FE(ob_flush, arginfo_ob_flush)
4994 - Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
Completed in 58 milliseconds