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 $a = _THISisAsampleSTRING $b = ${$a}["a"]; echo $b ?>..
Decoded Output download
<?php
$a = _THISisAsampleSTRING
$b = ${$a}["a"];
echo $b
?>
Did this file decode correctly?
Original Code
<?php
$a = _THISisAsampleSTRING
$b = ${$a}["a"];
echo $b
?>
Function Calls
None |
Stats
MD5 | ba48f9d0f1f4140cbf8b69274bb9cc1d |
Eval Count | 0 |
Decode Time | 46 ms |