Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dimagegd_nullbyte_injection.phpt2 Testing null byte injection in imagegd
10 var_dump(imagegd($image, "./foo\0bar"));
13 Warning: imagegd() expects parameter 2 to be a valid path, string given in %s on line %d
H A Dimagegd_truecolor.phpt2 imagegd() writes truecolor images without palette conversion
18 imagegd($im);
H A Dgif2gd.phpt18 …echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test_gif.gd1") ? 'ok' : 'failed…
H A Dxpm2gd.phpt18 …echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test_xpm.gd1") ? 'ok' : 'failed…
H A Djpg2gd-mb.phpt18 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpg"), $cwd . "/test私はガラスを食べられます.g…
H A Djpg2gd.phpt18 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpg"), $cwd . "/test_jpeg.gd1") ? 'ok' : 'fail…
H A Dpng2gd.phpt18 …echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd1") ? 'ok' : 'failed…
/PHP-7.4/ext/gd/
H A Dphp_gd.h182 PHP_FUNCTION(imagegd);
H A Dgd.c971 PHP_FE(imagegd, arginfo_imagegd)
2843 PHP_FUNCTION(imagegd) in PHP_FUNCTION() argument

Completed in 20 milliseconds