Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<? # $test = "1+1"; $test2 = ""; $test3 = 1+1; $test4 = 3.2; $cal = $test3+$test..

Decoded Output download

<?

#

$test = "1+1";
$test2 = "";
$test3 = 1+1;
$test4 = 3.2;
$cal = $test3+$test4;

echo $test;
echo "<br>";

print $test2;
echo "<br>";

print $test3;
echo "<br>";

echo $cal;
?>

Did this file decode correctly?

Original Code

<?

#

$test = "1+1";
$test2 = "";
$test3 = 1+1;
$test4 = 3.2;
$cal = $test3+$test4;

echo $test;
echo "<br>";

print $test2;
echo "<br>";

print $test3;
echo "<br>";

echo $cal;
?>

Function Calls

None

Variables

$cal 5.2
$test 1+1
$test2
$test3 2
$test4 3.2

Stats

MD5 e1cd98c69fa513d8deb5a17a9f6d2b93
Eval Count 0
Decode Time 107 ms