Searched refs:imagetypes (Results 1 – 19 of 19) sorted by relevance
2 imagetypes() - TGA support7 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
2 imagetypes() - BMP support7 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
2 Bug #72596 (imagetypes function won't advertise WEBP support)7 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
2 imagetypes7 $flags = imagetypes();
7 if (!(imagetypes() & IMG_GIF)) die('skip GIF support required');
7 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required');
7 if (!(imagetypes() & IMG_PNG)) die('skip PNG support required');
7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
7 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
10 if (!(imagetypes() & IMG_JPG)) die('skip JPEG support not available');
7 if (!(imagetypes() & IMG_JPEG)) die('skip JPEG support not available');
7 if (!(imagetypes() & IMG_AVIF)) {
8 if (!(imagetypes() & IMG_PNG)) {
608 ZEND_FUNCTION(imagetypes);749 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(imagetypes, arginfo_imagetypes)
544 function imagetypes(): int {} function
1282 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument
Completed in 43 milliseconds