Searched refs:imagegd (Results 1 – 10 of 10) sorted by relevance
2 Testing null byte injection in imagegd25 imagegd($image, $temp);30 imagegd TEST32 Warning: imagegd() expects parameter 2 to be a valid path, string given in %s on line %d
2 imagegd() writes truecolor images without palette conversion18 imagegd($im);
18 echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd1") ? 'ok' : 'failed';
18 echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd1") ? 'ok' : 'failed';
18 echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd1") ? 'ok' : 'failed';
18 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpeg"), $cwd . "/test私はガラスを食べられます.…
18 echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd1") ? 'ok' : 'failed';
175 PHP_FUNCTION(imagegd);
957 PHP_FE(imagegd, arginfo_imagegd)2787 PHP_FUNCTION(imagegd) in PHP_FUNCTION() argument
314 . imagegd() stores truecolor images as real truecolor images. Formerly, they
Completed in 39 milliseconds