Searched refs:imagecreatefromgd (Results 1 – 8 of 8) sorted by relevance
2 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 …
11 imagecreatefromgd(__DIR__ . '/crafted.gd2');14 Warning: imagecreatefromgd(): "%scrafted.gd2" is not a valid GD file in %s on line %d
26 …echo imagejpeg(imagecreatefromgd($cwd . "/test私はガラスを食べられます.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' …
26 …echo imagejpeg(imagecreatefromgd($cwd . "/test_jpeg.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'fail…
26 …echo imagepng(imagecreatefromgd($cwd . "/test_png.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed';
611 ZEND_FUNCTION(imagecreatefromgd);746 ZEND_FE(imagecreatefromgd, arginfo_imagecreatefromgd)
90 function imagecreatefromgd(string $filename): GdImage|false {} function
1754 PHP_FUNCTION(imagecreatefromgd) in PHP_FUNCTION() argument
Completed in 30 milliseconds