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

Signing you up...

Thank you for signing up!

PHP Decode

public static function get_app_values_from_app_name($eL) { $lC = \Drupal..

Decoded Output download

<?      public static function get_app_values_from_app_name($eL) 
    { 
        $lC = \Drupal::database()->schema(); 
        if ($lC->tableExists("miniorange_oauth_client_apps")) { 
            goto uv; 
        } 
        return null; 
        goto Zg; 
        uv: 
        $cA = \Drupal::database(); 
        $Ur = $cA->query("SELECT * FROM {miniorange_oauth_client_apps} where app_name = :app_name", [":app_name" => $eL]); 
        $Mx = $Ur->fetchAssoc(); 
        return $Mx; 
        Zg: 
    } ?>

Did this file decode correctly?

Original Code

    public static function get_app_values_from_app_name($eL)
    {
        $lC = \Drupal::database()->schema();
        if ($lC->tableExists("\155\151\156\x69\x6f\x72\141\x6e\x67\x65\x5f\157\141\x75\x74\x68\137\x63\154\151\x65\156\164\x5f\141\160\160\x73")) {
            goto uv;
        }
        return null;
        goto Zg;
        uv:
        $cA = \Drupal::database();
        $Ur = $cA->query("\123\x45\x4c\105\103\x54\x20\52\x20\x46\x52\117\115\40\x7b\155\x69\156\x69\157\162\141\x6e\x67\145\137\157\141\165\x74\x68\137\143\154\x69\145\156\164\137\141\x70\160\x73\x7d\x20\167\150\x65\x72\145\40\x61\x70\160\137\x6e\141\155\145\x20\x3d\40\72\141\160\160\x5f\156\x61\x6d\145", ["\x3a\x61\160\160\137\x6e\141\155\x65" => $eL]);
        $Mx = $Ur->fetchAssoc();
        return $Mx;
        Zg:
    }

Function Calls

None

Variables

None

Stats

MD5 4252bc0e13777cae2538745ee3227b63
Eval Count 0
Decode Time 48 ms