Home
last modified time | relevance | path

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

1234567

/PHP-7.4/main/
H A Doutput.c1363 PHP_FUNCTION(ob_end_flush) in PHP_FUNCTION() argument
H A Dphp_output.h250 PHP_FUNCTION(ob_end_flush);
/PHP-7.4/ext/session/tests/
H A Dsession_name_variation1.phpt41 ob_end_flush();
H A Dsession_module_name_variation4.phpt43 ob_end_flush();
H A Dbug74833.phpt16 ob_end_flush();
H A Dsession_cache_expire_error.phpt93 ob_end_flush();
H A Dsession_cache_limiter_error.phpt93 ob_end_flush();
H A Dsession_decode_variation3.phpt32 ob_end_flush();
H A Dsession_encode_error2.phpt95 ob_end_flush();
H A Dsession_regenerate_id_cookie.phpt56 ob_end_flush();
/PHP-7.4/ext/standard/
H A Dbasic_functions.c3313 PHP_FE(ob_end_flush, arginfo_ob_end_flush)
/PHP-7.4/tests/output/
H A Dob_014.phpt10 ob_end_flush();
H A Dob_015.phpt10 ob_end_flush();
H A Dob_start_basic_002.phpt33 ob_end_flush();
H A Dob_start_basic_005.phpt19 ob_end_flush();
H A Dob_end_flush_basic_001.phpt2 Test ob_end_flush() function : basic functionality
5 /* Prototype : proto bool ob_end_flush(void)
11 echo "*** Testing ob_end_flush() : basic functionality ***\n";
14 echo "\n-- Testing ob_end_flush() function with Zero arguments --\n";
15 var_dump(ob_end_flush());
18 var_dump(ob_end_flush());
22 var_dump(ob_end_flush());
24 var_dump(ob_end_flush());
29 *** Testing ob_end_flush() : basic functionality ***
31 -- Testing ob_end_flush() function with Zero arguments --
[all …]
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_get_length_basic_001.phpt23 ob_end_flush();
H A Dob_get_level_basic_001.phpt23 ob_end_flush();
26 ob_end_flush();
29 ob_end_flush();
45 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %s on li…
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_006.phpt42 ob_end_flush();
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
16 var_dump(ob_end_flush());
30 Notice: ob_end_flush(): failed to send buffer of callback (0) in %s on line 13
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_start_closures.phpt21 ob_end_flush();
25 ob_end_flush();
/PHP-7.4/Zend/tests/
H A Dbug64960.phpt6 ob_end_flush();
32 Notice: ob_end_flush(): failed to delete and flush buffer. No buffer to delete or flush in %sbug649…

Completed in 53 milliseconds

1234567