Home
last modified time | relevance | path

Searched refs:imagegd (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/gd/tests/
H A Dimagegd_nullbyte_injection.phpt2 Testing null byte injection in imagegd
25 imagegd($image, $temp);
31 imagegd TEST
33 Warning: imagegd() expects parameter 2 to be a valid path, string given in %s on line %d
H A Dgif2gd.phpt18 echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd1") ? 'ok' : 'failed';
H A Dxpm2gd.phpt18 echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd1") ? 'ok' : 'failed';
H A Djpg2gd.phpt18 echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd1") ? 'ok' : 'failed';
H A Dpng2gd.phpt18 echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd1") ? 'ok' : 'failed';
/PHP-5.5/ext/gd/
H A Dphp_gd.h172 PHP_FUNCTION(imagegd);
H A Dgd.c968 PHP_FE(imagegd, arginfo_imagegd)
2756 PHP_FUNCTION(imagegd) in PHP_FUNCTION() argument

Completed in 42 milliseconds