Home
last modified time | relevance | path

Searched refs:imagegd2 (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
8 if (!function_exists("imagegd2")) {
20 imagegd2($res);
26 imagegd2($res, $file);
H A Dimagegd2_nullbyte_injection.phpt2 Testing null byte injection in imagegd2
25 imagegd2($image, $temp);
31 imagegd2 TEST
33 Warning: imagegd2() expects parameter 2 to be a valid path, string given in %s on line %d
H A Dbug38212.phpt12 imagegd2($im1, $file);
H A Dgif2gd.phpt22 echo imagegd2(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Dxpm2gd.phpt22 echo imagegd2(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Djpg2gd.phpt22 echo imagegd2(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Dpng2gd.phpt22 echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd2") ? 'ok' : 'failed';
/PHP-5.5/ext/gd/
H A Dphp_gd.h173 PHP_FUNCTION(imagegd2);
H A Dgd.c969 PHP_FE(imagegd2, arginfo_imagegd2)
2764 PHP_FUNCTION(imagegd2) in PHP_FUNCTION() argument
/PHP-5.5/
H A DNEWS7467 - Fixed bug #41442 (imagegd2() under output control). (Tony)

Completed in 40 milliseconds