Home
last modified time | relevance | path

Searched refs:output_handler (Results 1 – 25 of 78) sorted by last modified time

1234

/PHP-5.5/tests/lang/
H A Dbug32828.phpt6 function output_handler($buffer)
11 ob_start('output_handler');
18 #0 [internal function]: output_handler('', %d)
/PHP-5.5/
H A Dphp.ini-development237 ; example, if you set output_handler to "mb_output_handler", character
246 ; Note: output_handler must be empty if this is set 'On' !!!!
247 ; Instead you must use zlib.output_handler.
249 ;output_handler =
258 ; Note: You need to use zlib.output_handler instead of the standard
259 ; output_handler, or otherwise the output will be corrupted.
267 ; is activated here. This setting does the same as output_handler but in
270 ;zlib.output_handler =
H A Dphp.ini-production237 ; example, if you set output_handler to "mb_output_handler", character
246 ; Note: output_handler must be empty if this is set 'On' !!!!
247 ; Instead you must use zlib.output_handler.
249 ;output_handler =
258 ; Note: You need to use zlib.output_handler instead of the standard
259 ; output_handler, or otherwise the output will be corrupted.
267 ; is activated here. This setting does the same as output_handler but in
270 ;zlib.output_handler =
/PHP-5.5/main/
H A Dphp_globals.h64 char *output_handler; member
H A Dphp_output.h230 PHPAPI int php_output_start_user(zval *output_handler, size_t chunk_size, int flags TSRMLS_DC);
231 …nternal(const char *name, size_t name_len, php_output_handler_func_t output_handler, size_t chunk_…
H A Dmain.c510 …ut_handler", NULL, PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateString, output_handler, php_core_glo…
1583 if (PG(output_handler) && PG(output_handler)[0]) { in php_request_startup()
1587 ZVAL_STRING(oh, PG(output_handler), 1); in php_request_startup()
H A Doutput.c455 if (output_handler) { in php_output_start_user()
456 handler = php_output_handler_create_user(output_handler, chunk_size, flags TSRMLS_CC); in php_output_start_user()
475 php_output_handler_set_context(handler, output_handler, NULL TSRMLS_CC); in php_output_start_internal()
493 switch (Z_TYPE_P(output_handler)) { in php_output_handler_create_user()
498 …if (Z_STRLEN_P(output_handler) && (alias = php_output_handler_alias(Z_STRVAL_P(output_handler), Z_… in php_output_handler_create_user()
499 …handler = (*alias)(Z_STRVAL_P(output_handler), Z_STRLEN_P(output_handler), chunk_size, flags TSRML… in php_output_handler_create_user()
506 Z_ADDREF_P(output_handler); in php_output_handler_create_user()
507 user->zoh = output_handler; in php_output_handler_create_user()
532 handler->func.internal = output_handler; in php_output_handler_create_internal()
1321 zval *output_handler = NULL; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/zlib/
H A Dzlib.c304 if (ZLIBG(output_handler) && *ZLIBG(output_handler)) { in php_zlib_output_compression_start()
306 ZVAL_STRING(zoh, ZLIBG(output_handler), 1); in php_zlib_output_compression_start()
939 … "", PHP_INI_ALL, OnUpdate_zlib_output_handler, output_handler, zen…
H A Dphp_zlib.h55 char *output_handler; variable
/PHP-5.5/ext/zlib/tests/
H A Dbug55544-win.phpt11 output_handler=ob_gzhandler
H A Dbug55544.phpt11 output_handler=ob_gzhandler
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities01.phpt4 output_handler=
H A Dhtmlentities02.phpt11 output_handler=
H A Dhtmlentities03.phpt11 output_handler=
H A Dhtmlentities10.phpt4 output_handler=
H A Dhtmlentities11.phpt4 output_handler=
H A Dhtmlentities12.phpt4 output_handler=
H A Dhtmlentities04.phpt11 output_handler=
H A Dhtmlentities05.phpt4 output_handler=
H A Dhtmlentities06.phpt4 output_handler=
H A Dhtmlentities07.phpt4 output_handler=
H A Dhtmlentities08.phpt4 output_handler=
H A Dhtmlentities09.phpt4 output_handler=
H A Dhtmlentities13.phpt4 output_handler=
H A Dhtmlentities14.phpt4 output_handler=

Completed in 45 milliseconds

1234