Searched refs:PHP_OUTPUT_SENT (Results 1 – 5 of 5) sorted by relevance
67 #define PHP_OUTPUT_SENT 0x08 macro
1099 OG(flags) |= PHP_OUTPUT_SENT; in php_output_op()
892 if (status & PHP_OUTPUT_SENT) { in PHP_INI_MH()914 if (stage == PHP_INI_STAGE_RUNTIME && (php_output_get_status(TSRMLS_C) & PHP_OUTPUT_SENT)) { in PHP_INI_MH()
1134 if (status & PHP_OUTPUT_SENT) { in PHP_INI_MH()
340 if (output_status & PHP_OUTPUT_SENT) { in php_iconv_output_handler()
Completed in 23 milliseconds