Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dtypes.phpt2 imagetypes
5 if (!function_exists('imagetypes')) die("skip gd extension not available\n");
9 $flags = imagetypes();
H A Dbug72596.phpt2 Bug #72596 (imagetypes function won't advertise WEBP support)
9 var_dump(function_exists('imagewebp') === (bool) (imagetypes() & IMG_WEBP));
H A Dbug72604.phpt6 if (!(imagetypes() & IMG_PNG)) die('skip requires PNG support');
H A Dbug67325.phpt9 if (!(imagetypes() & IMG_JPG)) die('skip JPEG support not available');
/PHP-5.6/ext/standard/
H A Dphp_image.h60 PHP_MINIT_FUNCTION(imagetypes);
H A Dimage.c73 PHP_MINIT_FUNCTION(imagetypes) in PHP_MINIT_FUNCTION() argument
H A Dbasic_functions.c3654 BASIC_MINIT_SUBMODULE(imagetypes) in PHP_MINIT_FUNCTION()
/PHP-5.6/ext/gd/
H A Dphp_gd.h98 PHP_FUNCTION(imagetypes);
H A Dgd.c1023 PHP_FE(imagetypes, arginfo_imagetypes)
2212 PHP_FUNCTION(imagetypes) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS488 . Fixed bug #72596 (imagetypes function won't advertise WEBP support). (cmb)

Completed in 138 milliseconds