Searched refs:ob_clean (Results 1 – 24 of 24) 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();
45 ob_clean();55 ob_clean();
69 ob_clean();90 ob_clean();
51 ob_clean();73 ob_clean();
113 ob_clean();144 ob_clean();
265 ob_clean();292 ob_clean();
272 ob_clean();299 ob_clean();
264 ob_clean();291 ob_clean();
315 ob_clean();346 ob_clean();
638 ob_clean();672 ob_clean();
28 ob_clean();
13 @ob_clean();
40 ob_clean();
37 ob_clean();
1342 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() argument
1521 function ob_clean(): bool {} function
2294 ZEND_FUNCTION(ob_clean);2884 ZEND_FE(ob_clean, arginfo_ob_clean)
Completed in 51 milliseconds