Searched refs:image_type (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/exif/tests/ |
H A D | exif_thumbnail_streams.phpt | 20 exif_thumbnail($fp, image_type: $image_type); 21 var_dump($image_type == IMAGETYPE_JPEG);
|
/php-src/ext/exif/ |
H A D | exif.stub.php | 25 * @param int $image_type 28 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-src/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-src/ext/standard/ |
H A D | php_image.h | 54 PHPAPI char * php_image_type_to_mime_type(int image_type);
|
H A D | image.c | 1217 PHPAPI char * php_image_type_to_mime_type(int image_type) in php_image_type_to_mime_type() argument 1219 switch( image_type) { in php_image_type_to_mime_type() 1275 zend_long image_type; in PHP_FUNCTION() local 1280 Z_PARAM_LONG(image_type) in PHP_FUNCTION() 1285 switch (image_type) { in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 3033 function image_type_to_mime_type(int $image_type): string {} 3039 function image_type_to_extension(int $image_type, bool $include_dot = true): string|false {}
|
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-src/ext/gd/ |
H A D | gd.c | 122 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, const char *tn, gd… 123 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, const char *tn); 1512 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, const char *tn, gd… in _php_image_create_from() argument 1524 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from() 1556 } else if (ioctx_func_p || image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from() 1579 if (image_type == PHP_GDIMG_TYPE_GD2PART) { in _php_image_create_from() 1596 switch (image_type) { in _php_image_create_from() 1742 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, const char *tn) in _php_image_output() argument 1753 switch (image_type) { in _php_image_output() 1784 switch (image_type) { in _php_image_output() [all …]
|
Completed in 48 milliseconds