Searched refs:ob_clean (Results 1 – 15 of 15) sorted by relevance
2 Test ob_clean() function : basic functionality5 echo "*** Testing ob_clean() : basic functionality ***\n";8 echo "\n-- Testing ob_clean() function with Zero arguments --\n";9 var_dump( ob_clean() );13 var_dump(ob_clean());22 *** Testing ob_clean() : basic functionality ***24 -- Testing ob_clean() function with Zero arguments --26 Notice: ob_clean(): Failed to delete buffer. No buffer to delete in %s on line %d
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
9 ob_clean();
18 ob_clean();
19 ob_clean();
2 GH-7953 (ob_clean() only may not set Content-* header)11 ob_clean();
2 GH-7953 (ob_clean() only may not set Content-* header)12 ob_clean();
28 ob_clean();
13 @ob_clean();
40 ob_clean();
37 ob_clean();
1351 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() argument
855 function ob_clean(): bool {} function
2210 ZEND_FUNCTION(ob_clean);2830 ZEND_FE(ob_clean, arginfo_ob_clean)
Completed in 36 milliseconds