Searched refs:output_handler (Results 1 – 25 of 87) sorted by relevance
1234
/PHP-8.2/tests/lang/ |
H A D | bug32828.phpt | 6 function output_handler($buffer) 11 ob_start('output_handler'); 18 #0 [internal function]: output_handler('', %d)
|
/PHP-8.2/tests/func/ |
H A D | 006.phpt | 5 output_handler= 7 zlib.output_handler=
|
/PHP-8.2/main/ |
H A D | output.c | 449 PHPAPI int php_output_start_user(zval *output_handler, size_t chunk_size, int flags) in php_output_start_user() argument 453 if (output_handler) { in php_output_start_user() 454 handler = php_output_handler_create_user(output_handler, chunk_size, flags); in php_output_start_user() 473 php_output_handler_set_context(handler, output_handler, NULL); in php_output_start_internal() 492 switch (Z_TYPE_P(output_handler)) { in php_output_handler_create_user() 497 …if (Z_STRLEN_P(output_handler) && (alias = php_output_handler_alias(Z_STRVAL_P(output_handler), Z_… in php_output_handler_create_user() 498 handler = alias(Z_STRVAL_P(output_handler), Z_STRLEN_P(output_handler), chunk_size, flags); in php_output_handler_create_user() 506 ZVAL_COPY(&user->zoh, output_handler); in php_output_handler_create_user() 532 handler->func.internal = output_handler; in php_output_handler_create_internal() 1310 zval *output_handler = NULL; in PHP_FUNCTION() local [all …]
|
/PHP-8.2/ext/exif/tests/bug72819/ |
H A D | bug72819.phpt | 6 output_handler=
|
/PHP-8.2/ext/exif/tests/bug73115/ |
H A D | bug73115.phpt | 6 output_handler=
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | htmlentities11.phpt | 4 output_handler=
|
H A D | htmlentities12.phpt | 4 output_handler=
|
H A D | htmlentities06.phpt | 4 output_handler=
|
H A D | htmlentities07.phpt | 4 output_handler=
|
H A D | htmlentities01.phpt | 4 output_handler=
|
H A D | htmlentities10.phpt | 4 output_handler=
|
H A D | htmlentities05.phpt | 4 output_handler=
|
H A D | htmlentities.phpt | 4 output_handler=
|
/PHP-8.2/ext/exif/tests/ |
H A D | exif_thumbnail_streams.phpt | 6 output_handler=
|
H A D | exif_imagetype_basic-mb.phpt | 6 output_handler=
|
H A D | exif_imagetype_basic.phpt | 6 output_handler=
|
H A D | exif_read_data_streams_seek.phpt | 6 output_handler=
|
H A D | exif_tagname_basic.phpt | 6 output_handler=
|
H A D | exif005.phpt | 6 output_handler=
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | casefold.phpt | 6 output_handler=
|
H A D | mb_output_handler_shift_jis.phpt | 6 output_handler=mb_output_handler
|
H A D | mb_output_handler_pass.phpt | 6 output_handler=mb_output_handler
|
/PHP-8.2/ext/exif/tests/bug77184/ |
H A D | bug77184.phpt | 6 output_handler=
|
/PHP-8.2/ext/exif/tests/bug50660/ |
H A D | bug50660.phpt | 6 output_handler=
|
/PHP-8.2/ext/zlib/tests/ |
H A D | bug55544.phpt | 15 output_handler=ob_gzhandler
|
Completed in 28 milliseconds
1234