diff options
Diffstat (limited to 'ext/gd/tests/bug37346.phpt')
| -rw-r--r-- | ext/gd/tests/bug37346.phpt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ext/gd/tests/bug37346.phpt b/ext/gd/tests/bug37346.phpt new file mode 100644 index 0000000..36d9c0a --- /dev/null +++ b/ext/gd/tests/bug37346.phpt @@ -0,0 +1,12 @@ +--TEST-- +Bug #37346 (gdimagecreatefromgif, bad colormap) +--SKIPIF-- +<?php + if (!extension_loaded('gd')) die("skip gd extension not available\n"); +?> +--FILE-- +<?php +$im = imagecreatefromgif(dirname(__FILE__) . '/bug37346.gif'); +?> +--EXPECTF-- +Warning: imagecreatefromgif(): '%sbug37346.gif' is not a valid GIF file in %sbug37346.php on line %d |
