Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dlibgd00101.phpt2 libgd #101 (imagecreatefromgd can crash if gdImageCreate fails)
10 $im = imagecreatefromgd(__DIR__ . '/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(__DIR__ . '/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_jpeg.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'fail…
H A Dpng2gd.phpt26 echo imagepng(imagecreatefromgd($cwd . "/test_png.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed';
/PHP-7.4/ext/gd/
H A Dphp_gd.h155 PHP_FUNCTION(imagecreatefromgd);
H A Dgd.c951 PHP_FE(imagecreatefromgd, arginfo_imagecreatefromgd)
2626 PHP_FUNCTION(imagecreatefromgd) in PHP_FUNCTION() argument

Completed in 19 milliseconds