Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-7.1/tests/output/
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.phpt17 ob_start();
20 ob_start();
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 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_008.phpt5 ob_start();
H A Dob_007.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_003.phpt5 ob_start();
H A Dob_010.phpt9 ob_start("obh");
H A Dbug60322.phpt7 ob_start();
H A Dob_018.phpt14 ob_start('ob_gzhandler');
H A Dob_get_clean_basic_002.phpt10 ob_start();
/PHP-7.1/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt15 ob_start();
25 ob_start();
/PHP-7.1/sapi/cli/tests/
H A D022.inc3 ob_start();
/PHP-7.1/ext/zlib/tests/
H A Dfunc.inc7 ob_start();
H A Dbug60761.phpt15 // test using ob_start and zlib.output_compression(or ob_gzhandler)
24 ob_start();//"ob_gzhandler");
H A Dbug61443.phpt9 ob_start(); echo "foo\n"; ob_get_clean();
/PHP-7.1/ext/iconv/tests/
H A Dob_iconv_handler.phpt12 ob_start('ob_iconv_handler');
/PHP-7.1/ext/session/tests/
H A Dbug71603.phpt11 ob_start();
/PHP-7.1/ext/pcre/tests/
H A Dcheck_jit_enabled.phpt11 ob_start();
/PHP-7.1/tests/lang/
H A Dbug23279.phpt5 ob_start();

Completed in 57 milliseconds

12345678910>>...16