Searched refs:imagecreatefromgd (Results 1 – 7 of 7) sorted by relevance
2 libgd #101 (imagecreatefromgd can crash if gdImageCreate fails)10 $im = imagecreatefromgd(dirname(__FILE__) . '/libgd00101.gd');14 Warning: imagecreatefromgd(): gd warning: product of memory allocation multiplication would exceed …17 Warning: imagecreatefromgd(): '%slibgd00101.gd' is not a valid GD file in %slibgd00101.php on line …
11 imagecreatefromgd(dirname(__FILE__) . '/crafted.gd2');14 Warning: imagecreatefromgd(): '%scrafted.gd2' is not a valid GD file in %s on line %d
26 echo imagepng(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed';
26 …echo imagejpeg(imagecreatefromgd($cwd . "/test私はガラスを食べられます.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' …
26 echo imagejpeg(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'failed';
151 PHP_FUNCTION(imagecreatefromgd);
940 PHP_FE(imagecreatefromgd, arginfo_imagecreatefromgd)2548 PHP_FUNCTION(imagecreatefromgd) in PHP_FUNCTION() argument
Completed in 25 milliseconds