Searched refs:imagetypes (Results 1 – 25 of 86) sorted by relevance
1234
2 imagetypes() - BMP support7 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
2 imagetypes() - TGA support7 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
2 Bug #72596 (imagetypes function won't advertise WEBP support)7 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');8 if (!(imagetypes() & IMG_PNG)) {
7 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');8 if (!(imagetypes() & IMG_PNG)) {
2 imagetypes7 $flags = imagetypes();
7 if (!(imagetypes() & IMG_PNG)) {
7 if (!(imagetypes() & IMG_PNG)) die('skip PNG support required');
7 if (!(imagetypes() & IMG_GIF)) die('skip GIF support required');
7 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required');
8 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
7 if (!(imagetypes() & IMG_WBMP)) die('skip GIF support required');
7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
10 if (!(imagetypes() & IMG_PNG)) {
Completed in 28 milliseconds