Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dimagecolorstotal_basic.phpt7 if(!function_exists('imagecolorstotal') || !function_exists('imagecreatefromgif')) {
8 die('skip imagecolorstotal and imagecreatefromgif functions not available in this build');
17 $im = imagecreatefromgif($gif);
H A Dgif2gd.phpt11 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…
H A Dbug37346.phpt7 $im = imagecreatefromgif(__DIR__ . '/bug37346.gif');
10 Warning: imagecreatefromgif(): "%sbug37346.gif" is not a valid GIF file in %sbug37346.php on line %d
H A Dbug37346-mb.phpt7 $im = imagecreatefromgif(__DIR__ . '/bug37346私はガラスを食べられます.gif');
10 Warning: imagecreatefromgif(): "%sbug37346私はガラスを食べられます.gif" is not a valid GIF file in %sbug37346-m…
H A Dbug38112.phpt7 $im = imagecreatefromgif(__DIR__ . '/bug38112.gif');
10 Warning: imagecreatefromgif(): "%sbug38112.gif" is not a valid GIF file in %sbug38112.php on line %d
H A Dbug37360.phpt7 $im = imagecreatefromgif(__DIR__ . '/bug37360.gif');
11 Warning: imagecreatefromgif(): "%s" is not a valid GIF file in %s on line %d
H A Dbug75571.phpt7 var_dump(imagecreatefromgif(__DIR__ . '/bug75571.gif'));
10 Warning: imagecreatefromgif(): "%s" is not a valid GIF file in %s on line %d
H A Dgif2jpg.phpt10 if (!function_exists("imagecreatefromgif")) {
19 …echo imagejpeg(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.jpeg") ? 'ok' : 'fai…
H A Dgif2png.phpt10 if (!function_exists("imagecreatefromgif")) {
19 …echo imagepng(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.png") ? 'ok' : 'faile…
H A Dbug77700.phpt12 $im = imagecreatefromgif(__DIR__ . 'bug77700.gif');
H A Dbug36697-mb.phpt17 $im = imagecreatefromgif($dest);
H A Dbug36697.phpt17 $im = imagecreatefromgif($dest);
H A Dbug74435.phpt7 $im = imagecreatefromgif(__DIR__ . DIRECTORY_SEPARATOR . 'bug74435.gif');
H A Dgif.phpt7 …if (!function_exists("imagegif") || !function_exists("imagecreatefromgif") || !function_exists('im…
16 $im2 = imagecreatefromgif($cwd . '/test_gif.gif');
/PHP-8.1/ext/zip/examples/
H A Dim.php3 $im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif');
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h614 ZEND_FUNCTION(imagecreatefromgif);
755 ZEND_FE(imagecreatefromgif, arginfo_imagecreatefromgif)
H A Dgd.stub.php92 function imagecreatefromgif(string $filename): GdImage|false {} function
H A Dgd.c1764 PHP_FUNCTION(imagecreatefromgif) in PHP_FUNCTION() argument

Completed in 42 milliseconds