Home
last modified time | relevance | path

Searched refs:PHP_OUTPUT_HANDLER_CLEAN (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/main/
H A Dmain.stub.php257 const PHP_OUTPUT_HANDLER_CLEAN = UNKNOWN; define
H A Dmain_arginfo.h80 REGISTER_LONG_CONSTANT("PHP_OUTPUT_HANDLER_CLEAN", PHP_OUTPUT_HANDLER_CLEAN, CONST_PERSISTENT); in register_main_symbols()
H A Dphp_output.h25 #define PHP_OUTPUT_HANDLER_CLEAN 0x02 /* restart */ macro
H A Doutput.c289 php_output_context_init(&context, PHP_OUTPUT_HANDLER_CLEAN); in php_output_clean()
305 php_output_context_init(&context, PHP_OUTPUT_HANDLER_CLEAN); in php_output_clean_all()
1217 context.op |= PHP_OUTPUT_HANDLER_CLEAN; in php_output_stack_pop()
/PHP-8.2/docs/
H A Doutput-api.md103 if (flags & PHP_OUTPUT_HANDLER_CLEAN) { ... }
107 if ((flags & PHP_OUTPUT_HANDLER_CLEAN) && (flags & PHP_OUTPUT_HANDLER_FINAL)) { ... }
/PHP-8.2/ext/zlib/
H A Dzlib.c180 if (output_context->op & PHP_OUTPUT_HANDLER_CLEAN) { in php_zlib_output_handler_ex()
271 …&& (output_context->op != (PHP_OUTPUT_HANDLER_START|PHP_OUTPUT_HANDLER_CLEAN|PHP_OUTPUT_HANDLER_FI… in php_zlib_output_handler()
282 …if (!(output_context->op & PHP_OUTPUT_HANDLER_CLEAN) || ((output_context->op & PHP_OUTPUT_HANDLER_… in php_zlib_output_handler()
/PHP-8.2/ext/iconv/
H A Diconv.c322 …if (mimetype != NULL && (!(output_context->op & PHP_OUTPUT_HANDLER_CLEAN) || ((output_context->op … in php_iconv_output_handler()

Completed in 33 milliseconds