Home
last modified time | relevance | path

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

/PHP-5.5/tests/output/
H A Dob_clean_error_001.phpt2 Test ob_clean() function : error conditions
5 /* Prototype : proto bool ob_clean(void)
11 echo "*** Testing ob_clean() : error conditions ***\n";
14 echo "\n-- Testing ob_clean() function with one argument --\n";
16 var_dump( ob_clean($extra_arg) );
21 *** Testing ob_clean() : error conditions ***
23 -- Testing ob_clean() function with one argument --
25 Warning: ob_clean() expects exactly 0 parameters, 1 given in %s on line 13
H A Dob_clean_basic_001.phpt2 Test ob_clean() function : basic functionality
5 /* Prototype : proto bool ob_clean(void)
11 echo "*** Testing ob_clean() : basic functionality ***\n";
14 echo "\n-- Testing ob_clean() function with Zero arguments --\n";
15 var_dump( ob_clean() );
19 var_dump(ob_clean());
28 *** Testing ob_clean() : basic functionality ***
30 -- Testing ob_clean() function with Zero arguments --
32 Notice: ob_clean(): failed to delete buffer. No buffer to delete in %s on line 12
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.phpt20 ob_clean();
/PHP-5.5/tests/lang/
H A Dbug24951.phpt28 ob_clean();
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_phpinfo.phpt13 @ob_clean();
/PHP-5.5/ext/mysql/tests/
H A Dmysql_phpinfo.phpt12 @ob_clean();
/PHP-5.5/ext/soap/tests/
H A Dserver010.phpt37 ob_clean();
H A Dserver009.phpt44 ob_clean();
/PHP-5.5/main/
H A Dphp_output.h255 PHP_FUNCTION(ob_clean);
H A Doutput.c1364 PHP_FUNCTION(ob_clean) in PHP_FUNCTION() argument
/PHP-5.5/ext/standard/
H A Dbasic_functions.c3275 PHP_FE(ob_clean, arginfo_ob_clean)

Completed in 44 milliseconds