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 function ong($msg) { echo "$msg"; } $var1 = "ong" ; $var1 ("will this work..

Decoded Output download

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

Did this file decode correctly?

Original Code

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

Function Calls

ong 1

Variables

$msg will this work
$var1 ong

Stats

MD5 a10dc47d9de345f53665277aee3947d6
Eval Count 0
Decode Time 45 ms