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)13 ob_clean();
2 GH-7953 (ob_clean() only may not set Content-* header)14 ob_clean();
28 ob_clean();
12 @ob_clean();
37 ob_clean();
44 ob_clean();
248 PHP_FUNCTION(ob_clean);
1346 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() argument
408 . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)424 . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)
20 function ob_clean(): bool {} function
2219 ZEND_FUNCTION(ob_clean);2841 ZEND_FE(ob_clean, arginfo_ob_clean)
Completed in 49 milliseconds