Home
last modified time | relevance | path

Searched refs:ob_end_flush (Results 1 – 25 of 165) sorted by last modified time

1234567

/PHP-7.2/tests/output/
H A Dob_014.phpt10 ob_end_flush();
H A Dob_015.phpt10 ob_end_flush();
H A Dob_get_contents_basic_001.phpt25 ob_end_flush();
34 ob_end_flush();
41 ob_end_flush();
46 ob_end_flush();
H A Dob_start_basic_002.phpt33 ob_end_flush();
H A Dob_start_basic_003.phpt12 ob_end_flush();
H A Dob_start_basic_004.phpt24 ob_end_flush();
32 ob_end_flush();
H A Dob_start_basic_005.phpt19 ob_end_flush();
H A Dob_end_flush_error_001.phpt2 Test ob_end_flush() function : error conditions
5 /* Prototype : proto bool ob_end_flush(void)
11 echo "*** Testing ob_end_flush() : error conditions ***\n";
14 echo "\n-- Testing ob_end_flush() function with one argument --\n";
16 var_dump( ob_end_flush($extra_arg) );
21 *** Testing ob_end_flush() : error conditions ***
23 -- Testing ob_end_flush() function with one argument --
25 Warning: ob_end_flush() expects exactly 0 parameters, 1 given in %s on line 13
H A Dob_get_length_basic_001.phpt23 ob_end_flush();
/PHP-7.2/main/
H A Dphp_output.h252 PHP_FUNCTION(ob_end_flush);
H A Doutput.c1361 PHP_FUNCTION(ob_end_flush) in PHP_FUNCTION() argument
/PHP-7.2/ext/standard/tests/general_functions/
H A Dob_start_closures.phpt21 ob_end_flush();
25 ob_end_flush();
/PHP-7.2/ext/standard/tests/file/
H A Duserstreams.phpt281 ob_end_flush();
/PHP-7.2/ext/standard/
H A Dbasic_functions.c3291 PHP_FE(ob_end_flush, arginfo_ob_end_flush)
/PHP-7.2/ext/session/tests/
H A Dsession_set_save_handler_variation6.phpt61 ob_end_flush();
H A Dsession_start_error.phpt94 ob_end_flush();
H A Dsession_start_variation2.phpt30 ob_end_flush();
H A Dsession_start_variation4.phpt25 ob_end_flush();
H A Dsession_start_variation5.phpt32 ob_end_flush();
H A Dsession_start_variation6.phpt33 ob_end_flush();
H A Dsession_start_variation7.phpt33 ob_end_flush();
H A Dsession_set_save_handler_closures.phpt50 ob_end_flush();
H A Dsession_set_save_handler_error2.phpt42 ob_end_flush();
H A Dsession_set_save_handler_variation2.phpt25 ob_end_flush();
H A Dsession_set_save_handler_variation3.phpt27 ob_end_flush();

Completed in 51 milliseconds

1234567