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-- imagetypes() - BMP support --EXTENSIONS-- gd --FILE-- <?php var_dump((imagetypes(..
Decoded Output download
--TEST--
imagetypes() - BMP support
--EXTENSIONS--
gd
--FILE--
<?php
var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
?>
--EXPECT--
bool(true)
Did this file decode correctly?
Original Code
--TEST--
imagetypes() - BMP support
--EXTENSIONS--
gd
--FILE--
<?php
var_dump((imagetypes() & IMG_BMP) == function_exists('imagebmp'));
?>
--EXPECT--
bool(true)
Function Calls
imagetypes | 1 |
Stats
MD5 | 3d9ff54a43700644abf5bf6096fc7352 |
Eval Count | 0 |
Decode Time | 128 ms |