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 #37360 (gdimagecreatefromgif, bad image sizes) --EXTENSIONS-- gd --FILE-- <?p..

Decoded Output download

--TEST--
Bug #37360 (gdimagecreatefromgif, bad image sizes)
--EXTENSIONS--
gd
--FILE--
<?php
$im = imagecreatefromgif(__DIR__ . '/bug37360.gif');
var_dump($im);
?>
--EXPECTF--
Warning: imagecreatefromgif(): "%s" is not a valid GIF file in %s on line %d
bool(false)

Did this file decode correctly?

Original Code

--TEST--
Bug #37360 (gdimagecreatefromgif, bad image sizes)
--EXTENSIONS--
gd
--FILE--
<?php
$im = imagecreatefromgif(__DIR__ . '/bug37360.gif');
var_dump($im);
?>
--EXPECTF--
Warning: imagecreatefromgif(): "%s" is not a valid GIF file in %s on line %d
bool(false)

Function Calls

None

Variables

None

Stats

MD5 3b4082d4eb6f194c0c56409b56bdc614
Eval Count 0
Decode Time 122 ms