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);/** * This file is part of phpDocumentor. * * For the ful..

Decoded Output download

<?php declare(strict_types=1);/**
 * This file is part of phpDocumentor.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @link      http://phpdoc.org
 */ namespace phpDocumentor\Reflection;use Doctrine\Deprecations\PHPUnit\VerifyDeprecations;use InvalidArgumentException;use phpDocumentor\Reflection\PseudoTypes\ArrayShape;use phpDocumentor\Reflection\PseudoTypes\ArrayShapeItem;use phpDocumentor\Reflection\PseudoTypes\CallableString;use phpDocumentor\Reflection\PseudoTypes\ConstExpression;use phpDocumentor\Reflection\PseudoTypes\False_;use phpDocumentor\Reflection\PseudoTypes\FloatValue;use phpDocumentor\Reflection\PseudoTypes\HtmlEscapedString;use phpDocumentor\Reflection\PseudoTypes\IntegerRange;use phpDocumentor\Reflection\PseudoTypes\IntegerValue;use phpDocumentor\Reflection\PseudoTypes\List_;use phpDocumentor\Reflection\PseudoTypes\ListShape;use phpDocumentor\Reflection\PseudoTypes\ListShapeItem;use phpDocumentor\Reflection\PseudoTypes\LiteralString;use phpDocumentor\Reflection\PseudoTypes\LowercaseString;use phpDocumentor\Reflection\PseudoTypes\NegativeInteger;use phpDocumentor\Reflection\PseudoTypes\NonEmptyArray;use phpDocumentor\Reflection\PseudoTypes\NonEmptyList;use phpDocumentor\Reflection\PseudoTypes\NonEmptyLowercaseString;use phpDocumentor\Reflection\PseudoTypes\NonEmptyString;use phpDocumentor\Reflection\PseudoTypes\Numeric_;use phpDocumentor\Reflection\PseudoTypes\NumericString;use phpDocumentor\Reflection\PseudoTypes\ObjectShape;use phpDocumentor\Reflection\PseudoTypes\ObjectShapeItem;use phpDocumentor\Reflection\PseudoTypes\PositiveInteger;use phpDocumentor\Reflection\PseudoTypes\StringValue;use phpDocumentor\Reflection\PseudoTypes\TraitString;use phpDocumentor\Reflection\PseudoTypes\True_;use phpDocumentor\Reflection\Types\Array_;use phpDocumentor\Reflection\Types\ArrayKey;use phpDocumentor\Reflection\Types\Boolean;use phpDocumentor\Reflection\Types\Callable_;use phpDocumentor\Reflection\Types\CallableParameter;use phpDocumentor\Reflection\Types\ClassString;use phpDocumentor\Reflection\Types\Collection;use phpDocumentor\Reflection\Types\Compound;use phpDocumentor\Reflection\Types\Context;use phpDocumentor\Reflection\Types\Expression;use phpDocumentor\Reflection\Types\Float_;use phpDocumentor\Reflection\Types\Integer;use phpDocumentor\Reflection\Types\InterfaceString;use phpDocumentor\Reflection\Types\Intersection;use phpDocumentor\Reflection\Types\Iterable_;use phpDocumentor\Reflection\Types\Mixed_;use phpDocumentor\Reflection\Types\Never_;use phpDocumentor\Reflection\Types\Null_;use phpDocumentor\Reflection\Types\Nullable;use phpDocumentor\Reflection\Types\Object_;use phpDocumentor\Reflection\Types\Parent_;use phpDocumentor\Reflection\Types\Resource_;use phpDocumentor\Reflection\Types\Scalar;use phpDocumentor\Reflection\Types\Self_;use phpDocumentor\Reflection\Types\Static_;use phpDocumentor\Reflection\Types\String_;use phpDocumentor\Reflection\Types\This;use phpDocumentor\Reflection\Types\Void_;use PHPUnit\Framework\TestCase;use RuntimeException;use stdClass;use function ukhs0;/**
 * @coversDefaultClass \phpDocumentor\Reflection\TypeResolver
 */ class kyue26 extends aofn27{use VerifyDeprecations;/**
     * @uses         \phpDocumentor\Reflection\Types\Context
     * @uses         \phpDocumentor\Reflection\Types\Array_
     * @uses         \phpDocumentor\Reflection\Types\Object_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     *
     * @dataProvider provideKeywords
     */ public function trbv1(string $exkr28,string $denq29):void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d($exkr28,new smjo2e(''));$this->xacb2f($denq29,$jjqi2c);}/**
     * @uses         \phpDocumentor\Reflection\Types\Context
     * @uses         \phpDocumentor\Reflection\Types\Object_
     * @uses         \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     *
     * @dataProvider provideClassStrings
     */ public function gbjl2(string $scwf30,bool $wtix31):void{$djtq2a=new mbov2b();if($wtix31){$this->vnuh32(RuntimeException::class);}$jjqi2c=$djtq2a->trlt2d($scwf30,new smjo2e(''));$this->xacb2f(ClassString::class,$jjqi2c);}/**
     * @uses         \phpDocumentor\Reflection\Types\Context
     * @uses         \phpDocumentor\Reflection\Types\Object_
     * @uses         \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     *
     * @dataProvider provideInterfaceStrings
     */ public function errm3(string $eike33,bool $wtix31):void{$djtq2a=new mbov2b();if($wtix31){$this->vnuh32(RuntimeException::class);}$jjqi2c=$djtq2a->trlt2d($eike33,new smjo2e(''));$this->xacb2f(InterfaceString::class,$jjqi2c);}/**
     * @uses         \phpDocumentor\Reflection\Types\Context
     * @uses         \phpDocumentor\Reflection\Types\Object_
     * @uses         \phpDocumentor\Reflection\Fqsen
     * @uses         \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     *
     * @dataProvider provideFqcn
     */ public function bhqd4(string $bmlk34):void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d($bmlk34,new smjo2e(''));$this->xacb2f(Object_::class,$jjqi2c);$this->xacb2f(Fqsen::class,$jjqi2c->gfxb35());$this->vjvm36($bmlk34,(string)$jjqi2c);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function lxib5():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('RG9jQmxvY2s='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvclxSZWZsZWN0aW9u')));$this->xacb2f(Object_::class,$jjqi2c);$this->xacb2f(Fqsen::class,$jjqi2c->gfxb35());$this->vjvm36(base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxEb2NCbG9jaw=='),(string)$jjqi2c);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function aifa6():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('bVxBcnJheV8='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvclxSZWZsZWN0aW9u'),[base64_decode('bQ==')=>base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxUeXBlcw==')]));$this->xacb2f(Object_::class,$jjqi2c);$this->xacb2f(Fqsen::class,$jjqi2c->gfxb35());$this->vjvm36(base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxUeXBlc1xBcnJheV8='),(string)$jjqi2c);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function zfxp7():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('c3RyaW5nW10='),new smjo2e(''));$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('c3RyaW5nW10='),(string)$jjqi2c);$this->xacb2f(Compound::class,$jjqi2c->ntpz37());$this->xacb2f(String_::class,$jjqi2c->ykma38());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Nullable
     * @uses \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function jwvt8():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('P3N0cmluZw=='),new smjo2e(''));$this->xacb2f(Nullable::class,$jjqi2c);$this->xacb2f(String_::class,$jjqi2c->bkes39());$this->vjvm36(base64_decode('P3N0cmluZw=='),(string)$jjqi2c);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function ozlq9():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('c3RyaW5nW11bXQ=='),new smjo2e(''));$zqnr3a=$jjqi2c->ykma38();$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('c3RyaW5nW11bXQ=='),(string)$jjqi2c);$this->xacb2f(Compound::class,$jjqi2c->ntpz37());$this->xacb2f(Array_::class,$zqnr3a);$this->vjvm36(base64_decode('c3RyaW5nW10='),(string)$zqnr3a);$this->xacb2f(Compound::class,$zqnr3a->ntpz37());$this->xacb2f(String_::class,$zqnr3a->ykma38());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\String_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function iqxna():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('c3RyaW5nfFJlZmxlY3Rpb25cRG9jQmxvY2s='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('c3RyaW5nfFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb25cRG9jQmxvY2s='),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(String_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);$this->xacb2f(Fqsen::class,$xtxh3d->gfxb35());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\String_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function lkwpb():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('UmVmbGVjdGlvblxEb2NCbG9jayZcUEhQVW5pdFxGcmFtZXdvcmtcTW9ja09iamVjdFxNb2NrT2JqZWN0IA=='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Intersection::class,$jjqi2c);$this->vjvm36(base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxEb2NCbG9jayZcUEhQVW5pdFxGcmFtZXdvcmtcTW9ja09iamVjdFxNb2NrT2JqZWN0'),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Object_::class,$zuas3b);$this->xacb2f(Fqsen::class,$zuas3b->gfxb35());$this->xacb2f(Object_::class,$xtxh3d);$this->xacb2f(Fqsen::class,$xtxh3d->gfxb35());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\String_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function pmkoc():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('KFJlZmxlY3Rpb25cRG9jQmxvY2smXFBIUFVuaXRcRnJhbWV3b3JrXE1vY2tPYmplY3RcTW9ja09iamVjdCl8bnVsbA=='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('KFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb25cRG9jQmxvY2smXFBIUFVuaXRcRnJhbWV3b3JrXE1vY2tPYmplY3RcTW9ja09iamVjdCl8bnVsbA=='),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Expression::class,$zuas3b);$this->vjvm36(base64_decode('KFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb25cRG9jQmxvY2smXFBIUFVuaXRcRnJhbWV3b3JrXE1vY2tPYmplY3RcTW9ja09iamVjdCk='),(string)$zuas3b);$this->xacb2f(Null_::class,$xtxh3d);$jjqi2c=$zuas3b->ykma38();$ceax3e=$jjqi2c->wncs3c(0);$xers3f=$jjqi2c->wncs3c(1);$this->xacb2f(Object_::class,$ceax3e);$this->xacb2f(Fqsen::class,$xers3f->gfxb35());$this->xacb2f(Object_::class,$xers3f);$this->xacb2f(Fqsen::class,$xers3f->gfxb35());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function vgiid():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('XHN0ZENsYXNzW118UmVmbGVjdGlvblxEb2NCbG9ja1td'),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('XHN0ZENsYXNzW118XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxEb2NCbG9ja1td'),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Array_::class,$zuas3b);$this->xacb2f(Array_::class,$xtxh3d);$this->xacb2f(Object_::class,$zuas3b->ykma38());$this->xacb2f(Object_::class,$xtxh3d->ykma38());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function gmaxe():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('KFxzdGRDbGFzc3xSZWZsZWN0aW9uXERvY0Jsb2NrKVtd'),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('KFxzdGRDbGFzc3xccGhwRG9jdW1lbnRvclxSZWZsZWN0aW9uXERvY0Jsb2NrKVtd'),(string)$jjqi2c);$hsxj40=$jjqi2c->ykma38();$this->xacb2f(Compound::class,$hsxj40);$zuas3b=$hsxj40->wncs3c(0);$xtxh3d=$hsxj40->wncs3c(1);$this->xacb2f(Object_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function jclrf():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3N8Ym9vbGVhbilbXQ=='),new smjo2e(''));$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3N8Ym9vbClbXQ=='),(string)$jjqi2c);$hsxj40=$jjqi2c->ykma38();$this->xacb2f(Compound::class,$hsxj40);$zuas3b=$hsxj40->wncs3c(0);$xtxh3d=$hsxj40->wncs3c(1);$wzhs41=$hsxj40->wncs3c(2);$this->xacb2f(String_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);$this->xacb2f(Boolean::class,$wzhs41);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function riqg10():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3MpW11bXQ=='),new smjo2e(''));$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3MpW11bXQ=='),(string)$jjqi2c);$yudb42=$jjqi2c->ykma38();$this->xacb2f(Array_::class,$yudb42);$hsxj40=$yudb42->ykma38();$this->xacb2f(Compound::class,$hsxj40);$zuas3b=$hsxj40->wncs3c(0);$xtxh3d=$hsxj40->wncs3c(1);$this->xacb2f(String_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function gbbw11():void{$this->vnuh32(RuntimeException::class);$djtq2a=new mbov2b();$djtq2a->trlt2d(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3M='),new smjo2e(''));}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function joud12():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('XHN0ZENsYXNzfChzdHJpbmd8XHN0ZENsYXNzKVtdfGJvb2w='),new smjo2e(''));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('XHN0ZENsYXNzfChzdHJpbmd8XHN0ZENsYXNzKVtdfGJvb2w='),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$this->xacb2f(Object_::class,$zuas3b);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Array_::class,$xtxh3d);$wzhs41=$jjqi2c->wncs3c(2);$this->xacb2f(Boolean::class,$wzhs41);$hsxj40=$xtxh3d->ykma38();$this->xacb2f(Compound::class,$hsxj40);$lbzi43=$hsxj40->wncs3c(0);$yluh44=$hsxj40->wncs3c(1);$this->xacb2f(String_::class,$lbzi43);$this->xacb2f(Object_::class,$yluh44);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Iterable_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function oxzg13():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('aXRlcmFibGU8c3RyaW5nfFxzdGRDbGFzc3xib29sZWFuPg=='),new smjo2e(''));$this->xacb2f(Iterable_::class,$jjqi2c);$this->vjvm36(base64_decode('aXRlcmFibGU8c3RyaW5nfFxzdGRDbGFzc3xib29sPg=='),(string)$jjqi2c);$hsxj40=$jjqi2c->ykma38();$this->xacb2f(Compound::class,$hsxj40);$zuas3b=$hsxj40->wncs3c(0);$xtxh3d=$hsxj40->wncs3c(1);$wzhs41=$hsxj40->wncs3c(2);$this->xacb2f(String_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);$this->xacb2f(Boolean::class,$wzhs41);}/**
     * This test asserts that the parameter order is correct.
     *
     * When you pass two arrays separated by the compound operator (i.e. 'integer[]|string[]') then we always split the
     * expression in its compound parts and then we parse the types with the array operators. If we were to switch the
     * order around then 'integer[]|string[]' would read as an array of string or integer array; which is something
     * other than what we intend.
     *
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Integer
     * @uses \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function qscl14():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('aW50ZWdlcltdfHN0cmluZ1td'),new smjo2e(''));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('aW50W118c3RyaW5nW10='),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Array_::class,$zuas3b);$this->xacb2f(Integer::class,$zuas3b->ykma38());$this->xacb2f(Array_::class,$xtxh3d);$this->xacb2f(String_::class,$xtxh3d->ykma38());}/**
     * @uses \phpDocumentor\Reflection\TypeResolver::resolve
     * @uses \phpDocumentor\Reflection\TypeResolver::<private>
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::addKeyword
     */ public function yikc15():void{$vwcb45=self::btew46(Type::class);$djtq2a=new mbov2b();$djtq2a->kwsb47(base64_decode('bW9jaw=='),ukhs0($vwcb45));$wloc48=$djtq2a->trlt2d(base64_decode('bW9jaw=='),new smjo2e(''));$this->xacb2f(ukhs0($vwcb45),$wloc48);$this->hzck49($vwcb45,$wloc48);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::addKeyword
     */ public function bazf16():void{$this->vnuh32(InvalidArgumentException::class);$djtq2a=new mbov2b();$djtq2a->kwsb47(base64_decode('bW9jaw=='),base64_decode('SURvTm90RXhpc3Q='));}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::addKeyword
     */ public function cxip17():void{$this->vnuh32(InvalidArgumentException::class);$djtq2a=new mbov2b();$djtq2a->kwsb47(base64_decode('bW9jaw=='),stdClass::class);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     */ public function tmom18():void{$this->vnuh32(InvalidArgumentException::class);$djtq2a=new mbov2b();$djtq2a->trlt2d(base64_decode('IA=='),new smjo2e(''));}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     */ public function dooj19():void{$this->vnuh32(RuntimeException::class);$djtq2a=new mbov2b();$djtq2a->trlt2d(base64_decode('W10='),new smjo2e(''));}/**
     * Returns a list of keywords and expected classes that are created from them.
     *
     * @return string[][]
     */ public function wevi1a():array{return[[base64_decode('c3RyaW5n'),String_::class],[base64_decode('Y2xhc3Mtc3RyaW5n'),ClassString::class],[base64_decode('aHRtbC1lc2NhcGVkLXN0cmluZw=='),HtmlEscapedString::class],[base64_decode('bG93ZXJjYXNlLXN0cmluZw=='),LowercaseString::class],[base64_decode('bm9uLWVtcHR5LWxvd2VyY2FzZS1zdHJpbmc='),NonEmptyLowercaseString::class],[base64_decode('bm9uLWVtcHR5LXN0cmluZw=='),NonEmptyString::class],[base64_decode('bnVtZXJpYy1zdHJpbmc='),NumericString::class],[base64_decode('bnVtZXJpYw=='),Numeric_::class],[base64_decode('dHJhaXQtc3RyaW5n'),TraitString::class],[base64_decode('aW50'),Integer::class],[base64_decode('aW50ZWdlcg=='),Integer::class],[base64_decode('cG9zaXRpdmUtaW50'),PositiveInteger::class],[base64_decode('bmVnYXRpdmUtaW50'),NegativeInteger::class],[base64_decode('ZmxvYXQ='),Float_::class],[base64_decode('ZG91Ymxl'),Float_::class],[base64_decode('Ym9vbA=='),Boolean::class],[base64_decode('Ym9vbGVhbg=='),Boolean::class],[base64_decode('dHJ1ZQ=='),Boolean::class],[base64_decode('dHJ1ZQ=='),True_::class],[base64_decode('ZmFsc2U='),Boolean::class],[base64_decode('ZmFsc2U='),False_::class],[base64_decode('cmVzb3VyY2U='),Resource_::class],[base64_decode('bnVsbA=='),Null_::class],[base64_decode('Y2FsbGFibGU='),Callable_::class],[base64_decode('Y2FsbGFibGUtc3RyaW5n'),CallableString::class],[base64_decode('Y2FsbGJhY2s='),Callable_::class],[base64_decode('YXJyYXk='),Array_::class],[base64_decode('YXJyYXkta2V5'),ArrayKey::class],[base64_decode('c2NhbGFy'),Scalar::class],[base64_decode('b2JqZWN0'),Object_::class],[base64_decode('bWl4ZWQ='),Mixed_::class],[base64_decode('dm9pZA=='),Void_::class],[base64_decode('JHRoaXM='),This::class],[base64_decode('c3RhdGlj'),Static_::class],[base64_decode('c2VsZg=='),Self_::class],[base64_decode('cGFyZW50'),Parent_::class],[base64_decode('aXRlcmFibGU='),Iterable_::class],[base64_decode('bmV2ZXI='),Never_::class],[base64_decode('bGl0ZXJhbC1zdHJpbmc='),LiteralString::class],[base64_decode('bGlzdA=='),List_::class],[base64_decode('bm9uLWVtcHR5LWxpc3Q='),NonEmptyList::class],[base64_decode('bm9uLWVtcHR5LWFycmF5'),NonEmptyArray::class],];}/**
     * Returns a list of class string types and whether they throw an exception.
     *
     * @return (string|bool)[][]
     */ public function kide1b():array{return[[base64_decode('Y2xhc3Mtc3RyaW5nPFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb24+'),false],[base64_decode('Y2xhc3Mtc3RyaW5nPFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb25cRG9jQmxvY2s+'),false],[base64_decode('Y2xhc3Mtc3RyaW5nPHN0cmluZz4='),true],];}/**
     * Returns a list of interface string types and whether they throw an exception.
     *
     * @return (string|bool)[][]
     */ public function fpzz1c():array{return[[base64_decode('aW50ZXJmYWNlLXN0cmluZzxccGhwRG9jdW1lbnRvclxSZWZsZWN0aW9uPg=='),false],[base64_decode('aW50ZXJmYWNlLXN0cmluZzxccGhwRG9jdW1lbnRvclxSZWZsZWN0aW9uXERvY0Jsb2NrPg=='),false],[base64_decode('aW50ZXJmYWNlLXN0cmluZzxzdHJpbmc+'),true],];}/**
     * Provides a list of FQSENs to test the resolution patterns with.
     *
     * @return string[][]
     */ public function bzmt1d():array{return[base64_decode('bmFtZXNwYWNl')=>[base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvbg==')],base64_decode('Y2xhc3M=')=>[base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxEb2NCbG9jaw==')],base64_decode('Y2xhc3Mgd2l0aCBlbW9qaQ==')=>[base64_decode('XE158J+YgUNsYXNz')],];}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     */ public function qthf1e():void{$djtq2a=new mbov2b();$anis4a=$djtq2a->trlt2d(base64_decode('YXJyYXk8c3RyaW5nLGFycmF5PGludCxzdHJpbmc+Pg=='),new smjo2e(''));$this->gksk4b(new olay4c(new olay4c(new zbii4d(),new ctts4e()),new zbii4d()),$anis4a);}/**
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @dataProvider typeProvider
     * @dataProvider genericsProvider
     * @dataProvider callableProvider
     * @dataProvider constExpressions
     * @dataProvider shapeStructures
     * @dataProvider illegalLegacyFormatProvider
     * @testdox create type from $type
     */ public function ngwz1f(string $anis4a,Type $gkuh4f,bool $lcke50=false):void{if($lcke50){$this->qhts51(base64_decode('aHR0cHM6Ly9naXRodWIuY29tL3BocERvY3VtZW50b3IvVHlwZVJlc29sdmVyL2lzc3Vlcy8xODQ='));}else{$this->dhsd52(base64_decode('aHR0cHM6Ly9naXRodWIuY29tL3BocERvY3VtZW50b3IvVHlwZVJlc29sdmVyL2lzc3Vlcy8xODQ='));}$djtq2a=new mbov2b();$glwu53=$djtq2a->trlt2d($anis4a,new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));self::gksk4b($gkuh4f,$glwu53);}/**
     * @return array<array{0: string, 1: Type}>
     */ public function zzot20():array{return[[base64_decode('c3RyaW5n'),new zbii4d(),],[base64_decode('KCBzdHJpbmcgKQ=='),new zbii4d(),],[base64_decode('XFxGb29cQmFyXFxCYXo='),new ngzh54(new orcu55(base64_decode('XFxGb29cQmFyXFxCYXo='))),],[base64_decode('c3RyaW5nfGludA=='),new edce56([new zbii4d(),new ctts4e(),]),],[base64_decode('c3RyaW5nJmludA=='),new myhh57([new zbii4d(),new ctts4e(),]),],[base64_decode('c3RyaW5nICYgKGludCB8IGZsb2F0KQ=='),new myhh57([new zbii4d(),new qqax58(new edce56([new ctts4e(),new ntvu59(),])),]),],[base64_decode('c3RyaW5nW10='),new olay4c(new zbii4d()),],[base64_decode('JHRoaXM='),new dzoo5a(),],[base64_decode('P2ludA=='),new mles5b(new ctts4e()),],[base64_decode('c2VsZg=='),new larb5c(),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function svjg21():array{return[[base64_decode('YXJyYXk8aW50LCBGb29cXEJhcj4='),new olay4c(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb29cXEJhcg=='))),new ctts4e()),],[base64_decode('YXJyYXk8c3RyaW5nfGludCwgRm9vXFxCYXI+'),new olay4c(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb29cXEJhcg=='))),new edce56([new zbii4d(),new ctts4e(),])),],[base64_decode('Q29sbGVjdGlvbjxhcnJheS1rZXksIGludD5bXQ=='),new olay4c(new ysay5d(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxDb2xsZWN0aW9u')),new ctts4e(),new zrrv5e())),],[base64_decode('Y2xhc3Mtc3RyaW5n'),new enll5f(null),],[base64_decode('Y2xhc3Mtc3RyaW5nPEZvbz4='),new enll5f(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),],[base64_decode('aW50ZXJmYWNlLXN0cmluZzxGb28+'),new aaxe60(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),],[base64_decode('TGlzdDxGb28+'),new zjvt61(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28=')))),],[base64_decode('aW50PDEsIDEwMD4='),new xpvk62(base64_decode('MQ=='),base64_decode('MTAw')),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function juep22():array{return[[base64_decode('Y2FsbGFibGU='),new nieb63(),],[base64_decode('Y2FsbGFibGUoKQ=='),new nieb63(),],[base64_decode('Y2FsbGFibGUoKTogRm9v'),new nieb63([],new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28=')))),],[base64_decode('Y2FsbGFibGUoKTogKEZvbyZCYXIp'),new nieb63([],new myhh57([new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxCYXI='))),])),],[base64_decode('Y2FsbGFibGUoQSYuLi4kYT0sIEImLi4uPSwgQyk6IEZvbw=='),new nieb63([new tdtv64(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxB'))),base64_decode('YQ=='),true,true,true),new tdtv64(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxC'))),null,true,true,true),new tdtv64(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxD'))),null,false,false,false),],new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28=')))),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function gtgn23():array{return[[base64_decode('MTIz'),new bkgy65(123),],[base64_decode('dHJ1ZQ=='),new wrzn66(),],[base64_decode('MTIzLjI='),new tbtb67(123.2),],[base64_decode('ImJhciI='),new detk68(base64_decode('YmFy')),],[base64_decode('Rm9vOjpGT09fQ09OU1RBTlQ='),new tnwj69(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),base64_decode('Rk9PX0NPTlNUQU5U')),],[base64_decode('Rm9vOjpGT09fKg=='),new tnwj69(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),base64_decode('Rk9PXyo=')),],[base64_decode('c2VsZjo6KnxudWxs'),new edce56([new tnwj69(new larb5c(),base64_decode('Kg==')),new duyj6a()]),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function eese24():array{return[[base64_decode('YXJyYXl7Zm9vOiBzdHJpbmcsIGJhcjogaW50fQ=='),new ifyr6b(new prmg6c(base64_decode('Zm9v'),new zbii4d(),false),new prmg6c(base64_decode('YmFy'),new ctts4e(),false)),],[base64_decode('YXJyYXl7Zm9vPzogc3RyaW5nLCBiYXI6IGludH0='),new ifyr6b(new prmg6c(base64_decode('Zm9v'),new zbii4d(),true),new prmg6c(base64_decode('YmFy'),new ctts4e(),false)),],[base64_decode('b2JqZWN0e2Zvbzogc3RyaW5nLCBiYXI6IGludH0='),new wlsg6d(new pxot6e(base64_decode('Zm9v'),new zbii4d(),false),new pxot6e(base64_decode('YmFy'),new ctts4e(),false)),],[base64_decode('bGlzdHsxfQ=='),new qyvj6f(new yyfd70(null,new bkgy65(1),false)),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function fokc25():array{return[[base64_decode('P3N0cmluZyB8Ym9vbA=='),new edce56([new mles5b(new zbii4d()),new vjxs71()]),true,],[base64_decode('P3N0cmluZ3w/Ym9vbA=='),new edce56([new mles5b(new zbii4d()),new mles5b(new vjxs71())]),true,],[base64_decode('P3N0cmluZ3w/Ym9vbHxudWxs'),new edce56([new mles5b(new zbii4d()),new mles5b(new vjxs71()),new duyj6a()]),true,],[base64_decode('P3N0cmluZ3xib29sfEZvbw=='),new edce56([new mles5b(new zbii4d()),new vjxs71(),new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),]),true,],[base64_decode('P3N0cmluZyZib29s'),new myhh57([new mles5b(new zbii4d()),new vjxs71()]),true,],[base64_decode('P3N0cmluZyZib29sfEZvbw=='),new myhh57([new mles5b(new zbii4d()),new edce56([new vjxs71(),new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28=')))]),]),true,],[base64_decode('P3N0cmluZyY/Ym9vbHxudWxs'),new edce56([new myhh57([new mles5b(new zbii4d()),new mles5b(new vjxs71())]),new duyj6a(),]),true,],];}}?>

Did this file decode correctly?

Original Code

<?php declare(strict_types=1);/**
 * This file is part of phpDocumentor.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @link      http://phpdoc.org
 */ namespace phpDocumentor\Reflection;use Doctrine\Deprecations\PHPUnit\VerifyDeprecations;use InvalidArgumentException;use phpDocumentor\Reflection\PseudoTypes\ArrayShape;use phpDocumentor\Reflection\PseudoTypes\ArrayShapeItem;use phpDocumentor\Reflection\PseudoTypes\CallableString;use phpDocumentor\Reflection\PseudoTypes\ConstExpression;use phpDocumentor\Reflection\PseudoTypes\False_;use phpDocumentor\Reflection\PseudoTypes\FloatValue;use phpDocumentor\Reflection\PseudoTypes\HtmlEscapedString;use phpDocumentor\Reflection\PseudoTypes\IntegerRange;use phpDocumentor\Reflection\PseudoTypes\IntegerValue;use phpDocumentor\Reflection\PseudoTypes\List_;use phpDocumentor\Reflection\PseudoTypes\ListShape;use phpDocumentor\Reflection\PseudoTypes\ListShapeItem;use phpDocumentor\Reflection\PseudoTypes\LiteralString;use phpDocumentor\Reflection\PseudoTypes\LowercaseString;use phpDocumentor\Reflection\PseudoTypes\NegativeInteger;use phpDocumentor\Reflection\PseudoTypes\NonEmptyArray;use phpDocumentor\Reflection\PseudoTypes\NonEmptyList;use phpDocumentor\Reflection\PseudoTypes\NonEmptyLowercaseString;use phpDocumentor\Reflection\PseudoTypes\NonEmptyString;use phpDocumentor\Reflection\PseudoTypes\Numeric_;use phpDocumentor\Reflection\PseudoTypes\NumericString;use phpDocumentor\Reflection\PseudoTypes\ObjectShape;use phpDocumentor\Reflection\PseudoTypes\ObjectShapeItem;use phpDocumentor\Reflection\PseudoTypes\PositiveInteger;use phpDocumentor\Reflection\PseudoTypes\StringValue;use phpDocumentor\Reflection\PseudoTypes\TraitString;use phpDocumentor\Reflection\PseudoTypes\True_;use phpDocumentor\Reflection\Types\Array_;use phpDocumentor\Reflection\Types\ArrayKey;use phpDocumentor\Reflection\Types\Boolean;use phpDocumentor\Reflection\Types\Callable_;use phpDocumentor\Reflection\Types\CallableParameter;use phpDocumentor\Reflection\Types\ClassString;use phpDocumentor\Reflection\Types\Collection;use phpDocumentor\Reflection\Types\Compound;use phpDocumentor\Reflection\Types\Context;use phpDocumentor\Reflection\Types\Expression;use phpDocumentor\Reflection\Types\Float_;use phpDocumentor\Reflection\Types\Integer;use phpDocumentor\Reflection\Types\InterfaceString;use phpDocumentor\Reflection\Types\Intersection;use phpDocumentor\Reflection\Types\Iterable_;use phpDocumentor\Reflection\Types\Mixed_;use phpDocumentor\Reflection\Types\Never_;use phpDocumentor\Reflection\Types\Null_;use phpDocumentor\Reflection\Types\Nullable;use phpDocumentor\Reflection\Types\Object_;use phpDocumentor\Reflection\Types\Parent_;use phpDocumentor\Reflection\Types\Resource_;use phpDocumentor\Reflection\Types\Scalar;use phpDocumentor\Reflection\Types\Self_;use phpDocumentor\Reflection\Types\Static_;use phpDocumentor\Reflection\Types\String_;use phpDocumentor\Reflection\Types\This;use phpDocumentor\Reflection\Types\Void_;use PHPUnit\Framework\TestCase;use RuntimeException;use stdClass;use function ukhs0;/**
 * @coversDefaultClass \phpDocumentor\Reflection\TypeResolver
 */ class kyue26 extends aofn27{use VerifyDeprecations;/**
     * @uses         \phpDocumentor\Reflection\Types\Context
     * @uses         \phpDocumentor\Reflection\Types\Array_
     * @uses         \phpDocumentor\Reflection\Types\Object_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     *
     * @dataProvider provideKeywords
     */ public function trbv1(string $exkr28,string $denq29):void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d($exkr28,new smjo2e(''));$this->xacb2f($denq29,$jjqi2c);}/**
     * @uses         \phpDocumentor\Reflection\Types\Context
     * @uses         \phpDocumentor\Reflection\Types\Object_
     * @uses         \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     *
     * @dataProvider provideClassStrings
     */ public function gbjl2(string $scwf30,bool $wtix31):void{$djtq2a=new mbov2b();if($wtix31){$this->vnuh32(RuntimeException::class);}$jjqi2c=$djtq2a->trlt2d($scwf30,new smjo2e(''));$this->xacb2f(ClassString::class,$jjqi2c);}/**
     * @uses         \phpDocumentor\Reflection\Types\Context
     * @uses         \phpDocumentor\Reflection\Types\Object_
     * @uses         \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     *
     * @dataProvider provideInterfaceStrings
     */ public function errm3(string $eike33,bool $wtix31):void{$djtq2a=new mbov2b();if($wtix31){$this->vnuh32(RuntimeException::class);}$jjqi2c=$djtq2a->trlt2d($eike33,new smjo2e(''));$this->xacb2f(InterfaceString::class,$jjqi2c);}/**
     * @uses         \phpDocumentor\Reflection\Types\Context
     * @uses         \phpDocumentor\Reflection\Types\Object_
     * @uses         \phpDocumentor\Reflection\Fqsen
     * @uses         \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     *
     * @dataProvider provideFqcn
     */ public function bhqd4(string $bmlk34):void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d($bmlk34,new smjo2e(''));$this->xacb2f(Object_::class,$jjqi2c);$this->xacb2f(Fqsen::class,$jjqi2c->gfxb35());$this->vjvm36($bmlk34,(string)$jjqi2c);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function lxib5():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('RG9jQmxvY2s='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvclxSZWZsZWN0aW9u')));$this->xacb2f(Object_::class,$jjqi2c);$this->xacb2f(Fqsen::class,$jjqi2c->gfxb35());$this->vjvm36(base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxEb2NCbG9jaw=='),(string)$jjqi2c);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function aifa6():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('bVxBcnJheV8='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvclxSZWZsZWN0aW9u'),[base64_decode('bQ==')=>base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxUeXBlcw==')]));$this->xacb2f(Object_::class,$jjqi2c);$this->xacb2f(Fqsen::class,$jjqi2c->gfxb35());$this->vjvm36(base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxUeXBlc1xBcnJheV8='),(string)$jjqi2c);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function zfxp7():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('c3RyaW5nW10='),new smjo2e(''));$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('c3RyaW5nW10='),(string)$jjqi2c);$this->xacb2f(Compound::class,$jjqi2c->ntpz37());$this->xacb2f(String_::class,$jjqi2c->ykma38());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Nullable
     * @uses \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function jwvt8():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('P3N0cmluZw=='),new smjo2e(''));$this->xacb2f(Nullable::class,$jjqi2c);$this->xacb2f(String_::class,$jjqi2c->bkes39());$this->vjvm36(base64_decode('P3N0cmluZw=='),(string)$jjqi2c);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function ozlq9():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('c3RyaW5nW11bXQ=='),new smjo2e(''));$zqnr3a=$jjqi2c->ykma38();$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('c3RyaW5nW11bXQ=='),(string)$jjqi2c);$this->xacb2f(Compound::class,$jjqi2c->ntpz37());$this->xacb2f(Array_::class,$zqnr3a);$this->vjvm36(base64_decode('c3RyaW5nW10='),(string)$zqnr3a);$this->xacb2f(Compound::class,$zqnr3a->ntpz37());$this->xacb2f(String_::class,$zqnr3a->ykma38());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\String_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function iqxna():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('c3RyaW5nfFJlZmxlY3Rpb25cRG9jQmxvY2s='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('c3RyaW5nfFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb25cRG9jQmxvY2s='),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(String_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);$this->xacb2f(Fqsen::class,$xtxh3d->gfxb35());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\String_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function lkwpb():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('UmVmbGVjdGlvblxEb2NCbG9jayZcUEhQVW5pdFxGcmFtZXdvcmtcTW9ja09iamVjdFxNb2NrT2JqZWN0IA=='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Intersection::class,$jjqi2c);$this->vjvm36(base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxEb2NCbG9jayZcUEhQVW5pdFxGcmFtZXdvcmtcTW9ja09iamVjdFxNb2NrT2JqZWN0'),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Object_::class,$zuas3b);$this->xacb2f(Fqsen::class,$zuas3b->gfxb35());$this->xacb2f(Object_::class,$xtxh3d);$this->xacb2f(Fqsen::class,$xtxh3d->gfxb35());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\String_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function pmkoc():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('KFJlZmxlY3Rpb25cRG9jQmxvY2smXFBIUFVuaXRcRnJhbWV3b3JrXE1vY2tPYmplY3RcTW9ja09iamVjdCl8bnVsbA=='),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('KFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb25cRG9jQmxvY2smXFBIUFVuaXRcRnJhbWV3b3JrXE1vY2tPYmplY3RcTW9ja09iamVjdCl8bnVsbA=='),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Expression::class,$zuas3b);$this->vjvm36(base64_decode('KFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb25cRG9jQmxvY2smXFBIUFVuaXRcRnJhbWV3b3JrXE1vY2tPYmplY3RcTW9ja09iamVjdCk='),(string)$zuas3b);$this->xacb2f(Null_::class,$xtxh3d);$jjqi2c=$zuas3b->ykma38();$ceax3e=$jjqi2c->wncs3c(0);$xers3f=$jjqi2c->wncs3c(1);$this->xacb2f(Object_::class,$ceax3e);$this->xacb2f(Fqsen::class,$xers3f->gfxb35());$this->xacb2f(Object_::class,$xers3f);$this->xacb2f(Fqsen::class,$xers3f->gfxb35());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function vgiid():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('XHN0ZENsYXNzW118UmVmbGVjdGlvblxEb2NCbG9ja1td'),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('XHN0ZENsYXNzW118XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxEb2NCbG9ja1td'),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Array_::class,$zuas3b);$this->xacb2f(Array_::class,$xtxh3d);$this->xacb2f(Object_::class,$zuas3b->ykma38());$this->xacb2f(Object_::class,$xtxh3d->ykma38());}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function gmaxe():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('KFxzdGRDbGFzc3xSZWZsZWN0aW9uXERvY0Jsb2NrKVtd'),new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('KFxzdGRDbGFzc3xccGhwRG9jdW1lbnRvclxSZWZsZWN0aW9uXERvY0Jsb2NrKVtd'),(string)$jjqi2c);$hsxj40=$jjqi2c->ykma38();$this->xacb2f(Compound::class,$hsxj40);$zuas3b=$hsxj40->wncs3c(0);$xtxh3d=$hsxj40->wncs3c(1);$this->xacb2f(Object_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function jclrf():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3N8Ym9vbGVhbilbXQ=='),new smjo2e(''));$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3N8Ym9vbClbXQ=='),(string)$jjqi2c);$hsxj40=$jjqi2c->ykma38();$this->xacb2f(Compound::class,$hsxj40);$zuas3b=$hsxj40->wncs3c(0);$xtxh3d=$hsxj40->wncs3c(1);$wzhs41=$hsxj40->wncs3c(2);$this->xacb2f(String_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);$this->xacb2f(Boolean::class,$wzhs41);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function riqg10():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3MpW11bXQ=='),new smjo2e(''));$this->xacb2f(Array_::class,$jjqi2c);$this->vjvm36(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3MpW11bXQ=='),(string)$jjqi2c);$yudb42=$jjqi2c->ykma38();$this->xacb2f(Array_::class,$yudb42);$hsxj40=$yudb42->ykma38();$this->xacb2f(Compound::class,$hsxj40);$zuas3b=$hsxj40->wncs3c(0);$xtxh3d=$hsxj40->wncs3c(1);$this->xacb2f(String_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function gbbw11():void{$this->vnuh32(RuntimeException::class);$djtq2a=new mbov2b();$djtq2a->trlt2d(base64_decode('KHN0cmluZ3xcc3RkQ2xhc3M='),new smjo2e(''));}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function joud12():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('XHN0ZENsYXNzfChzdHJpbmd8XHN0ZENsYXNzKVtdfGJvb2w='),new smjo2e(''));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('XHN0ZENsYXNzfChzdHJpbmd8XHN0ZENsYXNzKVtdfGJvb2w='),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$this->xacb2f(Object_::class,$zuas3b);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Array_::class,$xtxh3d);$wzhs41=$jjqi2c->wncs3c(2);$this->xacb2f(Boolean::class,$wzhs41);$hsxj40=$xtxh3d->ykma38();$this->xacb2f(Compound::class,$hsxj40);$lbzi43=$hsxj40->wncs3c(0);$yluh44=$hsxj40->wncs3c(1);$this->xacb2f(String_::class,$lbzi43);$this->xacb2f(Object_::class,$yluh44);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Iterable_
     * @uses \phpDocumentor\Reflection\Types\Object_
     * @uses \phpDocumentor\Reflection\Fqsen
     * @uses \phpDocumentor\Reflection\FqsenResolver
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function oxzg13():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('aXRlcmFibGU8c3RyaW5nfFxzdGRDbGFzc3xib29sZWFuPg=='),new smjo2e(''));$this->xacb2f(Iterable_::class,$jjqi2c);$this->vjvm36(base64_decode('aXRlcmFibGU8c3RyaW5nfFxzdGRDbGFzc3xib29sPg=='),(string)$jjqi2c);$hsxj40=$jjqi2c->ykma38();$this->xacb2f(Compound::class,$hsxj40);$zuas3b=$hsxj40->wncs3c(0);$xtxh3d=$hsxj40->wncs3c(1);$wzhs41=$hsxj40->wncs3c(2);$this->xacb2f(String_::class,$zuas3b);$this->xacb2f(Object_::class,$xtxh3d);$this->xacb2f(Boolean::class,$wzhs41);}/**
     * This test asserts that the parameter order is correct.
     *
     * When you pass two arrays separated by the compound operator (i.e. 'integer[]|string[]') then we always split the
     * expression in its compound parts and then we parse the types with the array operators. If we were to switch the
     * order around then 'integer[]|string[]' would read as an array of string or integer array; which is something
     * other than what we intend.
     *
     * @uses \phpDocumentor\Reflection\Types\Context
     * @uses \phpDocumentor\Reflection\Types\Compound
     * @uses \phpDocumentor\Reflection\Types\Array_
     * @uses \phpDocumentor\Reflection\Types\Integer
     * @uses \phpDocumentor\Reflection\Types\String_
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @covers ::<private>
     */ public function qscl14():void{$djtq2a=new mbov2b();$jjqi2c=$djtq2a->trlt2d(base64_decode('aW50ZWdlcltdfHN0cmluZ1td'),new smjo2e(''));$this->xacb2f(Compound::class,$jjqi2c);$this->vjvm36(base64_decode('aW50W118c3RyaW5nW10='),(string)$jjqi2c);$zuas3b=$jjqi2c->wncs3c(0);$xtxh3d=$jjqi2c->wncs3c(1);$this->xacb2f(Array_::class,$zuas3b);$this->xacb2f(Integer::class,$zuas3b->ykma38());$this->xacb2f(Array_::class,$xtxh3d);$this->xacb2f(String_::class,$xtxh3d->ykma38());}/**
     * @uses \phpDocumentor\Reflection\TypeResolver::resolve
     * @uses \phpDocumentor\Reflection\TypeResolver::<private>
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::addKeyword
     */ public function yikc15():void{$vwcb45=self::btew46(Type::class);$djtq2a=new mbov2b();$djtq2a->kwsb47(base64_decode('bW9jaw=='),ukhs0($vwcb45));$wloc48=$djtq2a->trlt2d(base64_decode('bW9jaw=='),new smjo2e(''));$this->xacb2f(ukhs0($vwcb45),$wloc48);$this->hzck49($vwcb45,$wloc48);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::addKeyword
     */ public function bazf16():void{$this->vnuh32(InvalidArgumentException::class);$djtq2a=new mbov2b();$djtq2a->kwsb47(base64_decode('bW9jaw=='),base64_decode('SURvTm90RXhpc3Q='));}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::addKeyword
     */ public function cxip17():void{$this->vnuh32(InvalidArgumentException::class);$djtq2a=new mbov2b();$djtq2a->kwsb47(base64_decode('bW9jaw=='),stdClass::class);}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     */ public function tmom18():void{$this->vnuh32(InvalidArgumentException::class);$djtq2a=new mbov2b();$djtq2a->trlt2d(base64_decode('IA=='),new smjo2e(''));}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     */ public function dooj19():void{$this->vnuh32(RuntimeException::class);$djtq2a=new mbov2b();$djtq2a->trlt2d(base64_decode('W10='),new smjo2e(''));}/**
     * Returns a list of keywords and expected classes that are created from them.
     *
     * @return string[][]
     */ public function wevi1a():array{return[[base64_decode('c3RyaW5n'),String_::class],[base64_decode('Y2xhc3Mtc3RyaW5n'),ClassString::class],[base64_decode('aHRtbC1lc2NhcGVkLXN0cmluZw=='),HtmlEscapedString::class],[base64_decode('bG93ZXJjYXNlLXN0cmluZw=='),LowercaseString::class],[base64_decode('bm9uLWVtcHR5LWxvd2VyY2FzZS1zdHJpbmc='),NonEmptyLowercaseString::class],[base64_decode('bm9uLWVtcHR5LXN0cmluZw=='),NonEmptyString::class],[base64_decode('bnVtZXJpYy1zdHJpbmc='),NumericString::class],[base64_decode('bnVtZXJpYw=='),Numeric_::class],[base64_decode('dHJhaXQtc3RyaW5n'),TraitString::class],[base64_decode('aW50'),Integer::class],[base64_decode('aW50ZWdlcg=='),Integer::class],[base64_decode('cG9zaXRpdmUtaW50'),PositiveInteger::class],[base64_decode('bmVnYXRpdmUtaW50'),NegativeInteger::class],[base64_decode('ZmxvYXQ='),Float_::class],[base64_decode('ZG91Ymxl'),Float_::class],[base64_decode('Ym9vbA=='),Boolean::class],[base64_decode('Ym9vbGVhbg=='),Boolean::class],[base64_decode('dHJ1ZQ=='),Boolean::class],[base64_decode('dHJ1ZQ=='),True_::class],[base64_decode('ZmFsc2U='),Boolean::class],[base64_decode('ZmFsc2U='),False_::class],[base64_decode('cmVzb3VyY2U='),Resource_::class],[base64_decode('bnVsbA=='),Null_::class],[base64_decode('Y2FsbGFibGU='),Callable_::class],[base64_decode('Y2FsbGFibGUtc3RyaW5n'),CallableString::class],[base64_decode('Y2FsbGJhY2s='),Callable_::class],[base64_decode('YXJyYXk='),Array_::class],[base64_decode('YXJyYXkta2V5'),ArrayKey::class],[base64_decode('c2NhbGFy'),Scalar::class],[base64_decode('b2JqZWN0'),Object_::class],[base64_decode('bWl4ZWQ='),Mixed_::class],[base64_decode('dm9pZA=='),Void_::class],[base64_decode('JHRoaXM='),This::class],[base64_decode('c3RhdGlj'),Static_::class],[base64_decode('c2VsZg=='),Self_::class],[base64_decode('cGFyZW50'),Parent_::class],[base64_decode('aXRlcmFibGU='),Iterable_::class],[base64_decode('bmV2ZXI='),Never_::class],[base64_decode('bGl0ZXJhbC1zdHJpbmc='),LiteralString::class],[base64_decode('bGlzdA=='),List_::class],[base64_decode('bm9uLWVtcHR5LWxpc3Q='),NonEmptyList::class],[base64_decode('bm9uLWVtcHR5LWFycmF5'),NonEmptyArray::class],];}/**
     * Returns a list of class string types and whether they throw an exception.
     *
     * @return (string|bool)[][]
     */ public function kide1b():array{return[[base64_decode('Y2xhc3Mtc3RyaW5nPFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb24+'),false],[base64_decode('Y2xhc3Mtc3RyaW5nPFxwaHBEb2N1bWVudG9yXFJlZmxlY3Rpb25cRG9jQmxvY2s+'),false],[base64_decode('Y2xhc3Mtc3RyaW5nPHN0cmluZz4='),true],];}/**
     * Returns a list of interface string types and whether they throw an exception.
     *
     * @return (string|bool)[][]
     */ public function fpzz1c():array{return[[base64_decode('aW50ZXJmYWNlLXN0cmluZzxccGhwRG9jdW1lbnRvclxSZWZsZWN0aW9uPg=='),false],[base64_decode('aW50ZXJmYWNlLXN0cmluZzxccGhwRG9jdW1lbnRvclxSZWZsZWN0aW9uXERvY0Jsb2NrPg=='),false],[base64_decode('aW50ZXJmYWNlLXN0cmluZzxzdHJpbmc+'),true],];}/**
     * Provides a list of FQSENs to test the resolution patterns with.
     *
     * @return string[][]
     */ public function bzmt1d():array{return[base64_decode('bmFtZXNwYWNl')=>[base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvbg==')],base64_decode('Y2xhc3M=')=>[base64_decode('XHBocERvY3VtZW50b3JcUmVmbGVjdGlvblxEb2NCbG9jaw==')],base64_decode('Y2xhc3Mgd2l0aCBlbW9qaQ==')=>[base64_decode('XE158J+YgUNsYXNz')],];}/**
     * @uses \phpDocumentor\Reflection\Types\Context
     *
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     */ public function qthf1e():void{$djtq2a=new mbov2b();$anis4a=$djtq2a->trlt2d(base64_decode('YXJyYXk8c3RyaW5nLGFycmF5PGludCxzdHJpbmc+Pg=='),new smjo2e(''));$this->gksk4b(new olay4c(new olay4c(new zbii4d(),new ctts4e()),new zbii4d()),$anis4a);}/**
     * @covers ::__construct
     * @covers ::resolve
     * @covers ::createType
     * @dataProvider typeProvider
     * @dataProvider genericsProvider
     * @dataProvider callableProvider
     * @dataProvider constExpressions
     * @dataProvider shapeStructures
     * @dataProvider illegalLegacyFormatProvider
     * @testdox create type from $type
     */ public function ngwz1f(string $anis4a,Type $gkuh4f,bool $lcke50=false):void{if($lcke50){$this->qhts51(base64_decode('aHR0cHM6Ly9naXRodWIuY29tL3BocERvY3VtZW50b3IvVHlwZVJlc29sdmVyL2lzc3Vlcy8xODQ='));}else{$this->dhsd52(base64_decode('aHR0cHM6Ly9naXRodWIuY29tL3BocERvY3VtZW50b3IvVHlwZVJlc29sdmVyL2lzc3Vlcy8xODQ='));}$djtq2a=new mbov2b();$glwu53=$djtq2a->trlt2d($anis4a,new smjo2e(base64_decode('cGhwRG9jdW1lbnRvcg==')));self::gksk4b($gkuh4f,$glwu53);}/**
     * @return array<array{0: string, 1: Type}>
     */ public function zzot20():array{return[[base64_decode('c3RyaW5n'),new zbii4d(),],[base64_decode('KCBzdHJpbmcgKQ=='),new zbii4d(),],[base64_decode('XFxGb29cQmFyXFxCYXo='),new ngzh54(new orcu55(base64_decode('XFxGb29cQmFyXFxCYXo='))),],[base64_decode('c3RyaW5nfGludA=='),new edce56([new zbii4d(),new ctts4e(),]),],[base64_decode('c3RyaW5nJmludA=='),new myhh57([new zbii4d(),new ctts4e(),]),],[base64_decode('c3RyaW5nICYgKGludCB8IGZsb2F0KQ=='),new myhh57([new zbii4d(),new qqax58(new edce56([new ctts4e(),new ntvu59(),])),]),],[base64_decode('c3RyaW5nW10='),new olay4c(new zbii4d()),],[base64_decode('JHRoaXM='),new dzoo5a(),],[base64_decode('P2ludA=='),new mles5b(new ctts4e()),],[base64_decode('c2VsZg=='),new larb5c(),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function svjg21():array{return[[base64_decode('YXJyYXk8aW50LCBGb29cXEJhcj4='),new olay4c(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb29cXEJhcg=='))),new ctts4e()),],[base64_decode('YXJyYXk8c3RyaW5nfGludCwgRm9vXFxCYXI+'),new olay4c(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb29cXEJhcg=='))),new edce56([new zbii4d(),new ctts4e(),])),],[base64_decode('Q29sbGVjdGlvbjxhcnJheS1rZXksIGludD5bXQ=='),new olay4c(new ysay5d(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxDb2xsZWN0aW9u')),new ctts4e(),new zrrv5e())),],[base64_decode('Y2xhc3Mtc3RyaW5n'),new enll5f(null),],[base64_decode('Y2xhc3Mtc3RyaW5nPEZvbz4='),new enll5f(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),],[base64_decode('aW50ZXJmYWNlLXN0cmluZzxGb28+'),new aaxe60(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),],[base64_decode('TGlzdDxGb28+'),new zjvt61(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28=')))),],[base64_decode('aW50PDEsIDEwMD4='),new xpvk62(base64_decode('MQ=='),base64_decode('MTAw')),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function juep22():array{return[[base64_decode('Y2FsbGFibGU='),new nieb63(),],[base64_decode('Y2FsbGFibGUoKQ=='),new nieb63(),],[base64_decode('Y2FsbGFibGUoKTogRm9v'),new nieb63([],new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28=')))),],[base64_decode('Y2FsbGFibGUoKTogKEZvbyZCYXIp'),new nieb63([],new myhh57([new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxCYXI='))),])),],[base64_decode('Y2FsbGFibGUoQSYuLi4kYT0sIEImLi4uPSwgQyk6IEZvbw=='),new nieb63([new tdtv64(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxB'))),base64_decode('YQ=='),true,true,true),new tdtv64(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxC'))),null,true,true,true),new tdtv64(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxD'))),null,false,false,false),],new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28=')))),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function gtgn23():array{return[[base64_decode('MTIz'),new bkgy65(123),],[base64_decode('dHJ1ZQ=='),new wrzn66(),],[base64_decode('MTIzLjI='),new tbtb67(123.2),],[base64_decode('ImJhciI='),new detk68(base64_decode('YmFy')),],[base64_decode('Rm9vOjpGT09fQ09OU1RBTlQ='),new tnwj69(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),base64_decode('Rk9PX0NPTlNUQU5U')),],[base64_decode('Rm9vOjpGT09fKg=='),new tnwj69(new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),base64_decode('Rk9PXyo=')),],[base64_decode('c2VsZjo6KnxudWxs'),new edce56([new tnwj69(new larb5c(),base64_decode('Kg==')),new duyj6a()]),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function eese24():array{return[[base64_decode('YXJyYXl7Zm9vOiBzdHJpbmcsIGJhcjogaW50fQ=='),new ifyr6b(new prmg6c(base64_decode('Zm9v'),new zbii4d(),false),new prmg6c(base64_decode('YmFy'),new ctts4e(),false)),],[base64_decode('YXJyYXl7Zm9vPzogc3RyaW5nLCBiYXI6IGludH0='),new ifyr6b(new prmg6c(base64_decode('Zm9v'),new zbii4d(),true),new prmg6c(base64_decode('YmFy'),new ctts4e(),false)),],[base64_decode('b2JqZWN0e2Zvbzogc3RyaW5nLCBiYXI6IGludH0='),new wlsg6d(new pxot6e(base64_decode('Zm9v'),new zbii4d(),false),new pxot6e(base64_decode('YmFy'),new ctts4e(),false)),],[base64_decode('bGlzdHsxfQ=='),new qyvj6f(new yyfd70(null,new bkgy65(1),false)),],];}/**
     * @return array<array{0: string, 1: Type}>
     */ public function fokc25():array{return[[base64_decode('P3N0cmluZyB8Ym9vbA=='),new edce56([new mles5b(new zbii4d()),new vjxs71()]),true,],[base64_decode('P3N0cmluZ3w/Ym9vbA=='),new edce56([new mles5b(new zbii4d()),new mles5b(new vjxs71())]),true,],[base64_decode('P3N0cmluZ3w/Ym9vbHxudWxs'),new edce56([new mles5b(new zbii4d()),new mles5b(new vjxs71()),new duyj6a()]),true,],[base64_decode('P3N0cmluZ3xib29sfEZvbw=='),new edce56([new mles5b(new zbii4d()),new vjxs71(),new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28='))),]),true,],[base64_decode('P3N0cmluZyZib29s'),new myhh57([new mles5b(new zbii4d()),new vjxs71()]),true,],[base64_decode('P3N0cmluZyZib29sfEZvbw=='),new myhh57([new mles5b(new zbii4d()),new edce56([new vjxs71(),new ngzh54(new orcu55(base64_decode('XFxwaHBEb2N1bWVudG9yXFxGb28=')))]),]),true,],[base64_decode('P3N0cmluZyY/Ym9vbHxudWxs'),new edce56([new myhh57([new mles5b(new zbii4d()),new mles5b(new vjxs71())]),new duyj6a(),]),true,],];}}?>

Function Calls

None

Variables

None

Stats

MD5 1c26ee7fabed36cea643fca12b5f4dd3
Eval Count 0
Decode Time 121 ms