Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function test(){ return $a+$b; }..
Decoded Output download
<? function test(){
return $a+$b;
} ?>
Did this file decode correctly?
Original Code
function test(){
return $a+$b;
}
Function Calls
None |
Stats
MD5 | 2bfb59ad49794323c12b509832b41599 |
Eval Count | 0 |
Decode Time | 43 ms |