Searched refs:ob_clean (Results 1 – 13 of 13) sorted by relevance
2 Test ob_clean() function : error conditions5 /* Prototype : proto bool ob_clean(void)11 echo "*** Testing ob_clean() : error conditions ***\n";14 echo "\n-- Testing ob_clean() function with one argument --\n";16 var_dump( ob_clean($extra_arg) );21 *** Testing ob_clean() : error conditions ***23 -- Testing ob_clean() function with one argument --25 Warning: ob_clean() expects exactly 0 parameters, 1 given in %s on line 13
2 Test ob_clean() function : basic functionality5 /* Prototype : proto bool ob_clean(void)11 echo "*** Testing ob_clean() : basic functionality ***\n";14 echo "\n-- Testing ob_clean() function with Zero arguments --\n";15 var_dump( ob_clean() );19 var_dump(ob_clean());28 *** Testing ob_clean() : basic functionality ***30 -- Testing ob_clean() function with Zero arguments --32 Notice: ob_clean(): failed to delete buffer. No buffer to delete in %s on line 12
2 output buffering - ob_clean7 ob_clean();
2 ob_start(): Ensure unerasable buffer cannot be erased by ob_clean(), ob_end_clean() or ob_end_flush…14 var_dump(ob_clean());24 Notice: ob_clean(): failed to delete buffer of callback (0) in %s on line 11
18 ob_clean();
20 ob_clean();
28 ob_clean();
13 @ob_clean();
37 ob_clean();
44 ob_clean();
251 PHP_FUNCTION(ob_clean);
1340 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() argument
3290 PHP_FE(ob_clean, arginfo_ob_clean)
Completed in 25 milliseconds