Searched refs:imagecreatefrompng (Results 1 – 25 of 26) 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)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 %d20 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
12 $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 %d20 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)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…
25 $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);
14 $act = imagecreatefrompng($filename);19 $act = imagecreatefrompng($filename);
7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {21 $im2 = imagecreatefrompng($cwd . '/test_pngcomp.png');
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…
7 $input = imagecreatefrompng(__DIR__ . '/gh10614.png');
19 $im2 = imagecreatefrompng($dest);
17 $im2 = imagecreatefrompng($dest);
31 $ex = imagecreatefrompng(__DIR__ . '/bug64641.png');
13 $im = imagecreatefrompng(__DIR__ . '/bug75124.png');
59 $ex = imagecreatefrompng(__DIR__ . '/bug43475.png');
15 $input = imagecreatefrompng(__DIR__ . '/gh10614.png');
41 $image_in = imagecreatefrompng($dest);
57 $im = imagecreatefrompng(__DIR__ . "/logo_noise.png");
7 if (!function_exists("imagecreatefrompng") || !function_exists("imagepng")) {
86 $expected = imagecreatefrompng($filename);
618 ZEND_FUNCTION(imagecreatefrompng);759 ZEND_FE(imagecreatefrompng, arginfo_imagecreatefrompng)
564 function imagecreatefrompng(string $filename): GdImage|false {} function
Completed in 33 milliseconds