Home
last modified time | relevance | path

Searched refs:imagecreatefrompng (Results 1 – 16 of 16) sorted by relevance

/PHP-5.3/ext/gd/tests/
H A D001.phpt2 imagecreatefrompng() and empty/missing file
4 <?php if (!function_exists("imagecreatefrompng")) print "skip"; ?>
11 var_dump(imagecreatefrompng($file));
13 var_dump(imagecreatefrompng($file));
20 Warning: imagecreatefrompng(%s001.test): failed to open stream: No such file or directory in %s on …
23 Warning: imagecreatefrompng(): '%s001.test' is not a valid PNG file in %s on line %d
H A Dlibgd00086.phpt2 libgd #86 (Possible infinite loop in imagecreatefrompng)
11 $im = imagecreatefrompng(dirname(__FILE__) . '/libgd00086.png');
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
20 Warning: imagecreatefrompng(): '%s' is not a valid PNG file in %s on line %d
H A Dbug39780.phpt11 $im = imagecreatefrompng(dirname(__FILE__) . '/bug39780.png');
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
20 Warning: imagecreatefrompng(): '%s' is not a valid PNG file in %s on line %d
H A Dimagefilter.phpt26 $im = imagecreatefrompng($SOURCE_IMG);
36 $im = imagecreatefrompng($SOURCE_IMG);
46 $im = imagecreatefrompng($SOURCE_IMG);
56 $im = imagecreatefrompng($SOURCE_IMG);
66 $im = imagecreatefrompng($SOURCE_IMG);
76 $im = imagecreatefrompng($SOURCE_IMG);
H A Dlibgd00086_extern.phpt2 libgd #86 (Possible infinite loop in imagecreatefrompng)
11 $im = imagecreatefrompng(dirname(__FILE__) . '/libgd00086.png');
18 Warning: imagecreatefrompng(): '%slibgd00086.png' is not a valid PNG file in %s on line %d
H A Dpng2gd.phpt9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
18 echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd1") ? 'ok' : 'failed';
22 echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test.gd2") ? 'ok' : 'failed';
H A Dpngcomp.phpt9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
23 $im2 = imagecreatefrompng($cwd . '/test_pngcomp.png');
H A Djpeg2png.phpt9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
21 …echo imagejpeg(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_jpeg.jpeg") ? 'ok' : 'fa…
33 …echo imagejpeg(imagecreatefrompng($cwd . "/test_png.png"), $cwd . "/test_pjpeg.jpeg") ? 'ok' : 'fa…
H A Dbug39780_extern.phpt11 $im = imagecreatefrompng(dirname(__FILE__) . '/bug39780.png');
17 Warning: imagecreatefrompng(): '%sbug39780.png' is not a valid PNG file in /%s on line %d
H A Dbug24155.phpt20 $im2 = imagecreatefrompng($dest);
H A Dbug27582_1.phpt20 $im2 = imagecreatefrompng($dest);
H A Dimagecolorclosesthwb.phpt10 $im = imagecreatefrompng(dirname(__FILE__).'/test.png');
H A Dimagefilledpolygon_basic.phpt46 $image_in = imagecreatefrompng($dest);
/PHP-5.3/ext/gd/
H A Dphp_gd.h140 PHP_FUNCTION(imagecreatefrompng);
H A Dgd.c946 PHP_FE(imagecreatefrompng, arginfo_imagecreatefrompng)
2557 PHP_FUNCTION(imagecreatefrompng) in PHP_FUNCTION() argument
/PHP-5.3/
H A DNEWS4400 - Fixed possible infinite loop in imagecreatefrompng. (libgd #86)
5204 - Fixed invalid read in imagecreatefrompng when an empty file is given

Completed in 64 milliseconds