Searched refs:imagecreatefromgif (Results 1 – 14 of 14) sorted by relevance
9 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';
9 if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif')) {10 die('skip imagecolorstotal and imagecreatefromgif functions not available in this build');24 $im = imagecreatefromgif($gif);
9 $im = imagecreatefromgif(dirname(__FILE__) . '/bug37346.gif');12 Warning: imagecreatefromgif(): '%sbug37346.gif' is not a valid GIF file in %sbug37346.php on line %d
11 $im = imagecreatefromgif(dirname(__FILE__) . '/bug38112.gif');14 Warning: imagecreatefromgif(): '%sbug38112.gif' is not a valid GIF file in %sbug38112.php on line %d
9 $im = imagecreatefromgif(dirname(__FILE__) . '/bug37360.gif');13 Warning: imagecreatefromgif(): '%s' is not a valid GIF file in %s on line %d
9 var_dump(imagecreatefromgif(__DIR__ . '/bug75571.gif'));13 Warning: imagecreatefromgif(): '%s' is not a valid GIF file in %s on line %d
12 if (!function_exists("imagecreatefromgif")) {21 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
12 if (!function_exists("imagecreatefromgif")) {21 …echo imagepng(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.png") ? 'ok' : 'faile…
21 $im = imagecreatefromgif($dest);
9 $im = imagecreatefromgif(__DIR__ . DIRECTORY_SEPARATOR . 'bug74435.gif');
9 …if (!function_exists("imagegif") || !function_exists("imagecreatefromgif") || !function_exists('im…18 $im2 = imagecreatefromgif($cwd . '/test_gif.gif');
3 $im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif');
145 PHP_FUNCTION(imagecreatefromgif);
898 PHP_FE(imagecreatefromgif, arginfo_imagecreatefromgif)2438 PHP_FUNCTION(imagecreatefromgif) in PHP_FUNCTION() argument
Completed in 29 milliseconds