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