Home
last modified time | relevance | path

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

1234

/php-src/ext/gd/tests/
H A Dimagetypes_bmp.phpt2 imagetypes() - BMP support
7 var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
H A Dimagetypes_tga.phpt2 imagetypes() - TGA support
7 var_dump((imagetypes() & IMG_TGA) == function_exists('imagecreatefromtga'));
H A Dbug72596.phpt2 Bug #72596 (imagetypes function won't advertise WEBP support)
7 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
H A Dimagecreatefrombmp_basic.phpt7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
8 if (!(imagetypes() & IMG_PNG)) {
H A Dimagecreatefromtga_basic.phpt7 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
8 if (!(imagetypes() & IMG_PNG)) {
H A Dimagecreatefromtga_variation.phpt7 if (!(imagetypes() & IMG_TGA)) die('skip TGA support required');
8 if (!(imagetypes() & IMG_PNG)) {
H A Dtypes.phpt2 imagetypes
7 $flags = imagetypes();
H A Dbug74031.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dimagecreatefromstring_png.phpt7 if (!(imagetypes() & IMG_PNG)) die('skip PNG support required');
H A Dimagecreatefromstring_gif.phpt7 if (!(imagetypes() & IMG_GIF)) die('skip GIF support required');
H A Dimagecreatefromstring_webp.phpt7 if (!(imagetypes() & IMG_WEBP)) die('skip WEBP support required');
H A Dbug77391.phpt8 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
H A Dbug45799.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dbug72604.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dimagecreatefromstring_bmp.phpt7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
8 if (!(imagetypes() & IMG_PNG)) {
H A Dimagebmp_basic.phpt7 if (!(imagetypes() & IMG_BMP)) die('skip BMP support required');
H A Dbug22544-mb.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dbug22544.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dbug73213.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dimagepolygon_aa.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dbug72482_2.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dimagecreatetruecolor_basic.phpt10 if (!(imagetypes() & IMG_PNG)) {
H A Dimagefilledellipse_basic.phpt7 if (!(imagetypes() & IMG_PNG)) {
H A Dimagestringup_basic.phpt10 if (!(imagetypes() & IMG_PNG)) {
H A Dimagechar_basic.phpt10 if (!(imagetypes() & IMG_PNG)) {

Completed in 18 milliseconds

1234