Home
last modified time | relevance | path

Searched refs:ob_gzhandler (Results 1 – 14 of 14) sorted by relevance

/PHP-7.4/ext/zlib/tests/
H A Dob_gzhandler_legacy_002.phpt2 ob_gzhandler legacy
16 if (false !== ob_gzhandler("", PHP_OUTPUT_HANDLER_START)) {
18 ob_start("ob_gzhandler");
H A Dob_005.phpt2 ob_gzhandler
16 ob_start("ob_gzhandler");
H A Dbug61820.phpt2 bug #61820 using ob_gzhandler will complain about headers already sent when no compression
9 ob_start('ob_gzhandler');
H A Dob_004.phpt2 ob_gzhandler
16 ob_start("ob_gzhandler");
H A Dbug55544.phpt2 Bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)
14 output_handler=ob_gzhandler
H A Dbug55544-win.phpt2 Bug #55544 (ob_gzhandler always conflicts with zlib.output_compression)
15 output_handler=ob_gzhandler
H A Dbug65391.phpt2 Bug #65391 (Unable to send vary header user-agent when ob_start('ob_gzhandler') is called)
14 ob_start("ob_gzhandler");
H A Dbug60761.phpt14 // test using ob_start and zlib.output_compression(or ob_gzhandler)
22 // can't use ob_gzhandler with zlib.output_compression
23 ob_start();//"ob_gzhandler");
/PHP-7.4/tests/output/
H A Dbug60282.phpt2 Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
9 ob_start('ob_gzhandler');
H A Dob_018.phpt14 ob_start('ob_gzhandler');
/PHP-7.4/ext/zlib/
H A Dphp_zlib.h59 php_zlib_context *ob_gzhandler; variable
H A Dzlib.c466 if (ZLIBG(ob_gzhandler)) { in php_zlib_cleanup_ob_gzhandler_mess()
467 deflateEnd(&(ZLIBG(ob_gzhandler)->Z)); in php_zlib_cleanup_ob_gzhandler_mess()
468 php_zlib_output_handler_context_dtor(ZLIBG(ob_gzhandler)); in php_zlib_cleanup_ob_gzhandler_mess()
469 ZLIBG(ob_gzhandler) = NULL; in php_zlib_cleanup_ob_gzhandler_mess()
476 static PHP_FUNCTION(ob_gzhandler) in PHP_FUNCTION() argument
512 if (!ZLIBG(ob_gzhandler)) { in PHP_FUNCTION()
513 ZLIBG(ob_gzhandler) = php_zlib_output_handler_context_init(); in PHP_FUNCTION()
520 rv = php_zlib_output_handler_ex(ZLIBG(ob_gzhandler), &ctx); in PHP_FUNCTION()
1420 PHP_FE(ob_gzhandler, arginfo_ob_gzhandler)
1606 zlib_globals->ob_gzhandler = NULL; in PHP_GINIT_FUNCTION()
/PHP-7.4/
H A Dphp.ini-development226 ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
H A Dphp.ini-production226 ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".

Completed in 42 milliseconds