Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$hello = ""; $hi = "abcd"; $hello($hi); echo $hello..
Decoded Output download
<? $hello = "";
$hi = "abcd";
$hello($hi);
echo $hello ?>
Did this file decode correctly?
Original Code
$hello = "";
$hi = "abcd";
$hello($hi);
echo $hello
Function Calls
1 |
Stats
MD5 | a2ba86bcbf2d0581eef6ee33933854f9 |
Eval Count | 0 |
Decode Time | 44 ms |