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"; $hello($hi); ..

Decoded Output download

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

Did this file decode correctly?

Original Code

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

Function Calls

1

Variables

$hi abcd
$hello

Stats

MD5 c76cd7c663754cddae89b287961c7152
Eval Count 0
Decode Time 40 ms