Searched refs:imagecreatefromgif (Results 1 – 18 of 18) sorted by relevance
7 if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif')) {8 die('skip imagecolorstotal and imagecreatefromgif functions not available in this build');17 $im = imagecreatefromgif($gif);
11 if (!function_exists("imagecreatefromgif")) {20 …echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd1") ? 'ok' : 'failed…24 …echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd2") ? 'ok' : 'faile…
7 $im = imagecreatefromgif(__DIR__ . '/bug37346.gif');10 Warning: imagecreatefromgif(): "%sbug37346.gif" is not a valid GIF file in %sbug37346.php on line %d
7 $im = imagecreatefromgif(__DIR__ . '/bug37346私はガラスを食べられます.gif');10 Warning: imagecreatefromgif(): "%sbug37346私はガラスを食べられます.gif" is not a valid GIF file in %sbug37346-m…
7 $im = imagecreatefromgif(__DIR__ . '/bug38112.gif');10 Warning: imagecreatefromgif(): "%sbug38112.gif" is not a valid GIF file in %sbug38112.php on line %d
7 $im = imagecreatefromgif(__DIR__ . '/bug37360.gif');11 Warning: imagecreatefromgif(): "%s" is not a valid GIF file in %s on line %d
7 var_dump(imagecreatefromgif(__DIR__ . '/bug75571.gif'));10 Warning: imagecreatefromgif(): "%s" is not a valid GIF file in %s on line %d
10 if (!function_exists("imagecreatefromgif")) {19 …echo imagepng(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.png") ? 'ok' : 'faile…
10 if (!function_exists("imagecreatefromgif")) {19 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
12 $im = imagecreatefromgif(__DIR__ . 'bug77700.gif');
17 $im = imagecreatefromgif($dest);
7 $im = imagecreatefromgif(__DIR__ . DIRECTORY_SEPARATOR . 'bug74435.gif');
7 …if (!function_exists("imagegif") || !function_exists("imagecreatefromgif") || !function_exists('im…16 $im2 = imagecreatefromgif($cwd . '/test_gif.gif');
3 $im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif');
613 ZEND_FUNCTION(imagecreatefromgif);754 ZEND_FE(imagecreatefromgif, arginfo_imagecreatefromgif)
555 function imagecreatefromgif(string $filename): GdImage|false {} function
1618 PHP_FUNCTION(imagecreatefromgif) in PHP_FUNCTION() argument
Completed in 25 milliseconds