Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php $test='123'; echo $test; ?>..
Decoded Output download
<?php
$test='123';
echo $test;
?>
Did this file decode correctly?
Original Code
<?php
$test='123';
echo $test;
?>
Function Calls
None |
Stats
MD5 | 894333eecd041f718e04fddbead13b49 |
Eval Count | 0 |
Decode Time | 38 ms |