php-src/ext/gd/tests/bug37346.phpt

13 lines
343 B
Plaintext
Raw Normal View History

2006-05-07 17:21:11 +00:00
--TEST--
Bug #37346 (gdimagecreatefromgif, bad colormap)
--SKIPIF--
<?php
if (!extension_loaded('gd')) die("skip gd extension not available\n");
2006-05-07 17:21:11 +00:00
?>
--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