Home
last modified time | relevance | path

Searched refs:PHP_OUTPUT_HANDLER_START (Results 1 – 10 of 10) sorted by relevance

/php-src/ext/zlib/tests/
H A Dob_gzhandler_legacy_002.phpt17 if (false !== ob_gzhandler("", PHP_OUTPUT_HANDLER_START)) {
/php-src/tests/lang/
H A Dbug24951.phpt7 …return (($mode & PHP_OUTPUT_HANDLER_START)?"[":"") . $s . (($mode & PHP_OUTPUT_HANDLER_END)?"]\n":…
/php-src/main/
H A Dmain.stub.php242 const PHP_OUTPUT_HANDLER_START = UNKNOWN; define
H A Dmain_arginfo.h75 REGISTER_LONG_CONSTANT("PHP_OUTPUT_HANDLER_START", PHP_OUTPUT_HANDLER_START, CONST_PERSISTENT); in register_main_symbols()
H A Dphp_output.h24 #define PHP_OUTPUT_HANDLER_START 0x01 /* start */ macro
H A Doutput.c533 if (php_output_lock_error(PHP_OUTPUT_HANDLER_START) || !handler) { in php_output_handler_start()
936 context->op |= PHP_OUTPUT_HANDLER_START; in php_output_handler_op()
1212 context.op |= PHP_OUTPUT_HANDLER_START; in php_output_stack_pop()
/php-src/ext/zlib/
H A Dzlib.c173 if (output_context->op & PHP_OUTPUT_HANDLER_START) { in php_zlib_output_handler_ex()
270 if ((output_context->op & PHP_OUTPUT_HANDLER_START) in php_zlib_output_handler()
271 …&& (output_context->op != (PHP_OUTPUT_HANDLER_START|PHP_OUTPUT_HANDLER_CLEAN|PHP_OUTPUT_HANDLER_FI… in php_zlib_output_handler()
282 …ntext->op & PHP_OUTPUT_HANDLER_CLEAN) || ((output_context->op & PHP_OUTPUT_HANDLER_START) && !(out… in php_zlib_output_handler()
547 if (flags & PHP_OUTPUT_HANDLER_START) { in PHP_FUNCTION()
/php-src/ext/iconv/
H A Diconv.c305 if (output_context->op & PHP_OUTPUT_HANDLER_START) { in php_iconv_output_handler()
322 …ntext->op & PHP_OUTPUT_HANDLER_CLEAN) || ((output_context->op & PHP_OUTPUT_HANDLER_START) && !(out… in php_iconv_output_handler()
/php-src/ext/tidy/
H A Dtidy.c962 …if (TG(clean_output) && (output_context->op & PHP_OUTPUT_HANDLER_START) && (output_context->op & P… in php_tidy_output_handler()
/php-src/ext/mbstring/
H A Dmbstring.c1565 if (arg_status & PHP_OUTPUT_HANDLER_START) { in PHP_FUNCTION()

Completed in 63 milliseconds