mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
15 lines
339 B
PHP
15 lines
339 B
PHP
--TEST--
|
|
Bug #38112 (GIF Invalid Code size ).
|
|
--SKIPIF--
|
|
<?php
|
|
if (!extension_loaded('gd')) {
|
|
die("skip gd extension not available\n");
|
|
}
|
|
?>
|
|
--FILE--
|
|
<?php
|
|
$im = imagecreatefromgif(dirname(__FILE__) . '/bug38112.gif');
|
|
?>
|
|
--EXPECTF--
|
|
Warning: imagecreatefromgif(): '%sbug38112.gif' is not a valid GIF file in %sbug38112.php on line %d
|