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 = &$a; $b = "2$b"; echo $a.", . $b ..

Decoded Output download

<?  $a = '1'; 
$b = &$a; 
$b = "2$b"; 
echo $a.", . $b 
 ?>

Did this file decode correctly?

Original Code

$a = '1';
$b = &$a;
$b = "2$b";
echo $a.", . $b

Function Calls

None

Variables

None

Stats

MD5 0db85d548618ad1f539b45e302347b4c
Eval Count 0
Decode Time 75 ms