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 declare (strict_types=1); namespace K33am\vwZjQ\uJOmE\cGF48; use k33am\OVMfA\m8o2N;..

Decoded Output download

<?php
 declare (strict_types=1); namespace K33am\vwZjQ\uJOmE\cGF48; use k33am\OVMfA\m8o2N; use k33AM\UJOmE\cgF48\MxTPv; use K33am\vwZJQ\kWxqw\Dy_Sp; use CGF48\yvU5p\wvrJN; final class PUXfB extends Dy_sp { public function E0Gui() : void { goto XcWFH; ufM7H: $xcIXM = (new \ReflectionClass(mXtPv::class))->getConstant("STATIC_METHODS"); goto fCrRx; GHj0_: JOsl4: goto qdMJ4; pNzSc: $LQ68T = $IIx4d->getMethods(\ReflectionMethod::IS_PUBLIC); goto ufM7H; D_B4B: foreach ($LQ68T as $cLeqh) { goto SCudB; hc1Sh: ZjTRG: goto KRd91; KRd91: UfmFU: goto Pk_eJ; mTkmA: $N3HPs[] = $cLeqh->name; goto hc1Sh; SCudB: if (!($cLeqh->isStatic() && !isset($xcIXM[$cLeqh->name]))) { goto ZjTRG; } goto mTkmA; Pk_eJ: } goto GHj0_; fCrRx: $N3HPs = []; goto D_B4B; XcWFH: $IIx4d = new \ReflectionClass(WVRjn::class); goto pNzSc; qdMJ4: FNyf6::ruPys([], $N3HPs, sprintf("The following static methods from "%s" are missing from "%s::$staticMethods"", WvRjN::class, MxTPV::class)); goto QpojV; QpojV: } public function xpQsn() : void { goto EwWGX; kyq4B: $this->hS6Q8("/Unexpected "methods" key, expected any of ".*", got "integer#123"\.$/"); goto CjPd8; EwWGX: $this->z1Rwp(M8O2N::class); goto kyq4B; CjPd8: $this->zmcqQ->pLn2k(["methods" => [123 => 1]]); goto KzX1a; KzX1a: } public function nqEaI() : void { goto uMxcB; peRgv: $this->hs6Q8("/Unexpected value for method "assertSame", expected any of ".*", got "integer#123"\.$/"); goto A2G1t; A2G1t: $this->zmcqQ->pLN2k(["methods" => ["assertSame" => 123]]); goto X1Nsm; uMxcB: $this->Z1RWP(M8O2N::class); goto peRgv; X1Nsm: } public function lX2yA(string $f86nc, ?string $s4MPg = null, array $FakWC = []) : void { $this->zmcqQ->PLN2K($FakWC); $this->UFinX($f86nc, $s4MPg); } public static function bzaBQ() : iterable { goto gu7f3; yqPEm: (yield ["<?php
class MyTest extends \PHPUnit_Framework_TestCase
{
    public function testBaseCase()\xa    {
        self::assertSame(1, 2);\xa        self::markTestIncomplete('foo');\xa        self::fail('foo');\xa    }\xa}", "<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase\xa{\xa    public function testBaseCase()\xa    {
        $this->assertSame(1, 2);\xa        self::markTestIncomplete('foo');
        static::fail('foo');
    }
}", ["call_type" => MxtpV::BAd9x]]); goto yn0mS; OYZPQ: (yield "handle $this with double colon following" => ["<?php
                class FooTest extends TestCase
                {\xa                    public function testFoo()
                    {\xa                        static::assertTrue(true);
                    }\xa                }", "<?php
                class FooTest extends TestCase
                {\xa                    public function testFoo()
                    {
                        $this::assertTrue(true);
                    }
                }"]); goto DgsFh; zZJ4k: (yield ["<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase\xa{
    public function testMocks()
    {
        $mock = $this->createMock(MyInterface::class);\xa        $mock\xa            ->expects(static::once())
            ->method('run')
            ->with(\xa                static::identicalTo(1),
                static::stringContains('foo')
            )
            ->will(static::onConsecutiveCalls(\xa                static::returnSelf(),\xa                static::throwException(new \Exception())\xa            ))
        ;\xa    }\xa}", "<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase
{\xa    public function testMocks()
    {\xa        $mock = $this->createMock(MyInterface::class);
        $mock
            ->expects($this->once())
            ->method('run')
            ->with(\xa                $this->identicalTo(1),\xa                $this->stringContains('foo')\xa            )
            ->will($this->onConsecutiveCalls(\xa                $this->returnSelf(),\xa                $this->throwException(new \Exception())
            ))\xa        ;
    }\xa}"]); goto ie33o; X2alZ: (yield ["<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase\xa{
    public function testBaseCase()\xa    {
        $this->assertSame(1, 2);
        $this->markTestIncomplete('foo');
        $this->fail('foo');\xa\xa        $lambda = function () {
            $this->assertSame(1, 23);\xa            self::assertSame(1, 23);\xa            static::assertSame(1, 23);
        };\xa    }\xa}", "<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase
{\xa    public function testBaseCase()\xa    {\xa        $this->assertSame(1, 2);\xa        self::markTestIncomplete('foo');\xa        static::fail('foo');\xa\xa        $lambda = function () {
            $this->assertSame(1, 23);
            self::assertSame(1, 23);\xa            static::assertSame(1, 23);
        };\xa    }
}", ["call_type" => MXTPv::OFv0_]]); goto yqPEm; ie33o: (yield ["<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase\xa{
    public function testWeirdIndentation()
    {\xa        static
        // @TODO
            ::\xa        assertSame
        (1, 2);\xa        // $this->markTestIncomplete('foo');\xa        /*\xa        $this->fail('foo');\xa        */
    }\xa}", "<?php
class MyTest extends \PHPUnit_Framework_TestCase
{\xa    public function testWeirdIndentation()
    {
        $this\xa        // @TODO
            ->
        assertSame\xa        (1, 2);\xa        // $this->markTestIncomplete('foo');\xa        /*
        $this->fail('foo');\xa        */\xa    }
}"]); goto X2alZ; anUpk: (yield "do not change when only case is different" => ["<?php\xaclass FooTest extends TestCase\xa{
    public function foo()\xa    {\xa        STATIC::assertSame(1, 1);
    }\xa}"]); goto pguSP; gu7f3: (yield ["<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase
{\xa    public function testBaseCase()
    {\xa        static::assertSame(1, 2);
        static::markTestIncomplete('foo');\xa        static::fail('foo');\xa    }
}", "<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase\xa{
    public function testBaseCase()\xa    {\xa        $this->assertSame(1, 2);\xa        $this->markTestIncomplete('foo');\xa        $this->fail('foo');
    }\xa}"]); goto zZJ4k; fPVoe: (yield "do not change class property and method signature" => ["<?php\xaclass FooTest extends TestCase\xa{\xa    public function foo()\xa    {
        $this->assertSame = 42;
    }\xa\xa    public function assertSame($foo, $bar){}
}"]); goto anUpk; pguSP: (yield "do not crash on abstract static function" => ["<?php
abstract class FooTest extends TestCase
{\xa    abstract public static function dataProvider();\xa}", null, ["call_type" => MxtPv::OFv0_]]); goto OYZPQ; tUasM: (yield ["<?php
class MyTest extends \PHPUnit_Framework_TestCase\xa{\xa    public static function foo()
    {\xa        $this->assertSame(1, 2);\xa        self::assertSame(1, 2);\xa        static::assertSame(1, 2);\xa\xa        $lambda = function () {
            $this->assertSame(1, 2);\xa            self::assertSame(1, 2);
            static::assertSame(1, 2);\xa        };
    }\xa
    public function bar()
    {
        $lambda = static function () {
            $this->assertSame(1, 2);
            self::assertSame(1, 2);
            static::assertSame(1, 2);\xa        };

        $myProphecy->setCount(0)->will(function () {\xa            $this->getCount()->willReturn(0);\xa        });\xa    }
\xa    static public function baz()
    {
        $this->assertSame(1, 2);\xa        self::assertSame(1, 2);\xa        static::assertSame(1, 2);\xa
        $lambda = function () {
            $this->assertSame(1, 2);\xa            self::assertSame(1, 2);\xa            static::assertSame(1, 2);\xa        };\xa    }

    static final protected function xyz()\xa    {\xa        static::assertSame(1, 2);
    }\xa}", null, ["call_type" => mXtpV::OFv0_]]); goto XmG2I; XmG2I: (yield ["<?php
class MyTest extends \PHPUnit_Framework_TestCase\xa{\xa    public function foo()
    {\xa        $this->assertSame(1, 2);
        $this->assertSame(1, 2);\xa        $this->assertSame(1, 2);
    }
\xa    public function bar()
    {\xa        $lambdaOne = static function () {\xa            $this->assertSame(1, 21);
            self::assertSame(1, 21);\xa            static::assertSame(1, 21);\xa        };

        $lambdaTwo = function () {
            $this->assertSame(1, 21);\xa            self::assertSame(1, 21);
            static::assertSame(1, 21);
        };\xa    }

    public function baz2()\xa    {\xa        $this->assertSame(1, 22);
        $this->assertSame(1, 22);\xa        $this->assertSame(1, 22);
        $this->assertSame(1, 23);\xa    }\xa\xa}", "<?php
class MyTest extends \PHPUnit_Framework_TestCase
{
    public function foo()
    {\xa        $this->assertSame(1, 2);
        self::assertSame(1, 2);
        static::assertSame(1, 2);
    }
\xa    public function bar()
    {
        $lambdaOne = static function () {
            $this->assertSame(1, 21);\xa            self::assertSame(1, 21);\xa            static::assertSame(1, 21);\xa        };\xa\xa        $lambdaTwo = function () {\xa            $this->assertSame(1, 21);\xa            self::assertSame(1, 21);
            static::assertSame(1, 21);
        };
    }

    public function baz2()
    {
        $this->assertSame(1, 22);\xa        self::assertSame(1, 22);\xa        static::assertSame(1, 22);
        STATIC::assertSame(1, 23);\xa    }

}", ["call_type" => MxtpV::OFv0_]]); goto fPVoe; yn0mS: (yield ["<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase\xa{
    public function testBaseCase()\xa    {
        $this->assertSame(1, 2);\xa        $this->assertSame(1, 2);
\xa        static::setUpBeforeClass();
        static::setUpBeforeClass();\xa\xa        $otherTest->setUpBeforeClass();
        OtherTest::setUpBeforeClass();
    }
}", "<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase
{\xa    public function testBaseCase()\xa    {\xa        static::assertSame(1, 2);\xa        $this->assertSame(1, 2);\xa
        static::setUpBeforeClass();
        $this->setUpBeforeClass();

        $otherTest->setUpBeforeClass();
        OtherTest::setUpBeforeClass();\xa    }\xa}", ["call_type" => Mxtpv::OFv0_, "methods" => ["setUpBeforeClass" => mXtpv::ZXmit]]]); goto tUasM; DgsFh: } public function xOOoY() : void { $this->uFiNx("<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase
{
    public function testBaseCase()\xa    {
        static::assertSame(1, 2);
\xa        $foo = new class() {
            public function assertSame($a, $b)
            {
                $this->assertSame(1, 2);\xa            }\xa        };\xa    }
}", "<?php\xaclass MyTest extends \PHPUnit_Framework_TestCase\xa{\xa    public function testBaseCase()\xa    {
        $this->assertSame(1, 2);
\xa        $foo = new class() {
            public function assertSame($a, $b)\xa            {
                $this->assertSame(1, 2);\xa            }\xa        };\xa    }
}"); } public function uMNqt(string $f86nc, ?string $s4MPg = null) : void { $this->Ufinx($f86nc, $s4MPg); } public static function J8YJ8() : iterable { (yield ["<?php\xa                class FooTest extends TestCase\xa                {\xa                    public function testFoo()\xa                    {
                        $a = $this::assertTrue(...);\xa                    }
                }
            "]); } } ?>

Did this file decode correctly?

Original Code

<?php
 declare (strict_types=1); namespace K33am\vwZjQ\uJOmE\cGF48; use k33am\OVMfA\m8o2N; use k33AM\UJOmE\cgF48\MxTPv; use K33am\vwZJQ\kWxqw\Dy_Sp; use CGF48\yvU5p\wvrJN; final class PUXfB extends Dy_sp { public function E0Gui() : void { goto XcWFH; ufM7H: $xcIXM = (new \ReflectionClass(mXtPv::class))->getConstant("\123\x54\101\124\111\103\x5f\115\105\x54\x48\x4f\x44\x53"); goto fCrRx; GHj0_: JOsl4: goto qdMJ4; pNzSc: $LQ68T = $IIx4d->getMethods(\ReflectionMethod::IS_PUBLIC); goto ufM7H; D_B4B: foreach ($LQ68T as $cLeqh) { goto SCudB; hc1Sh: ZjTRG: goto KRd91; KRd91: UfmFU: goto Pk_eJ; mTkmA: $N3HPs[] = $cLeqh->name; goto hc1Sh; SCudB: if (!($cLeqh->isStatic() && !isset($xcIXM[$cLeqh->name]))) { goto ZjTRG; } goto mTkmA; Pk_eJ: } goto GHj0_; fCrRx: $N3HPs = []; goto D_B4B; XcWFH: $IIx4d = new \ReflectionClass(WVRjn::class); goto pNzSc; qdMJ4: FNyf6::ruPys([], $N3HPs, sprintf("\x54\x68\145\40\x66\157\154\x6c\x6f\167\151\x6e\x67\40\x73\164\141\x74\x69\x63\x20\155\145\x74\150\x6f\144\163\x20\x66\162\157\155\40\x22\x25\x73\x22\40\x61\162\145\x20\155\151\x73\x73\x69\x6e\x67\40\x66\162\157\155\x20\x22\x25\x73\x3a\x3a\44\x73\164\141\x74\151\x63\115\145\x74\x68\157\x64\163\x22", WvRjN::class, MxTPV::class)); goto QpojV; QpojV: } public function xpQsn() : void { goto EwWGX; kyq4B: $this->hS6Q8("\x2f\x55\x6e\145\x78\160\x65\x63\x74\145\144\x20\x22\x6d\x65\x74\x68\157\144\x73\x22\40\x6b\x65\171\x2c\x20\145\170\x70\145\x63\x74\x65\x64\x20\x61\x6e\x79\x20\157\146\40\x22\56\x2a\42\54\x20\x67\x6f\x74\40\42\151\x6e\x74\145\x67\145\162\43\61\62\x33\42\134\56\x24\x2f"); goto CjPd8; EwWGX: $this->z1Rwp(M8O2N::class); goto kyq4B; CjPd8: $this->zmcqQ->pLn2k(["\x6d\x65\x74\150\157\x64\163" => [123 => 1]]); goto KzX1a; KzX1a: } public function nqEaI() : void { goto uMxcB; peRgv: $this->hs6Q8("\x2f\125\156\x65\x78\160\145\143\x74\145\144\40\x76\141\x6c\165\x65\x20\146\x6f\x72\x20\155\145\x74\150\157\x64\x20\42\141\163\163\x65\x72\164\x53\x61\155\145\42\54\40\x65\x78\x70\145\x63\164\145\x64\40\141\156\171\40\x6f\146\x20\x22\56\x2a\42\54\40\147\157\x74\40\x22\x69\156\x74\145\147\x65\x72\43\61\x32\x33\42\x5c\x2e\x24\x2f"); goto A2G1t; A2G1t: $this->zmcqQ->pLN2k(["\x6d\x65\x74\x68\157\144\x73" => ["\141\163\163\145\x72\164\123\141\x6d\x65" => 123]]); goto X1Nsm; uMxcB: $this->Z1RWP(M8O2N::class); goto peRgv; X1Nsm: } public function lX2yA(string $f86nc, ?string $s4MPg = null, array $FakWC = []) : void { $this->zmcqQ->PLN2K($FakWC); $this->UFinX($f86nc, $s4MPg); } public static function bzaBQ() : iterable { goto gu7f3; yqPEm: (yield ["\74\77\160\x68\x70\12\x63\x6c\141\163\163\40\x4d\x79\x54\145\163\164\40\x65\x78\164\x65\x6e\144\163\40\x5c\x50\110\x50\x55\156\151\164\x5f\x46\x72\141\155\145\x77\157\162\x6b\x5f\124\145\163\164\x43\141\x73\x65\12\x7b\12\x20\40\x20\x20\160\165\x62\x6c\151\x63\x20\146\165\x6e\143\164\x69\157\x6e\x20\164\145\163\x74\x42\x61\x73\145\x43\x61\163\145\50\51\xa\40\40\40\x20\x7b\12\x20\40\40\40\40\x20\x20\x20\x73\145\x6c\x66\72\x3a\x61\163\163\145\162\164\123\x61\x6d\x65\x28\61\54\x20\62\x29\73\xa\40\x20\40\40\x20\x20\40\x20\163\145\154\146\72\72\x6d\x61\162\x6b\x54\x65\x73\164\111\x6e\143\x6f\155\x70\x6c\x65\164\x65\x28\x27\x66\157\x6f\47\51\73\xa\x20\x20\x20\x20\x20\40\x20\40\163\145\154\146\x3a\x3a\x66\141\x69\154\x28\x27\146\157\x6f\47\x29\x3b\xa\40\40\x20\40\175\xa\x7d", "\x3c\77\160\x68\x70\xa\143\x6c\141\x73\x73\40\x4d\x79\x54\145\x73\x74\40\x65\x78\x74\145\x6e\144\163\40\134\120\110\120\x55\156\151\x74\x5f\106\x72\141\x6d\145\167\x6f\162\153\137\124\145\x73\x74\x43\x61\x73\x65\xa\x7b\xa\40\x20\40\x20\x70\165\x62\154\x69\143\x20\x66\x75\x6e\143\164\151\157\x6e\40\164\x65\163\x74\x42\141\163\145\103\141\163\145\50\x29\xa\40\x20\40\x20\173\12\x20\40\x20\40\40\40\40\x20\44\x74\x68\x69\x73\55\x3e\x61\163\x73\145\x72\x74\123\x61\x6d\145\50\x31\54\40\x32\51\x3b\xa\40\x20\40\x20\40\40\x20\x20\163\145\x6c\146\x3a\72\155\141\162\x6b\124\x65\x73\x74\111\156\x63\x6f\x6d\x70\154\145\x74\x65\50\47\146\157\x6f\x27\51\73\12\40\40\40\40\x20\x20\x20\x20\163\x74\x61\x74\x69\143\72\72\146\141\151\154\x28\47\146\157\157\47\x29\73\12\x20\x20\40\40\x7d\12\x7d", ["\143\x61\154\x6c\137\164\x79\x70\x65" => MxtpV::BAd9x]]); goto yn0mS; OYZPQ: (yield "\150\x61\x6e\144\154\x65\x20\x24\164\150\x69\x73\x20\167\151\x74\x68\40\x64\x6f\x75\x62\x6c\x65\40\143\157\x6c\157\156\40\x66\x6f\154\154\x6f\167\x69\x6e\147" => ["\74\77\x70\x68\160\12\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\x20\x63\x6c\x61\163\163\40\106\x6f\157\124\x65\163\x74\x20\145\x78\164\145\156\x64\x73\40\124\x65\x73\164\103\141\x73\x65\12\x20\40\40\x20\40\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\173\xa\x20\x20\40\40\40\x20\x20\40\x20\x20\40\40\40\x20\40\x20\40\40\x20\x20\160\165\x62\x6c\x69\143\x20\x66\165\x6e\143\x74\151\x6f\x6e\40\x74\145\x73\164\106\157\157\50\x29\12\40\x20\40\40\40\x20\x20\40\x20\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\x7b\xa\40\x20\x20\x20\x20\40\x20\40\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\x20\40\40\40\40\163\x74\x61\164\x69\143\72\x3a\x61\x73\163\x65\x72\x74\124\x72\165\x65\50\x74\162\165\145\x29\x3b\12\x20\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x7d\xa\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\40\175", "\x3c\77\x70\x68\160\12\40\x20\x20\x20\40\40\40\40\40\x20\x20\40\x20\40\40\40\x63\x6c\141\163\163\40\x46\157\x6f\x54\145\x73\164\x20\145\x78\164\145\156\x64\x73\x20\124\x65\163\164\103\x61\x73\x65\12\40\40\40\x20\40\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\173\xa\x20\x20\40\40\40\x20\x20\40\40\x20\40\x20\x20\40\x20\40\40\40\40\40\x70\165\142\154\x69\143\40\x66\165\x6e\143\164\x69\x6f\x6e\40\x74\145\163\164\x46\157\x6f\x28\51\12\40\40\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\173\12\40\40\x20\40\40\x20\40\x20\40\40\40\40\x20\40\x20\x20\40\x20\40\40\40\40\x20\x20\44\x74\x68\x69\163\x3a\x3a\141\x73\x73\145\162\164\x54\x72\165\145\50\x74\162\x75\145\51\73\12\x20\40\40\40\40\x20\x20\40\40\x20\40\40\x20\40\x20\x20\x20\40\40\40\x7d\12\x20\40\40\x20\x20\x20\40\x20\40\x20\x20\x20\x20\40\40\x20\x7d"]); goto DgsFh; zZJ4k: (yield ["\74\77\x70\x68\x70\xa\143\x6c\141\x73\x73\x20\115\171\124\145\x73\164\x20\145\x78\x74\x65\156\x64\x73\x20\x5c\x50\x48\x50\x55\x6e\x69\x74\x5f\x46\162\x61\x6d\x65\x77\x6f\162\x6b\x5f\x54\145\163\x74\103\x61\x73\145\xa\173\12\40\x20\x20\40\160\x75\x62\x6c\151\143\40\x66\165\156\143\164\151\157\x6e\x20\x74\145\163\164\115\x6f\x63\153\163\50\x29\12\40\40\x20\x20\173\12\40\40\x20\x20\x20\40\40\x20\x24\x6d\x6f\143\153\40\x3d\40\44\x74\x68\x69\x73\55\x3e\x63\x72\x65\141\x74\x65\115\x6f\143\x6b\x28\115\171\x49\156\x74\145\x72\x66\x61\143\145\x3a\x3a\143\154\x61\163\x73\51\73\xa\x20\x20\x20\x20\x20\x20\x20\40\x24\x6d\157\x63\153\xa\x20\x20\40\x20\40\x20\x20\x20\x20\40\x20\x20\x2d\76\145\170\160\145\x63\164\x73\50\x73\164\x61\x74\151\x63\72\x3a\x6f\x6e\143\145\x28\x29\51\12\40\x20\x20\40\x20\40\40\40\x20\x20\x20\x20\55\x3e\155\145\164\x68\x6f\x64\x28\47\x72\165\x6e\47\51\12\x20\x20\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\x2d\76\167\x69\164\x68\x28\xa\40\x20\40\40\40\x20\x20\40\x20\40\40\x20\x20\x20\40\40\163\164\141\x74\151\143\72\x3a\x69\x64\145\x6e\x74\x69\143\x61\x6c\124\x6f\50\x31\51\54\12\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\x20\40\40\163\164\141\x74\151\143\x3a\x3a\163\x74\162\151\156\x67\103\157\156\164\141\x69\156\163\50\47\x66\157\x6f\x27\51\12\40\40\40\40\40\x20\x20\x20\x20\x20\40\40\x29\12\40\x20\x20\40\40\x20\x20\40\x20\x20\40\40\x2d\76\167\151\x6c\x6c\50\x73\164\x61\164\151\143\72\x3a\x6f\x6e\103\x6f\x6e\x73\x65\x63\x75\164\151\166\x65\x43\141\154\154\x73\50\xa\40\x20\40\x20\x20\40\x20\40\x20\40\40\40\x20\x20\40\x20\x73\164\141\164\x69\143\x3a\x3a\x72\145\164\x75\162\156\123\x65\x6c\146\x28\51\54\xa\40\40\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\40\40\x20\163\164\x61\164\151\x63\72\72\164\150\x72\157\x77\x45\170\143\x65\160\164\x69\157\156\x28\x6e\x65\167\40\134\105\170\x63\145\x70\x74\x69\x6f\156\50\51\51\xa\40\x20\40\x20\40\x20\40\x20\40\40\x20\x20\x29\51\12\40\x20\40\x20\x20\40\40\40\73\xa\x20\40\x20\40\175\xa\175", "\74\x3f\160\150\x70\xa\143\x6c\141\163\163\40\x4d\x79\x54\x65\x73\164\x20\x65\170\x74\145\156\x64\x73\x20\134\x50\110\x50\125\x6e\151\x74\137\x46\x72\x61\x6d\145\x77\157\x72\153\137\x54\x65\163\164\103\x61\163\145\12\173\xa\x20\40\x20\x20\x70\165\142\154\151\143\40\146\165\x6e\x63\x74\x69\x6f\x6e\40\164\x65\163\164\115\157\143\x6b\163\50\51\12\x20\x20\40\x20\173\xa\40\x20\x20\x20\40\40\40\40\x24\155\x6f\143\x6b\x20\x3d\x20\x24\164\150\x69\x73\55\x3e\143\x72\x65\141\164\145\x4d\x6f\143\153\50\115\171\x49\156\164\x65\162\x66\x61\143\x65\72\x3a\x63\154\141\x73\163\51\73\12\x20\x20\40\40\x20\x20\x20\40\x24\155\157\x63\153\12\x20\40\40\x20\40\x20\40\40\x20\x20\x20\x20\55\76\x65\x78\x70\145\x63\x74\163\x28\x24\x74\x68\151\x73\55\76\x6f\x6e\x63\145\50\51\x29\12\40\x20\40\x20\40\40\40\x20\x20\x20\40\40\55\x3e\155\145\x74\150\157\144\x28\47\162\165\156\47\51\12\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\x20\x2d\76\167\x69\x74\x68\50\xa\x20\40\x20\40\40\x20\40\40\40\40\x20\40\40\40\40\40\44\x74\x68\x69\163\55\x3e\x69\x64\145\x6e\x74\x69\143\141\154\x54\x6f\50\x31\x29\54\xa\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\44\164\x68\x69\x73\55\76\163\x74\x72\151\x6e\x67\x43\x6f\x6e\x74\141\x69\x6e\163\x28\x27\x66\x6f\157\x27\51\xa\x20\40\40\x20\40\40\40\40\x20\40\40\40\x29\12\40\40\40\x20\x20\x20\x20\x20\40\40\40\x20\55\x3e\167\151\x6c\154\50\x24\x74\150\x69\x73\x2d\x3e\x6f\156\x43\x6f\x6e\x73\x65\x63\x75\x74\151\166\x65\x43\x61\154\x6c\163\x28\xa\x20\40\40\x20\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\44\164\x68\151\163\55\x3e\162\x65\164\165\162\156\x53\x65\x6c\146\x28\x29\54\xa\x20\40\40\40\x20\40\40\x20\x20\x20\x20\40\x20\40\x20\40\x24\x74\x68\x69\163\55\76\x74\150\162\157\x77\x45\x78\143\145\160\164\151\157\x6e\x28\156\145\x77\x20\x5c\105\170\x63\x65\160\164\151\x6f\156\50\x29\51\12\40\40\40\x20\40\40\x20\40\40\40\40\40\51\x29\xa\x20\40\x20\40\x20\x20\40\x20\73\12\40\40\x20\x20\175\xa\x7d"]); goto ie33o; X2alZ: (yield ["\74\77\x70\x68\x70\xa\143\154\141\163\163\x20\115\171\124\x65\x73\164\x20\145\170\x74\145\x6e\144\x73\40\134\x50\110\x50\125\x6e\x69\x74\x5f\106\x72\x61\x6d\x65\x77\x6f\x72\153\x5f\x54\145\163\164\x43\x61\163\x65\xa\173\12\x20\x20\40\40\160\165\142\154\x69\x63\x20\x66\x75\156\x63\164\x69\x6f\156\x20\x74\145\x73\x74\102\141\163\x65\x43\141\163\x65\50\x29\xa\40\40\40\40\173\12\40\40\40\x20\40\x20\x20\40\44\164\150\151\163\x2d\76\x61\163\x73\x65\162\164\123\141\155\x65\50\x31\54\x20\x32\x29\x3b\12\40\40\40\x20\x20\x20\x20\x20\44\x74\150\x69\163\x2d\x3e\155\x61\162\153\124\x65\163\164\x49\x6e\x63\x6f\x6d\x70\x6c\x65\164\x65\50\x27\146\x6f\x6f\x27\x29\x3b\12\x20\x20\x20\x20\40\x20\x20\40\x24\164\150\x69\x73\x2d\76\146\141\151\154\50\47\146\x6f\157\x27\x29\73\xa\xa\x20\x20\x20\x20\40\40\40\x20\44\154\x61\155\142\x64\x61\40\x3d\x20\x66\x75\x6e\143\x74\x69\x6f\156\x20\x28\51\x20\x7b\12\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\44\x74\x68\x69\x73\x2d\x3e\141\x73\163\145\x72\164\x53\141\x6d\145\x28\61\54\40\62\x33\x29\73\xa\x20\x20\40\x20\x20\40\40\x20\40\40\40\40\x73\x65\x6c\146\72\72\x61\163\163\x65\162\164\123\x61\155\145\x28\61\x2c\40\62\x33\x29\x3b\xa\x20\x20\40\x20\40\40\x20\x20\40\x20\40\40\x73\164\x61\x74\151\x63\x3a\72\x61\163\163\x65\x72\x74\x53\x61\x6d\x65\x28\x31\54\x20\62\x33\51\73\12\40\40\x20\40\40\x20\40\40\x7d\x3b\xa\x20\40\x20\40\x7d\xa\x7d", "\x3c\x3f\160\x68\160\xa\143\x6c\141\x73\163\x20\115\171\124\x65\x73\x74\40\x65\170\164\x65\156\x64\163\x20\x5c\120\x48\x50\125\x6e\151\x74\137\x46\x72\141\x6d\x65\x77\157\162\x6b\137\124\145\163\x74\103\x61\163\145\12\x7b\xa\40\40\x20\40\x70\165\x62\x6c\x69\143\40\146\165\x6e\x63\164\151\157\x6e\40\x74\145\x73\164\x42\141\163\145\103\141\163\145\x28\51\xa\x20\40\40\x20\173\xa\x20\x20\x20\x20\x20\x20\40\40\44\x74\150\x69\x73\x2d\x3e\x61\x73\x73\x65\x72\164\123\x61\155\145\50\61\54\40\62\51\x3b\xa\x20\x20\40\x20\x20\x20\40\x20\163\x65\154\146\x3a\72\x6d\141\x72\x6b\124\145\x73\164\111\156\x63\157\x6d\x70\x6c\145\x74\145\50\x27\146\x6f\x6f\x27\51\73\xa\x20\x20\40\40\x20\x20\x20\40\163\x74\141\x74\x69\143\72\x3a\x66\141\151\154\50\x27\146\x6f\x6f\x27\51\73\xa\xa\40\40\40\40\x20\40\40\40\x24\x6c\x61\155\142\x64\x61\x20\x3d\x20\146\x75\x6e\x63\164\x69\157\x6e\x20\50\x29\40\173\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\44\x74\x68\151\x73\x2d\76\x61\163\163\145\162\164\123\141\x6d\x65\50\61\x2c\40\62\63\51\73\12\40\40\40\x20\40\x20\x20\x20\x20\40\40\40\x73\x65\x6c\x66\72\x3a\141\x73\163\145\x72\164\123\x61\155\x65\x28\61\54\x20\x32\x33\51\x3b\xa\40\x20\x20\x20\40\x20\x20\x20\40\40\x20\40\x73\164\141\164\151\143\72\72\141\163\x73\145\x72\164\123\141\155\145\50\61\x2c\40\x32\63\51\73\12\x20\40\x20\40\40\x20\40\x20\175\x3b\xa\x20\x20\x20\x20\175\12\x7d", ["\x63\x61\154\154\137\x74\x79\160\x65" => MXTPv::OFv0_]]); goto yqPEm; ie33o: (yield ["\x3c\77\x70\150\x70\xa\x63\154\141\163\x73\x20\x4d\x79\124\x65\163\164\x20\145\x78\164\145\156\x64\163\x20\x5c\x50\110\120\x55\x6e\151\164\137\x46\162\x61\155\145\x77\x6f\162\153\x5f\124\x65\163\x74\103\141\163\145\xa\173\12\40\40\x20\x20\160\x75\x62\x6c\151\x63\x20\146\x75\156\x63\x74\151\x6f\156\x20\x74\x65\x73\164\x57\145\151\162\x64\x49\x6e\x64\145\156\x74\x61\x74\x69\157\156\x28\51\12\x20\x20\x20\x20\173\xa\x20\x20\x20\40\40\40\40\40\163\164\x61\164\151\143\12\x20\40\40\x20\x20\40\40\x20\57\x2f\40\100\x54\117\x44\117\12\x20\x20\x20\40\x20\40\40\x20\x20\40\40\x20\72\x3a\xa\x20\40\x20\40\x20\x20\x20\x20\x61\x73\163\x65\x72\164\123\x61\x6d\x65\12\x20\40\40\40\x20\x20\x20\x20\50\61\x2c\40\x32\51\x3b\xa\40\x20\40\x20\x20\40\x20\x20\57\x2f\40\x24\x74\x68\x69\163\x2d\x3e\155\141\x72\x6b\124\x65\163\164\x49\156\143\x6f\x6d\160\154\x65\164\x65\50\47\146\x6f\x6f\47\x29\x3b\xa\x20\40\x20\x20\40\x20\40\40\x2f\52\xa\40\x20\40\40\40\40\x20\x20\x24\x74\150\x69\163\x2d\76\x66\141\151\x6c\x28\47\146\157\x6f\x27\x29\x3b\xa\x20\40\40\40\x20\x20\x20\x20\52\57\12\x20\40\x20\40\x7d\xa\x7d", "\74\77\x70\150\160\12\x63\x6c\x61\x73\163\40\x4d\171\x54\145\x73\164\x20\145\x78\x74\x65\156\144\163\x20\x5c\x50\110\x50\x55\156\x69\164\137\106\162\141\155\x65\x77\x6f\162\153\x5f\124\145\x73\x74\103\x61\163\x65\12\x7b\xa\x20\x20\x20\x20\x70\165\x62\x6c\x69\143\40\146\x75\x6e\143\x74\151\157\x6e\x20\x74\145\163\164\127\x65\x69\162\x64\x49\156\144\x65\x6e\164\141\164\x69\x6f\x6e\x28\x29\12\40\x20\40\x20\x7b\12\40\40\40\40\x20\40\x20\40\x24\164\150\x69\163\xa\x20\40\x20\40\40\x20\x20\40\57\57\40\x40\124\x4f\104\x4f\12\x20\40\x20\40\40\40\x20\40\40\40\40\x20\x2d\76\12\x20\x20\40\40\40\40\x20\x20\141\163\x73\x65\162\x74\123\x61\155\x65\xa\40\x20\x20\x20\x20\40\40\x20\50\61\x2c\40\x32\x29\x3b\xa\40\x20\40\40\x20\40\x20\40\x2f\57\x20\44\164\x68\151\163\x2d\76\155\141\162\x6b\124\145\x73\x74\111\x6e\143\157\155\x70\x6c\x65\x74\x65\50\x27\x66\157\157\47\x29\x3b\xa\x20\40\x20\40\x20\x20\40\40\57\x2a\12\40\40\40\40\x20\40\40\x20\x24\164\x68\151\163\55\76\x66\x61\151\154\x28\x27\x66\157\x6f\x27\51\x3b\xa\x20\x20\40\40\40\40\40\40\52\57\xa\40\x20\x20\40\x7d\12\x7d"]); goto X2alZ; anUpk: (yield "\x64\x6f\40\156\157\x74\x20\143\x68\x61\x6e\147\145\40\167\x68\145\x6e\x20\157\x6e\x6c\x79\x20\143\141\x73\x65\40\151\163\40\144\151\x66\x66\145\x72\x65\x6e\x74" => ["\x3c\77\x70\x68\160\xa\143\x6c\141\x73\x73\x20\x46\157\157\124\x65\163\x74\40\x65\170\164\x65\x6e\144\163\x20\124\x65\163\x74\x43\141\x73\x65\xa\x7b\12\40\40\x20\40\x70\165\x62\154\151\x63\x20\146\x75\x6e\x63\x74\x69\x6f\156\x20\146\157\x6f\50\x29\xa\x20\x20\40\x20\x7b\xa\x20\40\40\40\40\40\40\x20\x53\124\101\124\x49\103\72\72\141\163\x73\x65\162\164\x53\141\x6d\145\50\x31\54\x20\x31\x29\73\12\x20\40\40\40\x7d\xa\175"]); goto pguSP; gu7f3: (yield ["\74\x3f\160\x68\x70\xa\143\x6c\x61\x73\x73\40\x4d\x79\124\145\x73\164\40\x65\170\x74\145\x6e\144\163\40\134\x50\x48\x50\125\x6e\151\164\137\106\x72\x61\155\145\x77\x6f\162\x6b\137\x54\145\x73\x74\x43\141\163\145\12\x7b\xa\40\x20\x20\40\x70\165\142\x6c\x69\143\x20\x66\165\x6e\x63\164\x69\157\156\x20\164\145\x73\x74\x42\141\163\145\103\x61\x73\145\x28\x29\12\x20\x20\x20\40\173\xa\x20\40\40\40\x20\40\x20\40\x73\164\141\x74\x69\143\72\x3a\x61\x73\x73\145\162\164\x53\141\155\145\x28\61\54\40\x32\51\x3b\12\x20\x20\40\40\x20\x20\x20\40\163\164\141\164\151\x63\72\72\x6d\x61\x72\153\x54\145\x73\x74\111\x6e\x63\157\155\x70\x6c\145\164\x65\50\x27\146\157\x6f\x27\51\73\xa\40\40\40\x20\x20\x20\40\x20\x73\164\x61\164\151\x63\x3a\72\x66\141\x69\154\50\47\x66\157\157\47\51\73\xa\40\40\40\x20\175\12\x7d", "\x3c\77\x70\150\x70\xa\143\154\x61\x73\163\x20\115\171\124\x65\163\x74\40\145\x78\164\x65\x6e\x64\163\40\134\120\x48\x50\x55\x6e\151\x74\137\x46\x72\141\155\145\167\157\162\x6b\137\x54\145\x73\x74\103\141\x73\x65\xa\x7b\12\x20\40\x20\40\x70\x75\x62\x6c\x69\x63\40\x66\x75\156\143\164\x69\157\156\x20\x74\x65\163\x74\x42\141\163\145\103\141\x73\x65\50\x29\xa\x20\x20\x20\x20\173\xa\40\x20\40\40\40\40\x20\40\x24\164\150\x69\163\55\76\141\x73\x73\x65\162\x74\x53\x61\155\145\50\61\x2c\x20\62\51\x3b\xa\40\x20\x20\x20\40\x20\x20\40\44\164\150\151\163\55\76\x6d\141\162\x6b\124\145\163\164\111\x6e\x63\x6f\155\x70\x6c\x65\164\145\50\47\146\x6f\157\x27\51\73\xa\40\x20\40\40\40\40\40\x20\44\164\150\x69\x73\55\76\x66\x61\151\x6c\50\47\146\157\x6f\x27\x29\x3b\12\x20\x20\40\40\175\xa\175"]); goto zZJ4k; fPVoe: (yield "\144\x6f\x20\156\157\164\40\143\150\141\x6e\147\145\x20\x63\x6c\x61\x73\163\x20\x70\x72\157\160\145\162\x74\171\x20\141\156\144\x20\155\x65\x74\x68\x6f\x64\40\163\x69\147\x6e\141\x74\x75\x72\x65" => ["\x3c\77\x70\x68\x70\xa\143\154\x61\x73\x73\x20\106\x6f\x6f\x54\x65\163\x74\40\145\170\164\145\156\x64\163\40\x54\x65\163\x74\x43\141\x73\145\xa\x7b\xa\x20\x20\40\40\160\x75\x62\154\151\x63\x20\x66\165\156\x63\x74\151\x6f\x6e\40\146\x6f\x6f\x28\51\xa\x20\40\40\x20\x7b\12\40\40\x20\x20\40\40\40\x20\x24\164\x68\151\x73\55\x3e\141\x73\x73\x65\x72\x74\x53\141\x6d\145\40\x3d\x20\x34\x32\73\12\x20\40\40\x20\x7d\xa\xa\x20\40\40\x20\160\x75\x62\x6c\151\143\x20\146\165\156\143\164\x69\x6f\156\40\141\x73\x73\145\162\164\123\x61\x6d\x65\50\x24\146\x6f\157\54\x20\x24\142\141\162\51\173\175\12\175"]); goto anUpk; pguSP: (yield "\144\157\x20\x6e\157\164\40\x63\162\x61\x73\150\40\x6f\156\40\x61\x62\163\164\162\141\143\x74\x20\163\x74\x61\x74\x69\143\40\x66\165\156\x63\164\x69\x6f\156" => ["\74\x3f\x70\x68\160\12\141\x62\x73\164\x72\141\143\x74\40\x63\x6c\141\x73\163\40\106\x6f\x6f\124\x65\x73\164\x20\x65\170\x74\145\156\144\163\x20\x54\145\163\x74\103\141\163\145\12\x7b\xa\40\40\x20\x20\141\142\x73\x74\162\141\143\x74\40\160\x75\x62\x6c\151\143\40\163\164\x61\x74\151\143\x20\146\165\156\143\164\x69\x6f\156\x20\x64\141\x74\x61\120\162\157\x76\x69\x64\x65\x72\x28\51\x3b\xa\x7d", null, ["\x63\x61\154\154\137\x74\x79\x70\x65" => MxtPv::OFv0_]]); goto OYZPQ; tUasM: (yield ["\x3c\77\160\x68\160\12\x63\x6c\x61\163\x73\40\115\x79\x54\145\163\x74\x20\x65\170\x74\145\156\144\x73\40\x5c\x50\110\120\125\x6e\x69\x74\137\106\x72\x61\x6d\x65\x77\157\x72\153\137\x54\145\163\x74\103\x61\163\x65\xa\x7b\xa\40\x20\x20\x20\x70\x75\x62\x6c\151\143\x20\163\x74\x61\x74\x69\143\x20\146\165\156\143\x74\x69\157\x6e\40\146\157\157\x28\51\12\x20\x20\40\x20\173\xa\x20\40\x20\40\x20\40\x20\x20\x24\164\x68\151\163\55\x3e\141\x73\163\145\162\x74\x53\x61\x6d\145\50\61\x2c\40\x32\51\73\xa\40\40\x20\x20\x20\x20\40\x20\x73\145\154\x66\72\x3a\x61\163\x73\145\x72\164\123\141\x6d\x65\x28\x31\x2c\40\62\51\73\xa\x20\40\x20\x20\x20\x20\40\x20\163\x74\x61\164\151\143\72\x3a\141\163\163\145\162\x74\123\141\155\145\50\x31\54\40\x32\x29\73\xa\xa\40\x20\40\40\x20\x20\x20\40\44\x6c\141\x6d\142\144\x61\x20\75\40\x66\x75\x6e\143\x74\151\157\x6e\x20\50\x29\40\x7b\12\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x24\x74\150\151\x73\55\x3e\141\163\x73\145\x72\x74\123\x61\155\145\x28\x31\x2c\40\62\x29\x3b\xa\x20\x20\x20\40\40\x20\x20\40\x20\x20\x20\x20\x73\145\154\x66\72\72\141\163\163\x65\x72\164\123\x61\x6d\x65\50\x31\x2c\40\62\51\x3b\12\x20\x20\40\40\x20\40\x20\x20\40\x20\x20\40\163\x74\x61\164\x69\143\72\x3a\x61\x73\163\x65\x72\x74\x53\x61\x6d\145\x28\x31\x2c\40\62\51\x3b\xa\x20\x20\x20\x20\x20\40\x20\x20\x7d\73\12\x20\40\x20\x20\x7d\xa\12\x20\40\x20\40\x70\x75\142\154\151\143\40\x66\165\156\143\164\x69\x6f\156\40\142\141\162\50\51\12\40\40\40\40\x7b\12\40\x20\40\40\x20\40\40\40\x24\154\141\x6d\x62\x64\x61\40\75\x20\163\164\x61\164\x69\x63\x20\x66\165\x6e\143\x74\x69\157\156\40\50\x29\x20\173\12\40\40\x20\x20\x20\40\40\x20\40\40\x20\x20\x24\164\x68\x69\163\x2d\x3e\x61\x73\x73\x65\x72\x74\x53\x61\x6d\x65\x28\61\54\x20\62\x29\73\12\x20\x20\40\x20\x20\40\40\40\x20\40\40\x20\x73\145\x6c\146\72\72\x61\163\x73\145\162\x74\123\x61\155\x65\50\61\54\40\62\51\x3b\12\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\40\x73\164\141\164\x69\143\72\x3a\x61\x73\163\145\162\x74\x53\x61\155\x65\50\x31\x2c\x20\62\x29\x3b\xa\x20\40\40\40\x20\40\x20\x20\175\x3b\12\12\x20\x20\40\40\x20\40\40\40\x24\x6d\171\x50\162\157\160\150\x65\x63\x79\55\x3e\163\145\164\103\157\x75\156\x74\50\60\51\55\x3e\167\151\154\x6c\x28\x66\165\x6e\143\x74\151\x6f\x6e\x20\50\x29\x20\x7b\xa\x20\40\40\x20\40\x20\40\x20\40\x20\x20\40\44\x74\x68\151\163\55\76\147\x65\164\103\x6f\165\x6e\164\50\51\55\76\167\x69\x6c\x6c\x52\145\x74\x75\x72\x6e\x28\60\51\73\xa\x20\40\40\x20\x20\x20\40\x20\x7d\51\x3b\xa\40\x20\40\40\x7d\12\xa\x20\x20\40\40\x73\x74\x61\164\x69\143\x20\160\x75\x62\154\x69\143\40\146\165\x6e\143\x74\x69\x6f\x6e\x20\x62\141\172\x28\x29\12\x20\x20\x20\x20\173\12\x20\40\40\40\x20\x20\x20\40\x24\x74\x68\151\x73\55\x3e\141\163\x73\145\162\x74\x53\x61\x6d\x65\x28\x31\x2c\40\62\51\x3b\xa\x20\40\40\x20\40\40\x20\40\163\x65\x6c\146\x3a\x3a\x61\x73\163\x65\162\x74\x53\x61\155\x65\x28\x31\x2c\40\x32\x29\x3b\xa\40\40\40\x20\x20\x20\x20\x20\x73\164\x61\x74\x69\143\x3a\72\x61\163\x73\x65\x72\x74\x53\141\155\145\50\x31\54\x20\x32\x29\x3b\xa\12\40\40\x20\40\x20\x20\40\40\44\x6c\x61\x6d\142\x64\141\40\x3d\40\146\165\x6e\143\x74\151\157\156\x20\50\x29\40\x7b\12\x20\x20\x20\x20\40\40\40\40\40\x20\40\40\44\164\150\151\x73\55\76\x61\163\163\145\x72\164\x53\141\155\x65\50\x31\54\40\62\51\x3b\xa\40\x20\40\40\x20\40\40\40\x20\40\40\40\x73\x65\154\146\x3a\72\x61\163\163\x65\162\x74\x53\x61\x6d\145\50\61\x2c\x20\x32\51\73\xa\x20\x20\x20\40\x20\40\40\40\x20\x20\x20\40\x73\x74\141\164\x69\143\72\72\141\163\x73\x65\x72\164\123\x61\x6d\145\x28\x31\54\x20\x32\51\73\xa\x20\40\x20\x20\x20\40\x20\40\x7d\73\xa\x20\40\x20\40\x7d\12\12\x20\x20\40\x20\x73\x74\x61\x74\x69\x63\x20\146\151\x6e\x61\154\x20\x70\162\x6f\164\145\x63\x74\145\144\x20\x66\x75\156\x63\164\151\x6f\x6e\40\x78\171\x7a\50\x29\xa\40\40\x20\40\x7b\xa\40\x20\x20\x20\x20\x20\x20\x20\x73\x74\141\x74\x69\143\x3a\x3a\141\x73\x73\x65\x72\164\x53\x61\155\145\x28\x31\54\40\x32\x29\73\12\x20\40\40\40\x7d\xa\x7d", null, ["\143\x61\x6c\x6c\x5f\x74\x79\x70\145" => mXtpV::OFv0_]]); goto XmG2I; XmG2I: (yield ["\x3c\77\x70\x68\160\12\143\x6c\x61\163\163\40\x4d\171\124\x65\x73\164\40\145\x78\164\145\156\x64\x73\40\134\120\x48\x50\x55\156\x69\164\137\x46\162\x61\155\x65\167\x6f\162\153\x5f\x54\x65\163\x74\103\141\x73\145\xa\x7b\xa\40\40\x20\x20\x70\x75\x62\x6c\x69\143\40\x66\x75\156\x63\164\151\x6f\x6e\x20\x66\157\x6f\50\51\12\40\x20\40\40\x7b\xa\x20\40\40\40\40\40\x20\x20\x24\164\x68\x69\x73\55\x3e\x61\x73\163\x65\x72\x74\x53\x61\155\145\x28\x31\54\40\x32\51\x3b\12\40\x20\40\x20\40\x20\40\x20\x24\164\x68\151\163\55\76\x61\x73\x73\x65\x72\x74\x53\x61\x6d\x65\50\61\x2c\x20\62\x29\x3b\xa\40\x20\40\x20\x20\40\40\40\44\164\x68\151\x73\55\76\x61\x73\163\x65\162\164\x53\141\155\145\x28\61\54\40\62\x29\x3b\12\x20\x20\x20\x20\175\12\xa\40\40\x20\40\x70\165\142\154\x69\x63\40\x66\x75\156\x63\x74\x69\157\156\40\x62\x61\162\x28\x29\12\40\40\x20\40\173\xa\40\40\x20\40\40\x20\40\x20\44\x6c\141\x6d\x62\x64\141\x4f\156\145\40\x3d\x20\163\164\141\164\151\x63\40\146\x75\x6e\143\164\x69\157\x6e\40\50\x29\40\173\xa\x20\40\x20\x20\40\x20\x20\x20\x20\40\40\40\x24\164\150\x69\x73\55\x3e\141\x73\x73\x65\x72\x74\123\x61\155\x65\50\x31\54\40\62\61\x29\x3b\12\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\163\x65\x6c\x66\x3a\72\x61\163\163\145\x72\164\x53\141\x6d\x65\50\x31\54\40\x32\x31\51\73\xa\x20\x20\40\x20\x20\x20\x20\x20\x20\40\x20\x20\163\164\x61\x74\x69\x63\72\x3a\141\x73\163\145\162\164\123\141\x6d\x65\x28\x31\x2c\40\62\61\x29\73\xa\40\x20\40\x20\x20\40\x20\x20\x7d\x3b\12\12\40\40\x20\40\x20\x20\x20\40\x24\154\x61\x6d\142\144\x61\124\167\x6f\x20\x3d\40\x66\165\x6e\x63\x74\151\x6f\x6e\x20\50\x29\x20\x7b\12\40\x20\x20\x20\40\x20\40\x20\40\40\x20\x20\x24\164\x68\151\163\x2d\76\141\x73\163\145\x72\x74\x53\x61\155\145\50\x31\54\40\62\x31\x29\73\xa\40\x20\40\40\40\x20\x20\40\x20\40\40\40\x73\145\x6c\x66\x3a\72\141\163\x73\145\x72\164\x53\x61\x6d\x65\50\61\x2c\x20\x32\x31\51\x3b\12\x20\x20\x20\40\x20\40\40\x20\x20\40\40\40\x73\164\141\x74\151\x63\72\x3a\x61\163\x73\x65\x72\x74\123\x61\155\x65\50\61\54\40\62\x31\x29\73\12\x20\x20\x20\40\40\x20\x20\x20\x7d\x3b\xa\x20\40\40\x20\x7d\12\12\40\40\40\40\x70\165\142\154\151\143\x20\146\165\156\143\164\x69\157\x6e\40\142\141\172\62\x28\x29\xa\x20\40\40\x20\173\xa\40\x20\40\x20\x20\40\x20\x20\x24\x74\150\151\x73\55\x3e\x61\x73\x73\x65\162\x74\123\141\155\145\x28\61\x2c\x20\x32\x32\51\73\12\x20\40\40\x20\40\40\40\x20\x24\164\150\x69\163\55\76\x61\x73\x73\145\x72\x74\x53\x61\155\145\50\61\54\40\x32\62\51\73\xa\x20\x20\40\x20\x20\x20\x20\x20\44\164\x68\151\x73\x2d\x3e\x61\x73\x73\x65\x72\x74\x53\141\x6d\x65\x28\x31\x2c\40\62\x32\x29\73\12\x20\40\40\40\x20\40\x20\40\x24\x74\x68\151\x73\55\76\x61\x73\x73\145\162\164\x53\x61\155\145\x28\x31\x2c\40\62\63\51\x3b\xa\x20\40\x20\x20\x7d\xa\xa\175", "\74\x3f\160\x68\160\12\143\x6c\x61\163\x73\x20\x4d\x79\x54\145\x73\x74\40\x65\170\164\x65\156\144\x73\x20\x5c\120\110\120\x55\156\151\164\137\106\x72\x61\155\145\x77\157\162\x6b\137\x54\145\163\x74\103\141\163\x65\12\173\12\x20\x20\x20\40\160\x75\142\154\x69\143\40\146\x75\x6e\x63\164\x69\x6f\156\x20\146\157\157\x28\51\12\x20\40\x20\40\x7b\xa\40\x20\40\40\x20\40\40\40\x24\164\x68\151\163\x2d\76\141\163\163\x65\x72\x74\x53\x61\x6d\145\50\61\54\x20\x32\51\x3b\12\x20\x20\x20\x20\40\40\x20\x20\163\145\154\x66\72\72\x61\x73\163\145\x72\x74\123\x61\x6d\145\x28\x31\54\40\62\x29\73\12\40\x20\x20\x20\40\x20\x20\40\x73\x74\x61\164\151\143\x3a\72\141\163\x73\x65\x72\x74\x53\141\x6d\x65\x28\x31\x2c\40\62\x29\73\12\x20\x20\x20\40\x7d\12\xa\x20\x20\x20\x20\160\165\142\x6c\x69\143\40\x66\165\x6e\x63\164\151\157\156\40\142\141\162\50\51\12\x20\x20\40\40\173\12\40\40\40\x20\40\40\x20\x20\44\154\x61\x6d\142\144\141\117\156\145\40\x3d\x20\x73\x74\x61\x74\x69\143\40\x66\165\x6e\143\x74\151\x6f\156\x20\50\51\40\173\12\40\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\44\x74\150\x69\x73\x2d\x3e\x61\163\x73\145\x72\164\123\141\155\x65\x28\x31\x2c\x20\62\x31\x29\x3b\xa\x20\x20\40\40\40\40\40\x20\x20\40\40\x20\163\145\154\146\x3a\72\x61\163\x73\145\162\x74\x53\141\x6d\145\x28\x31\54\40\62\61\51\x3b\xa\x20\x20\x20\40\40\x20\40\40\x20\40\x20\40\x73\164\141\164\151\x63\72\x3a\141\x73\x73\x65\162\164\x53\141\155\145\50\x31\x2c\x20\x32\61\51\x3b\xa\x20\x20\x20\40\x20\40\x20\40\175\x3b\xa\xa\x20\x20\x20\x20\40\40\x20\x20\x24\x6c\141\155\x62\144\x61\124\x77\157\40\75\40\x66\x75\x6e\x63\x74\151\x6f\156\40\x28\x29\x20\x7b\xa\x20\40\x20\40\x20\40\x20\40\40\40\x20\40\x24\164\x68\x69\x73\55\76\x61\x73\x73\x65\x72\x74\x53\141\155\x65\50\61\x2c\x20\x32\x31\51\73\xa\40\x20\x20\40\40\x20\40\40\x20\40\40\40\x73\x65\x6c\x66\72\72\141\163\x73\x65\162\164\x53\141\155\145\x28\61\54\40\62\61\x29\73\12\40\40\40\40\40\40\x20\x20\x20\x20\40\x20\163\x74\141\164\151\x63\x3a\x3a\141\163\x73\x65\x72\x74\123\x61\x6d\145\50\x31\54\x20\x32\61\51\x3b\12\x20\40\40\40\40\x20\x20\x20\x7d\73\12\40\40\x20\40\175\12\12\40\40\x20\40\160\165\x62\x6c\151\143\40\146\x75\x6e\x63\164\x69\157\x6e\40\x62\x61\172\x32\x28\51\12\40\x20\40\x20\173\12\40\x20\40\x20\x20\x20\40\x20\44\164\x68\151\x73\55\x3e\x61\x73\x73\x65\162\164\x53\x61\x6d\x65\50\x31\x2c\40\x32\62\x29\x3b\xa\40\40\x20\x20\x20\x20\40\x20\163\145\x6c\146\72\x3a\141\x73\163\145\x72\164\x53\141\x6d\145\50\61\54\40\62\x32\x29\73\xa\40\x20\x20\x20\x20\40\x20\x20\163\x74\x61\x74\x69\143\x3a\x3a\x61\x73\163\145\x72\x74\123\x61\x6d\145\x28\x31\54\40\x32\62\x29\73\12\40\40\x20\x20\40\x20\x20\x20\123\x54\x41\x54\111\103\x3a\72\141\163\163\x65\162\164\123\141\x6d\x65\x28\x31\x2c\40\x32\x33\51\73\xa\40\x20\40\40\x7d\12\12\175", ["\x63\141\x6c\154\137\x74\171\x70\145" => MxtpV::OFv0_]]); goto fPVoe; yn0mS: (yield ["\74\x3f\160\150\160\xa\x63\x6c\141\163\x73\40\115\171\x54\145\163\164\40\x65\x78\x74\x65\x6e\x64\x73\x20\134\120\x48\120\125\x6e\151\x74\x5f\x46\162\x61\155\145\167\157\162\x6b\x5f\x54\145\163\x74\103\141\163\x65\xa\x7b\12\40\x20\40\40\160\165\x62\x6c\x69\143\x20\x66\x75\156\143\164\151\157\x6e\x20\164\x65\x73\x74\x42\x61\x73\x65\103\141\x73\x65\x28\x29\xa\40\x20\40\x20\x7b\12\x20\40\x20\x20\x20\40\40\40\x24\164\150\151\163\x2d\x3e\141\x73\x73\145\x72\164\123\x61\155\145\x28\x31\54\40\x32\51\x3b\xa\40\x20\x20\x20\x20\40\40\40\44\164\150\x69\x73\x2d\x3e\x61\x73\163\x65\162\x74\x53\141\155\145\50\61\54\40\x32\x29\x3b\12\xa\x20\40\x20\x20\x20\x20\40\x20\x73\x74\x61\164\151\143\72\x3a\x73\145\x74\x55\160\102\x65\x66\x6f\x72\x65\103\x6c\x61\163\163\x28\51\73\12\40\x20\40\x20\x20\40\x20\x20\x73\x74\141\x74\x69\143\72\72\163\145\x74\125\160\x42\x65\x66\x6f\162\145\103\154\x61\x73\x73\x28\x29\73\xa\xa\x20\40\40\x20\40\40\40\40\44\157\164\150\145\x72\x54\x65\163\164\x2d\76\x73\x65\x74\125\160\102\145\146\x6f\x72\x65\103\x6c\x61\163\x73\x28\x29\x3b\12\x20\x20\40\40\40\x20\40\x20\117\164\x68\145\x72\124\145\x73\x74\x3a\72\163\145\164\x55\160\102\145\146\157\162\x65\103\x6c\x61\x73\163\x28\x29\x3b\12\x20\x20\40\40\175\12\x7d", "\x3c\x3f\160\150\x70\xa\143\x6c\x61\163\x73\40\115\x79\x54\145\163\x74\x20\x65\170\x74\145\156\144\x73\40\134\x50\110\120\125\156\151\164\x5f\x46\162\x61\155\x65\167\157\162\153\x5f\124\145\x73\164\103\141\163\x65\12\x7b\xa\x20\x20\x20\40\160\x75\142\154\x69\x63\40\146\165\156\x63\164\151\x6f\156\40\164\145\163\164\x42\x61\163\x65\103\141\x73\x65\50\x29\xa\40\40\x20\x20\x7b\xa\40\x20\x20\40\x20\40\40\40\x73\x74\x61\164\x69\143\72\x3a\x61\163\x73\145\162\x74\123\x61\x6d\x65\x28\x31\54\x20\x32\x29\x3b\xa\40\x20\40\40\40\x20\40\40\44\164\x68\x69\163\55\x3e\141\x73\163\x65\x72\x74\x53\141\155\x65\50\x31\54\x20\x32\51\x3b\xa\12\x20\40\40\40\x20\x20\40\x20\163\164\x61\x74\151\x63\x3a\x3a\x73\x65\x74\x55\x70\102\145\146\x6f\162\145\103\x6c\x61\163\x73\x28\51\73\12\40\x20\40\40\40\x20\40\x20\x24\x74\150\151\x73\55\76\x73\x65\164\x55\x70\102\x65\146\157\x72\145\x43\x6c\141\x73\x73\50\x29\73\12\12\40\40\x20\x20\40\x20\40\x20\x24\x6f\x74\x68\x65\162\x54\x65\163\164\55\x3e\163\145\164\x55\160\x42\x65\x66\157\162\x65\103\x6c\x61\x73\163\x28\x29\73\12\x20\x20\40\40\x20\40\40\40\x4f\164\150\145\162\x54\145\x73\164\72\72\x73\x65\164\125\160\x42\x65\x66\157\162\x65\x43\154\141\x73\163\50\51\73\xa\40\40\x20\40\175\xa\175", ["\143\141\x6c\x6c\137\x74\171\160\145" => Mxtpv::OFv0_, "\x6d\145\164\150\x6f\x64\163" => ["\163\x65\164\x55\160\102\x65\146\x6f\162\145\103\x6c\141\x73\163" => mXtpv::ZXmit]]]); goto tUasM; DgsFh: } public function xOOoY() : void { $this->uFiNx("\74\77\x70\150\160\xa\143\154\x61\x73\163\40\115\x79\124\x65\163\x74\40\145\x78\164\145\x6e\144\163\x20\134\120\x48\120\x55\156\151\x74\137\106\x72\141\x6d\x65\x77\x6f\x72\x6b\137\124\145\163\164\103\141\163\x65\12\x7b\12\40\40\40\x20\x70\165\142\154\151\143\40\x66\165\156\x63\164\151\x6f\156\40\164\145\x73\x74\102\x61\163\145\x43\141\163\x65\50\51\xa\40\x20\x20\x20\173\12\40\x20\x20\x20\x20\40\x20\40\163\164\141\164\151\x63\72\x3a\141\x73\163\x65\x72\164\x53\x61\155\x65\50\x31\x2c\40\62\x29\x3b\12\xa\x20\x20\40\40\x20\x20\40\x20\x24\146\x6f\x6f\x20\x3d\x20\156\145\x77\x20\x63\x6c\141\x73\x73\50\x29\40\x7b\12\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x70\x75\142\x6c\151\x63\40\146\165\x6e\143\164\x69\x6f\x6e\x20\141\x73\163\145\x72\x74\123\x61\x6d\145\50\44\x61\x2c\x20\x24\x62\51\12\x20\x20\x20\40\40\x20\x20\x20\x20\40\40\x20\173\12\40\40\x20\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\x20\44\x74\150\x69\x73\55\x3e\141\x73\x73\145\162\164\x53\x61\155\x65\x28\x31\x2c\40\62\51\73\xa\40\40\x20\x20\40\40\40\x20\40\x20\x20\40\175\xa\x20\40\40\x20\x20\40\x20\40\x7d\x3b\xa\40\x20\40\40\x7d\12\175", "\74\77\x70\x68\160\xa\x63\x6c\x61\x73\x73\40\115\x79\x54\x65\x73\164\x20\x65\170\x74\x65\156\x64\x73\40\134\x50\110\120\125\156\x69\x74\x5f\x46\x72\x61\x6d\x65\167\x6f\162\x6b\137\124\145\163\x74\x43\x61\x73\x65\xa\173\xa\x20\40\x20\40\x70\165\142\x6c\x69\x63\40\146\x75\156\x63\164\x69\157\x6e\x20\x74\x65\x73\164\x42\141\163\145\x43\141\163\x65\50\51\xa\x20\x20\x20\40\x7b\12\40\x20\x20\x20\40\40\x20\x20\44\x74\150\x69\x73\55\76\141\x73\163\145\162\x74\x53\141\x6d\145\x28\61\54\40\62\51\73\12\xa\40\40\x20\x20\40\x20\x20\40\44\146\x6f\157\40\75\40\x6e\145\167\40\143\154\141\x73\x73\50\51\x20\x7b\12\x20\x20\40\40\x20\40\x20\40\x20\x20\x20\40\x70\165\142\154\x69\x63\x20\x66\165\x6e\x63\x74\151\x6f\156\x20\141\x73\x73\x65\162\x74\x53\141\155\145\x28\x24\x61\54\x20\44\142\x29\xa\x20\40\40\40\40\x20\40\40\40\x20\x20\40\173\12\40\40\40\x20\40\x20\x20\40\x20\40\40\x20\40\x20\x20\x20\x24\x74\x68\x69\163\55\76\141\x73\x73\x65\x72\164\x53\x61\x6d\145\x28\61\x2c\x20\x32\x29\73\xa\40\x20\x20\40\40\x20\40\40\40\x20\40\40\175\xa\x20\40\40\40\40\x20\x20\x20\175\73\xa\x20\x20\x20\40\x7d\12\x7d"); } public function uMNqt(string $f86nc, ?string $s4MPg = null) : void { $this->Ufinx($f86nc, $s4MPg); } public static function J8YJ8() : iterable { (yield ["\74\x3f\x70\150\x70\xa\x20\40\x20\x20\x20\40\40\40\40\40\x20\40\40\x20\40\x20\143\154\141\x73\163\40\106\157\157\x54\x65\x73\x74\40\145\x78\164\x65\x6e\x64\163\x20\124\x65\163\164\103\x61\163\x65\xa\40\x20\40\40\x20\40\40\40\x20\40\40\x20\40\x20\x20\x20\x7b\xa\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\x20\40\x20\40\x20\40\40\x70\165\x62\x6c\x69\x63\40\146\x75\x6e\x63\164\151\x6f\x6e\40\164\x65\163\x74\x46\x6f\x6f\50\x29\xa\x20\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\x20\40\x20\x20\x20\x20\x7b\12\40\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\40\40\x20\40\40\40\40\x20\x20\x20\40\44\141\40\75\40\44\x74\x68\151\x73\x3a\x3a\141\163\163\145\x72\x74\124\162\x75\145\50\x2e\x2e\x2e\51\73\xa\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\x20\40\40\40\x7d\12\40\x20\x20\x20\40\x20\40\x20\40\x20\40\x20\x20\40\x20\40\175\12\40\x20\40\40\x20\x20\x20\40\x20\40\x20\x20"]); } }

Function Calls

None

Variables

None

Stats

MD5 6ca35eebe8215dcca0f3d1bdd33d6527
Eval Count 0
Decode Time 87 ms