Searched refs:imagecreatefrompng (Results 1 – 22 of 22) sorted by relevance
2 imagecreatefrompng() and empty/missing file4 <?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
2 imagecreatefrompng() and empty/missing file4 <?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
2 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 %d19 Warning: imagecreatefrompng(): "%s" is not a valid PNG file in %s on line %d
11 $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 %d19 Warning: imagecreatefrompng(): "%s" is not a valid PNG file in %s on line %d
26 $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);
2 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
9 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…
16 $act = imagecreatefrompng($filename);21 $act = imagecreatefrompng($filename);
9 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {23 $im2 = imagecreatefrompng($cwd . '/test_pngcomp.png');
9 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…
11 $im = imagecreatefrompng(__DIR__ . '/bug39780.png');17 Warning: imagecreatefrompng(): v%sbug39780.png" is not a valid PNG file in /%s on line %d
20 $im2 = imagecreatefrompng($dest);
19 $im2 = imagecreatefrompng($dest);
30 $ex = imagecreatefrompng(__DIR__ . '/bug64641.png');
12 $im = imagecreatefrompng(__DIR__ . '/bug75124.png');
58 $ex = imagecreatefrompng(__DIR__ . '/bug43475.png');
39 $image_in = imagecreatefrompng($dest);
55 $im = imagecreatefrompng(__DIR__ . "/logo_noise.png");
86 $expected = imagecreatefrompng($filename);
601 ZEND_FUNCTION(imagecreatefrompng);736 ZEND_FE(imagecreatefrompng, arginfo_imagecreatefrompng)
75 function imagecreatefrompng(string $filename): GdImage|false {} function
1714 PHP_FUNCTION(imagecreatefrompng) in PHP_FUNCTION() argument
Completed in 32 milliseconds