Home
last modified time | relevance | path

Searched refs:output_buffering (Results 1 – 14 of 14) sorted by relevance

/PHP-7.1/tests/output/
H A Dbug60322.phpt4 output_buffering=128
/PHP-7.1/tests/func/
H A D006.phpt4 output_buffering=0
/PHP-7.1/ext/standard/tests/general_functions/
H A Dob_start_closures.phpt4 output_buffering=0
H A Dob_get_flush_error.phpt4 output_buffering=0
H A Dob_get_length_basic.phpt4 output_buffering=0
H A Dob_get_flush_basic.phpt4 output_buffering=0
/PHP-7.1/main/
H A Dphp_globals.h59 zend_long output_buffering; member
H A Dmain.c575 …put_buffering", "0", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateLong, output_buffering, php_core_gl…
1688 } else if (PG(output_buffering)) { in php_request_startup()
1689 …php_output_start_user(NULL, PG(output_buffering) > 1 ? PG(output_buffering) : 0, PHP_OUTPUT_HANDLE… in php_request_startup()
/PHP-7.1/ext/mbstring/tests/
H A Dhtmlent.phpt9 output_buffering=4096
/PHP-7.1/win32/build/
H A DMakefile.phpize46 …$(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(PHP_PREFIX)\php.exe" -d open_basedir= -d output_buffering=0 ru…
H A DMakefile171 …$(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run…
177 …(BUILD_DIR)\php.exe" -n -c $(PHP_TEST_INI_PATH) -d open_basedir= -d output_buffering=0 -d memory_l…
/PHP-7.1/
H A Dphp.ini-development126 ; output_buffering
225 output_buffering = 4096
265 ; performance, enable output_buffering in addition.
H A Dphp.ini-production126 ; output_buffering
225 output_buffering = 4096
265 ; performance, enable output_buffering in addition.
H A DINSTALL1484 For example, the output_buffering setting is PHP_INI_PERDIR therefore

Completed in 74 milliseconds