Searched refs:ob_flush (Results 1 – 22 of 22) sorted by relevance
2 Test ob_flush() function : basic functionality5 /* 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 conditions5 /* 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();
16 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)18 ob_flush();
31 ob_flush();40 ob_flush();49 ob_flush();
60 ob_flush();
2 Bug #24951 (ob_flush() destroys output handler)20 ob_flush();
25 ob_flush();
250 PHP_FUNCTION(ob_flush);
1319 PHP_FUNCTION(ob_flush) in PHP_FUNCTION() argument
58 ob_flush();
3289 PHP_FE(ob_flush, arginfo_ob_flush)
Completed in 39 milliseconds