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

Signing you up...

Thank you for signing up!

PHP Decode

function check_acs_url($VA, $BE) { $WB = get_option("\155\157\137\163\x61\x6d\154\x5..

Decoded Output download

<?  function check_acs_url($VA, $BE) 
{ 
    $WB = get_option("mo_saml_acs_url_idp_name"); 
    if (!array_key_exists($BE, $WB)) { 
        goto la; 
    } 
    $VA = $WB[$BE]; 
    la: 
    return $VA; 
} ?>

Did this file decode correctly?

Original Code

function check_acs_url($VA, $BE)
{
    $WB = get_option("\155\157\137\163\x61\x6d\154\x5f\x61\143\x73\137\x75\162\154\x5f\151\144\160\137\156\141\155\x65");
    if (!array_key_exists($BE, $WB)) {
        goto la;
    }
    $VA = $WB[$BE];
    la:
    return $VA;
}

Function Calls

None

Variables

None

Stats

MD5 3e8c38457668df3f438c52e83423dfef
Eval Count 0
Decode Time 53 ms