mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
a375d54785
Cf. PR #6787. Closes GH-6994.
11 lines
248 B
PHP
11 lines
248 B
PHP
--TEST--
|
|
Bug #38112 (GIF Invalid Code size ).
|
|
--EXTENSIONS--
|
|
gd
|
|
--FILE--
|
|
<?php
|
|
$im = imagecreatefromgif(__DIR__ . '/bug38112.gif');
|
|
?>
|
|
--EXPECTF--
|
|
Warning: imagecreatefromgif(): "%sbug38112.gif" is not a valid GIF file in %sbug38112.php on line %d
|