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