Searched refs:image_type (Results 1 – 8 of 8) sorted by relevance
/PHP-8.1/ext/exif/ |
H A D | exif.stub.php | 19 * @param int $image_type 22 function exif_thumbnail($file, &$width = null, &$height = null, &$image_type = null): string|false … argument
|
H A D | exif_arginfo.h | 19 ZEND_ARG_INFO_WITH_DEFAULT_VALUE(1, image_type, "null")
|
/PHP-8.1/ext/standard/tests/image/ |
H A D | image_type_to_mime_type_basic.phpt | 28 foreach($image_types as $image_type) { 29 var_dump(image_type_to_mime_type($image_type));
|
/PHP-8.1/ext/standard/ |
H A D | php_image.h | 56 PHPAPI char * php_image_type_to_mime_type(int image_type);
|
H A D | image.c | 1267 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 D | basic_functions.stub.php | 1303 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 D | basic_functions_arginfo.h | 1512 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 D | gd.c | 1651 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 42 milliseconds