Searched refs:imagetypes (Results 1 – 20 of 20) sorted by relevance
2 imagetypes5 if (!function_exists('imagetypes')) die("skip gd extension not available\n");9 $flags = imagetypes();
2 imagetypes() - BMP support9 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
2 imagetypes() - TGA support9 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
2 Bug #72596 (imagetypes function won't advertise WEBP support)9 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
6 if (!(imagetypes() & IMG_GIF)) die('skip GIF support required');
6 if (!(imagetypes() & IMG_PNG)) die('skip PNG support required');
6 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required');
6 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
6 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
9 if (!(imagetypes() & IMG_JPG)) die('skip JPEG support not available');
6 if (!(imagetypes() & IMG_JPEG)) die('skip JPEG support not available');
51 PHP_MINIT_FUNCTION(imagetypes);
68 PHP_MINIT_FUNCTION(imagetypes) in PHP_MINIT_FUNCTION() argument
391 BASIC_MINIT_SUBMODULE(imagetypes) in PHP_MINIT_FUNCTION()
594 ZEND_FUNCTION(imagetypes);729 ZEND_FE(imagetypes, arginfo_imagetypes)
64 function imagetypes(): int {} function
1376 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument
Completed in 58 milliseconds