SYMBOL INDEX (944 symbols across 165 files) FILE: examples/Classy.php class Classy (line 8) | class Classy method __construct (line 13) | public function __construct($context) FILE: src/FqsenResolver.php class FqsenResolver (line 28) | class FqsenResolver method resolve (line 33) | public function resolve(string $fqsen, ?Context $context = null): Fqsen method isFqsen (line 49) | private function isFqsen(string $type): bool method resolvePartialStructuralElementName (line 60) | private function resolvePartialStructuralElementName(string $type, Con... FILE: src/PseudoType.php type PseudoType (line 16) | interface PseudoType extends Type method underlyingType (line 18) | public function underlyingType(): Type; FILE: src/PseudoTypes/ArrayKey.php class ArrayKey (line 28) | class ArrayKey extends AggregatedType implements PseudoType method __construct (line 30) | public function __construct() method underlyingType (line 35) | public function underlyingType(): Type method __toString (line 40) | public function __toString(): string FILE: src/PseudoTypes/ArrayShape.php class ArrayShape (line 24) | class ArrayShape extends Array_ implements PseudoType method __construct (line 29) | public function __construct(ArrayShapeItem ...$items) method getItems (line 39) | public function getItems(): array method underlyingType (line 44) | public function underlyingType(): Type method __toString (line 49) | public function __toString(): string FILE: src/PseudoTypes/ArrayShapeItem.php class ArrayShapeItem (line 16) | class ArrayShapeItem extends ShapeItem FILE: src/PseudoTypes/CallableArray.php class CallableArray (line 27) | final class CallableArray extends Array_ implements PseudoType method __construct (line 29) | public function __construct() method underlyingType (line 34) | public function underlyingType(): Type method __toString (line 39) | public function __toString(): string FILE: src/PseudoTypes/CallableString.php class CallableString (line 25) | final class CallableString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/ClassString.php class ClassString (line 25) | final class ClassString extends String_ implements PseudoType method __construct (line 30) | public function __construct(?Type $genericType = null) method underlyingType (line 35) | public function underlyingType(): Type method getGenericType (line 40) | public function getGenericType(): ?Type method __toString (line 48) | public function __toString(): string FILE: src/PseudoTypes/ClosedResource.php class ClosedResource (line 25) | final class ClosedResource extends Resource_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/Conditional.php class Conditional (line 27) | final class Conditional extends Mixed_ implements PseudoType method __construct (line 40) | public function __construct(bool $negated, Type $subjectType, Type $ta... method isNegated (line 49) | public function isNegated(): bool method getSubjectType (line 54) | public function getSubjectType(): Type method getTargetType (line 59) | public function getTargetType(): Type method getIf (line 64) | public function getIf(): Type method getElse (line 69) | public function getElse(): Type method underlyingType (line 74) | public function underlyingType(): Type method __toString (line 79) | public function __toString(): string FILE: src/PseudoTypes/ConditionalForParameter.php class ConditionalForParameter (line 27) | final class ConditionalForParameter extends Mixed_ implements PseudoType method __construct (line 40) | public function __construct(bool $negated, string $parameterName, Type... method isNegated (line 49) | public function isNegated(): bool method getParameterName (line 54) | public function getParameterName(): string method getTargetType (line 59) | public function getTargetType(): Type method getIf (line 64) | public function getIf(): Type method getElse (line 69) | public function getElse(): Type method underlyingType (line 74) | public function underlyingType(): Type method __toString (line 79) | public function __toString(): string FILE: src/PseudoTypes/ConstExpression.php class ConstExpression (line 23) | final class ConstExpression extends Mixed_ implements PseudoType method __construct (line 30) | public function __construct(Type $owner, string $expression) method getOwner (line 36) | public function getOwner(): Type method getExpression (line 41) | public function getExpression(): string method underlyingType (line 46) | public function underlyingType(): Type method __toString (line 51) | public function __toString(): string FILE: src/PseudoTypes/EnumString.php class EnumString (line 25) | final class EnumString extends String_ implements PseudoType method __construct (line 30) | public function __construct(?Type $genericType = null) method underlyingType (line 35) | public function underlyingType(): Type method getGenericType (line 40) | public function getGenericType(): ?Type method __toString (line 48) | public function __toString(): string FILE: src/PseudoTypes/False_.php class False_ (line 25) | final class False_ extends Boolean implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/FloatValue.php class FloatValue (line 21) | class FloatValue extends Float_ implements PseudoType method __construct (line 26) | public function __construct(float $value) method getValue (line 31) | public function getValue(): float method underlyingType (line 36) | public function underlyingType(): Type method __toString (line 41) | public function __toString(): string FILE: src/PseudoTypes/Generic.php class Generic (line 27) | final class Generic extends Object_ method __construct (line 35) | public function __construct(?Fqsen $fqsen, array $types) method getTypes (line 45) | public function getTypes(): array method __toString (line 50) | public function __toString(): string FILE: src/PseudoTypes/HtmlEscapedString.php class HtmlEscapedString (line 25) | final class HtmlEscapedString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/IntMask.php class IntMask (line 27) | final class IntMask extends Integer implements PseudoType method __construct (line 32) | public function __construct(Type ...$types) method getTypes (line 40) | public function getTypes(): array method underlyingType (line 45) | public function underlyingType(): Type method __toString (line 50) | public function __toString(): string FILE: src/PseudoTypes/IntMaskOf.php class IntMaskOf (line 25) | final class IntMaskOf extends Integer implements PseudoType method __construct (line 30) | public function __construct(Type $type) method getType (line 35) | public function getType(): Type method underlyingType (line 40) | public function underlyingType(): Type method __toString (line 45) | public function __toString(): string FILE: src/PseudoTypes/IntegerRange.php class IntegerRange (line 25) | final class IntegerRange extends Integer implements PseudoType method __construct (line 33) | public function __construct(string $minValue, string $maxValue) method underlyingType (line 39) | public function underlyingType(): Type method getMinValue (line 44) | public function getMinValue(): string method getMaxValue (line 49) | public function getMaxValue(): string method __toString (line 57) | public function __toString(): string FILE: src/PseudoTypes/IntegerValue.php class IntegerValue (line 21) | final class IntegerValue extends Integer implements PseudoType method __construct (line 26) | public function __construct(int $value) method getValue (line 31) | public function getValue(): int method underlyingType (line 36) | public function underlyingType(): Type method __toString (line 41) | public function __toString(): string FILE: src/PseudoTypes/InterfaceString.php class InterfaceString (line 25) | final class InterfaceString extends String_ implements PseudoType method __construct (line 30) | public function __construct(?Type $genericType = null) method underlyingType (line 35) | public function underlyingType(): Type method getGenericType (line 40) | public function getGenericType(): ?Type method __toString (line 48) | public function __toString(): string FILE: src/PseudoTypes/KeyOf.php class KeyOf (line 24) | final class KeyOf extends ArrayKey implements PseudoType method __construct (line 29) | public function __construct(Type $type) method getType (line 34) | public function getType(): Type method underlyingType (line 39) | public function underlyingType(): Type method __toString (line 44) | public function __toString(): string FILE: src/PseudoTypes/ListShape.php class ListShape (line 10) | final class ListShape extends ArrayShape method __toString (line 12) | public function __toString(): string FILE: src/PseudoTypes/ListShapeItem.php class ListShapeItem (line 7) | final class ListShapeItem extends ArrayShapeItem FILE: src/PseudoTypes/List_.php class List_ (line 26) | final class List_ extends Array_ implements PseudoType method underlyingType (line 28) | public function underlyingType(): Type method __construct (line 33) | public function __construct(?Type $valueType = null) method __toString (line 41) | public function __toString(): string FILE: src/PseudoTypes/LiteralString.php class LiteralString (line 25) | final class LiteralString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/LowercaseString.php class LowercaseString (line 25) | final class LowercaseString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/NegativeInteger.php class NegativeInteger (line 25) | final class NegativeInteger extends Integer implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/NeverReturn.php class NeverReturn (line 25) | final class NeverReturn extends Never_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/NeverReturns.php class NeverReturns (line 25) | final class NeverReturns extends Never_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/NoReturn.php class NoReturn (line 25) | final class NoReturn extends Never_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/NonEmptyArray.php class NonEmptyArray (line 25) | final class NonEmptyArray extends Array_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/NonEmptyList.php class NonEmptyList (line 26) | final class NonEmptyList extends Array_ implements PseudoType method underlyingType (line 28) | public function underlyingType(): Type method __construct (line 33) | public function __construct(?Type $valueType = null) method __toString (line 41) | public function __toString(): string FILE: src/PseudoTypes/NonEmptyLowercaseString.php class NonEmptyLowercaseString (line 25) | final class NonEmptyLowercaseString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/NonEmptyString.php class NonEmptyString (line 25) | final class NonEmptyString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/NonFalsyString.php class NonFalsyString (line 25) | final class NonFalsyString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/NonNegativeInteger.php class NonNegativeInteger (line 25) | final class NonNegativeInteger extends Integer implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/NonPositiveInteger.php class NonPositiveInteger (line 25) | final class NonPositiveInteger extends Integer implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/NonZeroInteger.php class NonZeroInteger (line 25) | final class NonZeroInteger extends Integer implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/NumericString.php class NumericString (line 25) | final class NumericString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/Numeric_.php class Numeric_ (line 28) | final class Numeric_ extends AggregatedType implements PseudoType method __construct (line 30) | public function __construct() method underlyingType (line 35) | public function underlyingType(): Type method __toString (line 43) | public function __toString(): string FILE: src/PseudoTypes/ObjectShape.php class ObjectShape (line 14) | final class ObjectShape extends Object_ implements PseudoType method __construct (line 19) | public function __construct(ObjectShapeItem ...$items) method getItems (line 27) | public function getItems(): array method underlyingType (line 32) | public function underlyingType(): Type method __toString (line 37) | public function __toString(): string FILE: src/PseudoTypes/ObjectShapeItem.php class ObjectShapeItem (line 7) | final class ObjectShapeItem extends ShapeItem FILE: src/PseudoTypes/OffsetAccess.php class OffsetAccess (line 27) | final class OffsetAccess extends Mixed_ implements PseudoType method __construct (line 34) | public function __construct(Type $type, Type $offset) method getType (line 40) | public function getType(): Type method getOffset (line 45) | public function getOffset(): Type method underlyingType (line 50) | public function underlyingType(): Type method __toString (line 55) | public function __toString(): string FILE: src/PseudoTypes/OpenResource.php class OpenResource (line 25) | final class OpenResource extends Resource_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/PositiveInteger.php class PositiveInteger (line 25) | final class PositiveInteger extends Integer implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 35) | public function __toString(): string FILE: src/PseudoTypes/PrivatePropertiesOf.php class PrivatePropertiesOf (line 21) | final class PrivatePropertiesOf extends PropertiesOf method __toString (line 23) | public function __toString(): string FILE: src/PseudoTypes/PropertiesOf.php class PropertiesOf (line 27) | class PropertiesOf extends Array_ implements PseudoType method __construct (line 32) | public function __construct(Type $type) method getType (line 39) | public function getType(): Type method underlyingType (line 44) | public function underlyingType(): Type method __toString (line 49) | public function __toString(): string FILE: src/PseudoTypes/ProtectedPropertiesOf.php class ProtectedPropertiesOf (line 21) | final class ProtectedPropertiesOf extends PropertiesOf method __toString (line 23) | public function __toString(): string FILE: src/PseudoTypes/PublicPropertiesOf.php class PublicPropertiesOf (line 21) | final class PublicPropertiesOf extends PropertiesOf method __toString (line 23) | public function __toString(): string FILE: src/PseudoTypes/Scalar.php class Scalar (line 29) | final class Scalar implements PseudoType method underlyingType (line 31) | public function underlyingType(): Type method __toString (line 39) | public function __toString(): string FILE: src/PseudoTypes/ShapeItem.php class ShapeItem (line 12) | abstract class ShapeItem method __construct (line 21) | public function __construct(?string $key, ?Type $value, bool $optional) method getKey (line 28) | public function getKey(): ?string method getValue (line 33) | public function getValue(): Type method isOptional (line 38) | public function isOptional(): bool method __toString (line 43) | public function __toString(): string FILE: src/PseudoTypes/StringValue.php class StringValue (line 23) | class StringValue extends String_ implements PseudoType method __construct (line 28) | public function __construct(string $value) method getValue (line 33) | public function getValue(): string method underlyingType (line 38) | public function underlyingType(): Type method __toString (line 43) | public function __toString(): string FILE: src/PseudoTypes/TraitString.php class TraitString (line 25) | final class TraitString extends String_ implements PseudoType method __construct (line 30) | public function __construct(?Type $genericType = null) method underlyingType (line 35) | public function underlyingType(): Type method getGenericType (line 40) | public function getGenericType(): ?Type method __toString (line 48) | public function __toString(): string FILE: src/PseudoTypes/True_.php class True_ (line 25) | final class True_ extends Boolean implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/TruthyString.php class TruthyString (line 25) | final class TruthyString extends String_ implements PseudoType method underlyingType (line 27) | public function underlyingType(): Type method __toString (line 32) | public function __toString(): string FILE: src/PseudoTypes/ValueOf.php class ValueOf (line 25) | final class ValueOf extends Mixed_ implements PseudoType method __construct (line 30) | public function __construct(Type $type) method getType (line 35) | public function getType(): Type method underlyingType (line 40) | public function underlyingType(): Type method __toString (line 45) | public function __toString(): string FILE: src/Type.php type Type (line 19) | interface Type method __toString (line 24) | public function __toString(): string; FILE: src/TypeResolver.php class TypeResolver (line 140) | final class TypeResolver method __construct (line 225) | public function __construct(?FqsenResolver $fqsenResolver = null) method resolve (line 248) | public function resolve(string $type, ?Context $context = null): Type method createType (line 280) | public function createType(?TypeNode $type, Context $context): Type method createFromGeneric (line 418) | private function createFromGeneric(GenericTypeNode $type, Context $con... method createFromCallable (line 505) | private function createFromCallable(CallableTypeNode $type, Context $c... method createFromConst (line 525) | private function createFromConst(ConstTypeNode $type, Context $context... method resolveSingleType (line 557) | private function resolveSingleType(string $type, Context $context): ob... method addKeyword (line 585) | public function addKeyword(string $keyword, string $typeClassName): void method isKeyword (line 618) | private function isKeyword(string $type): bool method isPartialStructuralElementName (line 630) | private function isPartialStructuralElementName(string $type): bool method isFqsen (line 640) | private function isFqsen(string $type): bool method resolveKeyword (line 650) | private function resolveKeyword(string $type): Type method resolveTypedObject (line 662) | private function resolveTypedObject(string $type, ?Context $context = ... method parse (line 667) | private function parse(TokenIterator $tokenIterator): TypeNode method createTypesByTypeNodes (line 683) | private function createTypesByTypeNodes(array $nodes, Context $context... FILE: src/Types/AbstractList.php class AbstractList (line 23) | abstract class AbstractList implements Type method __construct (line 40) | public function __construct(?Type $valueType = null, ?Type $keyType = ... method getOriginalKeyType (line 48) | public function getOriginalKeyType(): ?Type method getOriginalValueType (line 53) | public function getOriginalValueType(): ?Type method getKeyType (line 61) | public function getKeyType(): Type method getValueType (line 69) | public function getValueType(): Type FILE: src/Types/AggregatedType.php class AggregatedType (line 31) | abstract class AggregatedType implements Type, IteratorAggregate method __construct (line 45) | public function __construct(array $types, string $token) method get (line 57) | public function get(int $index): ?Type method has (line 69) | public function has(int $index): bool method contains (line 77) | public function contains(Type $type): bool method __toString (line 92) | public function __toString(): string method getIterator (line 100) | public function getIterator(): ArrayIterator method add (line 108) | private function add(Type $type): void FILE: src/Types/Array_.php class Array_ (line 30) | class Array_ extends AbstractList method __toString (line 32) | public function __toString(): string FILE: src/Types/Boolean.php class Boolean (line 23) | class Boolean implements Type method __toString (line 28) | public function __toString(): string FILE: src/Types/CallableParameter.php class CallableParameter (line 24) | final class CallableParameter method __construct (line 41) | public function __construct( method getName (line 55) | public function getName(): ?string method getType (line 60) | public function getType(): Type method isReference (line 65) | public function isReference(): bool method isVariadic (line 70) | public function isVariadic(): bool method isOptional (line 75) | public function isOptional(): bool method __toString (line 80) | public function __toString(): string FILE: src/Types/Callable_.php class Callable_ (line 25) | final class Callable_ implements Type method __construct (line 37) | public function __construct( method getIdentifier (line 47) | public function getIdentifier(): string method getParameters (line 53) | public function getParameters(): array method getReturnType (line 58) | public function getReturnType(): ?Type method __toString (line 66) | public function __toString(): string FILE: src/Types/Compound.php class Compound (line 27) | final class Compound extends AggregatedType method __construct (line 34) | public function __construct(array $types) FILE: src/Types/Context.php class Context (line 36) | final class Context method __construct (line 55) | public function __construct(string $namespace, array $namespaceAliases... method getNamespace (line 79) | public function getNamespace(): string method getNamespaceAliases (line 91) | public function getNamespaceAliases(): array FILE: src/Types/ContextFactory.php class ContextFactory (line 68) | final class ContextFactory method createFromReflector (line 81) | public function createFromReflector(Reflector $reflector): Context method createFromReflectionParameter (line 109) | private function createFromReflectionParameter(ReflectionParameter $pa... method createFromReflectionMethod (line 119) | private function createFromReflectionMethod(ReflectionMethod $method):... method createFromReflectionProperty (line 126) | private function createFromReflectionProperty(ReflectionProperty $prop... method createFromReflectionClassConstant (line 133) | private function createFromReflectionClassConstant(ReflectionClassCons... method createFromReflectionClass (line 145) | private function createFromReflectionClass(ReflectionClass $class): Co... method createForNamespace (line 171) | public function createForNamespace(string $namespace, string $fileCont... method parseNamespace (line 231) | private function parseNamespace(ArrayIterator $tokens): string method parseUseStatement (line 254) | private function parseUseStatement(ArrayIterator $tokens): array method skipToNextStringOrNamespaceSeparator (line 276) | private function skipToNextStringOrNamespaceSeparator(ArrayIterator $t... method extractUseStatements (line 307) | private function extractUseStatements(ArrayIterator $tokens): array FILE: src/Types/Expression.php class Expression (line 23) | final class Expression implements Type method __construct (line 31) | public function __construct(Type $valueType) method getValueType (line 39) | public function getValueType(): Type method __toString (line 47) | public function __toString(): string FILE: src/Types/Float_.php class Float_ (line 23) | class Float_ implements Type method __toString (line 28) | public function __toString(): string FILE: src/Types/Integer.php class Integer (line 23) | class Integer implements Type method __toString (line 28) | public function __toString(): string FILE: src/Types/Intersection.php class Intersection (line 26) | final class Intersection extends AggregatedType method __construct (line 33) | public function __construct(array $types) FILE: src/Types/Iterable_.php class Iterable_ (line 21) | final class Iterable_ extends AbstractList method __toString (line 26) | public function __toString(): string FILE: src/Types/Mixed_.php class Mixed_ (line 23) | class Mixed_ implements Type method __toString (line 28) | public function __toString(): string FILE: src/Types/Never_.php class Never_ (line 26) | class Never_ implements Type method __toString (line 31) | public function __toString(): string FILE: src/Types/Null_.php class Null_ (line 23) | final class Null_ implements Type method __toString (line 28) | public function __toString(): string FILE: src/Types/Nullable.php class Nullable (line 23) | final class Nullable implements Type method __construct (line 31) | public function __construct(Type $realType) method getActualType (line 39) | public function getActualType(): Type method __toString (line 47) | public function __toString(): string FILE: src/Types/Object_.php class Object_ (line 31) | class Object_ implements Type method __construct (line 41) | public function __construct(?Fqsen $fqsen = null) method getFqsen (line 56) | public function getFqsen(): ?Fqsen method __toString (line 61) | public function __toString(): string FILE: src/Types/Parent_.php class Parent_ (line 25) | final class Parent_ implements Type method __toString (line 30) | public function __toString(): string FILE: src/Types/Resource_.php class Resource_ (line 23) | class Resource_ implements Type method __toString (line 28) | public function __toString(): string FILE: src/Types/Self_.php class Self_ (line 27) | final class Self_ implements Type method __construct (line 32) | public function __construct(Type ...$genericTypes) method getGenericTypes (line 40) | public function getGenericTypes(): array method __toString (line 48) | public function __toString(): string FILE: src/Types/Static_.php class Static_ (line 32) | final class Static_ implements Type method __construct (line 37) | public function __construct(Type ...$genericTypes) method getGenericTypes (line 45) | public function getGenericTypes(): array method __toString (line 53) | public function __toString(): string FILE: src/Types/String_.php class String_ (line 23) | class String_ implements Type method __toString (line 28) | public function __toString(): string FILE: src/Types/This.php class This (line 26) | final class This implements Type method __toString (line 31) | public function __toString(): string FILE: src/Types/Void_.php class Void_ (line 26) | final class Void_ implements Type method __toString (line 31) | public function __toString(): string FILE: tests/benchmark/Assets/mpdf.php class Mpdf (line 67) | class Mpdf method __construct (line 1046) | public function __construct(array $config = []) method cleanup (line 1564) | public function cleanup() method setLogger (line 1575) | public function setLogger(LoggerInterface $logger) method initConfig (line 1588) | private function initConfig(array $config) method initConstructorParams (line 1601) | private function initConstructorParams(array $config) method initFontConfig (line 1626) | private function initFontConfig(array $config) method _setPageSize (line 1638) | function _setPageSize($format, &$orientation) method RestrictUnicodeFonts (line 1692) | function RestrictUnicodeFonts($res) method setMBencoding (line 1706) | function setMBencoding($enc) method SetMargins (line 1714) | function SetMargins($left, $right, $top) method ResetMargins (line 1722) | function ResetMargins() method SetLeftMargin (line 1751) | function SetLeftMargin($margin) method SetTopMargin (line 1760) | function SetTopMargin($margin) method SetRightMargin (line 1766) | function SetRightMargin($margin) method SetAutoPageBreak (line 1772) | function SetAutoPageBreak($auto, $margin = 0) method SetDisplayMode (line 1780) | function SetDisplayMode($zoom, $layout = 'continuous') method SetCompression (line 1799) | function SetCompression($compress) method SetTitle (line 1809) | function SetTitle($title) method SetSubject (line 1815) | function SetSubject($subject) method SetAuthor (line 1821) | function SetAuthor($author) method SetKeywords (line 1827) | function SetKeywords($keywords) method SetCreator (line 1833) | function SetCreator($creator) method AddCustomProperty (line 1839) | function AddCustomProperty($key, $value) method SetAssociatedFiles (line 1867) | function SetAssociatedFiles(array $files) method SetAdditionalXmpRdf (line 1872) | function SetAdditionalXmpRdf($s) method SetAnchor2Bookmark (line 1877) | function SetAnchor2Bookmark($x) method AliasNbPages (line 1882) | public function AliasNbPages($alias = '{nb}') method AliasNbPageGroups (line 1888) | public function AliasNbPageGroups($alias = '{nbpg}') method SetAlpha (line 1894) | function SetAlpha($alpha, $bm = 'Normal', $return = false, $mode = 'B') method AddExtGState (line 1923) | function AddExtGState($parms) method SetVisibility (line 1946) | function SetVisibility($v) method Open (line 1973) | function Open() method Close (line 1985) | function Close() method _resizeBackgroundImage (line 2053) | function _resizeBackgroundImage($imw, $imh, $cw, $ch, $resize, $repx, ... method SetBackground (line 2148) | function SetBackground(&$properties, &$maxwidth) method PrintBodyBackgrounds (line 2243) | function PrintBodyBackgrounds() method _setClippingPath (line 2299) | function _setClippingPath($clx, $cly, $clw, $clh) method PrintPageBackgrounds (line 2311) | function PrintPageBackgrounds($adjustmenty = 0) method PrintTableBackgrounds (line 2578) | function PrintTableBackgrounds($adjustmenty = 0) method BeginLayer (line 2757) | function BeginLayer($id) method EndLayer (line 2780) | function EndLayer() method AddPageByArray (line 2788) | function AddPageByArray($a) method _preForcedPagebreak (line 2820) | function _preForcedPagebreak($pagebreaktype) method _postForcedPagebreak (line 2855) | function _postForcedPagebreak($pagebreaktype, $startpage, $save_blk, $... method AddPage (line 2903) | function AddPage( method PageNo (line 3314) | function PageNo() method AddSpotColorsFromFile (line 3319) | function AddSpotColorsFromFile($file) method AddSpotColor (line 3335) | function AddSpotColor($name, $c, $m, $y, $k) method SetColor (line 3345) | function SetColor($col, $type = '') method SetDColor (line 3369) | function SetDColor($col, $return = false) method SetFColor (line 3385) | function SetFColor($col, $return = false) method SetTColor (line 3402) | function SetTColor($col, $return = false) method SetDrawColor (line 3415) | function SetDrawColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) method SetFillColor (line 3430) | function SetFillColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) method SetTextColor (line 3445) | function SetTextColor($r, $g = -1, $b = -1, $col4 = -1, $return = false) method _getCharWidth (line 3460) | function _getCharWidth(&$cw, $u, $isdef = true) method _charDefined (line 3481) | function _charDefined(&$cw, $u) method GetCharWidthCore (line 3494) | function GetCharWidthCore($c) method GetCharWidthNonCore (line 3525) | function GetCharWidthNonCore($c, $addSubset = true) method GetCharWidth (line 3586) | function GetCharWidth($c, $addSubset = true) method GetStringWidth (line 3595) | function GetStringWidth($s, $addSubset = true, $OTLdata = false, $text... method SetLineWidth (line 3734) | function SetLineWidth($width) method Line (line 3745) | function Line($x1, $y1, $x2, $y2) method Arrow (line 3751) | function Arrow($x1, $y1, $x2, $y2, $headsize = 3, $fill = 'B', $angle ... method Rect (line 3783) | function Rect($x, $y, $w, $h, $style = '') method AddFontDirectory (line 3796) | function AddFontDirectory($directory) method AddFont (line 3802) | function AddFont($family, $style = '') method SetFont (line 4009) | function SetFont($family, $style = '', $size = 0, $write = true, $forc... method SetFontSize (line 4271) | function SetFontSize($size, $write = true) method AddLink (line 4290) | function AddLink() method SetLink (line 4298) | function SetLink($link, $y = 0, $page = -1) method Link (line 4310) | function Link($x, $y, $w, $h, $link) method Text (line 4335) | function Text($x, $y, $txt, $OTLdata = [], $textvar = 0, $aixextra = '... method WriteText (line 4470) | function WriteText($x, $y, $txt) method WriteCell (line 4511) | function WriteCell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align... method ResetSpacing (line 4553) | function ResetSpacing() method SetSpacing (line 4565) | function SetSpacing($cs, $ws) method GetJspacing (line 4588) | function GetJspacing($nc, $ns, $w, $inclCursive, &$cOTLdata) method Cell (line 4721) | function Cell($w, $h = 0, $txt = '', $border = 0, $ln = 0, $align = ''... method applyGPOSpdf (line 5405) | function applyGPOSpdf($txt, $aix, $x, $y, $OTLdata, $textvar = 0) method _kern (line 5755) | function _kern($txt, $mode, $aix, $x, $y) method MultiCell (line 5820) | function MultiCell($w, $h, $txt, $border = 0, $align = '', $fill = 0, ... method Write (line 6120) | function Write($h, $txt, $currentx = 0, $link = '', $directionality = ... method saveInlineProperties (line 6134) | function saveInlineProperties() method restoreInlineProperties (line 6164) | function restoreInlineProperties(&$saved) method GetFirstBlockFill (line 6220) | function GetFirstBlockFill() method saveFont (line 6237) | function saveFont() method restoreFont (line 6263) | function restoreFont(&$saved, $write = true) method newFlowingBlock (line 6302) | function newFlowingBlock($w, $h, $a = '', $is_table = false, $blocksta... method finishFlowingBlock (line 6334) | function finishFlowingBlock($endofblock = false, $next = '') method printobjectbuffer (line 6993) | function printobjectbuffer($is_table = false, $blockdir = false) method _printListBullet (line 7565) | function _printListBullet($x, $y, $size, $type, $color) method _moveToPrevChar (line 7587) | function _moveToPrevChar(&$contentctr, &$charctr, $content) method _getPrevChar (line 7611) | function _getPrevChar($contentctr, $charctr, $content) method WriteFlowingBlock (line 7634) | function WriteFlowingBlock($s, $sOTLdata) method _advanceFloatMargins (line 8658) | function _advanceFloatMargins() method _SetTextRendering (line 8704) | function _SetTextRendering($mode) method SetTextOutline (line 8716) | function SetTextOutline($params = []) method Image (line 8738) | function Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', ... method _getObjAttr (line 8972) | function _getObjAttr($t) method inlineObject (line 8983) | function inlineObject($type, $x, $y, $objattr, $Lmargin, $widthUsed, $... method SetLineJoin (line 9210) | function SetLineJoin($mode = 0) method SetLineCap (line 9219) | function SetLineCap($mode = 2) method SetDash (line 9228) | function SetDash($black = false, $white = false) method SetDisplayPreferences (line 9241) | function SetDisplayPreferences($preferences) method Ln (line 9247) | function Ln($h = '', $collapsible = 0) method DivLn (line 9264) | function DivLn($h, $level = -3, $move_y = true, $collapsible = false, ... method SetX (line 9340) | function SetX($x) method SetY (line 9350) | function SetY($y) method SetXY (line 9361) | function SetXY($x, $y) method Output (line 9368) | function Output($name = '', $dest = '') method _dochecks (line 9523) | function _dochecks() method _puthtmlheaders (line 9544) | function _puthtmlheaders() method Annotation (line 9753) | function Annotation($text, $x = 0, $y = 0, $icon = 'Note', $author = '... method _enddoc (line 9823) | function _enddoc() method _beginpage (line 9946) | function _beginpage( method _setAutoHeaderHeight (line 10280) | function _setAutoHeaderHeight(&$htmlh) method _setAutoFooterHeight (line 10307) | function _setAutoFooterHeight(&$htmlf) method _endpage (line 10335) | function _endpage() method _dounderline (line 10349) | function _dounderline($x, $y, $txt, $OTLdata = false, $textvar = 0) method watermark (line 10363) | function watermark($texte, $angle = 45, $fontsize = 96, $alpha = 0.2) method watermarkImg (line 10448) | function watermarkImg($src, $alpha = 0.2) method Rotate (line 10469) | function Rotate($angle, $x = -1, $y = -1) method CircularText (line 10491) | function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily =... method RoundedRect (line 10501) | function RoundedRect($x, $y, $w, $h, $r, $style = '') method _Arc (line 10538) | function _Arc($x1, $y1, $x2, $y2, $x3, $y3) method Shaded_box (line 10549) | function Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '',... method UTF8StringToArray (line 10560) | function UTF8StringToArray($str, $addSubset = true) method UTF8toSubset (line 10589) | function UTF8toSubset($str) method AddCIDFont (line 10651) | function AddCIDFont($family, $style, $name, &$cw, $CMap, $registry, $d... method AddCJKFont (line 10668) | function AddCJKFont($family) method AddBig5Font (line 10685) | function AddBig5Font() method AddGBFont (line 10708) | function AddGBFont() method AddSJISFont (line 10732) | function AddSJISFont() method AddUHCFont (line 10756) | function AddUHCFont() method SetDefaultFont (line 10790) | function SetDefaultFont($font) method SetDefaultFontSize (line 10814) | function SetDefaultFontSize($fontsize) method SetDefaultBodyCSS (line 10823) | function SetDefaultBodyCSS($prop, $val) method SetDirectionality (line 10831) | function SetDirectionality($dir = 'ltr') method fixLineheight (line 10858) | function fixLineheight($v) method _getNormalLineheight (line 10874) | function _getNormalLineheight($desc = false) method SetLineHeight (line 10893) | function SetLineHeight($FontPt = '', $lh = '') method _computeLineheight (line 10902) | function _computeLineheight($lh, $fs = '') method _setLineYpos (line 10923) | function _setLineYpos(&$fontsize, &$fontdesc, &$CSSlineheight, $blockY... method _setInlineBlockHeights (line 10997) | function _setInlineBlockHeights(&$lineBox, &$stackHeight, &$content, &... method SetBasePath (line 11287) | function SetBasePath($str = '') method GetFullPath (line 11334) | public function GetFullPath(&$path, $basepath = '') method docPageNum (line 11404) | function docPageNum($num = 0, $extras = false) method docPageNumTotal (line 11453) | function docPageNumTotal($num = 0, $extras = false) method _getStyledNumber (line 11506) | function _getStyledNumber($ppgno, $type, $listmarker = false) method docPageSettings (line 11558) | function docPageSettings($num = 0) method RestartDocTemplate (line 11603) | function RestartDocTemplate() method Header (line 11609) | function Header($content = '') method TableHeaderFooter (line 11623) | function TableHeaderFooter($content = '', $tablestartpage = '', $table... method SetHTMLHeader (line 12136) | function SetHTMLHeader($header = '', $OE = '', $write = false) method SetHTMLFooter (line 12203) | function SetHTMLFooter($footer = '', $OE = '') method _getHtmlHeight (line 12269) | function _getHtmlHeight($html) method writeHTMLHeaders (line 12313) | function writeHTMLHeaders() method writeHTMLFooters (line 12346) | function writeHTMLFooters() method _shareHeaderFooterWidth (line 12384) | function _shareHeaderFooterWidth($cl, $cc, $cr) method _createHTMLheaderFooter (line 12401) | function _createHTMLheaderFooter($arr, $hf) method DefHeaderByName (line 12488) | function DefHeaderByName($name, $arr) method DefFooterByName (line 12499) | function DefFooterByName($name, $arr) method SetHeaderByName (line 12510) | function SetHeaderByName($name, $side = 'O', $write = false) method SetFooterByName (line 12518) | function SetFooterByName($name, $side = 'O') method DefHTMLHeaderByName (line 12526) | function DefHTMLHeaderByName($name, $html) method DefHTMLFooterByName (line 12536) | function DefHTMLFooterByName($name, $html) method SetHTMLHeaderByName (line 12546) | function SetHTMLHeaderByName($name, $side = 'O', $write = false) method SetHTMLFooterByName (line 12554) | function SetHTMLFooterByName($name, $side = 'O') method SetHeader (line 12562) | function SetHeader($Harray = [], $side = '', $write = false) method SetFooter (line 12709) | function SetFooter($Farray = [], $side = '') method SetWatermarkText (line 12857) | function SetWatermarkText($txt = '', $alpha = -1) method SetWatermarkImage (line 12865) | function SetWatermarkImage($src, $alpha = -1, $size = 'D', $pos = 'F') method Footer (line 12878) | function Footer() method WriteHTML (line 12997) | function WriteHTML($html, $mode = HTMLParserMode::DEFAULT_MODE, $init ... method WriteFixedPosHTML (line 13751) | function WriteFixedPosHTML($html, $x, $y, $w, $h, $overflow = 'visible... method initialiseBlock (line 14615) | function initialiseBlock(&$blk) method border_details (line 14643) | function border_details($bd) method _borderPadding (line 14727) | function _borderPadding($a, $b, &$px, &$py) method SetPagedMediaCSS (line 14751) | function SetPagedMediaCSS($name, $first, $oddEven) method ClearFloats (line 15121) | function ClearFloats($clear, $blklvl = 0) method GetFloatDivInfo (line 15152) | function GetFloatDivInfo($blklvl = 0, $clear = false) method _setListMarker (line 15184) | function _setListMarker($listitemtype, $listitemimage, $listitemposition) method _getListMarkerWidth (line 15416) | function _getListMarkerWidth(&$currblk, &$a, &$i) method _saveTextBuffer (line 15603) | function _saveTextBuffer($t, $link = '', $intlink = '', $return = false) method _saveCellTextBuffer (line 15668) | function _saveCellTextBuffer($t, $link = '', $intlink = '') method printbuffer (line 15723) | function printbuffer($arrayaux, $blockstate = 0, $is_table = false, $t... method _setDashBorder (line 16439) | function _setDashBorder($style, $div, $cp, $side) method _setBorderLine (line 16453) | function _setBorderLine($b, $k = 1) method PaintDivBB (line 16464) | function PaintDivBB($divider = '', $blockstate = 0, $blvl = 0) method _EllipseArc (line 17592) | function _EllipseArc($x0, $y0, $rx, $ry, $seg = 1, $part = false, $sta... method PaintDivLnBorder (line 17664) | function PaintDivLnBorder($state = 0, $blvl = 0, $h = 0) method PaintImgBorder (line 17764) | function PaintImgBorder($objattr, $is_table) method Reset (line 17843) | function Reset() method ReadMetaTags (line 17916) | function ReadMetaTags($html) method ReadCharset (line 17944) | function ReadCharset($html) method setCSS (line 17956) | function setCSS($arrayaux, $type = '', $tag = '') method SetStyle (line 18817) | function SetStyle($tag, $enable) method SetStylesArray (line 18831) | function SetStylesArray($arr) method SetStyles (line 18851) | function SetStyles($str) method ResetStyles (line 18866) | function ResetStyles() method DisableTags (line 18875) | function DisableTags($str = '') method TableCheckMinWidth (line 18890) | function TableCheckMinWidth($maxwidth, $forcewrap = 0, $textbuffer = [... method shrinkTable (line 19125) | function shrinkTable(&$table, $k) method read_short (line 19269) | function read_short(&$fh) method _packCellBorder (line 19279) | function _packCellBorder($cell) method _getBorderWidths (line 19293) | function _getBorderWidths($bindata) method _unpackCellBorder (line 19310) | function _unpackCellBorder($bindata) method _tableColumnWidth (line 19371) | function _tableColumnWidth(&$table, $firstpass = false) method _tableWidth (line 19841) | function _tableWidth(&$table) method _tableHeight (line 20143) | function _tableHeight(&$table) method _tableGetWidth (line 20478) | function _tableGetWidth(&$table, $i, $j) method _splitTableGetWidth (line 20503) | function _splitTableGetWidth(&$table, $i, $j) method _tableGetHeight (line 20533) | function _tableGetHeight(&$table, $i, $j) method _tableGetMaxRowHeight (line 20562) | function _tableGetMaxRowHeight($table, $row) method _tableRect (line 20589) | function _tableRect($x, $y, $w, $h, $bord = -1, $details = [], $buffer... method setBorder (line 21122) | function setBorder(&$var, $flag, $set = true) method issetBorder (line 21132) | function issetBorder($var, $flag) method _table2cellBorder (line 21139) | function _table2cellBorder(&$tableb, &$cbdb, &$cellb, $bval) method _fixTableBorders (line 21151) | function _fixTableBorders(&$table) method _reverseTableDir (line 21668) | function _reverseTableDir(&$table) method _tableWrite (line 21707) | function _tableWrite(&$table, $split = false, $startrow = 0, $startcol... method _putextgstates (line 23145) | function _putextgstates() method SetProtection (line 23159) | function SetProtection($permissions = [], $user_pass = '', $owner_pass... method Bookmark (line 23166) | function Bookmark($txt, $level = 0, $y = 0) method TOC (line 23200) | function TOC( method TOCpagebreakByArray (line 23229) | function TOCpagebreakByArray($a) method TOCpagebreak (line 23282) | function TOCpagebreak($tocfont = '', $tocfontsize = '', $tocindent = '... method TOC_Entry (line 23303) | function TOC_Entry($txt, $level = 0, $toc_id = 0) method MovePages (line 23350) | function MovePages($target_page, $start_page, $end_page = -1) method DeletePages (line 23608) | function DeletePages($start_page, $end_page = -1) method IndexEntry (line 23778) | function IndexEntry($txt, $xref = '') method IndexEntrySee (line 23819) | function IndexEntrySee($txta, $txtb) method filesInDir (line 23841) | private function filesInDir($directory) method InsertIndex (line 23855) | function InsertIndex($usedivletters = 1, $useLinking = false, $indexCo... method AcceptPageBreak (line 24075) | function AcceptPageBreak() method SetColumns (line 24125) | function SetColumns($NbCol, $vAlign = '', $gap = 5) method SetCol (line 24207) | function SetCol($CurrCol) method AddColumn (line 24221) | function AddColumn() method NewColumn (line 24227) | function NewColumn() method printcolumnbuffer (line 24262) | function printcolumnbuffer() method columnAdjustPregReplace (line 24730) | function columnAdjustPregReplace($type, $xadj, $yadj, $pattern, $subject) method printcellbuffer (line 24760) | function printcellbuffer() method printtablebuffer (line 24807) | function printtablebuffer() method printkwtbuffer (line 24983) | function printkwtbuffer() method printfloatbuffer (line 25161) | function printfloatbuffer() method Circle (line 25172) | function Circle($x, $y, $r, $style = 'S') method Ellipse (line 25177) | function Ellipse($x, $y, $rx, $ry, $style = 'S') method AutosizeText (line 25199) | function AutosizeText($text, $w, $font, $style, $szfont = 72) method magic_reverse_dir (line 25266) | function magic_reverse_dir(&$chunk, $dir, &$chunkOTLdata) method getBasicOTLdata (line 25312) | function getBasicOTLdata(&$chunkOTLdata, $unicode, &$is_strong) method _setBidiCodes (line 25341) | function _setBidiCodes($mode = 'start', $bdf = '') method SetSubstitutions (line 25382) | function SetSubstitutions() method SubstituteChars (line 25392) | function SubstituteChars($html) method SubstituteCharsSIP (line 25409) | function SubstituteCharsSIP(&$writehtml_a, &$writehtml_i, &$writehtml_e) method SubstituteCharsNonCore (line 25430) | function SubstituteCharsNonCore(&$writehtml_a, &$writehtml_i, &$writeh... method SubstituteCharsMB (line 25546) | function SubstituteCharsMB(&$writehtml_a, &$writehtml_i, &$writehtml_e) method setHiEntitySubstitutions (line 25818) | function setHiEntitySubstitutions() method SubstituteHiEntities (line 25828) | function SubstituteHiEntities($html) method is_utf8 (line 25842) | function is_utf8(&$string) method purify_utf8 (line 25864) | function purify_utf8($html, $lo = true) method purify_utf8_text (line 25906) | function purify_utf8_text($txt) method all_entities_to_utf8 (line 25918) | function all_entities_to_utf8($txt) method WriteBarcode (line 25938) | function WriteBarcode($code, $showtext = 1, $x = '', $y = '', $size = ... method WriteBarcode2 (line 26318) | function WriteBarcode2($code, $x = '', $y = '', $size = 1, $height = 1... method StartTransform (line 26412) | function StartTransform($returnstring = false) method StopTransform (line 26421) | function StopTransform($returnstring = false) method transformScale (line 26430) | function transformScale($s_x, $s_y, $x = '', $y = '', $returnstring = ... method transformTranslate (line 26466) | function transformTranslate($t_x, $t_y, $returnstring = false) method transformRotate (line 26485) | function transformRotate($angle, $x = '', $y = '', $returnstring = false) method transformSkew (line 26519) | function transformSkew($angle_x, $angle_y, $x = '', $y = '', $returnst... method _transform (line 26552) | function _transform($tm, $returnstring = false) method markScriptToLang (line 26562) | function markScriptToLang($html) method columnAdjustAdd (line 26688) | function columnAdjustAdd($type, $k, $xadj, $yadj, $a, $b, $c = 0, $d =... method ConvertAngle (line 26741) | function ConvertAngle($s, $makepositive = true) method lesser_entity_decode (line 26776) | function lesser_entity_decode($html) method AdjustHTML (line 26789) | function AdjustHTML($html, $tabSpaces = 8) method tabs2spaces_callback (line 26950) | function tabs2spaces_callback($matches) method date_callback (line 26956) | function date_callback($matches) method OverWrite (line 26962) | function OverWrite($file_in, $search, $replacement, $dest = Destinatio... method Thumbnail (line 27122) | function Thumbnail($file, $npr = 3, $spacing = 10) method SetPageTemplate (line 27166) | function SetPageTemplate($tplidx = '') method SetDocTemplate (line 27175) | function SetDocTemplate($file = '', $continue = 0) method _set_object_javascript (line 27184) | function _set_object_javascript($string) method SetJS (line 27194) | function SetJS($script) method toFloat (line 27206) | public function toFloat($num) method getFontDescriptor (line 27222) | public function getFontDescriptor() method _out (line 27230) | public function _out($s) FILE: tests/benchmark/ContextFactoryBench.php class ContextFactoryBench (line 13) | final class ContextFactoryBench method setup (line 17) | public function setup(): void method benchCreateContextForNamespace (line 25) | public function benchCreateContextForNamespace(): void FILE: tests/benchmark/TypeResolverBench.php class TypeResolverBench (line 14) | class TypeResolverBench method setup (line 18) | public function setup(): void method benchResolveSingleType (line 27) | public function benchResolveSingleType() : void method benchResolveCompoundType (line 36) | public function benchResolveCompoundType() : void method benchResolveArrayType (line 45) | public function benchResolveArrayType() : void method benchResolveCompoundArrayType (line 54) | public function benchResolveCompoundArrayType() : void method benchResolveCompoundArrayWithDefinedTypes (line 63) | public function benchResolveCompoundArrayWithDefinedTypes() : void FILE: tests/benchmark/TypeResolverWithContextBench.php class TypeResolverWithContextBench (line 15) | final class TypeResolverWithContextBench method setup (line 27) | public function setup(): void method benchResolveCompoundArrayWithDefinedTypes (line 37) | public function benchResolveCompoundArrayWithDefinedTypes() : void method benchArrayOfClass (line 45) | public function benchArrayOfClass() : void FILE: tests/unit/CollectionResolverTest.php class CollectionResolverTest (line 30) | class CollectionResolverTest extends TestCase method testResolvingCollection (line 38) | public function testResolvingCollection(): void method testResolvingCollectionWithKeyType (line 56) | public function testResolvingCollectionWithKeyType(): void method testResolvingArrayCollection (line 79) | public function testResolvingArrayCollection(): void method testResolvingArrayCollectionWithKey (line 101) | public function testResolvingArrayCollectionWithKey(): void method testResolvingArrayCollectionWithKeyAndWhitespace (line 123) | public function testResolvingArrayCollectionWithKeyAndWhitespace(): void method testResolvingCollectionOfCollection (line 146) | public function testResolvingCollectionOfCollection(): void method testGoodArrayCollectionKey (line 170) | public function testGoodArrayCollectionKey(): void method testMissingStartCollection (line 185) | public function testMissingStartCollection(): void method testMissingEndCollection (line 193) | public function testMissingEndCollection(): void method testBadCollectionClass (line 201) | public function testBadCollectionClass(): void method testResolvingCollectionAsArray (line 214) | public function testResolvingCollectionAsArray(): void method testResolvingList (line 235) | public function testResolvingList(): void method testResolvingNonEmptyList (line 256) | public function testResolvingNonEmptyList(): void method testResolvingNullableArray (line 277) | public function testResolvingNullableArray(): void FILE: tests/unit/FqsenResolverTest.php class FqsenResolverTest (line 20) | final class FqsenResolverTest extends TestCase method testResolveFqsen (line 22) | public function testResolveFqsen(): void method testResolveFqsenWithEmoji (line 32) | public function testResolveFqsenWithEmoji(): void method testResolveWithoutContext (line 42) | public function testResolveWithoutContext(): void method testResolveFromAlias (line 50) | public function testResolveFromAlias(): void method testResolveFromPartialAlias (line 60) | public function testResolveFromPartialAlias(): void method testResolveThrowsExceptionWhenGarbageInputIsPassed (line 70) | public function testResolveThrowsExceptionWhenGarbageInputIsPassed(): ... FILE: tests/unit/IntegerRangeResolverTest.php class IntegerRangeResolverTest (line 21) | class IntegerRangeResolverTest extends TestCase method testResolvingIntRange (line 28) | public function testResolvingIntRange(): void method testResolvingIntRangeWithKeywords (line 49) | public function testResolvingIntRangeWithKeywords(): void method testResolvingIntRangeErrorMissingMaxValue (line 70) | public function testResolvingIntRangeErrorMissingMaxValue(): void method testResolvingIntRangeErrorMisingMinValue (line 84) | public function testResolvingIntRangeErrorMisingMinValue(): void method testResolvingIntRangeErrorMisingComma (line 98) | public function testResolvingIntRangeErrorMisingComma(): void method testResolvingIntRangeErrorMissingEnd (line 112) | public function testResolvingIntRangeErrorMissingEnd(): void FILE: tests/unit/NumericResolverTest.php class NumericResolverTest (line 23) | class NumericResolverTest extends TestCase method testResolvingIntRange (line 30) | public function testResolvingIntRange(): void FILE: tests/unit/PseudoTypes/ArrayKeyTest.php class ArrayKeyTest (line 21) | final class ArrayKeyTest extends TestCase method testCreate (line 23) | public function testCreate(): void method testToString (line 30) | public function testToString(): void method testArrayKeyCanBeIterated (line 38) | public function testArrayKeyCanBeIterated(): void FILE: tests/unit/PseudoTypes/ArrayShapeItemTest.php class ArrayShapeItemTest (line 18) | final class ArrayShapeItemTest extends TestCase method testCreate (line 20) | public function testCreate(): void FILE: tests/unit/PseudoTypes/ArrayShapeTest.php class ArrayShapeTest (line 11) | final class ArrayShapeTest extends TestCase method testCreate (line 13) | public function testCreate(): void method testToString (line 27) | public function testToString(string $expectedResult, ArrayShape $array... method provideToStringData (line 35) | public static function provideToStringData(): array FILE: tests/unit/PseudoTypes/CallableArrayTest.php class CallableArrayTest (line 21) | final class CallableArrayTest extends TestCase method testCreate (line 23) | public function testCreate(): void method testToString (line 32) | public function testToString(): void FILE: tests/unit/PseudoTypes/CallableStringTest.php class CallableStringTest (line 19) | final class CallableStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/ClassStringTest.php class ClassStringTest (line 22) | final class ClassStringTest extends TestCase method testCreate (line 24) | public function testCreate(): void method testToString (line 36) | public function testToString(ClassString $type, string $expectedString... method provideToStringData (line 44) | public function provideToStringData(): array FILE: tests/unit/PseudoTypes/ClosedResourceTest.php class ClosedResourceTest (line 19) | final class ClosedResourceTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/ConditionalForParameterTest.php class ConditionalForParameterTest (line 13) | final class ConditionalForParameterTest extends TestCase method testCreate (line 15) | public function testCreate(): void method testToString (line 34) | public function testToString(string $expectedResult, ConditionalForPar... method provideToStringData (line 42) | public static function provideToStringData(): array FILE: tests/unit/PseudoTypes/ConditionalTest.php class ConditionalTest (line 15) | final class ConditionalTest extends TestCase method testCreate (line 17) | public function testCreate(): void method testToString (line 36) | public function testToString(string $expectedResult, Conditional $type... method provideToStringData (line 44) | public static function provideToStringData(): array FILE: tests/unit/PseudoTypes/ConstExpressionTest.php class ConstExpressionTest (line 21) | final class ConstExpressionTest extends TestCase method testCreate (line 23) | public function testCreate(): void FILE: tests/unit/PseudoTypes/EnumStringTest.php class EnumStringTest (line 22) | final class EnumStringTest extends TestCase method testCreate (line 24) | public function testCreate(): void method testToString (line 36) | public function testToString(EnumString $type, string $expectedString)... method provideToStringData (line 44) | public function provideToStringData(): array FILE: tests/unit/PseudoTypes/FalseTest.php class FalseTest (line 19) | final class FalseTest extends TestCase method testExposesUnderlyingType (line 21) | public function testExposesUnderlyingType(): void method testFalseStringifyCorrectly (line 28) | public function testFalseStringifyCorrectly(): void FILE: tests/unit/PseudoTypes/FloatValueTest.php class FloatValueTest (line 19) | final class FloatValueTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 30) | public function testToString(): void FILE: tests/unit/PseudoTypes/GenericTest.php class GenericTest (line 14) | final class GenericTest extends TestCase method testCreate (line 16) | public function testCreate(): void method testToString (line 29) | public function testToString(string $expectedResult, Generic $type): void method provideToStringData (line 37) | public static function provideToStringData(): array FILE: tests/unit/PseudoTypes/HtmlEscapedStringTest.php class HtmlEscapedStringTest (line 19) | final class HtmlEscapedStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/IntMaskOfTest.php class IntMaskOfTest (line 11) | final class IntMaskOfTest extends TestCase method testCreate (line 13) | public function testCreate(): void method testToString (line 22) | public function testToString(): void FILE: tests/unit/PseudoTypes/IntMaskTest.php class IntMaskTest (line 10) | final class IntMaskTest extends TestCase method testCreate (line 12) | public function testCreate(): void method testToString (line 21) | public function testToString(): void FILE: tests/unit/PseudoTypes/IntegerRangeTest.php class IntegerRangeTest (line 19) | final class IntegerRangeTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 35) | public function testToString(IntegerRange $type, string $expectedStrin... method provideToStringData (line 43) | public function provideToStringData(): array FILE: tests/unit/PseudoTypes/IntegerValueTest.php class IntegerValueTest (line 19) | final class IntegerValueTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 30) | public function testToString(): void FILE: tests/unit/PseudoTypes/InterfaceStringTest.php class InterfaceStringTest (line 22) | final class InterfaceStringTest extends TestCase method testCreate (line 24) | public function testCreate(): void method testToString (line 36) | public function testToString(InterfaceString $type, string $expectedSt... method provideToStringData (line 44) | public function provideToStringData(): array FILE: tests/unit/PseudoTypes/KeyOfTest.php class KeyOfTest (line 11) | final class KeyOfTest extends TestCase method testCreate (line 13) | public function testCreate(): void method testToString (line 22) | public function testToString(): void FILE: tests/unit/PseudoTypes/ListShapeTest.php class ListShapeTest (line 18) | final class ListShapeTest extends TestCase method testToString (line 20) | public function testToString(): void FILE: tests/unit/PseudoTypes/ListTest.php class ListTest (line 23) | final class ListTest extends TestCase method testCreateWithoutParams (line 25) | public function testCreateWithoutParams(): void method testToString (line 39) | public function testToString(List_ $array, string $expectedString): void method provideToStringData (line 47) | public function provideToStringData(): array FILE: tests/unit/PseudoTypes/LiteralStringTest.php class LiteralStringTest (line 19) | final class LiteralStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/LowercaseStringTest.php class LowercaseStringTest (line 19) | final class LowercaseStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NegativeIntegerTest.php class NegativeIntegerTest (line 19) | final class NegativeIntegerTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NeverReturnTest.php class NeverReturnTest (line 19) | final class NeverReturnTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NeverReturnsTest.php class NeverReturnsTest (line 19) | final class NeverReturnsTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NoReturnTest.php class NoReturnTest (line 19) | final class NoReturnTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NonEmptyArrayTest.php class NonEmptyArrayTest (line 23) | final class NonEmptyArrayTest extends TestCase method testCreateWithoutParams (line 25) | public function testCreateWithoutParams(): void method testToString (line 39) | public function testToString(NonEmptyArray $type, string $expectedStri... method provideToStringData (line 47) | public function provideToStringData(): array FILE: tests/unit/PseudoTypes/NonEmptyListTest.php class NonEmptyListTest (line 23) | final class NonEmptyListTest extends TestCase method testCreateWithoutParams (line 25) | public function testCreateWithoutParams(): void method testToString (line 39) | public function testToString(NonEmptyList $array, string $expectedStri... method provideToStringData (line 47) | public function provideToStringData(): array FILE: tests/unit/PseudoTypes/NonEmptyLowercaseStringTest.php class NonEmptyLowercaseStringTest (line 19) | final class NonEmptyLowercaseStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NonEmptyStringTest.php class NonEmptyStringTest (line 19) | final class NonEmptyStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NonFalsyStringTest.php class NonFalsyStringTest (line 19) | final class NonFalsyStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NonNegativeIntegerTest.php class NonNegativeIntegerTest (line 19) | final class NonNegativeIntegerTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NonPositiveIntegerTest.php class NonPositiveIntegerTest (line 19) | final class NonPositiveIntegerTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NonZeroIntegerTest.php class NonZeroIntegerTest (line 19) | final class NonZeroIntegerTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/NumericStringTest.php class NumericStringTest (line 19) | final class NumericStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/ObjectShapeTest.php class ObjectShapeTest (line 10) | final class ObjectShapeTest extends TestCase method testCreate (line 12) | public function testCreate(): void method testToString (line 26) | public function testToString(string $expectedResult, ObjectShape $obje... method provideToStringData (line 34) | public static function provideToStringData(): array FILE: tests/unit/PseudoTypes/OffsetAccessTest.php class OffsetAccessTest (line 12) | final class OffsetAccessTest extends TestCase method testCreate (line 14) | public function testCreate(): void method testToString (line 28) | public function testToString(string $expectedResult, OffsetAccess $typ... method provideToStringData (line 36) | public static function provideToStringData(): array FILE: tests/unit/PseudoTypes/OpenResourceTest.php class OpenResourceTest (line 19) | final class OpenResourceTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/PositiveIntegerTest.php class PositiveIntegerTest (line 19) | final class PositiveIntegerTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/PrivatePropertiesOfTest.php class PrivatePropertiesOfTest (line 10) | final class PrivatePropertiesOfTest extends TestCase method testToString (line 12) | public function testToString(): void FILE: tests/unit/PseudoTypes/PropertiesOfTest.php class PropertiesOfTest (line 13) | final class PropertiesOfTest extends TestCase method testCreate (line 15) | public function testCreate(): void method testToString (line 26) | public function testToString(): void FILE: tests/unit/PseudoTypes/ProtectedPropertiesOfTest.php class ProtectedPropertiesOfTest (line 10) | final class ProtectedPropertiesOfTest extends TestCase method testToString (line 12) | public function testToString(): void FILE: tests/unit/PseudoTypes/PublicPropertiesOfTest.php class PublicPropertiesOfTest (line 10) | final class PublicPropertiesOfTest extends TestCase method testToString (line 12) | public function testToString(): void FILE: tests/unit/PseudoTypes/ScalarTest.php class ScalarTest (line 23) | final class ScalarTest extends TestCase method testCreate (line 25) | public function testCreate(): void method testToString (line 33) | public function testToString(): void FILE: tests/unit/PseudoTypes/StringValueTest.php class StringValueTest (line 19) | final class StringValueTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 30) | public function testToString(): void FILE: tests/unit/PseudoTypes/TraitStringTest.php class TraitStringTest (line 22) | final class TraitStringTest extends TestCase method testCreate (line 24) | public function testCreate(): void method testToString (line 36) | public function testToString(TraitString $type, string $expectedString... method provideToStringData (line 44) | public function provideToStringData(): array FILE: tests/unit/PseudoTypes/TrueTest.php class TrueTest (line 19) | final class TrueTest extends TestCase method testExposesUnderlyingType (line 21) | public function testExposesUnderlyingType(): void method testTrueStringifyCorrectly (line 28) | public function testTrueStringifyCorrectly(): void FILE: tests/unit/PseudoTypes/TruthyStringTest.php class TruthyStringTest (line 19) | final class TruthyStringTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 28) | public function testToString(): void FILE: tests/unit/PseudoTypes/ValueOfTest.php class ValueOfTest (line 12) | final class ValueOfTest extends TestCase method testCreate (line 14) | public function testCreate(): void method testToString (line 23) | public function testToString(): void FILE: tests/unit/TypeResolverTest.php class TypeResolverTest (line 102) | class TypeResolverTest extends TestCase method testResolvingKeywords (line 115) | public function testResolvingKeywords(string $keyword, string $expecte... method testResolvingFQSENs (line 134) | public function testResolvingFQSENs(string $fqsen): void method testResolvingRelativeQSENsBasedOnNamespace (line 151) | public function testResolvingRelativeQSENsBasedOnNamespace(): void method testResolvingRelativeQSENsBasedOnNamespaceAlias (line 168) | public function testResolvingRelativeQSENsBasedOnNamespaceAlias(): void method testResolvingTypedArrays (line 187) | public function testResolvingTypedArrays(): void method testResolvingNullableTypes (line 204) | public function testResolvingNullableTypes(): void method testResolvingNestedTypedArrays (line 220) | public function testResolvingNestedTypedArrays(): void method testResolvingCompoundTypes (line 246) | public function testResolvingCompoundTypes(): void method testResolvingAmpersandCompoundTypes (line 272) | public function testResolvingAmpersandCompoundTypes(): void method testResolvingMixedCompoundTypes (line 305) | public function testResolvingMixedCompoundTypes(): void method testResolvingCompoundTypedArrayTypes (line 351) | public function testResolvingCompoundTypedArrayTypes(): void method testResolvingArrayExpressionObjectsTypes (line 378) | public function testResolvingArrayExpressionObjectsTypes(): void method testResolvingArrayExpressionSimpleTypes (line 407) | public function testResolvingArrayExpressionSimpleTypes(): void method testResolvingArrayOfArrayExpressionTypes (line 439) | public function testResolvingArrayOfArrayExpressionTypes(): void method testReturnEmptyCompoundOnAnUnclosedArrayExpressionType (line 470) | public function testReturnEmptyCompoundOnAnUnclosedArrayExpressionType... method testResolvingArrayExpressionOrCompoundTypes (line 485) | public function testResolvingArrayExpressionOrCompoundTypes(): void method testResolvingIterableExpressionSimpleTypes (line 522) | public function testResolvingIterableExpressionSimpleTypes(): void method testResolvingCompoundTypesWithTwoArrays (line 560) | public function testResolvingCompoundTypesWithTwoArrays(): void method testAddingAKeyword (line 584) | public function testAddingAKeyword(): void method testAddingAKeywordFailsIfTypeClassDoesNotExist (line 602) | public function testAddingAKeywordFailsIfTypeClassDoesNotExist(): void method testAddingAKeywordFailsIfTypeClassDoesNotImplementTypeInterface (line 612) | public function testAddingAKeywordFailsIfTypeClassDoesNotImplementType... method testExceptionIsThrownIfTypeIsEmpty (line 622) | public function testExceptionIsThrownIfTypeIsEmpty(): void method testInvalidArrayOperator (line 632) | public function testInvalidArrayOperator(): void method provideKeywords (line 644) | public function provideKeywords(): array method provideFqcn (line 708) | public function provideFqcn(): array method testArrayKeyValueSpecification (line 720) | public function testArrayKeyValueSpecification(): void method testTypeBuilding (line 736) | public function testTypeBuilding(string $type, Type $expected, bool $d... method testTypeBuildingThrowsError (line 750) | public function testTypeBuildingThrowsError(string $type, Type $expect... method typeProvider (line 763) | public function typeProvider(): array method genericsProvider (line 921) | public function genericsProvider(): array method callableProvider (line 1173) | public function callableProvider(): array method constExpressions (line 1281) | public function constExpressions(): array method shapeStructures (line 1318) | public function shapeStructures(): array method illegalLegacyFormatProvider (line 1361) | public function illegalLegacyFormatProvider(): array method testCreateTypeFromNull (line 1395) | public function testCreateTypeFromNull(): void FILE: tests/unit/Types/ArrayTest.php class ArrayTest (line 23) | final class ArrayTest extends TestCase method testCreateWithoutParams (line 25) | public function testCreateWithoutParams(): void method testCreateWithParams (line 35) | public function testCreateWithParams(): void method testToString (line 56) | public function testToString(Array_ $array, string $expectedString): void method provideToStringData (line 64) | public function provideToStringData(): array FILE: tests/unit/Types/BooleanTest.php class BooleanTest (line 18) | final class BooleanTest extends TestCase method testToString (line 20) | public function testToString(): void FILE: tests/unit/Types/CallableParameterTest.php class CallableParameterTest (line 19) | final class CallableParameterTest extends TestCase method testCreate (line 21) | public function testCreate(): void FILE: tests/unit/Types/CallableTest.php class CallableTest (line 19) | final class CallableTest extends TestCase method testCreate (line 21) | public function testCreate(): void method testToString (line 60) | public function testToString(string $expectedResult, Callable_ $type):... method provideToStringData (line 68) | public static function provideToStringData(): array FILE: tests/unit/Types/CompoundTest.php class CompoundTest (line 21) | final class CompoundTest extends TestCase method testCompoundCannotBeConstructedFromType (line 23) | public function testCompoundCannotBeConstructedFromType(): void method testCompoundGetType (line 34) | public function testCompoundGetType(): void method testCompoundGetNotExistingType (line 45) | public function testCompoundGetNotExistingType(): void method testCompoundHasIndex (line 54) | public function testCompoundHasIndex(): void method testCompoundDoesNotHasIndex (line 62) | public function testCompoundDoesNotHasIndex(): void method testCompoundContainsType (line 71) | public function testCompoundContainsType(): void method testCompoundDoesNotContainType (line 81) | public function testCompoundDoesNotContainType(): void method testToString (line 90) | public function testToString(): void method testCompoundDoesNotContainDuplicates (line 99) | public function testCompoundDoesNotContainDuplicates(): void method testCompoundCanBeIterated (line 112) | public function testCompoundCanBeIterated(): void method testCompoundIsMergedWithCompound (line 125) | public function testCompoundIsMergedWithCompound(): void method testCompoundIsMergedOnMergedWithIntersection (line 137) | public function testCompoundIsMergedOnMergedWithIntersection(): void FILE: tests/unit/Types/ContextFactoryTest.php class ContextFactoryTest (line 29) | class ContextFactoryTest extends TestCase method testCreateFromClassReflection (line 38) | public function testCreateFromClassReflection() : void method testCreateFromMethodReflection (line 50) | public function testCreateFromMethodReflection() : void method testCreateFromPropertyReflection (line 62) | public function testCreateFromPropertyReflection() : void method testCreateFromClassConstantReflection (line 74) | public function testCreateFromClassConstantReflection() : void method testCreateFromParameterReflection (line 86) | public function testCreateFromParameterReflection(): void method testReadsNamespaceFromProvidedNamespaceAndContent (line 98) | public function testReadsNamespaceFromProvidedNamespaceAndContent() : ... method testReadsAliasesFromProvidedNamespaceAndContent (line 109) | public function testReadsAliasesFromProvidedNamespaceAndContent() : void method testTraitUseIsNotDetectedAsNamespaceUse (line 120) | public function testTraitUseIsNotDetectedAsNamespaceUse() : void method testAllOpeningBracesAreCheckedWhenSearchingForEndOfClass (line 141) | public function testAllOpeningBracesAreCheckedWhenSearchingForEndOfCla... method testTraitContainsClosureWithUseStatement (line 179) | public function testTraitContainsClosureWithUseStatement() : void method testEmptyFileName (line 204) | public function testEmptyFileName() : void method testEvalDClass (line 212) | public function testEvalDClass() : void method assertNamespaceAliasesFrom (line 228) | public function assertNamespaceAliasesFrom(Context $context): void class Foo (line 262) | class Foo extends AbstractList method __toString (line 266) | public function __toString(): string FILE: tests/unit/Types/ContextTest.php class ContextTest (line 18) | final class ContextTest extends TestCase method testProvidesANormalizedNamespace (line 20) | public function testProvidesANormalizedNamespace(): void method testInterpretsNamespaceNamedGlobalAsRootNamespace (line 26) | public function testInterpretsNamespaceNamedGlobalAsRootNamespace(): void method testInterpretsNamespaceNamedDefaultAsRootNamespace (line 32) | public function testInterpretsNamespaceNamedDefaultAsRootNamespace(): ... method testProvidesNormalizedNamespaceAliases (line 38) | public function testProvidesNormalizedNamespaceAliases(): void FILE: tests/unit/Types/IterableTest.php class IterableTest (line 18) | final class IterableTest extends TestCase method testToString (line 23) | public function testToString(Iterable_ $iterable, string $expectedStri... method provideToStringData (line 31) | public function provideToStringData(): array FILE: tests/unit/Types/NeverTest.php class NeverTest (line 18) | final class NeverTest extends TestCase method testToString (line 20) | public function testToString(): void FILE: tests/unit/Types/NullableTest.php class NullableTest (line 18) | final class NullableTest extends TestCase method testCreate (line 20) | public function testCreate(): void method testToString (line 29) | public function testToString(): void FILE: tests/unit/Types/ObjectTest.php class ObjectTest (line 20) | final class ObjectTest extends TestCase method testCreateWithInvalidFqsen (line 22) | public function testCreateWithInvalidFqsen(): void FILE: tests/unit/Types/ParentTest.php class ParentTest (line 18) | final class ParentTest extends TestCase method testToString (line 20) | public function testToString(): void FILE: tests/unit/Types/ResourceTest.php class ResourceTest (line 18) | final class ResourceTest extends TestCase method testToString (line 20) | public function testToString(): void FILE: tests/unit/Types/SelfTest.php class SelfTest (line 10) | final class SelfTest extends TestCase method testCreate (line 12) | public function testCreate(): void method testToString (line 28) | public function testToString(string $expectedResult, Self_ $type): void method provideToStringData (line 36) | public static function provideToStringData(): array FILE: tests/unit/Types/StaticTest.php class StaticTest (line 10) | final class StaticTest extends TestCase method testCreate (line 12) | public function testCreate(): void method testToString (line 28) | public function testToString(string $expectedResult, Static_ $type): void method provideToStringData (line 36) | public static function provideToStringData(): array FILE: tests/unit/Types/ThisTest.php class ThisTest (line 18) | final class ThisTest extends TestCase method testToString (line 20) | public function testToString(): void FILE: tests/unit/Types/VoidTest.php class VoidTest (line 18) | final class VoidTest extends TestCase method testToString (line 20) | public function testToString(): void