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

Signing you up...

Thank you for signing up!

PHP Decode

$hello = ""; $hi = "abcd"; echo $hello($hi);..

Decoded Output download

<?  $hello = ""; 
$hi = "abcd"; 
echo $hello($hi); ?>

Did this file decode correctly?

Original Code

$hello = "";
$hi = "abcd";
echo $hello($hi);

Function Calls

1

Variables

$hi abcd
$hello

Stats

MD5 2b9effc29e3cb3d9ea4eb98178fb0c3f
Eval Count 0
Decode Time 37 ms