Home
last modified time | relevance | path

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

/PHP-8.3/ext/gd/tests/
H A Dimagetypes_tga.phpt2 imagetypes() - TGA support
7 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
H A Dimagetypes_bmp.phpt2 imagetypes() - BMP support
7 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
H A Dbug72596.phpt2 Bug #72596 (imagetypes function won't advertise WEBP support)
7 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
H A Dtypes.phpt2 imagetypes
7 $flags = imagetypes();
H A Dimagecreatefromstring_gif.phpt7 if (!(imagetypes() & IMG_GIF)) die('skip GIF support required');
H A Dimagecreatefromstring_webp.phpt7 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required');
H A Dimagecreatefromstring_png.phpt7 if (!(imagetypes() & IMG_PNG)) die('skip PNG support required');
H A Dimagecreatefrombmp_basic.phpt7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
H A Dimagecreatefromtga_basic.phpt7 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
H A Dimagecreatefromtga_variation.phpt7 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
H A Dimagebmp_basic.phpt7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
H A Dbug67325.phpt10 if (!(imagetypes() & IMG_JPG)) die('skip JPEG support not available');
H A Dimageresolution_jpeg.phpt7 if (!(imagetypes() & IMG_JPEG)) die('skip JPEG support not available');
H A Dimagecreatefromstring_avif.phpt7 if (!(imagetypes() & IMG_AVIF)) {
H A Dimagecreatefromstring_bmp.phpt7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
H A Dgh10614.phpt8 if (!(imagetypes() & IMG_PNG)) {
/PHP-8.3/ext/gd/
H A Dgd_arginfo.h608 ZEND_FUNCTION(imagetypes);
749 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(imagetypes, arginfo_imagetypes)
H A Dgd.stub.php544 function imagetypes(): int {} function
H A Dgd.c1277 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument

Completed in 35 milliseconds