Home
last modified time | relevance | path

Searched refs:imagecreatefromgif (Results 1 – 14 of 14) sorted by relevance

/PHP-5.6/ext/gd/tests/
H A Dgif2gd.phpt9 if (!function_exists("imagecreatefromgif")) {
18 echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd1") ? 'ok' : 'failed';
22 echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Dimagecolorstotal_basic.phpt9 if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif')) {
10 die('skip imagecolorstotal and imagecreatefromgif functions not available in this build');
24 $im = imagecreatefromgif($gif);
H A Dbug37346.phpt9 $im = imagecreatefromgif(dirname(__FILE__) . '/bug37346.gif');
12 Warning: imagecreatefromgif(): '%sbug37346.gif' is not a valid GIF file in %sbug37346.php on line %d
H A Dbug38112.phpt11 $im = imagecreatefromgif(dirname(__FILE__) . '/bug38112.gif');
14 Warning: imagecreatefromgif(): '%sbug38112.gif' is not a valid GIF file in %sbug38112.php on line %d
H A Dbug37360.phpt9 $im = imagecreatefromgif(dirname(__FILE__) . '/bug37360.gif');
13 Warning: imagecreatefromgif(): '%s' is not a valid GIF file in %s on line %d
H A Dbug75571.phpt9 var_dump(imagecreatefromgif(__DIR__ . '/bug75571.gif'));
13 Warning: imagecreatefromgif(): '%s' is not a valid GIF file in %s on line %d
H A Dgif2jpg.phpt12 if (!function_exists("imagecreatefromgif")) {
21 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
H A Dgif2png.phpt12 if (!function_exists("imagecreatefromgif")) {
21 …echo imagepng(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.png") ? 'ok' : 'faile…
H A Dbug36697.phpt21 $im = imagecreatefromgif($dest);
H A Dbug74435.phpt9 $im = imagecreatefromgif(__DIR__ . DIRECTORY_SEPARATOR . 'bug74435.gif');
H A Dgif.phpt9 …if (!function_exists("imagegif") || !function_exists("imagecreatefromgif") || !function_exists('im…
18 $im2 = imagecreatefromgif($cwd . '/test_gif.gif');
/PHP-5.6/ext/zip/examples/
H A Dim.php3 $im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif');
/PHP-5.6/ext/gd/
H A Dphp_gd.h145 PHP_FUNCTION(imagecreatefromgif);
H A Dgd.c956 PHP_FE(imagecreatefromgif, arginfo_imagecreatefromgif)
2506 PHP_FUNCTION(imagecreatefromgif) in PHP_FUNCTION() argument

Completed in 28 milliseconds