Home
last modified time | relevance | path

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

/PHP-7.3/ext/gd/tests/
H A Dlibgd00101.phpt2 libgd #101 (imagecreatefromgd can crash if gdImageCreate fails)
10 $im = imagecreatefromgd(dirname(__FILE__) . '/libgd00101.gd');
14 Warning: imagecreatefromgd(): product of memory allocation multiplication would exceed INT_MAX, fai…
17 Warning: imagecreatefromgd(): '%slibgd00101.gd' is not a valid GD file in %slibgd00101.php on line …
H A Dcrafted_gd2.phpt11 imagecreatefromgd(dirname(__FILE__) . '/crafted.gd2');
14 Warning: imagecreatefromgd(): '%scrafted.gd2' is not a valid GD file in %s on line %d
H A Djpg2gd-mb.phpt26 …echo imagejpeg(imagecreatefromgd($cwd . "/test私はガラスを食べられます.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' …
H A Djpg2gd.phpt26 echo imagejpeg(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'failed';
H A Dpng2gd.phpt26 echo imagepng(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed';
/PHP-7.3/ext/gd/
H A Dphp_gd.h160 PHP_FUNCTION(imagecreatefromgd);
H A Dgd.c937 PHP_FE(imagecreatefromgd, arginfo_imagecreatefromgd)
2551 PHP_FUNCTION(imagecreatefromgd) in PHP_FUNCTION() argument

Completed in 34 milliseconds