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 getStationLicenses() { goto U83X1; uJDaq: return fals..

Decoded Output download

<?   function getStationLicenses() { 
        goto U83X1; 
        uJDaq: 
        return false; 
        goto Y3QoV; 
        JhIXr: 
        return $this->data["station_licenses"]; 
        goto zUDbT; 
        zUDbT: kuISx: 
        goto uJDaq; 
        U83X1: 
        if (!isset($this->data["station_licenses"])) { 
            goto kuISx; 
        } 
        goto JhIXr; 
        Y3QoV: 
    } 
 
    function setStationLicenses($pSIex) { 
        goto Z8c0K; 
        fAUQr: 
        $this->data["station_licenses"] = $pSIex; 
        goto WkAaP; 
        WkAaP: 
        return true; 
        goto nDfg3; 
        wL_ww: 
        $pSIex = []; 
        goto tvD9A; 
        Z8c0K: 
        if (is_array($pSIex)) { 
            goto DJuI2; 
        } 
        goto wL_ww; 
        tvD9A: DJuI2: 
        goto fAUQr; 
        nDfg3: 
    } 
 
    function getIssueDate($gbzIQ = false) { 
        goto HEJFn; 
        E7l1W: hfW_X: 
        goto zhrBD; 
        zZE25: 
        goto Yj9W9; 
        goto E7l1W; 
        B1RAP: 
        return false; 
        goto YHNec; 
        Jiqai: 
        return TTDate::strtotime($this->data["issue_date"]); 
        goto zZE25; 
        c1c2A: Yj9W9: 
        goto qY20j; 
        qY20j: u23tt: 
        goto B1RAP; 
        HEJFn: 
        if (!isset($this->data["issue_date"])) { 
            goto u23tt; 
        } 
        goto EuP_4; 
        zhrBD: 
        return $this->data["issue_date"]; 
        goto c1c2A; 
        EuP_4: 
        if ($gbzIQ === true) { 
            goto hfW_X; 
        } 
        goto Jiqai; 
        YHNec: 
    } 
 
    function setIssueDate($m0R6C) { 
        goto nt7Uz; 
        Zgcq0: 
        $m0R6C = TTDate::strtotime($m0R6C); 
        goto YegYP; 
        SP7f8: 
        if (!($m0R6C > 0 && $this->Validator->isDate("issue_date", $m0R6C, TTi18n::gettext("Incorrect Issue Date")))) { 
            goto F00UK; 
        } 
        goto uVVvQ; 
        OeYrM: 
        if (is_numeric($m0R6C)) { 
            goto FPmkn; 
        } 
        goto Zgcq0; 
        I3VrP: 
        return true; 
        goto ShHyb; 
        uVVvQ: 
        $this->data["issue_date"] = $m0R6C; 
        goto I3VrP; 
        vxH3W: 
        return false; 
        goto DUQph; 
        YegYP: FPmkn: 
        goto SP7f8; 
        nt7Uz: 
        $m0R6C = !is_int($m0R6C) ? trim($m0R6C) : $m0R6C; 
        goto OeYrM; 
        ShHyb: F00UK: 
        goto vxH3W; 
        DUQph: 
    } 
 
    function getUpgradeExpireDate($gbzIQ = false) { 
        goto rOeZe; 
        xnIgL: 
        if ($gbzIQ === true) { 
            goto qIfns; 
        } 
        goto kqIPx; 
        zUT1f: 
        return false; 
        goto WK_NN; 
        I3pC7: Swv7X: 
        goto zUT1f; 
        KeXO2: X01sd: 
        goto I3pC7; 
        KIiTw: 
        goto X01sd; 
        goto jTWih; 
        rOeZe: 
        if (!isset($this->data["upgrade_expire_date"])) { 
            goto Swv7X; 
        } 
        goto xnIgL; 
        mICxE: 
        return $this->data["upgrade_expire_date"]; 
        goto KeXO2; 
        kqIPx: 
        return TTDate::strtotime($this->data["upgrade_expire_date"]); 
        goto KIiTw; 
        jTWih: qIfns: 
        goto mICxE; 
        WK_NN: 
    } 
 
    function setUpgradeExpireDate($m0R6C) { 
        goto n5bjc; 
        n5bjc: 
        $m0R6C = !is_int($m0R6C) ? trim($m0R6C) : $m0R6C; 
        goto z5o36; 
        EdUtg: GtfQr: 
        goto bVGbA; 
        wwnBS: 
        $this->data["upgrade_expire_date"] = $m0R6C; 
        goto CctCJ; 
        t1Vka: 
        $m0R6C = TTDate::strtotime($m0R6C); 
        goto EdUtg; 
        CctCJ: 
        return true; 
        goto y3f0S; 
        bVGbA: 
        if (!($m0R6C > 0 && $this->Validator->isDate("upgrade_expire_date", $m0R6C, TTi18n::gettext("Incorrect Upgrade Expire Date")))) { 
            goto VqcJb; 
        } 
        goto wwnBS; 
        ahcV1: 
        return false; 
        goto aOBWc; 
        z5o36: 
        if (is_numeric($m0R6C)) { 
            goto GtfQr; 
        } 
        goto t1Vka; 
        y3f0S: VqcJb: 
        goto ahcV1; 
        aOBWc: 
    } ?>

Did this file decode correctly?

Original Code

 function getStationLicenses() {
        goto U83X1;
        uJDaq:
        return false;
        goto Y3QoV;
        JhIXr:
        return $this->data["\x73\164\x61\164\151\157\x6e\137\x6c\151\x63\x65\156\x73\145\x73"];
        goto zUDbT;
        zUDbT: kuISx:
        goto uJDaq;
        U83X1:
        if (!isset($this->data["\x73\164\x61\x74\x69\157\156\137\x6c\x69\x63\145\156\x73\145\163"])) {
            goto kuISx;
        }
        goto JhIXr;
        Y3QoV:
    }

    function setStationLicenses($pSIex) {
        goto Z8c0K;
        fAUQr:
        $this->data["\x73\x74\141\164\x69\x6f\x6e\x5f\x6c\x69\x63\145\156\163\x65\x73"] = $pSIex;
        goto WkAaP;
        WkAaP:
        return true;
        goto nDfg3;
        wL_ww:
        $pSIex = [];
        goto tvD9A;
        Z8c0K:
        if (is_array($pSIex)) {
            goto DJuI2;
        }
        goto wL_ww;
        tvD9A: DJuI2:
        goto fAUQr;
        nDfg3:
    }

    function getIssueDate($gbzIQ = false) {
        goto HEJFn;
        E7l1W: hfW_X:
        goto zhrBD;
        zZE25:
        goto Yj9W9;
        goto E7l1W;
        B1RAP:
        return false;
        goto YHNec;
        Jiqai:
        return TTDate::strtotime($this->data["\151\x73\x73\x75\145\137\144\141\x74\x65"]);
        goto zZE25;
        c1c2A: Yj9W9:
        goto qY20j;
        qY20j: u23tt:
        goto B1RAP;
        HEJFn:
        if (!isset($this->data["\x69\163\x73\165\145\137\144\x61\x74\145"])) {
            goto u23tt;
        }
        goto EuP_4;
        zhrBD:
        return $this->data["\151\x73\163\x75\145\137\144\x61\x74\x65"];
        goto c1c2A;
        EuP_4:
        if ($gbzIQ === true) {
            goto hfW_X;
        }
        goto Jiqai;
        YHNec:
    }

    function setIssueDate($m0R6C) {
        goto nt7Uz;
        Zgcq0:
        $m0R6C = TTDate::strtotime($m0R6C);
        goto YegYP;
        SP7f8:
        if (!($m0R6C > 0 && $this->Validator->isDate("\151\163\x73\x75\145\137\144\x61\x74\x65", $m0R6C, TTi18n::gettext("\x49\x6e\143\157\162\162\145\143\164\x20\111\x73\163\165\145\40\x44\141\x74\145")))) {
            goto F00UK;
        }
        goto uVVvQ;
        OeYrM:
        if (is_numeric($m0R6C)) {
            goto FPmkn;
        }
        goto Zgcq0;
        I3VrP:
        return true;
        goto ShHyb;
        uVVvQ:
        $this->data["\x69\163\x73\x75\x65\x5f\x64\141\164\x65"] = $m0R6C;
        goto I3VrP;
        vxH3W:
        return false;
        goto DUQph;
        YegYP: FPmkn:
        goto SP7f8;
        nt7Uz:
        $m0R6C = !is_int($m0R6C) ? trim($m0R6C) : $m0R6C;
        goto OeYrM;
        ShHyb: F00UK:
        goto vxH3W;
        DUQph:
    }

    function getUpgradeExpireDate($gbzIQ = false) {
        goto rOeZe;
        xnIgL:
        if ($gbzIQ === true) {
            goto qIfns;
        }
        goto kqIPx;
        zUT1f:
        return false;
        goto WK_NN;
        I3pC7: Swv7X:
        goto zUT1f;
        KeXO2: X01sd:
        goto I3pC7;
        KIiTw:
        goto X01sd;
        goto jTWih;
        rOeZe:
        if (!isset($this->data["\165\160\147\x72\141\144\145\137\145\x78\x70\x69\162\145\x5f\144\x61\x74\145"])) {
            goto Swv7X;
        }
        goto xnIgL;
        mICxE:
        return $this->data["\x75\160\147\162\x61\144\x65\137\145\x78\160\151\x72\145\137\x64\x61\x74\145"];
        goto KeXO2;
        kqIPx:
        return TTDate::strtotime($this->data["\x75\160\x67\x72\141\x64\x65\137\145\170\160\x69\x72\145\137\x64\x61\x74\145"]);
        goto KIiTw;
        jTWih: qIfns:
        goto mICxE;
        WK_NN:
    }

    function setUpgradeExpireDate($m0R6C) {
        goto n5bjc;
        n5bjc:
        $m0R6C = !is_int($m0R6C) ? trim($m0R6C) : $m0R6C;
        goto z5o36;
        EdUtg: GtfQr:
        goto bVGbA;
        wwnBS:
        $this->data["\165\x70\x67\162\141\x64\x65\137\145\x78\x70\151\162\x65\x5f\x64\x61\x74\145"] = $m0R6C;
        goto CctCJ;
        t1Vka:
        $m0R6C = TTDate::strtotime($m0R6C);
        goto EdUtg;
        CctCJ:
        return true;
        goto y3f0S;
        bVGbA:
        if (!($m0R6C > 0 && $this->Validator->isDate("\165\160\147\x72\141\144\145\x5f\x65\x78\160\151\162\145\x5f\144\x61\164\x65", $m0R6C, TTi18n::gettext("\111\x6e\143\157\162\x72\x65\143\164\40\x55\x70\x67\x72\141\x64\145\40\105\x78\x70\151\162\x65\40\104\141\164\x65")))) {
            goto VqcJb;
        }
        goto wwnBS;
        ahcV1:
        return false;
        goto aOBWc;
        z5o36:
        if (is_numeric($m0R6C)) {
            goto GtfQr;
        }
        goto t1Vka;
        y3f0S: VqcJb:
        goto ahcV1;
        aOBWc:
    }

Function Calls

None

Variables

None

Stats

MD5 a5893fa3a66036ae88e7387298220e5f
Eval Count 0
Decode Time 45 ms