Home
last modified time | relevance | path

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

12345678910>>...16

/PHP-5.5/ext/standard/tests/general_functions/
H A Dob_get_flush_basic.phpt15 ob_start();
25 ob_start();
/PHP-5.5/tests/output/
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_007.phpt5 ob_start();
H A Dob_008.phpt5 ob_start();
H A Dob_006.phpt5 ob_start();
H A Dob_009.phpt5 ob_start();
H A Dob_004.phpt5 ob_start();
H A Dob_003.phpt5 ob_start();
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();
H A Dob_010.phpt9 ob_start("obh");
H A Dob_011.phpt9 ob_start("obh");
/PHP-5.5/ext/mysql/tests/
H A Dmysql_deprecated_api.phpt23 ob_start();
42 ob_start();
56 ob_start();
/PHP-5.5/sapi/cli/tests/
H A D022.inc3 ob_start();
/PHP-5.5/ext/zlib/tests/
H A Dbug60761.phpt15 // test using ob_start and zlib.output_compression(or ob_gzhandler)
24 ob_start();//"ob_gzhandler");
H A Dfunc.inc7 ob_start();
H A Dbug61443.phpt9 ob_start(); echo "foo\n"; ob_get_clean();
/PHP-5.5/ext/iconv/tests/
H A Dob_iconv_handler.phpt12 ob_start('ob_iconv_handler');
H A Dob_iconv_handler-charset-length-cve-2007-4840.phpt10 ob_start("ob_iconv_handler");
/PHP-5.5/tests/lang/
H A Dbug23279.phpt5 ob_start();
/PHP-5.5/ext/oci8/tests/
H A Dminfo.phpt8 ob_start();
/PHP-5.5/ext/reflection/tests/
H A DReflectionExtension_info_basic.phpt9 ob_start();

Completed in 33 milliseconds

12345678910>>...16