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 function mo_sps_get_all_docs($Qp) { $A9 = $this->mo_sps_get_new_acces..

Decoded Output download

<?  public function mo_sps_get_all_docs($Qp) 
    { 
        $A9 = $this->mo_sps_get_new_access_token(); 
        if ($A9) { 
            goto hq; 
        } 
        return $this->access_token; 
        hq: 
        $gw = array("Authorization" => "Bearer " . $A9); 
        $lD = $this->handler->mo_sps_get_request(sprintf($this->endpoints["docs"], $Qp), $gw); 
        return $lD; 
    } ?>

Did this file decode correctly?

Original Code

public function mo_sps_get_all_docs($Qp)
    {
        $A9 = $this->mo_sps_get_new_access_token();
        if ($A9) {
            goto hq;
        }
        return $this->access_token;
        hq:
        $gw = array("\x41\165\164\x68\x6f\x72\x69\x7a\141\164\151\157\x6e" => "\x42\145\x61\x72\145\x72\40" . $A9);
        $lD = $this->handler->mo_sps_get_request(sprintf($this->endpoints["\x64\157\143\163"], $Qp), $gw);
        return $lD;
    }

Function Calls

None

Variables

None

Stats

MD5 77ab02c06f42d2ed8a5758ec5a10d624
Eval Count 0
Decode Time 62 ms