Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dlibgd00101.phpt2 libgd #101 (imagecreatefromgd can crash if gdImageCreate fails)
11 $im = imagecreatefromgd(__DIR__ . '/libgd00101.gd');
15 Warning: imagecreatefromgd(): Product of memory allocation multiplication would exceed INT_MAX, fai…
18 Warning: imagecreatefromgd(): "%slibgd00101.gd" is not a valid GD file in %slibgd00101.php on line …
H A Dcrafted_gd2.phpt13 imagecreatefromgd(__DIR__ . '/crafted.gd2');
16 Warning: imagecreatefromgd(): "%scrafted.gd2" is not a valid GD file in %s on line %d
H A Djpg2gd-mb.phpt28 …echo imagejpeg(imagecreatefromgd($cwd . "/test私はガラスを食べられます.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' …
H A Djpg2gd.phpt28 …echo imagejpeg(imagecreatefromgd($cwd . "/test_jpeg.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'fail…
H A Dpng2gd.phpt28 …echo imagepng(imagecreatefromgd($cwd . "/test_png.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed';
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h629 ZEND_FUNCTION(imagecreatefromgd);
770 ZEND_FE(imagecreatefromgd, arginfo_imagecreatefromgd)
H A Dgd.stub.php121 function imagecreatefromgd(string $filename): GdImage|false {} function
H A Dgd.c1830 PHP_FUNCTION(imagecreatefromgd) in PHP_FUNCTION() argument

Completed in 30 milliseconds