Home
last modified time | relevance | path

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

/PHP-7.2/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 Dbug72596.phpt2 Bug #72596 (imagetypes function won't advertise WEBP support)
9 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
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.2/ext/standard/
H A Dphp_image.h61 PHP_MINIT_FUNCTION(imagetypes);
H A Dimage.c75 PHP_MINIT_FUNCTION(imagetypes) in PHP_MINIT_FUNCTION() argument
H A Dbasic_functions.c3692 BASIC_MINIT_SUBMODULE(imagetypes) in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/gd/
H A Dphp_gd.h100 PHP_FUNCTION(imagetypes);
H A Dgd.c995 PHP_FE(imagetypes, arginfo_imagetypes)
2176 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument
/PHP-7.2/
H A DNEWS2718 . Fixed bug #72596 (imagetypes function won't advertise WEBP support). (cmb)

Completed in 58 milliseconds