Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dimagetypes_bmp.phpt2 imagetypes() - BMP support
7 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
H A Dimagetypes_tga.phpt2 imagetypes() - TGA support
7 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
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_png.phpt7 if (!(imagetypes() & IMG_PNG)) die('skip PNG support required');
H A Dimagecreatefromstring_webp.phpt7 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP 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 Dimagecreatefrombmp_basic.phpt7 if (!(imagetypes() & IMG_BMP)) die('skip BMP 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');
/PHP-8.1/ext/standard/
H A Dphp_image.h52 PHP_MINIT_FUNCTION(imagetypes);
H A Dimage.c68 PHP_MINIT_FUNCTION(imagetypes) in PHP_MINIT_FUNCTION() argument
H A Dbasic_functions.c405 BASIC_MINIT_SUBMODULE(imagetypes) in PHP_MINIT_FUNCTION()
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h609 ZEND_FUNCTION(imagetypes);
750 ZEND_FE(imagetypes, arginfo_imagetypes)
H A Dgd.stub.php81 function imagetypes(): int {} function
H A Dgd.c1428 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument

Completed in 42 milliseconds