Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dphp_output.h62 #define PHP_OUTPUT_IMPLICITFLUSH 0x01 macro
H A Doutput.c731 OG(flags) |= PHP_OUTPUT_IMPLICITFLUSH; in php_output_set_implicit_flush()
733 OG(flags) &= ~PHP_OUTPUT_IMPLICITFLUSH; in php_output_set_implicit_flush()
1073 if (OG(flags) & PHP_OUTPUT_IMPLICITFLUSH) { in php_output_op()

Completed in 8 milliseconds