Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<? $a=1; $b='b'; $c=$a+$b; echo $c; ?>..
Decoded Output download
<?
$a=1;
$b='b';
$c=$a+$b;
echo $c;
?>
Did this file decode correctly?
Original Code
<?
$a=1;
$b='b';
$c=$a+$b;
echo $c;
?>
Function Calls
None |
Stats
MD5 | bcfc43c7362605166a8b8fa4158875da |
Eval Count | 0 |
Decode Time | 221 ms |