Home
last modified time | relevance | path

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

/PHP-8.1/ext/exif/
H A Dexif.stub.php19 * @param int $image_type
22 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false … argument
H A Dexif_arginfo.h19 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, image_type, "null")
/PHP-8.1/ext/standard/tests/image/
H A Dimage_type_to_mime_type_basic.phpt28 foreach($image_types as $image_type) {
29 var_dump(image_type_to_mime_type($image_type));
/PHP-8.1/ext/standard/
H A Dphp_image.h56 PHPAPI char * php_image_type_to_mime_type(int image_type);
H A Dimage.c1267 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() argument
1269 switch( image_type) { in php_image_type_to_mime_type()
1325 zend_long image_type; in PHP_FUNCTION() local
1330 Z_PARAM_LONG(image_type) in PHP_FUNCTION()
1335 switch (image_type) { in PHP_FUNCTION()
H A Dbasic_functions.stub.php1303 function image_type_to_mime_type(int $image_type): string {} argument
1306 function image_type_to_extension(int $image_type, bool $include_dot = true): string|false {} argument
H A Dbasic_functions_arginfo.h1512 ZEND_ARG_TYPE_INFO(0, image_type, IS_LONG, 0)
1516 ZEND_ARG_TYPE_INFO(0, image_type, IS_LONG, 0)
/PHP-8.1/ext/gd/
H A Dgd.c1651 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from()
1683 } else if (ioctx_func_p || image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from()
1706 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from()
1723 switch (image_type) { in _php_image_create_from()
1882 switch (image_type) { in _php_image_output()
1914 switch (image_type) { in _php_image_output()
1940 switch (image_type) { in _php_image_output()
4238 if (image_type == PHP_GDIMG_TYPE_GIF) { in _php_image_output_ctx()
4242 } else if (image_type == PHP_GDIMG_TYPE_PNG) { in _php_image_output_ctx()
4246 } else if (image_type == PHP_GDIMG_TYPE_AVIF) { in _php_image_output_ctx()
[all …]

Completed in 55 milliseconds