Home
last modified time | relevance | path

Searched refs:ob_end_clean (Results 1 – 25 of 120) sorted by relevance

12345

/PHP-5.5/tests/output/
H A Dob_end_clean_basic_001.phpt2 Test return type and value, as well as basic behaviour, for ob_end_clean()
6 * proto bool ob_end_clean(void)
10 var_dump(ob_end_clean());
13 var_dump(ob_end_clean());
17 var_dump(ob_end_clean());
19 var_dump(ob_end_clean());
24 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in %s on line 7
29 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete in %s on line 16
H A Dob_end_clean_error_001.phpt2 Test wrong number of arguments for ob_end_clean()
6 * proto bool ob_end_clean(void)
13 var_dump(ob_end_clean($extra_arg));
21 Warning: ob_end_clean() expects exactly 0 parameters, 1 given in %s on line 10
H A Dob_005.phpt2 output buffering - ob_end_clean
9 ob_end_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…
15 var_dump(ob_end_clean());
27 Notice: ob_end_clean(): failed to discard buffer of callback (0) in %s on line 12
H A Dbug60322.phpt8 while(@ob_end_clean());
H A Dob_012.phpt16 ob_end_clean();
H A Dob_get_status.phpt11 ob_end_clean();
H A Dob_017.phpt21 ob_end_clean();
/PHP-5.5/tests/lang/
H A Dbug32828.phpt2 Bug #32828 (Throwing exception in output_callback function with ob_start and ob_end_clean leads to …
13 ob_end_clean();
19 #1 %s(%d): ob_end_clean()
H A Dbug45392.phpt2 Bug #45392 (ob_start()/ob_end_clean() and memory_limit)
19 ob_end_clean();
H A Dbug7515.phpt18 ob_end_clean();
25 ob_end_clean();
H A Dbug23279.phpt11 ob_end_clean();
H A Dbug30578.phpt19 ob_end_clean();
/PHP-5.5/Zend/tests/
H A Dbug64960.phpt5 // this makes ob_end_clean raise an error
12 ob_end_clean();
36 #0 [internal function]: {closure}(8, 'ob_end_clean():...', '%s', 9, Array)
37 #1 %sbug64960.php(9): ob_end_clean()
/PHP-5.5/tests/func/
H A D006.phpt17 ob_end_clean();
19 ob_end_clean();
/PHP-5.5/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt29 ob_end_clean();
46 ob_end_clean();
62 ob_end_clean();
/PHP-5.5/ext/zlib/tests/
H A Dfunc.inc10 ob_end_clean();
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug44394.phpt14 ob_end_clean();
/PHP-5.5/ext/gd/tests/
H A Dimagecreatetruecolor_basic.phpt17 ob_end_clean();
H A Dimagechar_basic.phpt20 ob_end_clean();
H A Dimagecharup_basic.phpt20 ob_end_clean();
H A Dimageellipse_basic.phpt22 ob_end_clean();
H A Dimagestring_basic.phpt20 ob_end_clean();
H A Dimagestringup_basic.phpt20 ob_end_clean();
/PHP-5.5/ext/soap/tests/
H A Dserver011.phpt19 ob_end_clean();

Completed in 96 milliseconds

12345