Home
last modified time | relevance | path

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

1234

/PHP-7.4/tests/lang/
H A Dbug32828.phpt6 function output_handler($buffer)
11 ob_start('output_handler');
18 #0 [internal function]: output_handler('', %d)
/PHP-7.4/tests/func/
H A D006.phpt5 output_handler=
7 zlib.output_handler=
/PHP-7.4/main/
H A Doutput.c438 PHPAPI int php_output_start_user(zval *output_handler, size_t chunk_size, int flags) in php_output_start_user() argument
442 if (output_handler) { in php_output_start_user()
443 handler = php_output_handler_create_user(output_handler, chunk_size, flags); in php_output_start_user()
462 php_output_handler_set_context(handler, output_handler, NULL); in php_output_start_internal()
481 switch (Z_TYPE_P(output_handler)) { in php_output_handler_create_user()
486 …if (Z_STRLEN_P(output_handler) && (alias = php_output_handler_alias(Z_STRVAL_P(output_handler), Z_… in php_output_handler_create_user()
487 handler = alias(Z_STRVAL_P(output_handler), Z_STRLEN_P(output_handler), chunk_size, flags); in php_output_handler_create_user()
494 ZVAL_COPY(&user->zoh, output_handler); in php_output_handler_create_user()
520 handler->func.internal = output_handler; in php_output_handler_create_internal()
1299 zval *output_handler = NULL; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities11.phpt4 output_handler=
H A Dhtmlentities12.phpt4 output_handler=
H A Dhtmlentities01.phpt4 output_handler=
H A Dhtmlentities06.phpt4 output_handler=
H A Dhtmlentities07.phpt4 output_handler=
H A Dhtmlentities10.phpt4 output_handler=
H A Dhtmlentities.phpt4 output_handler=
H A Dhtmlentities02.phpt11 output_handler=
H A Dhtmlentities03.phpt11 output_handler=
H A Dhtmlentities05.phpt4 output_handler=
/PHP-7.4/ext/exif/tests/bug72819/
H A Dbug72819.phpt6 output_handler=
/PHP-7.4/ext/exif/tests/
H A Dexif_thumbnail_streams.phpt6 output_handler=
H A Dexif_read_data_streams_seek.phpt6 output_handler=
H A Dexif005.phpt6 output_handler=
/PHP-7.4/ext/exif/tests/bug73115/
H A Dbug73115.phpt6 output_handler=
/PHP-7.4/ext/mbstring/tests/
H A Dmb_output_handler_shift_jis.phpt6 output_handler=mb_output_handler
H A Doverload01.phpt8 output_handler=
H A Dcasefold.phpt10 output_handler=
/PHP-7.4/ext/exif/tests/bug77184/
H A Dbug77184.phpt6 output_handler=
/PHP-7.4/ext/zlib/tests/
H A Dbug55544.phpt14 output_handler=ob_gzhandler
H A Dbug55544-win.phpt15 output_handler=ob_gzhandler
/PHP-7.4/ext/exif/tests/bug50660/
H A Dbug50660.phpt6 output_handler=

Completed in 36 milliseconds

1234