Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dtypes.phpt2 imagetypes
5 if (!function_exists('imagetypes')) die("skip gd extension not available\n");
9 $flags = imagetypes();
H A Dimagetypes_bmp.phpt2 imagetypes() - BMP support
9 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
H A Dimagetypes_tga.phpt2 imagetypes() - TGA support
9 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
H A Dbug72596.phpt2 Bug #72596 (imagetypes function won't advertise WEBP support)
9 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
H A Dimagecreatefromstring_webp.phpt6 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required');
H A Dimagecreatefromstring_gif.phpt6 if (!(imagetypes() & IMG_GIF)) die('skip GIF support required');
H A Dimagecreatefromstring_png.phpt6 if (!(imagetypes() & IMG_PNG)) die('skip PNG support required');
H A Dimagecreatefromtga_basic.phpt6 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
H A Dimagecreatefromtga_variation.phpt6 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
H A Dimagebmp_basic.phpt6 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
H A Dimagecreatefrombmp_basic.phpt6 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
H A Dimageresolution_jpeg.phpt6 if (!(imagetypes() & IMG_JPEG)) die('skip JPEG support not available');
H A Dbug67325.phpt9 if (!(imagetypes() & IMG_JPG)) die('skip JPEG support not available');
H A Dimagecreatefromstring_bmp.phpt6 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
/PHP-7.4/ext/standard/
H A Dphp_image.h59 PHP_MINIT_FUNCTION(imagetypes);
H A Dimage.c73 PHP_MINIT_FUNCTION(imagetypes) in PHP_MINIT_FUNCTION() argument
H A Dbasic_functions.c3711 BASIC_MINIT_SUBMODULE(imagetypes) in PHP_MINIT_FUNCTION()
/PHP-7.4/ext/gd/
H A Dphp_gd.h104 PHP_FUNCTION(imagetypes);
H A Dgd.c1007 PHP_FE(imagetypes, arginfo_imagetypes)
2239 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument
/PHP-7.4/
H A DUPGRADING512 format. TGA support is now also indicated by gd_info() and imagetypes().

Completed in 48 milliseconds