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 $var1 = 1; $var2 = "101 Dalmatians is a great movie!"; echo $var1+$var2;..

Decoded Output download

<?php 
$var1 = 1; 
$var2 = "101 Dalmatians is a great movie!"; 
 
echo $var1+$var2; ?>

Did this file decode correctly?

Original Code

<?php
$var1 = 1;
$var2 = "101 Dalmatians is a great movie!";

echo $var1+$var2;

Function Calls

None

Variables

$var1 1
$var2 101 Dalmatians is a great movie!

Stats

MD5 ac9a560ed2a77559936801d9db3564e1
Eval Count 0
Decode Time 208 ms