Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A D001-mb.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 directo…
23 Warning: imagecreatefrompng(): '%s001私はガラスを食べられます.test' is not a valid PNG file in %s on line %d
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(__DIR__ . '/libgd00086.png');
15 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
19 Warning: imagecreatefrompng(): '%s' is not a valid PNG file in %s on line %d
H A Dbug39780.phpt11 $im = imagecreatefrompng(__DIR__ . '/bug39780.png');
15 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
19 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);
86 $im = imagecreatefrompng($SOURCE_IMG);
H A Dlibgd00086_extern.phpt2 libgd #86 (Possible infinite loop in imagecreatefrompng)
11 $im = imagecreatefrompng(__DIR__ . '/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_png.gd1") ? 'ok' : 'failed…
22 …echo imagegd2(imagecreatefrompng($cwd . "/conv_test.png"), $cwd . "/test_png.gd2") ? 'ok' : 'faile…
H A Dpngcomp.phpt9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
23 $im2 = imagecreatefrompng($cwd . '/test_pngcomp.png');
H A Dimageresolution_png.phpt16 $act = imagecreatefrompng($filename);
21 $act = imagecreatefrompng($filename);
H A Dbug39780_extern.phpt11 $im = imagecreatefrompng(__DIR__ . '/bug39780.png');
17 Warning: imagecreatefrompng(): '%sbug39780.png' is not a valid PNG file in /%s on line %d
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 Dbug24155.phpt20 $im2 = imagecreatefrompng($dest);
H A Dbug27582_1.phpt19 $im2 = imagecreatefrompng($dest);
H A Dbug64641.phpt30 $ex = imagecreatefrompng(__DIR__ . '/bug64641.png');
H A Dbug75124.phpt12 $im = imagecreatefrompng(__DIR__ . '/bug75124.png');
H A Dbug43475.phpt58 $ex = imagecreatefrompng(__DIR__ . '/bug43475.png');
H A Dimagecrop_auto.phpt55 $im = imagecreatefrompng(__DIR__ . "/logo_noise.png");
H A Dimagefilledpolygon_basic.phpt45 $image_in = imagecreatefrompng($dest);
H A Dfunc.inc86 $expected = imagecreatefrompng($filename);
/PHP-7.4/ext/gd/
H A Dphp_gd.h153 PHP_FUNCTION(imagecreatefrompng);
H A Dgd.c937 PHP_FE(imagecreatefrompng, arginfo_imagecreatefrompng)
2581 PHP_FUNCTION(imagecreatefrompng) in PHP_FUNCTION() argument

Completed in 37 milliseconds