Searched refs:imagecreatefrompng (Results 1 – 25 of 27) sorted by relevance
12
2 imagecreatefrompng() and empty/missing file6 <?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
2 imagecreatefrompng() and empty/missing file6 <?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
2 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 %d20 Warning: imagecreatefrompng(): "%s" is not a valid PNG file in %s on line %d
2 libgd #86 (Possible infinite loop in imagecreatefrompng)15 $im = imagecreatefrompng(__DIR__ . '/libgd00086.png');19 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin…21 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d23 Warning: imagecreatefrompng(): "%slibgd00086.png" is not a valid PNG file in %s on line %d
12 $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 %d20 Warning: imagecreatefrompng(): "%s" is not a valid PNG file in %s on line %d
15 $im = imagecreatefrompng(__DIR__ . '/bug39780.png');19 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data%win %s on lin…21 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition %d%win %s on line %d23 Warning: imagecreatefrompng(): "%sbug39780.png" is not a valid PNG file in %s on line %d
2 Bug #79945 (using php wrappers in imagecreatefrompng causes segmentation fault)15 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');20 imagecreatefrompng('php://filter/read=convert.base64-encode/resource=' . __DIR__ . '/test.png');25 Warning: imagecreatefrompng(): "php://filter/read=convert.base64-encode/resource=%s" is not a valid…
28 $im = imagecreatefrompng($SOURCE_IMG);38 $im = imagecreatefrompng($SOURCE_IMG);48 $im = imagecreatefrompng($SOURCE_IMG);58 $im = imagecreatefrompng($SOURCE_IMG);68 $im = imagecreatefrompng($SOURCE_IMG);78 $im = imagecreatefrompng($SOURCE_IMG);88 $im = imagecreatefrompng($SOURCE_IMG);
7 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…
11 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…
20 $act = imagecreatefrompng($filename);25 $act = imagecreatefrompng($filename);
7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {31 $im2 = imagecreatefrompng($cwd . '/test_pngcomp.png');
7 $input = imagecreatefrompng(__DIR__ . '/gh10614.png');
21 $im2 = imagecreatefrompng($dest);
23 $im2 = imagecreatefrompng($dest);
34 $ex = imagecreatefrompng(__DIR__ . '/bug64641.png');
16 $im = imagecreatefrompng(__DIR__ . '/bug75124.png');
17 $im = imagecreatefrompng($SOURCE_IMG);
62 $ex = imagecreatefrompng(__DIR__ . '/bug43475.png');
44 $image_in = imagecreatefrompng($dest);
15 $input = imagecreatefrompng(__DIR__ . '/gh10614.png');
60 $im = imagecreatefrompng(__DIR__ . "/logo_noise.png");
7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
86 $expected = imagecreatefrompng($filename);
607 ZEND_FUNCTION(imagecreatefrompng);743 ZEND_FE(imagecreatefrompng, arginfo_imagecreatefrompng)
Completed in 68 milliseconds