Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.4/sapi/fpm/tests/
H A Dbug78323.phpt13 ob_start();
24 ob_start();
/PHP-7.4/sapi/cgi/tests/
H A Dbug78323.phpt13 ob_start();
25 ob_start();
/PHP-7.4/tests/output/
H A Dob_get_level_basic_001.phpt17 ob_start();
20 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_007.phpt5 ob_start();
H A Dob_008.phpt5 ob_start();
H A Dob_004.phpt5 ob_start();
H A Dob_006.phpt5 ob_start();
H A Dob_009.phpt5 ob_start();
H A Dob_end_flush_basic_001.phpt17 ob_start();
20 ob_start();
H A Dob_003.phpt5 ob_start();
H A Dob_010.phpt9 ob_start("obh");
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_start_basic_004.phpt2 ob_start() chunk_size: confirm buffer is flushed after any output call that causes its length to eq…
8 * proto bool ob_start([ string|array user_function [, int chunk_size [, bool erase]]])
22 ob_start('callback', $cs);
30 ob_start('callback', $cs);
H A Dbug60322.phpt7 ob_start();
H A Dob_018.phpt14 ob_start('ob_gzhandler');
/PHP-7.4/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt15 ob_start();
25 ob_start();
/PHP-7.4/sapi/cli/tests/
H A D022.inc3 ob_start();
/PHP-7.4/ext/iconv/tests/
H A Dob_iconv_handler.phpt11 ob_start('ob_iconv_handler');
/PHP-7.4/ext/session/tests/
H A Dbug71683.phpt11 ob_start();
/PHP-7.4/ext/standard/tests/misc/
H A Dbug79410.phpt5 ob_start();
/PHP-7.4/ext/zlib/tests/
H A Dbug61443.phpt9 ob_start(); echo "foo\n"; ob_get_clean();

Completed in 35 milliseconds

12345678910>>...16