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