Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Dlibgd00101.phpt2 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 …
H A Dcrafted_gd2.phpt11 imagecreatefromgd(dirname(__FILE__) . '/crafted.gd2');
15 Warning: imagecreatefromgd(): '%scrafted.gd2' is not a valid GD file in %s on line %d
H A Djpg2gd.phpt26 echo imagejpeg(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.jpeg") ? 'ok' : 'failed';
H A Dpng2gd.phpt26 echo imagepng(imagecreatefromgd($cwd . "/test.gd1"), $cwd . "/test_gd1.png") ? 'ok' : 'failed';
/PHP-5.5/ext/gd/
H A Dphp_gd.h151 PHP_FUNCTION(imagecreatefromgd);
H A Dgd.c954 PHP_FE(imagecreatefromgd, arginfo_imagecreatefromgd)
2524 PHP_FUNCTION(imagecreatefromgd) in PHP_FUNCTION() argument

Completed in 21 milliseconds