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 = 0; $b =1; $c = $a+$b; echo $c;..

Decoded Output download

<?  $a = 0; 
$b =1; 
$c = $a+$b; 
echo $c; ?>

Did this file decode correctly?

Original Code

$a = 0;
$b =1;
$c = $a+$b;
echo $c;

Function Calls

None

Variables

$a 0
$b 1
$c 1

Stats

MD5 120240ca46fd0e8a31d67aefaf7b6626
Eval Count 0
Decode Time 87 ms