Home
last modified time | relevance | path

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

/php-src/main/
H A Dmain.stub.php262 const PHP_OUTPUT_HANDLER_CLEAN = UNKNOWN; define
H A Dmain_arginfo.h79 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.c288 php_output_context_init(&context, PHP_OUTPUT_HANDLER_CLEAN); in php_output_clean()
304 php_output_context_init(&context, PHP_OUTPUT_HANDLER_CLEAN); in php_output_clean_all()
1216 context.op |= PHP_OUTPUT_HANDLER_CLEAN; in php_output_stack_pop()
/php-src/docs-old/
H A Doutput-api.md103 if (flags & PHP_OUTPUT_HANDLER_CLEAN) { ... }
107 if ((flags & PHP_OUTPUT_HANDLER_CLEAN) && (flags & PHP_OUTPUT_HANDLER_FINAL)) { ... }
/php-src/ext/zlib/
H A Dzlib.c179 if (output_context->op & PHP_OUTPUT_HANDLER_CLEAN) { in php_zlib_output_handler_ex()
270 …&& (output_context->op != (PHP_OUTPUT_HANDLER_START|PHP_OUTPUT_HANDLER_CLEAN|PHP_OUTPUT_HANDLER_FI… in php_zlib_output_handler()
281 …if (!(output_context->op & PHP_OUTPUT_HANDLER_CLEAN) || ((output_context->op & PHP_OUTPUT_HANDLER_… in php_zlib_output_handler()
/php-src/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 37 milliseconds