Home
last modified time | relevance | path

Searched refs:ob_clean (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/tests/output/
H A Dob_clean_basic_001.phpt2 Test ob_clean() function : basic functionality
5 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
H A Dob_004.phpt2 output buffering - ob_clean
7 ob_clean();
H A Dob_start_basic_unerasable_002.phpt2 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
H A Dob_017.phpt18 ob_clean();
H A Dob_get_length_basic_001.phpt19 ob_clean();
/PHP-8.1/ext/zlib/tests/
H A Dgh7953.phpt2 GH-7953 (ob_clean() only may not set Content-* header)
11 ob_clean();
/PHP-8.1/ext/iconv/tests/
H A Dgh7953.phpt2 GH-7953 (ob_clean() only may not set Content-* header)
12 ob_clean();
/PHP-8.1/tests/lang/
H A Dbug24951.phpt28 ob_clean();
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt13 @ob_clean();
/PHP-8.1/ext/soap/tests/
H A Dserver009.phpt40 ob_clean();
H A Dserver010.phpt37 ob_clean();
/PHP-8.1/main/
H A Dphp_output.h247 PHP_FUNCTION(ob_clean);
H A Doutput.c1347 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() argument
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php28 function ob_clean(): bool {} function
H A Dbasic_functions_arginfo.h2228 ZEND_FUNCTION(ob_clean);
2853 ZEND_FE(ob_clean, arginfo_ob_clean)
/PHP-8.1/
H A DNEWS1380 . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)
1396 . Fixed bug GH-7953 (ob_clean() only does not set Content-Encoding). (cmb)

Completed in 55 milliseconds