Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

--TEST-- Bug #37346 (gdimagecreatefromgif, bad colormap) --EXTENSIONS-- gd --FILE-- <?php ..

Decoded Output download

--TEST--
Bug #37346 (gdimagecreatefromgif, bad colormap)
--EXTENSIONS--
gd
--FILE--
<?php
$im = imagecreatefromgif(__DIR__ . '/bug37346.gif');
?>
--EXPECTF--
Warning: imagecreatefromgif(): "%sbug37346.gif" is not a valid GIF file in %sbug37346.php on line %d

Did this file decode correctly?

Original Code

--TEST--
Bug #37346 (gdimagecreatefromgif, bad colormap)
--EXTENSIONS--
gd
--FILE--
<?php
$im = imagecreatefromgif(__DIR__ . '/bug37346.gif');
?>
--EXPECTF--
Warning: imagecreatefromgif(): "%sbug37346.gif" is not a valid GIF file in %sbug37346.php on line %d

Function Calls

None

Variables

None

Stats

MD5 29a8e35ad817c6f0bbd45a293eee685d
Eval Count 0
Decode Time 121 ms