Home
last modified time | relevance | path

Searched refs:imagegif (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dgif.phpt9 …if (!function_exists("imagegif") || !function_exists("imagecreatefromgif") || !function_exists('im…
51 imagegif($im, $cwd . '/test_gif.gif');
61 imagegif($im, $cwd . '/test_gif.gif');
73 imagegif($im, $cwd . '/test_gif.gif');
85 imagegif($im, $cwd . '/test_gif.gif');
97 imagegif($im, $cwd . '/test_gif.gif');
108 imagegif($im, $cwd . '/test_gif.gif');
119 imagegif($im, $cwd . '/test_gif.gif');
128 imagegif($im, $cwd . '/test_gif.gif');
129 imagegif($im, $cwd . '/test_gif_2.gif');
H A Dimagegif_nullbyte_injection.phpt2 Testing null byte injection in imagegif
29 imagegif($image, $temp);
35 imagegif TEST
37 Warning: imagegif(): Invalid 2nd parameter, filename must not contain null bytes in %s on line %d
H A Dbug39082.phpt12 imagegif($im);
H A Dtypes.phpt11 if ($flags&0x1 && !function_exists("imagegif")) {
H A Dbug36697.phpt19 imagegif($im, $dest);
/PHP-5.5/ext/gd/
H A Dphp_gd.h167 PHP_FUNCTION(imagegif );
H A Dgd.c963 PHP_FE(imagegif, arginfo_imagegif)
2708 PHP_FUNCTION(imagegif) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS28 . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre)
6933 - Fixed bug #44591 (imagegif's filename parameter). (Felipe)

Completed in 42 milliseconds