Home
last modified time | relevance | path

Searched refs:ob_start (Results 26 – 50 of 400) sorted by relevance

12345678910>>...16

/PHP-7.4/ext/mbstring/tests/
H A Dmb_output_handler_pattern-01.phpt9 ob_start();
10 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-02.phpt9 ob_start();
10 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-06.phpt9 ob_start();
10 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-12.phpt9 ob_start();
10 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-03.phpt9 ob_start();
10 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-04.phpt9 ob_start();
10 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-07.phpt11 ob_start();
12 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-08.phpt11 ob_start();
12 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-09.phpt11 ob_start();
12 ob_start('mb_output_handler');
H A Dmb_output_handler_pattern-10.phpt11 ob_start();
12 ob_start('mb_output_handler');
H A Dmb_output_handler_runtime_ini_alteration-01.phpt13 ob_start();
14 ob_start('mb_output_handler');
H A Dmb_output_handler_runtime_ini_alteration-02.phpt13 ob_start();
14 ob_start('mb_output_handler');
/PHP-7.4/tests/lang/
H A Dbug22690.phpt2 Bug #22690 (ob_start() is broken with create_function() callbacks)
6 ob_start($foo);
H A Dbug32828.phpt2 Bug #32828 (Throwing exception in output_callback function with ob_start and ob_end_clean leads to …
11 ob_start('output_handler');
H A Dbug45392.phpt2 Bug #45392 (ob_start()/ob_end_clean() and memory_limit)
14 ob_start();
H A Dbug7515.phpt13 ob_start();
20 ob_start();
/PHP-7.4/tests/output/
H A Dob_020.phpt7 ob_start();
10 ob_start();
H A Dob_start_basic_003.phpt2 ob_start(): ensure even fatal error test is affected by output buffering.
10 ob_start('f');
H A Dob_get_contents_basic_001.phpt21 ob_start();
29 ob_start();
37 ob_start();
44 ob_start();
H A Dob_start_basic_unerasable_001.phpt2 ob_start(): Ensure content of unerasable buffer can be accessed by ob_get_contents().
11 ob_start('callback', 0, false);
H A Dob_end_clean_basic_001.phpt12 ob_start();
15 ob_start();
/PHP-7.4/tests/func/
H A D006.phpt10 ob_start();
13 ob_start();
/PHP-7.4/sapi/cli/tests/
H A Dbug78323.phpt18 ob_start();
30 ob_start();
42 ob_start();
54 ob_start();
/PHP-7.4/ext/zlib/tests/
H A Dbug65391.phpt2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)
14 ob_start("ob_gzhandler");
/PHP-7.4/ext/session/tests/
H A Dbug61728.phpt2 Bug #61728 (PHP crash when calling ob_start in request_shutdown phase)
24 ob_start("output_html");

Completed in 27 milliseconds

12345678910>>...16