mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
13 lines
336 B
PHP
13 lines
336 B
PHP
--TEST--
|
|
Bug #37346 (gdimagecreatefromgif, bad colormap)
|
|
--SKIPIF--
|
|
<?php
|
|
if (!extension_loaded('gd')) die("skip gd extension not available\n");
|
|
?>
|
|
--FILE--
|
|
<?php
|
|
$im = imagecreatefromgif(__DIR__ . '/bug37346.gif');
|
|
?>
|
|
--EXPECTF--
|
|
Warning: imagecreatefromgif(): "%sbug37346.gif" is not a valid GIF file in %sbug37346.php on line %d
|