Home
last modified time | relevance | path

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

12345678910>>...18

/php-src/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_pass.phpt14 ob_start('mb_output_handler');
19 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-src/tests/lang/
H A Dbug23489.phpt2 Bug #23489 (ob_start() is broken with method callbacks)
7 ob_start(
H A Dbug45392.phpt2 Bug #45392 (ob_start()/ob_end_clean() and memory_limit)
13 ob_start();
H A Dbug7515.phpt12 ob_start();
19 ob_start();
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');
/php-src/ext/spl/tests/
H A Dbug77751.phpt2 Bug #77751: Writing to SplFileObject in ob_start gives segfault
9 ob_start(function ($buffer) use ($logfile) {
/php-src/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_start_flags.phpt2 ob_start(): Ensure that user supplied handler type and status flags are erased
8 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);
/php-src/tests/func/
H A D006.phpt10 ob_start();
13 ob_start();
/php-src/sapi/cli/tests/
H A Dbug78323.phpt18 ob_start();
30 ob_start();
42 ob_start();
54 ob_start();
/php-src/ext/zlib/tests/
H A Dbug65391.phpt2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)
12 ob_start("ob_gzhandler");

Completed in 48 milliseconds

12345678910>>...18