Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$foo = 10; $bar = (boolean)$foo; echo $bar;..
Decoded Output download
<? $foo = 10;
$bar = (boolean)$foo;
echo $bar; ?>
Did this file decode correctly?
Original Code
$foo = 10;
$bar = (boolean)$foo;
echo $bar;
Function Calls
None |
Stats
MD5 | 19483be7c99d1d6a71fb983256ab0bea |
Eval Count | 0 |
Decode Time | 91 ms |