Searched refs:ob_clean (Results 1 – 16 of 16) 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
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();
247 PHP_FUNCTION(ob_clean);
1347 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() argument
28 function ob_clean(): bool {} function
2228 ZEND_FUNCTION(ob_clean);2853 ZEND_FE(ob_clean, arginfo_ob_clean)
1447 . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)1463 . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)
Completed in 34 milliseconds