Searched refs:ob_end_flush (Results 1 – 25 of 166) sorted by relevance
1234567
2 Test ob_end_flush() function : basic functionality 5 /* Prototype : proto bool ob_end_flush(void)11 echo "*** Testing ob_end_flush() : basic functionality ***\n";14 echo "\n-- Testing ob_end_flush() function with Zero arguments --\n";15 var_dump(ob_end_flush());18 var_dump(ob_end_flush());22 var_dump(ob_end_flush());24 var_dump(ob_end_flush());29 *** Testing ob_end_flush() : basic functionality ***31 -- Testing ob_end_flush() function with Zero arguments --[all …]
2 Test ob_end_flush() function : error conditions 5 /* Prototype : proto bool ob_end_flush(void)11 echo "*** Testing ob_end_flush() : error conditions ***\n";14 echo "\n-- Testing ob_end_flush() function with one argument --\n";16 var_dump( ob_end_flush($extra_arg) );21 *** Testing ob_end_flush() : error conditions ***23 -- Testing ob_end_flush() function with one argument --25 Warning: ob_end_flush() expects exactly 0 parameters, 1 given in %s on line 13
23 ob_end_flush();26 ob_end_flush();29 ob_end_flush();45 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
10 ob_end_flush();21 ob_end_flush();26 ob_end_flush();34 ob_end_flush();
2 output buffering - ob_end_flush7 ob_end_flush();
11 ob_end_flush();18 ob_end_flush();
13 ob_end_flush();16 ob_end_flush();
25 ob_end_flush();34 ob_end_flush();41 ob_end_flush();46 ob_end_flush();
2 ob_start(): Ensure unerasable buffer cannot be erased by ob_clean(), ob_end_clean() or ob_end_flush…16 var_dump(ob_end_flush());30 Notice: ob_end_flush(): failed to send buffer of callback (0) in %s on line 13
12 ob_end_flush();
14 ob_end_flush();22 ob_end_flush();30 ob_end_flush();
21 ob_end_flush();25 ob_end_flush();
6 ob_end_flush();32 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %sbug649…
14 ob_end_flush();
13 ob_end_flush();
15 ob_end_flush();
16 ob_end_flush();
Completed in 19 milliseconds