Home
last modified time | relevance | path

Searched refs:output_handler (Results 76 – 92 of 92) sorted by relevance

1234

/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt6 output_handler=
H A Dmb_convert_encoding.phpt6 output_handler=
H A Dmb_convert_variables.phpt6 output_handler=
/PHP-7.4/ext/zlib/
H A Dzlib.c324 if (ZLIBG(output_handler) && *ZLIBG(output_handler)) { in php_zlib_output_compression_start()
325 ZVAL_STRING(&zoh, ZLIBG(output_handler)); in php_zlib_output_compression_start()
1494 … "", PHP_INI_ALL, OnUpdate_zlib_output_handler, output_handler, zen…
/PHP-7.4/ext/exif/tests/
H A Dexif016.phpt6 output_handler=
H A Dexif017.phpt6 output_handler=
H A Dexif_read_data_streams.phpt6 output_handler=
H A Dexif018.phpt6 output_handler=
H A Dexif020.phpt6 output_handler=
H A Dexif021.phpt6 output_handler=
H A Dexif022.phpt6 output_handler=
H A Dexif023.phpt6 output_handler=
H A Dexif026.phpt6 output_handler=
H A Dexif027.phpt6 output_handler=
/PHP-7.4/main/
H A Dmain.c786 …ut_handler", NULL, PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateString, output_handler, php_core_glo…
1865 if (PG(output_handler) && PG(output_handler)[0]) { in php_request_startup()
1868 ZVAL_STRING(&oh, PG(output_handler)); in php_request_startup()
/PHP-7.4/
H A Dphp.ini-development218 ; example, if you set output_handler to "mb_output_handler", character
227 ; Note: output_handler must be empty if this is set 'On' !!!!
228 ; Instead you must use zlib.output_handler.
230 ;output_handler =
256 ; Note: You need to use zlib.output_handler instead of the standard
257 ; output_handler, or otherwise the output will be corrupted.
265 ; is activated here. This setting does the same as output_handler but in
268 ;zlib.output_handler =
H A Dphp.ini-production218 ; example, if you set output_handler to "mb_output_handler", character
227 ; Note: output_handler must be empty if this is set 'On' !!!!
228 ; Instead you must use zlib.output_handler.
230 ;output_handler =
256 ; Note: You need to use zlib.output_handler instead of the standard
257 ; output_handler, or otherwise the output will be corrupted.
265 ; is activated here. This setting does the same as output_handler but in
268 ;zlib.output_handler =

Completed in 56 milliseconds

1234