Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/
H A Dgd.c154 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu…
1942 _php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GIF, "GIF", gdImageGifCtx); in PHP_FUNCTION()
1950_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG, "PNG", gdImagePngCtxEx… in PHP_FUNCTION()
1959_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageWebpCt… in PHP_FUNCTION()
1968_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG, "JPEG", gdImageJpegCtx… in PHP_FUNCTION()
4157 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() function

Completed in 12 milliseconds