Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/tests/
H A Dimagegd_nullbyte_injection.phpt2 Testing null byte injection in imagegd
25 imagegd($image, $temp);
30 imagegd TEST
32 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 Dxpm2gd.phpt18 echo imagegd(imagecreatefromxpm($cwd . "/conv_test.xpm"), $cwd . "/test.gd1") ? 'ok' : 'failed';
H A Dgif2gd.phpt18 echo imagegd(imagecreatefromgif($cwd . "/conv_test.gif"), $cwd . "/test.gd1") ? 'ok' : 'failed';
H A Dpng2gd.phpt18 echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd1") ? 'ok' : 'failed';
H A Djpg2gd-mb.phpt18 …echo imagegd(imagecreatefromjpeg($cwd . "/conv_test私はガラスを食べられます.jpeg"), $cwd . "/test私はガラスを食べられます.…
H A Djpg2gd.phpt18 echo imagegd(imagecreatefromjpeg($cwd . "/conv_test.jpeg"), $cwd . "/test.gd1") ? 'ok' : 'failed';
/PHP-7.2/ext/gd/
H A Dphp_gd.h175 PHP_FUNCTION(imagegd);
H A Dgd.c957 PHP_FE(imagegd, arginfo_imagegd)
2787 PHP_FUNCTION(imagegd) in PHP_FUNCTION() argument
/PHP-7.2/
H A DUPGRADING314 . imagegd() stores truecolor images as real truecolor images. Formerly, they

Completed in 24 milliseconds