Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A D001-mb.phpt2 imagecreatefrompng() and empty/missing file
6 <?php if (!function_exists("imagecreatefrompng")) print "skip"; ?>
13 var_dump(imagecreatefrompng($file));
15 var_dump(imagecreatefrompng($file));
22 Warning: imagecreatefrompng(%s001私はガラスを食べられます.test): Failed to open stream: No such file or directo…
25 Warning: imagecreatefrompng(): "%s001私はガラスを食べられます.test" is not a valid PNG file in %s on line %d
H A D001.phpt2 imagecreatefrompng() and empty/missing file
6 <?php if (!function_exists("imagecreatefrompng")) print "skip"; ?>
13 var_dump(imagecreatefrompng($file));
15 var_dump(imagecreatefrompng($file));
22 Warning: imagecreatefrompng(%s001.test): Failed to open stream: No such file or directory in %s on …
25 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)
12 $im = imagecreatefrompng(__DIR__ . '/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 Dlibgd00086_extern.phpt2 libgd #86 (Possible infinite loop in imagecreatefrompng)
12 $im = imagecreatefrompng(__DIR__ . '/libgd00086.png');
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
20 Warning: imagecreatefrompng(): "%slibgd00086.png" is not a valid PNG file in %s on line %d
H A Dbug39780.phpt12 $im = imagecreatefrompng(__DIR__ . '/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 Dbug39780_extern.phpt12 $im = imagecreatefrompng(__DIR__ . '/bug39780.png');
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d
20 Warning: imagecreatefrompng(): "%sbug39780.png" is not a valid PNG file in %s on line %d
H A Dbug79945.phpt2 Bug #79945 (using php wrappers in imagecreatefrompng causes segmentation fault)
12 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');
17 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');
22 Warning: imagecreatefrompng(): "php://filter/read=convert.base64-encode/resource=%s" is not a valid…
H A Dimagefilter.phpt25 $im = imagecreatefrompng($SOURCE_IMG);
35 $im = imagecreatefrompng($SOURCE_IMG);
45 $im = imagecreatefrompng($SOURCE_IMG);
55 $im = imagecreatefrompng($SOURCE_IMG);
65 $im = imagecreatefrompng($SOURCE_IMG);
75 $im = imagecreatefrompng($SOURCE_IMG);
85 $im = imagecreatefrompng($SOURCE_IMG);
H A Dimageresolution_png.phpt14 $act = imagecreatefrompng($filename);
19 $act = imagecreatefrompng($filename);
H A Dpngcomp.phpt7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
21 $im2 = imagecreatefrompng($cwd . '/test_pngcomp.png');
H A Djpeg2png.phpt7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
19 …echo imagejpeg(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_jpeg.jpeg") ? 'ok' : 'fa…
31 …echo imagejpeg(imagecreatefrompng($cwd . "/test_png.png"), $cwd . "/test_pjpeg.jpeg") ? 'ok' : 'fa…
H A Dpng2gd.phpt11 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
20 …echo imagegd(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd1") ? 'ok' : 'failed…
24 …echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd2") ? 'ok' : 'faile…
H A Dbug27582_1.phpt17 $im2 = imagecreatefrompng($dest);
H A Dbug24155.phpt19 $im2 = imagecreatefrompng($dest);
H A Dbug64641.phpt31 $ex = imagecreatefrompng(__DIR__ . '/bug64641.png');
H A Dbug75124.phpt13 $im = imagecreatefrompng(__DIR__ . '/bug75124.png');
H A Dbug43475.phpt59 $ex = imagecreatefrompng(__DIR__ . '/bug43475.png');
H A Dimagefilledpolygon_basic.phpt41 $image_in = imagecreatefrompng($dest);
H A Dimagecrop_auto.phpt57 $im = imagecreatefrompng(__DIR__ . "/logo_noise.png");
H A Davif_decode_encode.phpt7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
H A Dfunc.inc86 $expected = imagecreatefrompng($filename);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h619 ZEND_FUNCTION(imagecreatefrompng);
760 ZEND_FE(imagecreatefrompng, arginfo_imagecreatefrompng)
H A Dgd.stub.php101 function imagecreatefrompng(string $filename): GdImage|false {} function
H A Dgd.c1781 PHP_FUNCTION(imagecreatefrompng) in PHP_FUNCTION() argument
/PHP-8.1/
H A DNEWS69 . Fixed bug #79945 (Stream wrappers in imagecreatefrompng causes segfault).

Completed in 91 milliseconds