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 /* __________________________________________________ | Obfuscated by YAK Pro..

Decoded Output download

<?php
/*   __________________________________________________
    |  Obfuscated by YAK Pro - Php Obfuscator  2.0.14  |
    |              on 2024-04-04 18:19:36              |
    |    GitHub: https://github.com/pk-fr/yakpro-po    |
    |__________________________________________________|
*/
 namespace DAKnB\mH3M0\C1Mnj\FX8sO; use DakNb\MH3M0\n31aM; use DAKnB\Mh3m0\XWwY2\CJDH1; use DAKNb\mH3m0\C1mnj\fjl3C; use DAknB\u7b5K\a27Ye; use LogicException; class GSpq1 extends gErJU { protected $cz0mi = true; protected $h_Ama = ["Collate", "Nullable", "Default", "VirtualAs", "StoredAs", "GeneratedAs", "Increment"]; protected $Ca0eD = ["bigInteger", "integer", "mediumInteger", "smallInteger", "tinyInteger"]; protected $eUdnL = ["AutoIncrementStartingValues", "Comment"]; public function B9267($j8fCq, $GRnz6) { return sprintf("create database %s encoding %s", $this->XhBuU($j8fCq), $this->xHBuu($GRnz6->tmQdj("charset"))); } public function vcAzX($j8fCq) { return sprintf("drop database if exists %s", $this->XhBUU($j8fCq)); } public function n683o() { return "select c.relname as name, n.nspname as schema, pg_total_relation_size(c.oid) as size, " . "obj_description(c.oid, 'pg_class') as comment from pg_class c, pg_namespace n " . "where c.relkind in ('r', 'p') and n.oid = c.relnamespace and n.nspname not in ('pg_catalog', 'information_schema') " . "order by c.relname"; } public function Tbhy9() { return "select viewname as name, schemaname as schema, definition from pg_views where schemaname not in ('pg_catalog', 'information_schema') order by viewname"; } public function HP7AH() { return "select t.typname as name, n.nspname as schema, t.typtype as type, t.typcategory as category, " . "((t.typinput = 'array_in'::regproc and t.typoutput = 'array_out'::regproc) or t.typtype = 'm') as implicit " . "from pg_type t join pg_namespace n on n.oid = t.typnamespace " . "left join pg_class c on c.oid = t.typrelid " . "left join pg_type el on el.oid = t.typelem " . "left join pg_class ce on ce.oid = el.typrelid " . "where ((t.typrelid = 0 and (ce.relkind = 'c' or ce.relkind is null)) or c.relkind = 'c') " . "and not exists (select 1 from pg_depend d where d.objid in (t.oid, t.typelem) and d.deptype = 'e') " . "and n.nspname not in ('pg_catalog', 'information_schema')"; } public function W6M1k($I_uF2, $xTWzv) { return sprintf("select a.attname as name, t.typname as type_name, format_type(a.atttypid, a.atttypmod) as type, " . "(select tc.collcollate from pg_catalog.pg_collation tc where tc.oid = a.attcollation) as collation, " . "not a.attnotnull as nullable, " . "(select pg_get_expr(adbin, adrelid) from pg_attrdef where c.oid = pg_attrdef.adrelid and pg_attrdef.adnum = a.attnum) as default, " . (version_compare($this->WrhN5?->getServerVersion(), "12.0", "<") ? "'' as generated, " : "a.attgenerated as generated, ") . "col_description(c.oid, a.attnum) as comment " . "from pg_attribute a, pg_class c, pg_type t, pg_namespace n " . "where c.relname = %s and n.nspname = %s and a.attnum > 0 and a.attrelid = c.oid and a.atttypid = t.oid and n.oid = c.relnamespace " . "order by a.attnum", $this->a2N4o($xTWzv), $this->a2n4O($I_uF2)); } public function NJQ8p($I_uF2, $xTWzv) { return sprintf("select ic.relname as name, string_agg(a.attname, ',' order by indseq.ord) as columns, " . "am.amname as "type", i.indisunique as "unique", i.indisprimary as "primary" " . "from pg_index i " . "join pg_class tc on tc.oid = i.indrelid " . "join pg_namespace tn on tn.oid = tc.relnamespace " . "join pg_class ic on ic.oid = i.indexrelid " . "join pg_am am on am.oid = ic.relam " . "join lateral unnest(i.indkey) with ordinality as indseq(num, ord) on true " . "left join pg_attribute a on a.attrelid = i.indrelid and a.attnum = indseq.num " . "where tc.relname = %s and tn.nspname = %s " . "group by ic.relname, am.amname, i.indisunique, i.indisprimary", $this->a2n4o($xTWzv), $this->A2n4o($I_uF2)); } public function JfXSW($I_uF2, $xTWzv) { return sprintf("select c.conname as name, " . "string_agg(la.attname, ',' order by conseq.ord) as columns, " . "fn.nspname as foreign_schema, fc.relname as foreign_table, " . "string_agg(fa.attname, ',' order by conseq.ord) as foreign_columns, " . "c.confupdtype as on_update, c.confdeltype as on_delete " . "from pg_constraint c " . "join pg_class tc on c.conrelid = tc.oid " . "join pg_namespace tn on tn.oid = tc.relnamespace " . "join pg_class fc on c.confrelid = fc.oid " . "join pg_namespace fn on fn.oid = fc.relnamespace " . "join lateral unnest(c.conkey) with ordinality as conseq(num, ord) on true " . "join pg_attribute la on la.attrelid = c.conrelid and la.attnum = conseq.num " . "join pg_attribute fa on fa.attrelid = c.confrelid and fa.attnum = c.confkey[conseq.ord] " . "where c.contype = 'f' and tc.relname = %s and tn.nspname = %s " . "group by c.conname, fn.nspname, fc.relname, c.confupdtype, c.confdeltype", $this->a2N4O($xTWzv), $this->a2n4O($I_uF2)); } public function M0Efp(Fjl3C $R3UEn, A27Ye $giXyO) { return sprintf("%s table %s (%s)", $R3UEn->J9_jT ? "create temporary" : "create", $this->OdiHp($R3UEn), implode(", ", $this->eUQoM($R3UEn))); } public function kkTbd(fjL3C $R3UEn, a27yE $giXyO) { return sprintf("alter table %s %s", $this->oDiHP($R3UEn), implode(", ", $this->jsK5z("add column", $this->euQoM($R3UEn)))); } public function RU9F3(FJL3c $R3UEn, A27YE $giXyO) { goto iMwXI; nHR7F: return "alter sequence " . $R3UEn->getPrefix() . $xTWzv . "_" . $giXyO->column->name . "_seq restart with " . $QmkXU; goto gMuKW; gMuKW: cS1IC: goto rTN2t; evUJK: $xTWzv = ER25l(explode(".", $R3UEn->PN6D5())); goto nHR7F; iMwXI: if (!($giXyO->column->MrSLK && ($QmkXU = $giXyO->column->get("startingValue", $giXyO->column->get("from"))))) { goto cS1IC; } goto evUJK; rTN2t: } public function PevqZ(Fjl3c $R3UEn, a27yE $giXyO, n31AM $GRnz6) { goto X0FNC; X0FNC: $S3RDa = []; goto TkOJR; TkOJR: foreach ($R3UEn->vPbJu() as $VfGZm) { goto ZINFi; pZV5N: hnVZH: goto T2hWi; NZriu: $S3RDa[] = implode(", ", $this->Jsk5Z("alter column " . $this->oxK9u($VfGZm), $SNmWi)); goto pZV5N; AwmIA: foreach ($this->h_Ama as $DwwaK) { goto Q_JsW; ZONrT: fvpL5: goto xV9gi; g0ddc: $HMKSl = (array) $this->{$v_Lgc}($R3UEn, $VfGZm); goto vRfyJ; xV9gi: tpI28: goto r388K; Q_JsW: if (!($DwwaK === "Collate")) { goto KJwB2; } goto sYm_d; vRfyJ: foreach ($HMKSl as $YWjy4) { $SNmWi[] = $YWjy4; Bd4Ev: } goto vh5_4; L1yY0: KJwB2: goto N5qKp; sYm_d: goto tpI28; goto L1yY0; vh5_4: LJ_II: goto ZONrT; N5qKp: if (!method_exists($this, $v_Lgc = "modify{$DwwaK}")) { goto fvpL5; } goto g0ddc; r388K: } goto wZ6sC; ZINFi: $SNmWi = ["type " . $this->getType($VfGZm) . $this->ZZ8LK($R3UEn, $VfGZm)]; goto AwmIA; wZ6sC: lyNOs: goto NZriu; T2hWi: } goto jCV65; s70Bg: return "alter table " . $this->ODIhp($R3UEn) . " " . implode(", ", $S3RDa); goto mO2Df; jCV65: Tyn1l: goto s70Bg; mO2Df: } public function ly8Fl(fJl3c $R3UEn, A27yE $giXyO) { $S3RDa = $this->QDbgM($giXyO->ITV1x); return "alter table " . $this->ODIHP($R3UEn) . " add primary key ({$S3RDa})"; } public function qT_7D(FJl3C $R3UEn, a27yE $giXyO) { goto tB0MJ; SxneB: t3sCU: goto J_Q8v; VaQOr: if (!($giXyO->Z_wn2 && !is_null($giXyO->xOf8r))) { goto t3sCU; } goto v665P; tB0MJ: $zzaZ8 = sprintf("alter table %s add constraint %s unique (%s)", $this->OdIhp($R3UEn), $this->oxk9u($giXyO->MbUTj), $this->QDbgM($giXyO->ITV1x)); goto AyW49; v665P: $zzaZ8 .= $giXyO->xOf8r ? " initially immediate" : " initially deferred"; goto SxneB; J_Q8v: return $zzaZ8; goto zccFi; kgYv7: $zzaZ8 .= $giXyO->Z_wn2 ? " deferrable" : " not deferrable"; goto GnqGV; AyW49: if (is_null($giXyO->Z_wn2)) { goto R3XUv; } goto kgYv7; GnqGV: R3XUv: goto VaQOr; zccFi: } public function z4tNs(fjL3c $R3UEn, A27ye $giXyO) { return sprintf("create index %s on %s%s (%s)", $this->OXk9u($giXyO->MbUTj), $this->ODIHp($R3UEn), $giXyO->y4ahA ? " using " . $giXyO->y4ahA : '', $this->QdbgM($giXyO->ITV1x)); } public function Qdh6l(FJL3C $R3UEn, a27yE $giXyO) { goto Ypjqw; Y2N7s: return sprintf("create index %s on %s using gin ((%s))", $this->oXk9u($giXyO->MbUTj), $this->OdIHP($R3UEn), implode(" || ", $S3RDa)); goto S39w4; mvMde: $S3RDa = array_map(function ($VfGZm) use($wri5k) { return "to_tsvector({$this->a2n4o($wri5k)}, {$this->oXk9U($VfGZm)})"; }, $giXyO->ITV1x); goto Y2N7s; Ypjqw: $wri5k = $giXyO->iVtj9 ?: "english"; goto mvMde; S39w4: } public function GB_dh(FJL3C $R3UEn, a27ye $giXyO) { $giXyO->y4ahA = "gist"; return $this->Z4tns($R3UEn, $giXyO); } public function hd3p1(Fjl3C $R3UEn, a27Ye $giXyO) { goto UJFHt; aj3Bu: if (is_null($giXyO->Q9Jue)) { goto aSJB3; } goto xD8jd; F6FCd: aSJB3: goto ujlfX; lRMot: if (!($giXyO->Z_wn2 && !is_null($giXyO->xOf8r))) { goto PkT61; } goto QD1UE; UJFHt: $zzaZ8 = parent::HD3P1($R3UEn, $giXyO); goto uucYr; SzHnm: $zzaZ8 .= $giXyO->Z_wn2 ? " deferrable" : " not deferrable"; goto Spczz; Spczz: PqyUa: goto lRMot; QD1UE: $zzaZ8 .= $giXyO->xOf8r ? " initially immediate" : " initially deferred"; goto KBjgh; ujlfX: return $zzaZ8; goto U8O3e; KBjgh: PkT61: goto aj3Bu; xD8jd: $zzaZ8 .= " not valid"; goto F6FCd; uucYr: if (is_null($giXyO->Z_wn2)) { goto PqyUa; } goto SzHnm; U8O3e: } public function TGCMe(Fjl3C $R3UEn, a27ye $giXyO) { return "drop table " . $this->oDIhP($R3UEn); } public function mUvgp(Fjl3c $R3UEn, a27ye $giXyO) { return "drop table if exists " . $this->odIhp($R3UEn); } public function Tff4D($t2TCG) { return "drop table " . implode(",", $this->y5qI8($t2TCG)) . " cascade"; } public function kQLKh($fKAKH) { return "drop view " . implode(",", $this->Y5qI8($fKAKH)) . " cascade"; } public function VBF3A($cXN94) { return "drop type " . implode(",", $this->y5QI8($cXN94)) . " cascade"; } public function AVfrS($VB2vv) { return "drop domain " . implode(",", $this->Y5qI8($VB2vv)) . " cascade"; } public function n_3iY(FJl3c $R3UEn, a27Ye $giXyO) { $S3RDa = $this->jsk5Z("drop column", $this->uVyCN($giXyO->ITV1x)); return "alter table " . $this->OdIHP($R3UEn) . " " . implode(", ", $S3RDa); } public function muIB5(fjl3c $R3UEn, a27Ye $giXyO) { goto gRgrZ; oje62: $TbESA = $this->oXk9u("{$R3UEn->getPrefix()}{$xTWzv}_pkey"); goto W5vgi; gRgrZ: $xTWzv = er25l(explode(".", $R3UEn->pn6d5())); goto oje62; W5vgi: return "alter table " . $this->oDIHp($R3UEn) . " drop constraint {$TbESA}"; goto mlhTC; mlhTC: } public function AOzBi(fjl3c $R3UEn, A27Ye $giXyO) { $TbESA = $this->OXK9u($giXyO->MbUTj); return "alter table {$this->oDihp($R3UEn)} drop constraint {$TbESA}"; } public function J0HaV(fjl3C $R3UEn, a27Ye $giXyO) { return "drop index {$this->oXK9u($giXyO->MbUTj)}"; } public function m23PF(FJl3C $R3UEn, a27Ye $giXyO) { return $this->J0haV($R3UEn, $giXyO); } public function U7laY(FjL3c $R3UEn, A27ye $giXyO) { return $this->J0hAV($R3UEn, $giXyO); } public function pnVYa(FJl3c $R3UEn, a27ye $giXyO) { $TbESA = $this->OXK9u($giXyO->MbUTj); return "alter table {$this->Odihp($R3UEn)} drop constraint {$TbESA}"; } public function eY1rH(Fjl3C $R3UEn, a27ye $giXyO) { $QOLnf = $this->OdihP($R3UEn); return "alter table {$QOLnf} rename to " . $this->odihp($giXyO->r4m10); } public function diq0T(Fjl3c $R3UEn, A27ye $giXyO) { return sprintf("alter index %s rename to %s", $this->OxK9U($giXyO->ENs7g), $this->OXk9u($giXyO->r4m10)); } public function NraOi() { return "SET CONSTRAINTS ALL IMMEDIATE;"; } public function JP2BL() { return "SET CONSTRAINTS ALL DEFERRED;"; } public function UnmGK(FjL3C $R3UEn, a27Ye $giXyO) { goto ew0RV; ew0RV: if (!(!is_null($MmJrd = $giXyO->column->DV0dL) || $giXyO->column->r51bk)) { goto S6V8e; } goto dv5I3; dv5I3: return sprintf("comment on column %s.%s is %s", $this->ODIhp($R3UEn), $this->oXK9u($giXyO->column->name), is_null($MmJrd) ? "NULL" : "'" . str_replace("'", "''", $MmJrd) . "'"); goto Yc1Y0; Yc1Y0: S6V8e: goto qGLGf; qGLGf: } public function wj3gx(FjL3C $R3UEn, A27ye $giXyO) { return sprintf("comment on table %s is %s", $this->OdiHp($R3UEn), "'" . str_replace("'", "''", $giXyO->DV0dL) . "'"); } public function y5QI8($Vdozy) { return array_map(static function ($j8fCq) { return """ . jVLZI(explode(".", $j8fCq))->FgSYs(fn($Phnem) => trim($Phnem, "'""))->implode(""."") . """; }, $Vdozy); } protected function OpdiV(A27ye $VfGZm) { goto xkOER; xkOER: if (!$VfGZm->J4xlj) { goto tl6Dl; } goto e0e8F; l7nBn: return "char"; goto HEKsJ; RWf49: tl6Dl: goto l7nBn; e0e8F: return "char({$VfGZm->J4xlj})"; goto RWf49; HEKsJ: } protected function TEyjN(A27Ye $VfGZm) { goto xBvek; xBvek: if (!$VfGZm->J4xlj) { goto rFPEe; } goto gqJgV; gqJgV: return "varchar({$VfGZm->J4xlj})"; goto kF1Rw; cKTeL: return "varchar"; goto ZOEEO; kF1Rw: rFPEe: goto cKTeL; ZOEEO: } protected function GgOj9(A27YE $VfGZm) { return "varchar(255)"; } protected function kP9JR(A27yE $VfGZm) { return "text"; } protected function MYMsu(a27yE $VfGZm) { return "text"; } protected function gZZgP(a27yE $VfGZm) { return "text"; } protected function LKyGI(A27yE $VfGZm) { return $VfGZm->MrSLK && is_null($VfGZm->Zows2) && !$VfGZm->r51bk ? "serial" : "integer"; } protected function wv9fQ(a27yE $VfGZm) { return $VfGZm->MrSLK && is_null($VfGZm->Zows2) && !$VfGZm->r51bk ? "bigserial" : "bigint"; } protected function z11sT(a27Ye $VfGZm) { return $this->lKygi($VfGZm); } protected function bDzMI(a27Ye $VfGZm) { return $this->mlhn4($VfGZm); } protected function MLhN4(a27Ye $VfGZm) { return $VfGZm->MrSLK && is_null($VfGZm->Zows2) && !$VfGZm->r51bk ? "smallserial" : "smallint"; } protected function Ivgmc(A27ye $VfGZm) { goto Dj1je; T_zUw: g52Wx: goto U1Jfu; MQOdd: return "float({$VfGZm->wq_4L})"; goto T_zUw; Dj1je: if (!$VfGZm->wq_4L) { goto g52Wx; } goto MQOdd; U1Jfu: return "float"; goto nYJha; nYJha: } protected function NN7HS(A27ye $VfGZm) { return "double precision"; } protected function QzqM0(a27Ye $VfGZm) { return "real"; } protected function IGHHD(A27YE $VfGZm) { return "decimal({$VfGZm->jKy1p}, {$VfGZm->Ro7_6})"; } protected function rpsG6(a27YE $VfGZm) { return "boolean"; } protected function jEJ4B(A27ye $VfGZm) { return sprintf("varchar(255) check ("%s" in (%s))", $VfGZm->name, $this->A2n4O($VfGZm->JTIBN)); } protected function WlHTm(a27yE $VfGZm) { return "json"; } protected function aYCE3(A27Ye $VfGZm) { return "jsonb"; } protected function B2DNp(A27ye $VfGZm) { return "date"; } protected function B6hsi(A27yE $VfGZm) { return $this->yefaN($VfGZm); } protected function VodgB(a27yE $VfGZm) { return $this->N2n9r($VfGZm); } protected function liHPK(a27Ye $VfGZm) { return "time" . (is_null($VfGZm->wq_4L) ? '' : "({$VfGZm->wq_4L})") . " without time zone"; } protected function vJAPA(A27ye $VfGZm) { return "time" . (is_null($VfGZm->wq_4L) ? '' : "({$VfGZm->wq_4L})") . " with time zone"; } protected function yEFAN(a27Ye $VfGZm) { goto OPy7B; OPy7B: if (!$VfGZm->rn2kR) { goto ZmThN; } goto CLQPp; CLQPp: $VfGZm->default(new cjdh1("CURRENT_TIMESTAMP")); goto FQIKN; OcsP8: return "timestamp" . (is_null($VfGZm->wq_4L) ? '' : "({$VfGZm->wq_4L})") . " without time zone"; goto w6RC6; FQIKN: ZmThN: goto OcsP8; w6RC6: } protected function n2N9R(A27yE $VfGZm) { goto acWHL; BkvE4: v9HXc: goto YkG6Z; acWHL: if (!$VfGZm->rn2kR) { goto v9HXc; } goto oRMBM; YkG6Z: return "timestamp" . (is_null($VfGZm->wq_4L) ? '' : "({$VfGZm->wq_4L})") . " with time zone"; goto albNj; oRMBM: $VfGZm->default(new CJdH1("CURRENT_TIMESTAMP")); goto BkvE4; albNj: } protected function PJ2MT(A27YE $VfGZm) { return $this->lKyGI($VfGZm); } protected function uhXKz(a27yE $VfGZm) { return "bytea"; } protected function tj0SD(a27yE $VfGZm) { return "uuid"; } protected function Cq2dQ(a27Ye $VfGZm) { return "inet"; } protected function qI1Y2(A27yE $VfGZm) { return "macaddr"; } protected function vGfyC(a27YE $VfGZm) { goto KRwUl; jmIFc: xs7lK: goto yw0sh; KRwUl: if (!$VfGZm->KbZgM) { goto xs7lK; } goto V6yZB; V6yZB: return sprintf("geometry(%s%s)", strtolower($VfGZm->KbZgM), $VfGZm->Udct3 ? "," . $VfGZm->Udct3 : ''); goto jmIFc; yw0sh: return "geometry"; goto aLZPb; aLZPb: } protected function WcMTa(A27Ye $VfGZm) { goto UgVIe; Bb438: return sprintf("geography(%s%s)", strtolower($VfGZm->KbZgM), $VfGZm->Udct3 ? "," . $VfGZm->Udct3 : ''); goto zesPb; zesPb: ZlDKo: goto AeqfY; AeqfY: return "geography"; goto aQoLl; UgVIe: if (!$VfGZm->KbZgM) { goto ZlDKo; } goto Bb438; aQoLl: } protected function zZ8lK(FJl3C $R3UEn, a27Ye $VfGZm) { goto xjNCT; xjNCT: if (is_null($VfGZm->aWNBX)) { goto xPwoQ; } goto pjuam; pjuam: return " collate " . $this->XhbUu($VfGZm->aWNBX); goto LaE3P; LaE3P: xPwoQ: goto jxyV1; jxyV1: } protected function rAr22(Fjl3c $R3UEn, a27YE $VfGZm) { goto OXSbY; i6gpP: dOx73: goto yPyHb; lgBJ5: return $VfGZm->BM_aR ? "drop not null" : "set not null"; goto i6gpP; yPyHb: return $VfGZm->BM_aR ? " null" : " not null"; goto t1H0x; OXSbY: if (!$VfGZm->r51bk) { goto dOx73; } goto lgBJ5; t1H0x: } protected function PI9em(FJl3c $R3UEn, a27Ye $VfGZm) { goto AjcSN; AjcSN: if (!$VfGZm->r51bk) { goto CCcyF; } goto j2HR3; j2HR3: if (!(!$VfGZm->MrSLK || !is_null($VfGZm->Zows2))) { goto ONJcp; } goto CVyKh; zRGvy: if (is_null($VfGZm->Pb0We)) { goto QrWo3; } goto izE1F; aNxgA: CCcyF: goto zRGvy; h_EuV: ONJcp: goto zVLk9; essWZ: QrWo3: goto B9iAQ; CVyKh: return is_null($VfGZm->Pb0We) ? "drop default" : "set default " . $this->getDefaultValue($VfGZm->Pb0We); goto h_EuV; zVLk9: return null; goto aNxgA; izE1F: return " default " . $this->getDefaultValue($VfGZm->Pb0We); goto essWZ; B9iAQ: } protected function NUNTY(FJL3c $R3UEn, a27YE $VfGZm) { goto LBljc; J06zQ: return " primary key"; goto CGb5t; CGb5t: R0iHO: goto m0yOI; LBljc: if (!(!$VfGZm->r51bk && !$this->yU7qF($R3UEn, "primary") && (in_array($VfGZm->MbyR3, $this->Ca0eD) || $VfGZm->Zows2 !== null) && $VfGZm->MrSLK)) { goto R0iHO; } goto J06zQ; m0yOI: } protected function jXw2W(FjL3C $R3UEn, a27Ye $VfGZm) { goto Cg9Dh; LZX1I: if (!array_key_exists("virtualAs", $VfGZm->getAttributes())) { goto kxT2J; } goto bmKw7; fWufl: sHfT3: goto Uv_yo; Cg9Dh: if (!$VfGZm->r51bk) { goto ShDrN; } goto LZX1I; bmKw7: return is_null($VfGZm->zncCX) ? "drop expression if exists" : throw new LogicException("This database driver does not support modifying generated columns."); goto QBEGb; jHAcv: if (is_null($VfGZm->zncCX)) { goto sHfT3; } goto RoEpg; x520H: ShDrN: goto jHAcv; vzh64: return null; goto x520H; QBEGb: kxT2J: goto vzh64; RoEpg: return " generated always as ({$this->getValue($VfGZm->zncCX)})"; goto fWufl; Uv_yo: } protected function Lspjb(Fjl3C $R3UEn, a27yE $VfGZm) { goto RVQCl; mj2cz: return null; goto lKcQE; CHFl0: jSNfO: goto mj2cz; A9T85: return is_null($VfGZm->FbC8_) ? "drop expression if exists" : throw new LogicException("This database driver does not support modifying generated columns."); goto CHFl0; lKcQE: LJOOB: goto HbRZu; chMjo: if (!array_key_exists("storedAs", $VfGZm->getAttributes())) { goto jSNfO; } goto A9T85; RVQCl: if (!$VfGZm->r51bk) { goto LJOOB; } goto chMjo; Yywmp: OLEKN: goto ES77a; HbRZu: if (is_null($VfGZm->FbC8_)) { goto OLEKN; } goto BqLl4; BqLl4: return " generated always as ({$this->getValue($VfGZm->FbC8_)}) stored"; goto Yywmp; ES77a: } protected function OcJo1(fJL3c $R3UEn, A27Ye $VfGZm) { goto t0brY; zOO3o: $zzaZ8 = sprintf(" generated %s as identity%s", $VfGZm->b4MWR ? "always" : "by default", !is_bool($VfGZm->Zows2) && !empty($VfGZm->Zows2) ? " ({$VfGZm->Zows2})" : ''); goto UJngZ; UJngZ: MoHwX: goto xtSA1; xtSA1: if (!$VfGZm->r51bk) { goto x_IQQ; } goto t6RIW; I2q4x: return $zzaZ8; goto r2rFn; W1eEH: $SNmWi[] = "add " . $zzaZ8; goto X9iyN; sUa5y: if (is_null($zzaZ8)) { goto m43uS; } goto W1eEH; t0brY: $zzaZ8 = null; goto M7ydR; t6RIW: $SNmWi = $VfGZm->MrSLK && is_null($zzaZ8) ? [] : ["drop identity if exists"]; goto sUa5y; X9iyN: m43uS: goto JzGZw; M7ydR: if (is_null($VfGZm->Zows2)) { goto MoHwX; } goto zOO3o; JzGZw: return $SNmWi; goto Yxc2B; Yxc2B: x_IQQ: goto I2q4x; r2rFn: } } ?>

Did this file decode correctly?

Original Code

<?php
/*   __________________________________________________
    |  Obfuscated by YAK Pro - Php Obfuscator  2.0.14  |
    |              on 2024-04-04 18:19:36              |
    |    GitHub: https://github.com/pk-fr/yakpro-po    |
    |__________________________________________________|
*/
 namespace DAKnB\mH3M0\C1Mnj\FX8sO; use DakNb\MH3M0\n31aM; use DAKnB\Mh3m0\XWwY2\CJDH1; use DAKNb\mH3m0\C1mnj\fjl3C; use DAknB\u7b5K\a27Ye; use LogicException; class GSpq1 extends gErJU { protected $cz0mi = true; protected $h_Ama = ["\103\157\154\x6c\141\164\x65", "\116\165\x6c\154\141\142\x6c\145", "\104\x65\146\141\165\x6c\164", "\x56\x69\x72\x74\x75\x61\154\101\x73", "\123\164\157\x72\x65\x64\x41\163", "\107\x65\x6e\145\x72\x61\x74\x65\x64\x41\163", "\x49\x6e\143\x72\145\155\x65\x6e\164"]; protected $Ca0eD = ["\x62\151\147\111\x6e\x74\x65\147\145\162", "\151\156\x74\145\147\x65\x72", "\155\x65\144\x69\165\155\111\x6e\x74\x65\147\x65\x72", "\x73\155\x61\x6c\154\x49\x6e\164\145\x67\x65\x72", "\x74\x69\x6e\171\x49\156\164\145\x67\145\x72"]; protected $eUdnL = ["\x41\x75\x74\157\111\156\x63\162\145\x6d\x65\156\x74\123\164\141\x72\x74\151\x6e\x67\126\x61\x6c\x75\x65\163", "\x43\157\155\x6d\x65\x6e\164"]; public function B9267($j8fCq, $GRnz6) { return sprintf("\x63\162\x65\x61\164\145\40\144\141\164\x61\x62\x61\x73\x65\x20\45\x73\40\x65\156\x63\157\144\151\156\x67\x20\45\x73", $this->XhBuU($j8fCq), $this->xHBuu($GRnz6->tmQdj("\x63\150\x61\x72\163\x65\164"))); } public function vcAzX($j8fCq) { return sprintf("\x64\162\x6f\x70\40\144\141\x74\x61\x62\x61\163\145\x20\x69\x66\x20\145\170\x69\x73\164\x73\40\x25\x73", $this->XhBUU($j8fCq)); } public function n683o() { return "\163\x65\x6c\145\x63\164\x20\x63\x2e\162\x65\154\x6e\x61\x6d\x65\40\x61\163\40\x6e\x61\155\145\x2c\40\x6e\56\156\x73\x70\x6e\x61\155\x65\40\141\x73\40\x73\143\x68\145\155\x61\x2c\40\x70\x67\x5f\164\x6f\x74\x61\154\137\x72\x65\x6c\141\164\151\157\x6e\137\163\151\x7a\145\x28\143\56\x6f\x69\144\51\x20\x61\163\40\163\151\172\x65\54\40" . "\157\x62\x6a\137\144\x65\163\143\162\x69\x70\x74\151\157\x6e\x28\143\x2e\157\x69\144\54\40\47\x70\x67\137\143\x6c\141\x73\163\47\x29\x20\141\163\40\x63\x6f\155\x6d\145\156\164\x20\146\x72\x6f\155\40\160\147\x5f\x63\x6c\141\163\163\40\143\x2c\x20\x70\x67\x5f\156\141\x6d\145\x73\160\x61\x63\145\x20\156\40" . "\x77\150\x65\162\x65\40\143\56\x72\145\x6c\153\x69\156\x64\x20\151\156\x20\50\x27\x72\x27\54\40\47\160\47\51\40\141\x6e\144\x20\x6e\56\157\151\144\x20\x3d\x20\x63\x2e\x72\145\x6c\x6e\x61\x6d\x65\x73\160\141\x63\x65\x20\x61\x6e\x64\x20\x6e\x2e\156\163\x70\156\x61\155\x65\x20\x6e\x6f\164\x20\151\156\x20\50\x27\160\x67\x5f\x63\141\x74\x61\x6c\157\147\47\54\x20\47\x69\x6e\x66\157\x72\x6d\x61\x74\151\x6f\x6e\x5f\163\x63\150\145\x6d\x61\47\51\x20" . "\157\x72\144\145\x72\40\142\171\x20\143\56\162\x65\154\x6e\141\155\x65"; } public function Tbhy9() { return "\163\x65\154\145\143\164\x20\x76\x69\x65\167\156\141\155\x65\40\x61\x73\40\156\141\155\145\x2c\x20\x73\x63\150\145\x6d\x61\156\141\x6d\145\40\x61\163\x20\x73\143\150\x65\155\x61\x2c\x20\144\x65\146\151\x6e\x69\164\151\157\x6e\40\x66\x72\157\155\40\x70\147\137\166\x69\x65\x77\163\40\167\150\145\162\145\x20\163\x63\x68\x65\x6d\141\x6e\x61\155\145\40\x6e\x6f\x74\x20\151\156\x20\50\x27\x70\x67\x5f\x63\x61\164\141\x6c\157\147\x27\x2c\40\47\x69\x6e\146\157\x72\155\x61\x74\x69\157\x6e\137\163\143\x68\x65\x6d\141\47\51\40\157\x72\144\x65\162\40\142\171\x20\166\151\x65\167\156\x61\x6d\x65"; } public function HP7AH() { return "\163\x65\x6c\145\x63\x74\40\164\x2e\x74\171\160\156\141\x6d\x65\x20\x61\163\x20\156\141\155\145\x2c\40\156\x2e\156\x73\x70\156\x61\x6d\x65\40\x61\163\x20\x73\143\x68\145\x6d\x61\54\x20\164\x2e\164\171\160\164\171\x70\145\x20\141\x73\40\164\x79\x70\145\x2c\x20\x74\x2e\164\171\160\143\141\164\x65\x67\157\162\171\40\141\x73\40\x63\x61\164\145\147\157\x72\171\54\40" . "\50\x28\164\x2e\x74\171\x70\151\156\160\165\x74\40\x3d\x20\x27\x61\x72\x72\x61\171\137\x69\x6e\x27\72\x3a\x72\x65\147\160\x72\157\143\x20\141\x6e\144\40\x74\56\164\x79\160\x6f\165\x74\160\165\164\40\75\x20\47\141\x72\x72\141\171\x5f\157\x75\164\x27\72\x3a\x72\x65\x67\x70\x72\157\143\x29\40\157\162\x20\164\x2e\x74\171\x70\x74\x79\160\145\40\75\x20\x27\x6d\x27\x29\40\x61\x73\40\x69\x6d\x70\x6c\x69\x63\151\164\40" . "\146\162\x6f\x6d\x20\160\147\x5f\164\171\160\x65\x20\x74\x20\x6a\157\x69\x6e\40\160\147\x5f\x6e\x61\x6d\145\x73\160\141\x63\x65\40\156\x20\157\156\40\156\x2e\157\x69\144\x20\75\x20\164\x2e\164\x79\160\x6e\x61\x6d\145\x73\x70\x61\x63\x65\40" . "\x6c\145\x66\x74\40\152\x6f\x69\156\x20\160\x67\x5f\143\x6c\141\x73\163\x20\x63\40\157\x6e\x20\x63\56\157\151\x64\x20\75\x20\164\56\164\171\x70\162\x65\154\151\144\x20" . "\154\x65\x66\164\40\152\x6f\x69\x6e\40\x70\147\x5f\164\171\x70\x65\40\145\154\40\x6f\x6e\40\x65\x6c\x2e\157\151\x64\x20\75\x20\x74\x2e\164\171\x70\x65\154\145\155\x20" . "\x6c\x65\x66\x74\40\152\x6f\x69\156\40\x70\x67\x5f\143\x6c\141\x73\163\40\143\145\40\x6f\156\40\143\x65\56\157\151\144\40\75\x20\145\154\x2e\x74\171\160\x72\145\x6c\151\144\x20" . "\x77\150\145\x72\145\40\x28\x28\164\56\164\x79\x70\162\145\154\151\144\x20\x3d\40\60\40\x61\156\x64\40\x28\x63\x65\x2e\162\145\x6c\x6b\151\x6e\x64\40\75\40\47\x63\x27\40\157\x72\40\143\145\56\x72\x65\154\x6b\x69\x6e\144\40\151\x73\x20\156\165\x6c\x6c\51\51\40\x6f\162\x20\x63\56\x72\x65\154\153\151\156\x64\40\x3d\x20\47\143\x27\x29\x20" . "\x61\156\144\x20\x6e\x6f\x74\x20\145\170\x69\163\164\x73\x20\50\x73\x65\x6c\x65\x63\x74\40\61\40\x66\x72\x6f\x6d\x20\160\147\x5f\144\145\x70\145\x6e\x64\40\144\40\x77\150\145\x72\145\40\144\x2e\157\x62\x6a\x69\144\40\151\156\x20\x28\164\56\x6f\151\144\x2c\x20\x74\56\164\171\x70\x65\x6c\x65\155\x29\x20\x61\156\x64\x20\144\56\x64\145\160\164\171\160\x65\x20\75\40\47\145\47\x29\40" . "\141\x6e\144\x20\156\x2e\156\x73\x70\x6e\x61\x6d\145\40\x6e\x6f\164\40\151\156\x20\50\x27\x70\147\x5f\x63\141\164\141\x6c\157\x67\47\x2c\40\x27\151\156\146\x6f\162\x6d\x61\164\151\x6f\x6e\x5f\x73\143\x68\145\155\141\47\51"; } public function W6M1k($I_uF2, $xTWzv) { return sprintf("\163\x65\x6c\x65\143\164\x20\141\x2e\x61\x74\x74\x6e\141\155\x65\x20\141\163\40\156\141\155\x65\x2c\x20\x74\56\164\x79\x70\156\x61\x6d\x65\x20\x61\x73\40\164\x79\x70\145\137\x6e\x61\155\145\54\40\x66\x6f\x72\155\141\164\137\x74\x79\x70\x65\50\x61\56\x61\164\x74\x74\x79\160\x69\x64\54\40\x61\56\x61\x74\164\164\171\x70\x6d\157\x64\51\40\x61\163\x20\x74\x79\160\145\x2c\40" . "\50\x73\x65\x6c\145\143\164\40\164\143\56\x63\157\154\x6c\143\x6f\x6c\154\x61\164\x65\40\146\162\157\155\40\160\147\137\x63\x61\x74\x61\x6c\x6f\147\x2e\x70\147\x5f\x63\157\154\x6c\x61\x74\x69\157\x6e\40\x74\143\x20\167\150\x65\x72\145\40\x74\x63\56\157\x69\144\40\x3d\40\x61\56\x61\x74\x74\x63\x6f\x6c\154\x61\164\151\157\x6e\x29\x20\x61\163\x20\x63\x6f\154\154\141\x74\x69\157\156\x2c\40" . "\x6e\x6f\x74\x20\x61\56\x61\x74\164\156\x6f\x74\156\x75\x6c\154\40\141\x73\40\156\165\x6c\x6c\141\142\154\145\x2c\40" . "\50\163\x65\x6c\145\x63\x74\40\160\147\x5f\147\x65\x74\x5f\145\170\x70\x72\50\141\144\142\x69\x6e\x2c\40\x61\144\162\145\154\151\x64\x29\x20\146\x72\157\155\x20\x70\147\x5f\x61\x74\164\x72\x64\145\x66\40\x77\150\145\162\x65\40\x63\56\x6f\x69\144\x20\x3d\40\x70\x67\x5f\x61\x74\x74\x72\x64\x65\146\56\x61\x64\162\x65\154\x69\144\x20\x61\156\144\40\160\147\137\141\164\164\x72\144\x65\146\x2e\141\x64\156\165\x6d\40\75\x20\141\x2e\141\x74\x74\x6e\165\155\51\40\141\163\40\144\145\146\x61\x75\x6c\164\x2c\40" . (version_compare($this->WrhN5?->getServerVersion(), "\x31\62\x2e\60", "\x3c") ? "\47\47\40\x61\163\x20\147\x65\x6e\145\162\141\x74\x65\x64\54\40" : "\x61\56\x61\x74\x74\x67\x65\156\x65\162\x61\x74\145\144\40\x61\x73\40\147\145\156\145\x72\141\x74\x65\144\54\x20") . "\143\x6f\x6c\137\144\x65\x73\143\x72\x69\160\164\x69\157\x6e\x28\143\56\x6f\x69\144\54\40\x61\x2e\x61\x74\164\x6e\165\155\x29\40\141\x73\x20\x63\157\155\155\x65\x6e\x74\x20" . "\x66\x72\157\x6d\40\x70\x67\137\141\x74\164\x72\151\x62\165\164\x65\40\x61\54\40\160\147\x5f\143\154\x61\163\x73\40\x63\x2c\x20\x70\147\x5f\x74\x79\160\x65\40\164\54\x20\x70\x67\137\x6e\x61\155\x65\x73\160\x61\x63\x65\x20\156\40" . "\x77\150\145\x72\145\x20\x63\x2e\x72\145\154\x6e\141\155\x65\x20\x3d\40\45\163\40\141\156\144\x20\156\x2e\x6e\163\x70\x6e\141\155\x65\x20\75\x20\x25\163\x20\x61\x6e\x64\40\x61\56\141\x74\164\x6e\x75\155\40\76\40\x30\40\141\156\x64\x20\x61\x2e\x61\164\x74\162\x65\x6c\151\x64\40\x3d\x20\143\x2e\157\x69\144\40\141\x6e\x64\x20\x61\56\141\164\x74\x74\x79\x70\x69\144\40\x3d\40\164\x2e\x6f\x69\x64\x20\141\x6e\144\40\156\x2e\157\x69\144\40\x3d\x20\143\x2e\162\x65\x6c\156\x61\155\145\163\x70\x61\x63\145\40" . "\x6f\162\x64\x65\x72\x20\x62\x79\x20\x61\56\x61\x74\164\156\x75\x6d", $this->a2N4o($xTWzv), $this->a2n4O($I_uF2)); } public function NJQ8p($I_uF2, $xTWzv) { return sprintf("\163\x65\x6c\145\143\164\40\151\x63\x2e\x72\x65\154\x6e\x61\155\x65\40\141\x73\40\156\141\155\145\x2c\x20\x73\164\162\x69\156\x67\137\141\147\x67\50\x61\56\141\164\x74\156\141\155\145\x2c\x20\x27\54\x27\40\x6f\x72\144\145\162\40\x62\171\x20\151\x6e\144\163\x65\x71\56\157\162\x64\x29\x20\141\163\x20\x63\157\154\165\x6d\x6e\163\x2c\x20" . "\x61\155\56\x61\x6d\x6e\x61\x6d\x65\40\x61\163\40\42\x74\171\160\x65\x22\x2c\40\x69\56\x69\156\144\x69\x73\x75\x6e\x69\161\x75\145\40\141\163\x20\42\165\x6e\x69\161\x75\x65\x22\x2c\x20\x69\56\151\156\144\151\x73\x70\x72\151\155\141\162\x79\x20\x61\x73\40\42\160\x72\151\x6d\x61\x72\x79\x22\x20" . "\x66\162\157\155\x20\x70\x67\x5f\x69\x6e\144\145\x78\x20\151\40" . "\x6a\157\x69\156\40\160\147\137\x63\154\x61\163\163\40\164\143\x20\157\x6e\x20\x74\x63\x2e\157\151\x64\x20\x3d\40\x69\56\x69\156\x64\x72\145\154\151\144\x20" . "\152\x6f\x69\156\40\x70\147\x5f\156\x61\155\145\163\x70\141\143\x65\40\x74\x6e\40\157\x6e\40\x74\x6e\x2e\157\x69\144\40\75\40\x74\x63\x2e\x72\145\x6c\156\x61\155\145\163\160\x61\143\x65\x20" . "\x6a\x6f\151\156\x20\x70\147\x5f\x63\x6c\141\163\163\40\x69\143\40\157\x6e\x20\151\x63\56\157\151\x64\x20\x3d\40\x69\56\151\x6e\x64\145\170\x72\x65\154\151\x64\40" . "\x6a\x6f\151\x6e\40\160\147\x5f\141\x6d\x20\141\x6d\40\x6f\156\x20\x61\155\x2e\157\151\x64\x20\x3d\x20\x69\143\x2e\162\145\x6c\141\155\40" . "\152\x6f\x69\156\x20\154\141\164\x65\162\x61\154\x20\165\156\x6e\x65\x73\164\50\x69\x2e\151\156\144\x6b\145\x79\51\x20\167\151\x74\150\40\157\x72\144\151\x6e\x61\x6c\151\164\171\x20\141\163\40\x69\156\144\163\x65\161\50\x6e\165\155\x2c\x20\157\162\144\x29\40\157\156\40\164\162\165\145\x20" . "\x6c\x65\x66\x74\x20\x6a\x6f\151\x6e\40\160\147\137\141\x74\x74\x72\151\x62\165\164\145\x20\141\x20\x6f\156\40\141\x2e\x61\x74\164\x72\145\x6c\151\x64\x20\75\40\151\56\x69\156\x64\162\x65\x6c\151\x64\x20\x61\156\144\40\141\56\141\x74\x74\x6e\x75\155\x20\75\40\x69\x6e\144\163\145\161\x2e\x6e\x75\155\40" . "\167\x68\145\162\145\x20\164\x63\56\162\x65\154\156\141\x6d\x65\x20\75\40\45\163\40\x61\x6e\144\40\x74\x6e\56\x6e\x73\160\156\x61\155\x65\x20\75\x20\45\163\40" . "\147\x72\x6f\x75\160\x20\142\171\40\x69\x63\x2e\x72\145\154\x6e\141\155\145\x2c\40\x61\x6d\x2e\x61\x6d\x6e\141\x6d\145\x2c\x20\x69\x2e\151\x6e\144\151\x73\x75\x6e\151\161\x75\x65\x2c\x20\x69\x2e\151\x6e\x64\151\163\160\x72\x69\155\141\162\x79", $this->a2n4o($xTWzv), $this->A2n4o($I_uF2)); } public function JfXSW($I_uF2, $xTWzv) { return sprintf("\163\145\x6c\x65\x63\x74\40\x63\56\143\157\156\156\141\x6d\x65\x20\141\x73\x20\156\x61\x6d\145\x2c\40" . "\163\164\x72\x69\x6e\147\x5f\x61\x67\x67\50\154\x61\x2e\x61\x74\x74\x6e\141\x6d\x65\54\40\47\x2c\47\40\157\x72\144\x65\162\x20\142\x79\40\x63\x6f\x6e\x73\145\x71\x2e\x6f\x72\144\51\x20\x61\163\x20\143\157\154\x75\155\156\163\54\40" . "\146\x6e\x2e\156\x73\160\x6e\141\x6d\x65\40\141\x73\x20\146\x6f\x72\145\x69\147\156\137\x73\x63\150\145\x6d\141\54\40\x66\x63\56\162\x65\154\156\x61\x6d\x65\40\x61\163\x20\x66\157\162\x65\151\147\156\137\164\x61\142\154\x65\x2c\40" . "\x73\164\162\151\156\x67\137\141\147\147\50\146\x61\56\x61\164\x74\156\141\x6d\x65\x2c\40\x27\x2c\x27\x20\x6f\162\144\145\x72\x20\x62\171\40\143\157\x6e\163\x65\x71\56\157\162\144\x29\40\x61\x73\40\x66\x6f\162\x65\x69\x67\x6e\137\143\157\154\165\x6d\156\x73\54\40" . "\x63\56\143\157\156\146\165\160\144\164\171\x70\x65\40\141\163\40\x6f\156\137\165\x70\144\141\x74\145\54\40\x63\56\x63\157\156\146\144\145\154\x74\x79\160\x65\x20\141\x73\x20\x6f\156\x5f\x64\145\x6c\145\x74\x65\40" . "\146\162\x6f\155\40\160\147\137\x63\157\x6e\x73\x74\x72\141\151\x6e\164\40\x63\40" . "\152\157\151\x6e\40\x70\147\x5f\143\x6c\141\163\163\40\164\143\x20\157\156\x20\x63\x2e\x63\157\156\162\x65\x6c\151\x64\x20\x3d\40\x74\x63\56\x6f\x69\x64\40" . "\152\157\151\x6e\x20\x70\x67\137\156\141\155\145\x73\160\x61\x63\x65\x20\164\156\40\x6f\x6e\x20\x74\156\56\x6f\151\144\x20\x3d\x20\x74\x63\x2e\x72\145\x6c\x6e\141\x6d\x65\x73\160\141\x63\145\x20" . "\152\157\151\x6e\x20\160\x67\x5f\143\154\141\x73\163\x20\146\143\40\157\156\x20\x63\x2e\143\x6f\156\146\x72\x65\154\151\144\40\x3d\x20\x66\143\56\x6f\151\144\40" . "\152\x6f\x69\x6e\40\160\x67\x5f\x6e\141\155\x65\163\160\x61\x63\145\40\x66\x6e\40\157\156\40\x66\156\x2e\157\151\x64\40\x3d\x20\x66\x63\x2e\x72\x65\154\156\141\155\x65\x73\160\x61\143\x65\x20" . "\152\157\151\156\40\x6c\x61\x74\x65\162\141\x6c\40\165\x6e\156\145\163\164\x28\x63\56\143\x6f\x6e\153\x65\x79\51\40\x77\x69\164\x68\40\157\162\144\151\156\x61\154\151\x74\x79\40\141\163\40\x63\x6f\x6e\x73\145\x71\x28\156\x75\x6d\54\40\x6f\x72\x64\x29\40\157\x6e\40\x74\162\x75\145\x20" . "\152\157\151\x6e\x20\x70\147\x5f\141\164\x74\x72\x69\x62\165\x74\x65\40\x6c\141\40\x6f\x6e\40\x6c\141\x2e\x61\x74\164\162\x65\154\151\x64\x20\75\x20\x63\x2e\x63\157\156\162\x65\x6c\x69\x64\40\141\156\x64\x20\x6c\x61\56\141\x74\x74\156\x75\x6d\40\x3d\x20\x63\x6f\156\x73\x65\x71\56\156\165\x6d\40" . "\x6a\x6f\x69\x6e\x20\160\147\137\141\x74\164\x72\x69\142\165\164\x65\40\x66\141\40\157\156\40\x66\141\x2e\x61\x74\164\x72\145\x6c\x69\x64\x20\x3d\x20\143\x2e\x63\157\156\x66\x72\145\x6c\x69\144\40\x61\x6e\144\x20\x66\141\56\141\164\164\156\165\x6d\40\x3d\40\143\56\143\x6f\x6e\x66\x6b\145\x79\133\143\157\156\163\x65\161\x2e\157\162\x64\x5d\x20" . "\167\x68\x65\x72\x65\40\143\x2e\x63\x6f\156\164\x79\160\145\40\x3d\40\47\146\47\x20\x61\x6e\x64\40\x74\x63\56\162\145\x6c\x6e\x61\x6d\145\x20\x3d\40\x25\163\x20\x61\156\144\x20\164\x6e\56\156\163\160\x6e\x61\155\x65\40\75\x20\45\x73\40" . "\147\162\157\165\x70\x20\142\x79\x20\143\56\143\157\x6e\x6e\x61\155\145\x2c\40\x66\156\x2e\156\163\160\156\x61\155\x65\x2c\x20\x66\x63\x2e\162\145\154\x6e\x61\x6d\145\x2c\40\143\x2e\x63\x6f\x6e\146\165\x70\x64\164\171\x70\145\x2c\40\x63\x2e\143\157\x6e\146\144\x65\x6c\x74\x79\160\x65", $this->a2N4O($xTWzv), $this->a2n4O($I_uF2)); } public function M0Efp(Fjl3C $R3UEn, A27Ye $giXyO) { return sprintf("\x25\163\40\x74\x61\142\154\145\40\45\163\40\x28\45\x73\x29", $R3UEn->J9_jT ? "\143\162\145\x61\164\145\40\x74\x65\155\x70\157\162\141\162\171" : "\143\x72\145\x61\x74\145", $this->OdiHp($R3UEn), implode("\54\40", $this->eUQoM($R3UEn))); } public function kkTbd(fjL3C $R3UEn, a27yE $giXyO) { return sprintf("\x61\x6c\164\145\x72\40\164\x61\142\154\x65\x20\45\163\40\45\x73", $this->oDiHP($R3UEn), implode("\54\40", $this->jsK5z("\141\x64\x64\40\143\157\154\165\155\156", $this->euQoM($R3UEn)))); } public function RU9F3(FJL3c $R3UEn, A27YE $giXyO) { goto iMwXI; nHR7F: return "\141\x6c\x74\145\x72\40\163\x65\x71\165\145\x6e\143\x65\40" . $R3UEn->getPrefix() . $xTWzv . "\x5f" . $giXyO->column->name . "\137\163\x65\x71\40\162\145\163\x74\x61\x72\164\40\x77\x69\164\150\40" . $QmkXU; goto gMuKW; gMuKW: cS1IC: goto rTN2t; evUJK: $xTWzv = ER25l(explode("\x2e", $R3UEn->PN6D5())); goto nHR7F; iMwXI: if (!($giXyO->column->MrSLK && ($QmkXU = $giXyO->column->get("\x73\164\x61\x72\164\x69\x6e\147\126\141\154\165\x65", $giXyO->column->get("\146\162\157\x6d"))))) { goto cS1IC; } goto evUJK; rTN2t: } public function PevqZ(Fjl3c $R3UEn, a27yE $giXyO, n31AM $GRnz6) { goto X0FNC; X0FNC: $S3RDa = []; goto TkOJR; TkOJR: foreach ($R3UEn->vPbJu() as $VfGZm) { goto ZINFi; pZV5N: hnVZH: goto T2hWi; NZriu: $S3RDa[] = implode("\54\x20", $this->Jsk5Z("\141\x6c\164\x65\162\x20\143\x6f\x6c\165\x6d\156\40" . $this->oxK9u($VfGZm), $SNmWi)); goto pZV5N; AwmIA: foreach ($this->h_Ama as $DwwaK) { goto Q_JsW; ZONrT: fvpL5: goto xV9gi; g0ddc: $HMKSl = (array) $this->{$v_Lgc}($R3UEn, $VfGZm); goto vRfyJ; xV9gi: tpI28: goto r388K; Q_JsW: if (!($DwwaK === "\103\157\154\x6c\x61\x74\145")) { goto KJwB2; } goto sYm_d; vRfyJ: foreach ($HMKSl as $YWjy4) { $SNmWi[] = $YWjy4; Bd4Ev: } goto vh5_4; L1yY0: KJwB2: goto N5qKp; sYm_d: goto tpI28; goto L1yY0; vh5_4: LJ_II: goto ZONrT; N5qKp: if (!method_exists($this, $v_Lgc = "\x6d\157\x64\x69\146\171{$DwwaK}")) { goto fvpL5; } goto g0ddc; r388K: } goto wZ6sC; ZINFi: $SNmWi = ["\x74\x79\x70\x65\40" . $this->getType($VfGZm) . $this->ZZ8LK($R3UEn, $VfGZm)]; goto AwmIA; wZ6sC: lyNOs: goto NZriu; T2hWi: } goto jCV65; s70Bg: return "\141\x6c\164\145\162\x20\164\141\142\x6c\145\40" . $this->ODIhp($R3UEn) . "\40" . implode("\54\x20", $S3RDa); goto mO2Df; jCV65: Tyn1l: goto s70Bg; mO2Df: } public function ly8Fl(fJl3c $R3UEn, A27yE $giXyO) { $S3RDa = $this->QDbgM($giXyO->ITV1x); return "\141\154\164\145\x72\x20\164\141\142\x6c\145\x20" . $this->ODIHP($R3UEn) . "\40\141\144\144\40\x70\162\x69\155\141\x72\171\x20\x6b\x65\x79\40\x28{$S3RDa}\x29"; } public function qT_7D(FJl3C $R3UEn, a27yE $giXyO) { goto tB0MJ; SxneB: t3sCU: goto J_Q8v; VaQOr: if (!($giXyO->Z_wn2 && !is_null($giXyO->xOf8r))) { goto t3sCU; } goto v665P; tB0MJ: $zzaZ8 = sprintf("\x61\x6c\164\x65\162\x20\164\x61\x62\154\x65\x20\45\163\40\141\144\x64\40\x63\x6f\x6e\x73\164\162\141\x69\156\x74\x20\x25\x73\40\x75\x6e\151\x71\x75\145\40\x28\x25\163\x29", $this->OdIhp($R3UEn), $this->oxk9u($giXyO->MbUTj), $this->QDbgM($giXyO->ITV1x)); goto AyW49; v665P: $zzaZ8 .= $giXyO->xOf8r ? "\40\151\x6e\151\164\x69\141\x6c\x6c\171\40\x69\x6d\x6d\x65\144\151\141\x74\145" : "\40\151\156\x69\164\x69\x61\154\154\x79\40\x64\145\x66\145\x72\x72\x65\144"; goto SxneB; J_Q8v: return $zzaZ8; goto zccFi; kgYv7: $zzaZ8 .= $giXyO->Z_wn2 ? "\x20\144\x65\146\145\162\x72\x61\142\x6c\x65" : "\40\x6e\157\164\40\144\x65\146\145\x72\x72\x61\142\x6c\x65"; goto GnqGV; AyW49: if (is_null($giXyO->Z_wn2)) { goto R3XUv; } goto kgYv7; GnqGV: R3XUv: goto VaQOr; zccFi: } public function z4tNs(fjL3c $R3UEn, A27ye $giXyO) { return sprintf("\143\162\145\141\164\145\40\151\156\144\145\x78\40\45\x73\x20\x6f\156\x20\x25\x73\45\163\40\50\45\163\51", $this->OXk9u($giXyO->MbUTj), $this->ODIHp($R3UEn), $giXyO->y4ahA ? "\40\x75\163\x69\x6e\x67\40" . $giXyO->y4ahA : '', $this->QdbgM($giXyO->ITV1x)); } public function Qdh6l(FJL3C $R3UEn, a27yE $giXyO) { goto Ypjqw; Y2N7s: return sprintf("\x63\x72\145\x61\164\145\x20\x69\x6e\144\x65\x78\x20\45\163\40\157\x6e\x20\x25\x73\x20\x75\163\151\x6e\x67\x20\x67\151\x6e\40\50\50\45\x73\x29\51", $this->oXk9u($giXyO->MbUTj), $this->OdIHP($R3UEn), implode("\x20\174\174\40", $S3RDa)); goto S39w4; mvMde: $S3RDa = array_map(function ($VfGZm) use($wri5k) { return "\x74\157\x5f\x74\x73\x76\145\x63\x74\x6f\162\x28{$this->a2n4o($wri5k)}\54\x20{$this->oXk9U($VfGZm)}\51"; }, $giXyO->ITV1x); goto Y2N7s; Ypjqw: $wri5k = $giXyO->iVtj9 ?: "\x65\x6e\147\154\151\163\150"; goto mvMde; S39w4: } public function GB_dh(FJL3C $R3UEn, a27ye $giXyO) { $giXyO->y4ahA = "\147\151\163\x74"; return $this->Z4tns($R3UEn, $giXyO); } public function hd3p1(Fjl3C $R3UEn, a27Ye $giXyO) { goto UJFHt; aj3Bu: if (is_null($giXyO->Q9Jue)) { goto aSJB3; } goto xD8jd; F6FCd: aSJB3: goto ujlfX; lRMot: if (!($giXyO->Z_wn2 && !is_null($giXyO->xOf8r))) { goto PkT61; } goto QD1UE; UJFHt: $zzaZ8 = parent::HD3P1($R3UEn, $giXyO); goto uucYr; SzHnm: $zzaZ8 .= $giXyO->Z_wn2 ? "\40\144\145\x66\x65\162\162\x61\x62\154\145" : "\40\156\157\x74\40\144\145\x66\145\x72\162\x61\x62\x6c\x65"; goto Spczz; Spczz: PqyUa: goto lRMot; QD1UE: $zzaZ8 .= $giXyO->xOf8r ? "\40\151\x6e\x69\164\151\x61\154\x6c\x79\40\x69\x6d\155\x65\x64\151\x61\164\x65" : "\40\x69\x6e\x69\x74\x69\141\x6c\154\x79\40\x64\x65\x66\x65\162\x72\145\x64"; goto KBjgh; ujlfX: return $zzaZ8; goto U8O3e; KBjgh: PkT61: goto aj3Bu; xD8jd: $zzaZ8 .= "\x20\x6e\157\x74\40\x76\141\154\151\x64"; goto F6FCd; uucYr: if (is_null($giXyO->Z_wn2)) { goto PqyUa; } goto SzHnm; U8O3e: } public function TGCMe(Fjl3C $R3UEn, a27ye $giXyO) { return "\x64\x72\157\160\x20\164\x61\x62\x6c\145\40" . $this->oDIhP($R3UEn); } public function mUvgp(Fjl3c $R3UEn, a27ye $giXyO) { return "\x64\162\x6f\160\x20\x74\x61\x62\x6c\145\x20\x69\146\40\x65\170\x69\x73\164\x73\x20" . $this->odIhp($R3UEn); } public function Tff4D($t2TCG) { return "\144\x72\157\x70\x20\164\x61\x62\x6c\x65\x20" . implode("\x2c", $this->y5qI8($t2TCG)) . "\x20\143\141\x73\143\x61\x64\x65"; } public function kQLKh($fKAKH) { return "\144\162\157\160\40\166\151\x65\167\x20" . implode("\x2c", $this->Y5qI8($fKAKH)) . "\x20\143\141\x73\143\x61\144\145"; } public function VBF3A($cXN94) { return "\144\162\157\x70\40\164\x79\x70\145\x20" . implode("\x2c", $this->y5QI8($cXN94)) . "\x20\x63\x61\x73\143\141\x64\145"; } public function AVfrS($VB2vv) { return "\x64\162\157\x70\40\144\x6f\x6d\x61\x69\x6e\40" . implode("\x2c", $this->Y5qI8($VB2vv)) . "\x20\143\141\x73\x63\x61\144\x65"; } public function n_3iY(FJl3c $R3UEn, a27Ye $giXyO) { $S3RDa = $this->jsk5Z("\x64\x72\x6f\x70\x20\143\157\x6c\165\155\x6e", $this->uVyCN($giXyO->ITV1x)); return "\141\x6c\x74\x65\x72\x20\164\x61\x62\154\145\40" . $this->OdIHP($R3UEn) . "\x20" . implode("\x2c\x20", $S3RDa); } public function muIB5(fjl3c $R3UEn, a27Ye $giXyO) { goto gRgrZ; oje62: $TbESA = $this->oXk9u("{$R3UEn->getPrefix()}{$xTWzv}\x5f\160\153\145\171"); goto W5vgi; gRgrZ: $xTWzv = er25l(explode("\56", $R3UEn->pn6d5())); goto oje62; W5vgi: return "\141\154\164\145\x72\x20\164\141\142\x6c\145\40" . $this->oDIHp($R3UEn) . "\x20\x64\x72\x6f\160\x20\x63\157\x6e\163\x74\x72\141\151\156\164\40{$TbESA}"; goto mlhTC; mlhTC: } public function AOzBi(fjl3c $R3UEn, A27Ye $giXyO) { $TbESA = $this->OXK9u($giXyO->MbUTj); return "\141\x6c\x74\145\x72\40\164\141\142\x6c\x65\x20{$this->oDihp($R3UEn)}\x20\144\x72\x6f\160\40\x63\x6f\x6e\163\x74\162\x61\151\156\164\40{$TbESA}"; } public function J0HaV(fjl3C $R3UEn, a27Ye $giXyO) { return "\x64\x72\x6f\x70\40\151\156\144\145\x78\40{$this->oXK9u($giXyO->MbUTj)}"; } public function m23PF(FJl3C $R3UEn, a27Ye $giXyO) { return $this->J0haV($R3UEn, $giXyO); } public function U7laY(FjL3c $R3UEn, A27ye $giXyO) { return $this->J0hAV($R3UEn, $giXyO); } public function pnVYa(FJl3c $R3UEn, a27ye $giXyO) { $TbESA = $this->OXK9u($giXyO->MbUTj); return "\x61\x6c\164\145\x72\x20\164\141\x62\x6c\x65\x20{$this->Odihp($R3UEn)}\x20\x64\x72\157\160\40\143\x6f\156\x73\164\162\x61\x69\156\x74\x20{$TbESA}"; } public function eY1rH(Fjl3C $R3UEn, a27ye $giXyO) { $QOLnf = $this->OdihP($R3UEn); return "\141\x6c\x74\145\x72\x20\164\141\x62\x6c\x65\40{$QOLnf}\40\x72\x65\x6e\x61\155\x65\40\164\157\40" . $this->odihp($giXyO->r4m10); } public function diq0T(Fjl3c $R3UEn, A27ye $giXyO) { return sprintf("\141\154\164\x65\162\40\151\x6e\144\x65\x78\40\45\163\40\162\x65\x6e\x61\155\145\40\164\x6f\x20\x25\163", $this->OxK9U($giXyO->ENs7g), $this->OXk9u($giXyO->r4m10)); } public function NraOi() { return "\123\x45\x54\x20\x43\x4f\x4e\123\x54\122\x41\x49\116\x54\x53\x20\101\114\x4c\x20\x49\115\x4d\x45\104\111\x41\124\x45\73"; } public function JP2BL() { return "\123\x45\124\x20\103\117\x4e\x53\124\x52\101\x49\x4e\x54\x53\40\101\x4c\114\x20\104\105\x46\105\x52\122\105\x44\73"; } public function UnmGK(FjL3C $R3UEn, a27Ye $giXyO) { goto ew0RV; ew0RV: if (!(!is_null($MmJrd = $giXyO->column->DV0dL) || $giXyO->column->r51bk)) { goto S6V8e; } goto dv5I3; dv5I3: return sprintf("\x63\x6f\155\155\145\x6e\x74\x20\157\x6e\40\143\157\154\x75\x6d\156\40\45\163\x2e\x25\163\x20\x69\163\x20\x25\x73", $this->ODIhp($R3UEn), $this->oXK9u($giXyO->column->name), is_null($MmJrd) ? "\116\125\114\114" : "\x27" . str_replace("\47", "\47\47", $MmJrd) . "\47"); goto Yc1Y0; Yc1Y0: S6V8e: goto qGLGf; qGLGf: } public function wj3gx(FjL3C $R3UEn, A27ye $giXyO) { return sprintf("\143\x6f\x6d\155\145\x6e\164\x20\x6f\x6e\x20\164\x61\x62\x6c\x65\40\x25\163\40\151\163\40\45\x73", $this->OdiHp($R3UEn), "\x27" . str_replace("\47", "\47\47", $giXyO->DV0dL) . "\x27"); } public function y5QI8($Vdozy) { return array_map(static function ($j8fCq) { return "\x22" . jVLZI(explode("\56", $j8fCq))->FgSYs(fn($Phnem) => trim($Phnem, "\x27\42"))->implode("\x22\56\42") . "\x22"; }, $Vdozy); } protected function OpdiV(A27ye $VfGZm) { goto xkOER; xkOER: if (!$VfGZm->J4xlj) { goto tl6Dl; } goto e0e8F; l7nBn: return "\x63\x68\x61\x72"; goto HEKsJ; RWf49: tl6Dl: goto l7nBn; e0e8F: return "\x63\x68\141\162\50{$VfGZm->J4xlj}\51"; goto RWf49; HEKsJ: } protected function TEyjN(A27Ye $VfGZm) { goto xBvek; xBvek: if (!$VfGZm->J4xlj) { goto rFPEe; } goto gqJgV; gqJgV: return "\x76\x61\162\143\x68\x61\162\50{$VfGZm->J4xlj}\51"; goto kF1Rw; cKTeL: return "\x76\141\162\143\x68\141\162"; goto ZOEEO; kF1Rw: rFPEe: goto cKTeL; ZOEEO: } protected function GgOj9(A27YE $VfGZm) { return "\166\x61\162\143\x68\141\162\x28\62\x35\x35\x29"; } protected function kP9JR(A27yE $VfGZm) { return "\164\145\170\164"; } protected function MYMsu(a27yE $VfGZm) { return "\x74\145\x78\164"; } protected function gZZgP(a27yE $VfGZm) { return "\164\145\170\x74"; } protected function LKyGI(A27yE $VfGZm) { return $VfGZm->MrSLK && is_null($VfGZm->Zows2) && !$VfGZm->r51bk ? "\x73\145\162\x69\141\x6c" : "\151\156\x74\x65\x67\145\x72"; } protected function wv9fQ(a27yE $VfGZm) { return $VfGZm->MrSLK && is_null($VfGZm->Zows2) && !$VfGZm->r51bk ? "\x62\x69\147\163\x65\x72\151\141\154" : "\x62\x69\147\151\x6e\x74"; } protected function z11sT(a27Ye $VfGZm) { return $this->lKygi($VfGZm); } protected function bDzMI(a27Ye $VfGZm) { return $this->mlhn4($VfGZm); } protected function MLhN4(a27Ye $VfGZm) { return $VfGZm->MrSLK && is_null($VfGZm->Zows2) && !$VfGZm->r51bk ? "\x73\155\141\x6c\x6c\163\145\162\x69\141\x6c" : "\163\155\x61\154\154\x69\x6e\164"; } protected function Ivgmc(A27ye $VfGZm) { goto Dj1je; T_zUw: g52Wx: goto U1Jfu; MQOdd: return "\x66\x6c\x6f\x61\x74\x28{$VfGZm->wq_4L}\51"; goto T_zUw; Dj1je: if (!$VfGZm->wq_4L) { goto g52Wx; } goto MQOdd; U1Jfu: return "\x66\154\x6f\x61\x74"; goto nYJha; nYJha: } protected function NN7HS(A27ye $VfGZm) { return "\144\x6f\165\x62\x6c\x65\40\160\x72\x65\x63\x69\x73\151\157\x6e"; } protected function QzqM0(a27Ye $VfGZm) { return "\162\145\141\154"; } protected function IGHHD(A27YE $VfGZm) { return "\144\145\x63\x69\155\141\x6c\50{$VfGZm->jKy1p}\54\40{$VfGZm->Ro7_6}\x29"; } protected function rpsG6(a27YE $VfGZm) { return "\x62\157\157\x6c\145\x61\156"; } protected function jEJ4B(A27ye $VfGZm) { return sprintf("\x76\141\x72\x63\150\141\162\x28\62\x35\65\51\x20\143\150\145\x63\153\x20\50\x22\45\163\x22\40\x69\x6e\x20\x28\x25\163\x29\51", $VfGZm->name, $this->A2n4O($VfGZm->JTIBN)); } protected function WlHTm(a27yE $VfGZm) { return "\x6a\163\x6f\156"; } protected function aYCE3(A27Ye $VfGZm) { return "\x6a\163\157\x6e\142"; } protected function B2DNp(A27ye $VfGZm) { return "\x64\141\164\x65"; } protected function B6hsi(A27yE $VfGZm) { return $this->yefaN($VfGZm); } protected function VodgB(a27yE $VfGZm) { return $this->N2n9r($VfGZm); } protected function liHPK(a27Ye $VfGZm) { return "\x74\x69\x6d\145" . (is_null($VfGZm->wq_4L) ? '' : "\x28{$VfGZm->wq_4L}\x29") . "\x20\167\151\x74\x68\x6f\x75\x74\40\164\x69\x6d\x65\40\x7a\157\156\x65"; } protected function vJAPA(A27ye $VfGZm) { return "\x74\151\155\x65" . (is_null($VfGZm->wq_4L) ? '' : "\x28{$VfGZm->wq_4L}\x29") . "\x20\x77\151\x74\x68\x20\x74\x69\x6d\145\x20\172\157\x6e\145"; } protected function yEFAN(a27Ye $VfGZm) { goto OPy7B; OPy7B: if (!$VfGZm->rn2kR) { goto ZmThN; } goto CLQPp; CLQPp: $VfGZm->default(new cjdh1("\103\125\122\x52\x45\116\124\137\124\x49\x4d\105\x53\124\x41\x4d\x50")); goto FQIKN; OcsP8: return "\164\151\x6d\145\x73\x74\141\155\160" . (is_null($VfGZm->wq_4L) ? '' : "\50{$VfGZm->wq_4L}\51") . "\x20\x77\x69\164\150\x6f\165\x74\x20\164\151\x6d\145\x20\172\x6f\x6e\145"; goto w6RC6; FQIKN: ZmThN: goto OcsP8; w6RC6: } protected function n2N9R(A27yE $VfGZm) { goto acWHL; BkvE4: v9HXc: goto YkG6Z; acWHL: if (!$VfGZm->rn2kR) { goto v9HXc; } goto oRMBM; YkG6Z: return "\x74\x69\155\x65\163\x74\x61\x6d\160" . (is_null($VfGZm->wq_4L) ? '' : "\50{$VfGZm->wq_4L}\x29") . "\x20\x77\x69\164\x68\40\164\151\155\145\x20\172\x6f\156\145"; goto albNj; oRMBM: $VfGZm->default(new CJdH1("\x43\125\122\x52\x45\116\124\137\x54\111\x4d\105\123\x54\101\115\x50")); goto BkvE4; albNj: } protected function PJ2MT(A27YE $VfGZm) { return $this->lKyGI($VfGZm); } protected function uhXKz(a27yE $VfGZm) { return "\142\171\164\145\x61"; } protected function tj0SD(a27yE $VfGZm) { return "\165\x75\151\x64"; } protected function Cq2dQ(a27Ye $VfGZm) { return "\x69\x6e\x65\164"; } protected function qI1Y2(A27yE $VfGZm) { return "\x6d\x61\x63\141\x64\x64\162"; } protected function vGfyC(a27YE $VfGZm) { goto KRwUl; jmIFc: xs7lK: goto yw0sh; KRwUl: if (!$VfGZm->KbZgM) { goto xs7lK; } goto V6yZB; V6yZB: return sprintf("\x67\x65\x6f\x6d\x65\x74\162\x79\50\x25\163\45\163\x29", strtolower($VfGZm->KbZgM), $VfGZm->Udct3 ? "\x2c" . $VfGZm->Udct3 : ''); goto jmIFc; yw0sh: return "\x67\x65\157\x6d\x65\x74\162\171"; goto aLZPb; aLZPb: } protected function WcMTa(A27Ye $VfGZm) { goto UgVIe; Bb438: return sprintf("\x67\x65\x6f\147\x72\x61\x70\x68\171\50\45\x73\45\x73\x29", strtolower($VfGZm->KbZgM), $VfGZm->Udct3 ? "\54" . $VfGZm->Udct3 : ''); goto zesPb; zesPb: ZlDKo: goto AeqfY; AeqfY: return "\x67\x65\x6f\x67\162\141\160\150\171"; goto aQoLl; UgVIe: if (!$VfGZm->KbZgM) { goto ZlDKo; } goto Bb438; aQoLl: } protected function zZ8lK(FJl3C $R3UEn, a27Ye $VfGZm) { goto xjNCT; xjNCT: if (is_null($VfGZm->aWNBX)) { goto xPwoQ; } goto pjuam; pjuam: return "\40\143\157\x6c\154\x61\164\145\40" . $this->XhbUu($VfGZm->aWNBX); goto LaE3P; LaE3P: xPwoQ: goto jxyV1; jxyV1: } protected function rAr22(Fjl3c $R3UEn, a27YE $VfGZm) { goto OXSbY; i6gpP: dOx73: goto yPyHb; lgBJ5: return $VfGZm->BM_aR ? "\144\x72\x6f\160\x20\x6e\x6f\164\x20\x6e\165\x6c\154" : "\x73\145\x74\x20\156\157\164\x20\x6e\165\154\154"; goto i6gpP; yPyHb: return $VfGZm->BM_aR ? "\40\x6e\165\x6c\x6c" : "\40\x6e\x6f\x74\40\156\x75\x6c\154"; goto t1H0x; OXSbY: if (!$VfGZm->r51bk) { goto dOx73; } goto lgBJ5; t1H0x: } protected function PI9em(FJl3c $R3UEn, a27Ye $VfGZm) { goto AjcSN; AjcSN: if (!$VfGZm->r51bk) { goto CCcyF; } goto j2HR3; j2HR3: if (!(!$VfGZm->MrSLK || !is_null($VfGZm->Zows2))) { goto ONJcp; } goto CVyKh; zRGvy: if (is_null($VfGZm->Pb0We)) { goto QrWo3; } goto izE1F; aNxgA: CCcyF: goto zRGvy; h_EuV: ONJcp: goto zVLk9; essWZ: QrWo3: goto B9iAQ; CVyKh: return is_null($VfGZm->Pb0We) ? "\x64\x72\157\x70\40\144\x65\146\x61\x75\154\164" : "\x73\x65\164\40\x64\145\x66\x61\165\154\164\x20" . $this->getDefaultValue($VfGZm->Pb0We); goto h_EuV; zVLk9: return null; goto aNxgA; izE1F: return "\x20\144\x65\146\141\x75\x6c\164\40" . $this->getDefaultValue($VfGZm->Pb0We); goto essWZ; B9iAQ: } protected function NUNTY(FJL3c $R3UEn, a27YE $VfGZm) { goto LBljc; J06zQ: return "\x20\160\162\x69\155\x61\x72\171\x20\153\x65\x79"; goto CGb5t; CGb5t: R0iHO: goto m0yOI; LBljc: if (!(!$VfGZm->r51bk && !$this->yU7qF($R3UEn, "\x70\162\x69\155\141\162\171") && (in_array($VfGZm->MbyR3, $this->Ca0eD) || $VfGZm->Zows2 !== null) && $VfGZm->MrSLK)) { goto R0iHO; } goto J06zQ; m0yOI: } protected function jXw2W(FjL3C $R3UEn, a27Ye $VfGZm) { goto Cg9Dh; LZX1I: if (!array_key_exists("\166\x69\162\164\x75\x61\154\101\163", $VfGZm->getAttributes())) { goto kxT2J; } goto bmKw7; fWufl: sHfT3: goto Uv_yo; Cg9Dh: if (!$VfGZm->r51bk) { goto ShDrN; } goto LZX1I; bmKw7: return is_null($VfGZm->zncCX) ? "\x64\x72\157\x70\40\145\x78\x70\162\145\x73\163\x69\x6f\156\40\151\x66\40\x65\x78\x69\x73\x74\x73" : throw new LogicException("\124\x68\x69\163\40\144\x61\x74\141\142\x61\x73\145\40\144\162\151\166\145\x72\x20\144\x6f\x65\163\x20\x6e\157\x74\x20\x73\x75\x70\160\x6f\162\x74\40\x6d\157\144\x69\x66\x79\x69\156\147\x20\x67\145\156\x65\x72\141\x74\145\144\x20\143\157\154\165\x6d\x6e\163\x2e"); goto QBEGb; jHAcv: if (is_null($VfGZm->zncCX)) { goto sHfT3; } goto RoEpg; x520H: ShDrN: goto jHAcv; vzh64: return null; goto x520H; QBEGb: kxT2J: goto vzh64; RoEpg: return "\x20\147\145\156\x65\162\141\x74\145\x64\40\x61\x6c\167\x61\171\163\40\141\163\40\x28{$this->getValue($VfGZm->zncCX)}\51"; goto fWufl; Uv_yo: } protected function Lspjb(Fjl3C $R3UEn, a27yE $VfGZm) { goto RVQCl; mj2cz: return null; goto lKcQE; CHFl0: jSNfO: goto mj2cz; A9T85: return is_null($VfGZm->FbC8_) ? "\x64\162\x6f\160\x20\x65\x78\x70\162\x65\163\163\x69\x6f\156\40\151\x66\40\145\x78\151\x73\x74\163" : throw new LogicException("\x54\x68\151\x73\x20\x64\141\164\141\x62\x61\x73\145\x20\x64\162\151\166\145\x72\x20\x64\157\145\163\x20\x6e\x6f\x74\x20\x73\165\x70\160\157\162\x74\40\x6d\x6f\144\151\146\171\x69\x6e\x67\x20\x67\x65\x6e\x65\162\141\x74\x65\144\x20\x63\x6f\154\165\155\156\163\x2e"); goto CHFl0; lKcQE: LJOOB: goto HbRZu; chMjo: if (!array_key_exists("\163\164\x6f\162\145\144\x41\x73", $VfGZm->getAttributes())) { goto jSNfO; } goto A9T85; RVQCl: if (!$VfGZm->r51bk) { goto LJOOB; } goto chMjo; Yywmp: OLEKN: goto ES77a; HbRZu: if (is_null($VfGZm->FbC8_)) { goto OLEKN; } goto BqLl4; BqLl4: return "\40\x67\x65\x6e\x65\x72\x61\164\145\144\x20\141\x6c\167\141\171\163\40\x61\x73\40\x28{$this->getValue($VfGZm->FbC8_)}\51\40\x73\x74\157\x72\x65\x64"; goto Yywmp; ES77a: } protected function OcJo1(fJL3c $R3UEn, A27Ye $VfGZm) { goto t0brY; zOO3o: $zzaZ8 = sprintf("\40\147\x65\x6e\x65\162\141\x74\145\144\x20\45\x73\40\141\163\40\x69\144\x65\156\x74\x69\x74\171\x25\x73", $VfGZm->b4MWR ? "\141\x6c\167\x61\x79\163" : "\142\171\40\144\x65\x66\141\165\154\164", !is_bool($VfGZm->Zows2) && !empty($VfGZm->Zows2) ? "\x20\50{$VfGZm->Zows2}\x29" : ''); goto UJngZ; UJngZ: MoHwX: goto xtSA1; xtSA1: if (!$VfGZm->r51bk) { goto x_IQQ; } goto t6RIW; I2q4x: return $zzaZ8; goto r2rFn; W1eEH: $SNmWi[] = "\141\x64\x64\x20" . $zzaZ8; goto X9iyN; sUa5y: if (is_null($zzaZ8)) { goto m43uS; } goto W1eEH; t0brY: $zzaZ8 = null; goto M7ydR; t6RIW: $SNmWi = $VfGZm->MrSLK && is_null($zzaZ8) ? [] : ["\144\x72\157\160\x20\x69\144\145\156\164\x69\x74\x79\x20\x69\x66\x20\145\170\151\163\x74\x73"]; goto sUa5y; X9iyN: m43uS: goto JzGZw; M7ydR: if (is_null($VfGZm->Zows2)) { goto MoHwX; } goto zOO3o; JzGZw: return $SNmWi; goto Yxc2B; Yxc2B: x_IQQ: goto I2q4x; r2rFn: } }

Function Calls

None

Variables

None

Stats

MD5 efaebe18e6b7e555b8147102d9f41baf
Eval Count 0
Decode Time 112 ms