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 //defining a variable $city = 'M'; if ($city == 'M'){ echo "..
Decoded Output download
<?php
//defining a variable
$city = 'M';
if ($city == 'M'){
echo "MINNEAPOLIS";
}
else {
echo "NULL";
}
?>
Did this file decode correctly?
Original Code
<?php
//defining a variable
$city = 'M';
if ($city == 'M'){
echo "MINNEAPOLIS";
}
else {
echo "NULL";
}
?>
Function Calls
None |
Stats
MD5 | d6069a2a3a8cb492a517da0c1f1bb6f2 |
Eval Count | 0 |
Decode Time | 85 ms |