Home
last modified time | relevance | path

Searched refs:ob_start (Results 51 – 75 of 431) sorted by relevance

12345678910>>...18

/php-src/ext/session/tests/user_session_module/
H A Dbug61728.phpt2 Bug #61728 (PHP crash when calling ob_start in request_shutdown phase)
25 ob_start("output_html");
/php-src/tests/output/
H A Dob_end_clean_basic_001.phpt11 ob_start();
14 ob_start();
H A Dob_get_level_basic_001.phpt11 ob_start();
14 ob_start();
H A Dob_start_basic_002.phpt2 ob_start(): Check behaviour with various callback return values.
31 ob_start($callback);
H A Dob_start_basic_unerasable_003.phpt2 ob_start(): Ensure unerasable buffer cannot be accessed or erased by ob_get_clean().
11 ob_start('callback', 0, false);
H A Dob_start_basic_unerasable_004.phpt2 ob_start(): Ensure unerasable buffer cannot be accessed or flushed by ob_get_flush().
11 ob_start('callback', 0, false);
H A Dob_start_basic_unerasable_005.phpt2 ob_start(): Ensure unerasable buffer cannot be flushed by ob_flush()
11 ob_start('callback', 0, false);
H A Dob_end_flush_basic_001.phpt11 ob_start();
14 ob_start();
H A Dob_007.phpt5 ob_start();
H A Dob_008.phpt5 ob_start();
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…
11 ob_start('callback', 0, false);
H A Dob_004.phpt5 ob_start();
H A Dob_006.phpt5 ob_start();
H A Dob_009.phpt5 ob_start();
H A Dob_003.phpt5 ob_start();
H A Dob_010.phpt9 ob_start("obh");
H A Dbug60322.phpt7 ob_start();
H A Dob_018.phpt12 ob_start('ob_gzhandler');
/php-src/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt9 ob_start();
19 ob_start();
/php-src/sapi/fpm/tests/
H A Dbug78323.phpt13 ob_start();
24 ob_start();
/php-src/sapi/cgi/tests/
H A Dbug78323.phpt13 ob_start();
25 ob_start();
/php-src/sapi/cli/tests/
H A D022.inc3 ob_start();
/php-src/ext/iconv/tests/
H A Dob_iconv_handler.phpt11 ob_start('ob_iconv_handler');
/php-src/ext/zlib/tests/
H A Dbug61443.phpt7 ob_start(); echo "foo\n"; ob_get_clean();
/php-src/ext/xml/tests/
H A Dlibxml_expat_skipif.inc3 ob_start();

Completed in 29 milliseconds

12345678910>>...18