Searched refs:image_type (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/exif/ |
H A D | exif.stub.php | 14 * @param int $image_type 16 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.0/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.0/ext/standard/ |
H A D | php_image.h | 55 PHPAPI char * php_image_type_to_mime_type(int image_type);
|
H A D | image.c | 1159 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() argument 1161 switch( image_type) { in php_image_type_to_mime_type() 1215 zend_long image_type; in PHP_FUNCTION() local 1220 Z_PARAM_LONG(image_type) in PHP_FUNCTION() 1225 switch (image_type) { in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 977 function image_type_to_mime_type(int $image_type): string {} argument 979 function image_type_to_extension(int $image_type, bool $include_dot = true): string|false {} argument
|
H A D | basic_functions_arginfo.h | 1503 ZEND_ARG_TYPE_INFO(0, image_type, IS_LONG, 0) 1507 ZEND_ARG_TYPE_INFO(0, image_type, IS_LONG, 0)
|
/PHP-8.0/ext/gd/ |
H A D | gd.c | 147 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p… 1584 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from() 1639 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from() 1656 switch (image_type) { in _php_image_create_from() 1793 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p… in _php_image_output() argument 1806 switch (image_type) { in _php_image_output() 1838 switch (image_type) { in _php_image_output() 1864 switch (image_type) { in _php_image_output() 4165 if (image_type == PHP_GDIMG_TYPE_GIF) { in _php_image_output_ctx() 4169 } else if (image_type == PHP_GDIMG_TYPE_PNG) { in _php_image_output_ctx() [all …]
|
Completed in 48 milliseconds