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

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html> <html> <body> <?php function ong($msg) { echo "$msg"; } $var..

Decoded Output download

<!DOCTYPE html>
<html>
<body>

<?php
function ong($msg)
{
    echo "$msg";
}
$var1 = "ong" ;
$var1 ("will this work") ;
?>

</body>
</html>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<html>
<body>

<?php
function ong($msg)
{
    echo "$msg";
}
$var1 = "ong" ;
$var1 ("will this work") ;
?>

</body>
</html>

Function Calls

ong 1

Variables

$msg will this work
$var1 ong

Stats

MD5 c33ae2e0825fce7601725d3833fce9ae
Eval Count 0
Decode Time 51 ms