Home
last modified time | relevance | path

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

/PHP-8.0/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_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 Dimagecreatefromstring_webp.phpt6 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required');
H A Dimagecreatefrombmp_basic.phpt6 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
H A Dimagecreatefromtga_variation.phpt6 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
H A Dimagecreatefromtga_basic.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 Dbug67325.phpt9 if (!(imagetypes() & IMG_JPG)) die('skip JPEG support not available');
H A Dimageresolution_jpeg.phpt6 if (!(imagetypes() & IMG_JPEG)) die('skip JPEG support not available');
H A Dimagecreatefromstring_bmp.phpt6 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
/PHP-8.0/ext/standard/
H A Dphp_image.h51 PHP_MINIT_FUNCTION(imagetypes);
H A Dimage.c68 PHP_MINIT_FUNCTION(imagetypes) in PHP_MINIT_FUNCTION() argument
H A Dbasic_functions.c391 BASIC_MINIT_SUBMODULE(imagetypes) in PHP_MINIT_FUNCTION()
/PHP-8.0/ext/gd/
H A Dgd_arginfo.h594 ZEND_FUNCTION(imagetypes);
729 ZEND_FE(imagetypes, arginfo_imagetypes)
H A Dgd.stub.php64 function imagetypes(): int {} function
H A Dgd.c1376 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument

Completed in 52 milliseconds