Searched refs:PHP_OUTPUT_IMPLICITFLUSH (Results 1 – 2 of 2) sorted by relevance
64 #define PHP_OUTPUT_IMPLICITFLUSH 0x01 macro
735 OG(flags) |= PHP_OUTPUT_IMPLICITFLUSH; in php_output_set_implicit_flush()737 OG(flags) &= ~PHP_OUTPUT_IMPLICITFLUSH; in php_output_set_implicit_flush()1075 if (OG(flags) & PHP_OUTPUT_IMPLICITFLUSH) { in php_output_op()
Completed in 8 milliseconds