Home
last modified time | relevance | path

Searched refs:PHP_OUTPUT_IMPLICITFLUSH (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/main/
H A Dphp_output.h64 #define PHP_OUTPUT_IMPLICITFLUSH 0x01 macro
H A Doutput.c735 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