Searched refs:imagetypes (Results 1 – 14 of 14) 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 Bug #72596 (imagetypes function won't advertise WEBP support)9 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
6 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
6 if (!(imagetypes() & IMG_JPEG)) die('skip JPEG support not available');
9 if (!(imagetypes() & IMG_JPG)) die('skip JPEG support not available');
61 PHP_MINIT_FUNCTION(imagetypes);
75 PHP_MINIT_FUNCTION(imagetypes) in PHP_MINIT_FUNCTION() argument
3692 BASIC_MINIT_SUBMODULE(imagetypes) in PHP_MINIT_FUNCTION()
100 PHP_FUNCTION(imagetypes);
995 PHP_FE(imagetypes, arginfo_imagetypes)2176 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument
2718 . Fixed bug #72596 (imagetypes function won't advertise WEBP support). (cmb)
Completed in 73 milliseconds