Searched refs:imagegd (Results 1 – 7 of 7) sorted by relevance
2 Testing null byte injection in imagegd25 imagegd($image, $temp);31 imagegd TEST33 Warning: imagegd() expects parameter 2 to be a valid path, string given in %s on line %d
18 echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd1") ? 'ok' : 'failed';
18 echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd1") ? 'ok' : 'failed';
18 echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd1") ? 'ok' : 'failed';
18 echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd1") ? 'ok' : 'failed';
172 PHP_FUNCTION(imagegd);
979 PHP_FE(imagegd, arginfo_imagegd)2802 PHP_FUNCTION(imagegd) in PHP_FUNCTION() argument
Completed in 34 milliseconds