SYMBOL INDEX (707 symbols across 130 files) FILE: Caster/AddressInfoCaster.php class AddressInfoCaster (line 21) | final class AddressInfoCaster method castAddressInfo (line 56) | public static function castAddressInfo(\AddressInfo $h, array $a, Stub... FILE: Caster/AmqpCaster.php class AmqpCaster (line 25) | class AmqpCaster method castConnection (line 51) | public static function castConnection(\AMQPConnection $c, array $a, St... method castChannel (line 84) | public static function castChannel(\AMQPChannel $c, array $a, Stub $st... method castQueue (line 107) | public static function castQueue(\AMQPQueue $c, array $a, Stub $stub, ... method castExchange (line 130) | public static function castExchange(\AMQPExchange $c, array $a, Stub $... method castEnvelope (line 158) | public static function castEnvelope(\AMQPEnvelope $c, array $a, Stub $... method extractFlags (line 198) | private static function extractFlags(int $flags): ConstStub FILE: Caster/ArgsStub.php class ArgsStub (line 21) | class ArgsStub extends EnumStub method __construct (line 25) | public function __construct(array $args, string $function, ?string $cl... method getParameters (line 51) | private static function getParameters(string $function, ?string $class... FILE: Caster/Caster.php class Caster (line 23) | class Caster method castObject (line 52) | public static function castObject(object $obj, string $class, bool $ha... method filter (line 124) | public static function filter(array $a, int $filter, array $listedProp... method castPhpIncompleteClass (line 170) | public static function castPhpIncompleteClass(\__PHP_Incomplete_Class ... method getClassProperties (line 180) | private static function getClassProperties(\ReflectionClass $class): a... FILE: Caster/ClassStub.php class ClassStub (line 21) | class ClassStub extends ConstStub method __construct (line 27) | public function __construct(string $identifier, callable|array|string|... method wrapCallable (line 88) | public static function wrapCallable(mixed $callable): mixed FILE: Caster/ConstStub.php class ConstStub (line 21) | class ConstStub extends Stub method __construct (line 23) | public function __construct(string $name, string|int|float|null $value... method __toString (line 29) | public function __toString(): string method fromBitfield (line 37) | public static function fromBitfield(int $value, array $values): self FILE: Caster/CurlCaster.php class CurlCaster (line 21) | final class CurlCaster method castCurl (line 23) | public static function castCurl(\CurlHandle $h, array $a, Stub $stub, ... FILE: Caster/CutArrayStub.php class CutArrayStub (line 19) | class CutArrayStub extends CutStub method __construct (line 23) | public function __construct(array $value, array $preservedKeys) FILE: Caster/CutStub.php class CutStub (line 21) | class CutStub extends Stub method __construct (line 23) | public function __construct(mixed $value) FILE: Caster/DOMCaster.php class DOMCaster (line 25) | class DOMCaster method castException (line 68) | public static function castException(\DOMException|\Dom\Exception $e, ... method castLength (line 78) | public static function castLength($dom, array $a, Stub $stub, bool $is... method castImplementation (line 83) | public static function castImplementation(\DOMImplementation|\Dom\Impl... method castNode (line 93) | public static function castNode(\DOMNode|\Dom\Node $dom, array $a, Stu... method castNameSpaceNode (line 98) | public static function castNameSpaceNode(\DOMNameSpaceNode $dom, array... method castDocument (line 103) | public static function castDocument(\DOMDocument $dom, array $a, Stub ... method castXMLDocument (line 115) | public static function castXMLDocument(\Dom\XMLDocument $dom, array $a... method castHTMLDocument (line 127) | public static function castHTMLDocument(\Dom\HTMLDocument $dom, array ... method castCharacterData (line 136) | public static function castCharacterData(\DOMCharacterData|\Dom\Charac... method castAttr (line 141) | public static function castAttr(\DOMAttr|\Dom\Attr $dom, array $a, Stu... method castElement (line 146) | public static function castElement(\DOMElement|\Dom\Element $dom, arra... method castText (line 151) | public static function castText(\DOMText|\Dom\Text $dom, array $a, Stu... method castDocumentType (line 156) | public static function castDocumentType(\DOMDocumentType|\Dom\Document... method castNotation (line 161) | public static function castNotation(\DOMNotation|\Dom\Notation $dom, a... method castEntity (line 166) | public static function castEntity(\DOMEntity|\Dom\Entity $dom, array $... method castProcessingInstruction (line 171) | public static function castProcessingInstruction(\DOMProcessingInstruc... method castXPath (line 176) | public static function castXPath(\DOMXPath|\Dom\XPath $dom, array $a, ... method castDom (line 181) | public static function castDom($dom, array $a, Stub $stub, bool $isNes... FILE: Caster/DateCaster.php class DateCaster (line 25) | class DateCaster method castDateTime (line 29) | public static function castDateTime(\DateTimeInterface $d, array $a, S... method castInterval (line 52) | public static function castInterval(\DateInterval $interval, array $a,... method formatInterval (line 63) | private static function formatInterval(\DateInterval $i): string method castTimeZone (line 81) | public static function castTimeZone(\DateTimeZone $timeZone, array $a,... method castPeriod (line 92) | public static function castPeriod(\DatePeriod $p, array $a, Stub $stub... method formatDateTime (line 120) | private static function formatDateTime(\DateTimeInterface $d, string $... method formatSeconds (line 125) | private static function formatSeconds(string $s, string $us): string FILE: Caster/DoctrineCaster.php class DoctrineCaster (line 28) | class DoctrineCaster method castCommonProxy (line 30) | public static function castCommonProxy(CommonProxy $proxy, array $a, S... method castOrmProxy (line 42) | public static function castOrmProxy(OrmProxy $proxy, array $a, Stub $s... method castPersistentCollection (line 54) | public static function castPersistentCollection(PersistentCollection $... FILE: Caster/DsCaster.php class DsCaster (line 26) | class DsCaster method castCollection (line 28) | public static function castCollection(Collection $c, array $a, Stub $s... method castMap (line 40) | public static function castMap(Map $c, array $a, Stub $stub, bool $isN... method castPair (line 49) | public static function castPair(Pair $c, array $a, Stub $stub, bool $i... method castPairStub (line 58) | public static function castPairStub(DsPairStub $c, array $a, Stub $stu... FILE: Caster/DsPairStub.php class DsPairStub (line 19) | class DsPairStub extends Stub method __construct (line 21) | public function __construct(mixed $key, mixed $value) FILE: Caster/EnumStub.php class EnumStub (line 21) | class EnumStub extends Stub method __construct (line 23) | public function __construct( FILE: Caster/ExceptionCaster.php class ExceptionCaster (line 28) | class ExceptionCaster method castError (line 52) | public static function castError(\Error $e, array $a, Stub $stub, bool... method castException (line 57) | public static function castException(\Exception $e, array $a, Stub $st... method castErrorException (line 62) | public static function castErrorException(\ErrorException $e, array $a... method castThrowingCasterException (line 71) | public static function castThrowingCasterException(ThrowingCasterExcep... method castSilencedErrorContext (line 89) | public static function castSilencedErrorContext(SilencedErrorContext $... method castTraceStub (line 116) | public static function castTraceStub(TraceStub $trace, array $a, Stub ... method castFrameStub (line 190) | public static function castFrameStub(FrameStub $frame, array $a, Stub ... method castFlattenException (line 273) | public static function castFlattenException(FlattenException $e, array... method filterExceptionArray (line 283) | private static function filterExceptionArray(string $xClass, array $a,... method traceUnshift (line 314) | private static function traceUnshift(array &$trace, ?string $class, st... method extractSource (line 326) | private static function extractSource(string $srcLines, int $line, int... FILE: Caster/FFICaster.php class FFICaster (line 23) | final class FFICaster method castCTypeOrCData (line 35) | public static function castCTypeOrCData(CData|CType $data, array $args... method castFFIFunction (line 68) | private static function castFFIFunction(Stub $stub, CType $type): array method castFFIPointer (line 100) | private static function castFFIPointer(Stub $stub, CType $type, ?CData... method castFFIStringValue (line 115) | private static function castFFIStringValue(CData $data): string|CutStub method castFFIStructLike (line 145) | private static function castFFIStructLike(CType $type, ?CData $data = ... FILE: Caster/FiberCaster.php class FiberCaster (line 21) | final class FiberCaster method castFiber (line 23) | public static function castFiber(\Fiber $fiber, array $a, Stub $stub, ... FILE: Caster/FrameStub.php class FrameStub (line 19) | class FrameStub extends EnumStub method __construct (line 21) | public function __construct( FILE: Caster/GdCaster.php class GdCaster (line 21) | final class GdCaster method castGd (line 23) | public static function castGd(\GdImage $gd, array $a, Stub $stub, bool... FILE: Caster/GmpCaster.php class GmpCaster (line 26) | class GmpCaster method castGmp (line 28) | public static function castGmp(\GMP $gmp, array $a, Stub $stub, bool $... FILE: Caster/ImagineCaster.php class ImagineCaster (line 22) | final class ImagineCaster method castImage (line 24) | public static function castImage(ImageInterface $c, array $a, Stub $st... FILE: Caster/ImgStub.php class ImgStub (line 17) | class ImgStub extends ConstStub method __construct (line 19) | public function __construct(string $data, string $contentType, string ... FILE: Caster/IntlCaster.php class IntlCaster (line 24) | class IntlCaster method castMessageFormatter (line 26) | public static function castMessageFormatter(\MessageFormatter $c, arra... method castNumberFormatter (line 36) | public static function castNumberFormatter(\NumberFormatter $c, array ... method castIntlTimeZone (line 113) | public static function castIntlTimeZone(\IntlTimeZone $c, array $a, St... method castIntlCalendar (line 130) | public static function castIntlCalendar(\IntlCalendar $c, array $a, St... method castIntlDateFormatter (line 147) | public static function castIntlDateFormatter(\IntlDateFormatter $c, ar... method castError (line 163) | private static function castError(object $c, array $a): array FILE: Caster/LinkStub.php class LinkStub (line 19) | class LinkStub extends ConstStub method __construct (line 26) | public function __construct(string $label, int $line = 0, ?string $hre... method getComposerRoot (line 63) | private function getComposerRoot(string $file, bool &$inVendor): strin... FILE: Caster/MemcachedCaster.php class MemcachedCaster (line 23) | class MemcachedCaster method castMemcached (line 28) | public static function castMemcached(\Memcached $c, array $a, Stub $st... method getNonDefaultOptions (line 40) | private static function getNonDefaultOptions(\Memcached $c): array method discoverDefaultOptions (line 55) | private static function discoverDefaultOptions(): array method getOptionConstants (line 70) | private static function getOptionConstants(): array FILE: Caster/MysqliCaster.php class MysqliCaster (line 21) | final class MysqliCaster method castMysqliDriver (line 23) | public static function castMysqliDriver(\mysqli_driver $c, array $a, S... FILE: Caster/OpenSSLCaster.php class OpenSSLCaster (line 22) | final class OpenSSLCaster method castOpensslX509 (line 24) | public static function castOpensslX509(\OpenSSLCertificate $h, array $... method castOpensslAsymmetricKey (line 50) | public static function castOpensslAsymmetricKey(\OpenSSLAsymmetricKey ... method castOpensslCsr (line 61) | public static function castOpensslCsr(\OpenSSLCertificateSigningReques... FILE: Caster/PdoCaster.php class PdoCaster (line 25) | class PdoCaster method castPdo (line 64) | public static function castPdo(\PDO $c, array $a, Stub $stub, bool $is... method castPdoStatement (line 113) | public static function castPdoStatement(\PDOStatement $c, array $a, St... FILE: Caster/PgSqlCaster.php class PgSqlCaster (line 25) | class PgSqlCaster method castLargeObject (line 74) | public static function castLargeObject($lo, array $a, Stub $stub, bool... method castLink (line 81) | public static function castLink($link, array $a, Stub $stub, bool $isN... method castResult (line 113) | public static function castResult($result, array $a, Stub $stub, bool ... FILE: Caster/ProxyManagerCaster.php class ProxyManagerCaster (line 24) | class ProxyManagerCaster method castProxy (line 26) | public static function castProxy(ProxyInterface $c, array $a, Stub $st... FILE: Caster/RdKafkaCaster.php class RdKafkaCaster (line 34) | class RdKafkaCaster method castKafkaConsumer (line 36) | public static function castKafkaConsumer(KafkaConsumer $c, array $a, S... method castTopic (line 56) | public static function castTopic(Topic $c, array $a, Stub $stub, bool ... method castTopicPartition (line 67) | public static function castTopicPartition(TopicPartition $c, array $a)... method castMessage (line 80) | public static function castMessage(Message $c, array $a, Stub $stub, b... method castConf (line 91) | public static function castConf(Conf $c, array $a, Stub $stub, bool $i... method castTopicConf (line 102) | public static function castTopicConf(TopicConf $c, array $a, Stub $stu... method castRdKafka (line 113) | public static function castRdKafka(\RdKafka $c, array $a, Stub $stub, ... method castCollectionMetadata (line 126) | public static function castCollectionMetadata(CollectionMetadata $c, a... method castTopicMetadata (line 133) | public static function castTopicMetadata(TopicMetadata $c, array $a, S... method castPartitionMetadata (line 145) | public static function castPartitionMetadata(PartitionMetadata $c, arr... method castBrokerMetadata (line 158) | public static function castBrokerMetadata(BrokerMetadata $c, array $a,... method extractMetadata (line 171) | private static function extractMetadata(KafkaConsumer|\RdKafka $c): array FILE: Caster/RedisCaster.php class RedisCaster (line 26) | class RedisCaster method castRedis (line 52) | public static function castRedis(\Redis|Relay $c, array $a, Stub $stub... method castRedisArray (line 78) | public static function castRedisArray(\RedisArray $c, array $a, Stub $... method castRedisCluster (line 90) | public static function castRedisCluster(\RedisCluster $c, array $a, St... method getRedisOptions (line 108) | private static function getRedisOptions(\Redis|Relay|\RedisArray|\Redi... FILE: Caster/ReflectionCaster.php class ReflectionCaster (line 25) | class ReflectionCaster method castClosure (line 40) | public static function castClosure(\Closure $c, array $a, Stub $stub, ... method unsetClosureFileInfo (line 76) | public static function unsetClosureFileInfo(\Closure $c, array $a): array method castGenerator (line 83) | public static function castGenerator(\Generator $c, array $a, Stub $st... method castType (line 97) | public static function castType(\ReflectionType $c, array $a, Stub $st... method castAttribute (line 119) | public static function castAttribute(\ReflectionAttribute $c, array $a... method castReflectionGenerator (line 130) | public static function castReflectionGenerator(\ReflectionGenerator $c... method castClass (line 165) | public static function castClass(\ReflectionClass $c, array $a, Stub $... method castFunctionAbstract (line 196) | public static function castFunctionAbstract(\ReflectionFunctionAbstrac... method castClassConstant (line 254) | public static function castClassConstant(\ReflectionClassConstant $c, ... method castMethod (line 264) | public static function castMethod(\ReflectionMethod $c, array $a, Stub... method castParameter (line 271) | public static function castParameter(\ReflectionParameter $c, array $a... method castProperty (line 311) | public static function castProperty(\ReflectionProperty $c, array $a, ... method castReference (line 321) | public static function castReference(\ReflectionReference $c, array $a... method castExtension (line 328) | public static function castExtension(\ReflectionExtension $c, array $a... method castZendExtension (line 344) | public static function castZendExtension(\ReflectionZendExtension $c, ... method getSignature (line 356) | public static function getSignature(array $a): string method addExtra (line 408) | private static function addExtra(array &$a, \Reflector $c): void method addMap (line 424) | private static function addMap(array &$a, object $c, array $map, strin... method addAttributes (line 437) | private static function addAttributes(array &$a, \Reflector $c, string... FILE: Caster/ResourceCaster.php class ResourceCaster (line 25) | class ResourceCaster method castDba (line 27) | public static function castDba(\Dba\Connection $dba, array $a, Stub $s... method castProcess (line 40) | public static function castProcess($process, array $a, Stub $stub, boo... method castStream (line 45) | public static function castStream($stream, array $a, Stub $stub, bool ... method castStreamContext (line 55) | public static function castStreamContext($stream, array $a, Stub $stub... FILE: Caster/ScalarStub.php class ScalarStub (line 21) | class ScalarStub extends Stub method __construct (line 23) | public function __construct(mixed $value) FILE: Caster/SocketCaster.php class SocketCaster (line 22) | final class SocketCaster method castSocket (line 24) | public static function castSocket(\Socket $socket, array $a, Stub $stu... FILE: Caster/SplCaster.php class SplCaster (line 25) | class SplCaster method castArrayObject (line 34) | public static function castArrayObject(\ArrayObject $c, array $a, Stub... method castArrayIterator (line 39) | public static function castArrayIterator(\ArrayIterator $c, array $a, ... method castHeap (line 44) | public static function castHeap(\Iterator $c, array $a, Stub $stub, bo... method castDoublyLinkedList (line 53) | public static function castDoublyLinkedList(\SplDoublyLinkedList $c, a... method castFileInfo (line 68) | public static function castFileInfo(\SplFileInfo $c, array $a, Stub $s... method castFileObject (line 144) | public static function castFileObject(\SplFileObject $c, array $a, Stu... method castObjectStorage (line 181) | public static function castObjectStorage(\SplObjectStorage $c, array $... method castOuterIterator (line 202) | public static function castOuterIterator(\OuterIterator $c, array $a, ... method castWeakReference (line 209) | public static function castWeakReference(\WeakReference $c, array $a, ... method castWeakMap (line 216) | public static function castWeakMap(\WeakMap $c, array $a, Stub $stub, ... method castSplArray (line 234) | private static function castSplArray(\ArrayObject|\ArrayIterator $c, a... FILE: Caster/SqliteCaster.php class SqliteCaster (line 21) | final class SqliteCaster method castSqlite3Result (line 23) | public static function castSqlite3Result(\SQLite3Result $result, array... FILE: Caster/StubCaster.php class StubCaster (line 25) | class StubCaster method castStub (line 27) | public static function castStub(Stub $c, array $a, Stub $stub, bool $i... method castCutArray (line 48) | public static function castCutArray(CutArrayStub $c, array $a, Stub $s... method cutInternals (line 53) | public static function cutInternals($obj, array $a, Stub $stub, bool $... method castEnum (line 64) | public static function castEnum(EnumStub $c, array $a, Stub $stub, boo... method castScalar (line 87) | public static function castScalar(ScalarStub $scalarStub, array $a, St... FILE: Caster/SymfonyCaster.php class SymfonyCaster (line 26) | class SymfonyCaster method castRequest (line 37) | public static function castRequest(Request $request, array $a, Stub $s... method castHttpClient (line 52) | public static function castHttpClient($client, array $a, Stub $stub, b... method castHttpClientResponse (line 62) | public static function castHttpClientResponse($response, array $a, Stu... method castLazyObjectState (line 74) | public static function castLazyObjectState($state, array $a, Stub $stu... method castUuid (line 101) | public static function castUuid(Uuid $uuid, array $a, Stub $stub, bool... method castUlid (line 113) | public static function castUlid(Ulid $ulid, array $a, Stub $stub, bool... FILE: Caster/TraceStub.php class TraceStub (line 21) | class TraceStub extends Stub method __construct (line 23) | public function __construct( FILE: Caster/UninitializedStub.php class UninitializedStub (line 19) | class UninitializedStub extends ConstStub method __construct (line 21) | public function __construct(\ReflectionProperty $property) FILE: Caster/UuidCaster.php class UuidCaster (line 22) | final class UuidCaster method castRamseyUuid (line 24) | public static function castRamseyUuid(UuidInterface $c, array $a, Stub... FILE: Caster/VirtualStub.php class VirtualStub (line 14) | class VirtualStub extends ConstStub method __construct (line 16) | public function __construct(\ReflectionProperty $property) FILE: Caster/XmlReaderCaster.php class XmlReaderCaster (line 25) | class XmlReaderCaster method castXmlReader (line 48) | public static function castXmlReader(\XMLReader $reader, array $a, Stu... FILE: Caster/XmlResourceCaster.php class XmlResourceCaster (line 25) | class XmlResourceCaster method castXml (line 52) | public static function castXml($h, array $a, Stub $stub, bool $isNeste... FILE: Cloner/AbstractCloner.php class AbstractCloner (line 22) | abstract class AbstractCloner implements ClonerInterface method __construct (line 229) | public function __construct(?array $casters = null) method addCasters (line 244) | public function addCasters(array $casters): void method addDefaultCasters (line 261) | public static function addDefaultCasters(array $casters): void method setMaxItems (line 269) | public function setMaxItems(int $maxItems): void method setMaxString (line 277) | public function setMaxString(int $maxString): void method setMinDepth (line 286) | public function setMinDepth(int $minDepth): void method cloneVar (line 296) | public function cloneVar(mixed $var, int $filter = 0): Data method doClone (line 329) | abstract protected function doClone(mixed $var): array; method castObject (line 336) | protected function castObject(Stub $stub, bool $isNested): array method castResource (line 393) | protected function castResource(Stub $stub, bool $isNested): array FILE: Cloner/ClonerInterface.php type ClonerInterface (line 17) | interface ClonerInterface method cloneVar (line 22) | public function cloneVar(mixed $var): Data; FILE: Cloner/Cursor.php class Cursor (line 19) | class Cursor FILE: Cloner/Data.php class Data (line 20) | class Data implements \ArrayAccess, \Countable, \IteratorAggregate, \Str... method __construct (line 33) | public function __construct(array $data) method getType (line 38) | public function getType(): ?string method getValue (line 71) | public function getValue(array|bool $recursive = false): string|int|fl... method count (line 110) | public function count(): int method getIterator (line 115) | public function getIterator(): \Traversable method __get (line 124) | public function __get(string $key): mixed method __isset (line 135) | public function __isset(string $key): bool method offsetExists (line 140) | public function offsetExists(mixed $key): bool method offsetGet (line 145) | public function offsetGet(mixed $key): mixed method offsetSet (line 150) | public function offsetSet(mixed $key, mixed $value): void method offsetUnset (line 155) | public function offsetUnset(mixed $key): void method __toString (line 160) | public function __toString(): string method withMaxDepth (line 174) | public function withMaxDepth(int $maxDepth): static method withMaxItemsPerDepth (line 185) | public function withMaxItemsPerDepth(int $maxItemsPerDepth): static method withRefHandles (line 198) | public function withRefHandles(bool $useRefHandles): static method withContext (line 206) | public function withContext(array $context): static method getContext (line 214) | public function getContext(): array method seek (line 222) | public function seek(string|int $key): ?static method dump (line 266) | public function dump(DumperInterface $dumper): void method dumpItem (line 286) | private function dumpItem(DumperInterface $dumper, Cursor $cursor, arr... method dumpChildren (line 390) | private function dumpChildren(DumperInterface $dumper, Cursor $parentC... method getStub (line 412) | private function getStub(mixed $item): mixed FILE: Cloner/DumperInterface.php type DumperInterface (line 19) | interface DumperInterface method dumpScalar (line 24) | public function dumpScalar(Cursor $cursor, string $type, string|int|fl... method dumpString (line 33) | public function dumpString(Cursor $cursor, string $str, bool $bin, int... method enterHash (line 42) | public function enterHash(Cursor $cursor, int $type, string|int|null $... method leaveHash (line 52) | public function leaveHash(Cursor $cursor, int $type, string|int|null $... FILE: Cloner/Stub.php class Stub (line 19) | class Stub method __serialize (line 48) | public function __serialize(): array FILE: Cloner/VarCloner.php class VarCloner (line 17) | class VarCloner extends AbstractCloner method doClone (line 21) | protected function doClone(mixed $var): array FILE: Command/Descriptor/CliDescriptor.php class CliDescriptor (line 27) | class CliDescriptor implements DumpDescriptorInterface method __construct (line 31) | public function __construct( method describe (line 36) | public function describe(OutputInterface $output, Data $data, array $c... FILE: Command/Descriptor/DumpDescriptorInterface.php type DumpDescriptorInterface (line 20) | interface DumpDescriptorInterface method describe (line 22) | public function describe(OutputInterface $output, Data $data, array $c... FILE: Command/Descriptor/HtmlDescriptor.php class HtmlDescriptor (line 25) | class HtmlDescriptor implements DumpDescriptorInterface method __construct (line 29) | public function __construct( method describe (line 34) | public function describe(OutputInterface $output, Data $data, array $c... method extractDate (line 94) | private function extractDate(array $context, string $format = 'r'): st... method renderTags (line 99) | private function renderTags(array $tags): string FILE: Command/ServerDumpCommand.php class ServerDumpCommand (line 38) | #[AsCommand(name: 'server:dump', description: 'Start a dump server that ... method __construct (line 44) | public function __construct( method configure (line 56) | protected function configure(): void method execute (line 76) | protected function execute(InputInterface $input, OutputInterface $out... method complete (line 100) | public function complete(CompletionInput $input, CompletionSuggestions... method getAvailableFormats (line 107) | private function getAvailableFormats(): array FILE: Dumper/AbstractDumper.php class AbstractDumper (line 22) | abstract class AbstractDumper implements DataDumperInterface, DumperInte... method __construct (line 47) | public function __construct( method setOutput (line 66) | public function setOutput($output) method setCharset (line 89) | public function setCharset(string $charset): string method setIndentPad (line 108) | public function setIndentPad(string $pad): string method dump (line 123) | public function dump(Data $data, $output = null): ?string method dumpLine (line 163) | protected function dumpLine(int $depth): void method echoLine (line 172) | protected function echoLine(string $line, int $depth, string $indentPa... method utf8Encode (line 182) | protected function utf8Encode(?string $s): ?string FILE: Dumper/CliDumper.php class CliDumper (line 23) | class CliDumper extends AbstractDumper method __construct (line 68) | public function __construct($output = null, ?string $charset = null, i... method setColors (line 93) | public function setColors(bool $colors): void method setMaxStringWidth (line 101) | public function setMaxStringWidth(int $maxStringWidth): void method setStyles (line 111) | public function setStyles(array $styles): void method setDisplayOptions (line 121) | public function setDisplayOptions(array $displayOptions): void method dumpScalar (line 126) | public function dumpScalar(Cursor $cursor, string $type, string|int|fl... method dumpString (line 187) | public function dumpString(Cursor $cursor, string $str, bool $bin, int... method enterHash (line 276) | public function enterHash(Cursor $cursor, int $type, string|int|null $... method leaveHash (line 313) | public function leaveHash(Cursor $cursor, int $type, string|int|null $... method dumpEllipsis (line 329) | protected function dumpEllipsis(Cursor $cursor, bool $hasChild, int $c... method dumpKey (line 345) | protected function dumpKey(Cursor $cursor): void method style (line 434) | protected function style(string $style, string $value, array $attr = [... method supportsColors (line 520) | protected function supportsColors(): bool method dumpLine (line 559) | protected function dumpLine(int $depth, bool $endOfValue = false): void method endValue (line 567) | protected function endValue(Cursor $cursor): void method hasColorSupport (line 590) | private function hasColorSupport(mixed $stream): bool method isWindowsTrueColor (line 639) | private function isWindowsTrueColor(): bool method getSourceLink (line 659) | private function getSourceLink(string $file, int $line): string|false FILE: Dumper/ContextProvider/CliContextProvider.php class CliContextProvider (line 19) | final class CliContextProvider implements ContextProviderInterface method getContext (line 21) | public function getContext(): ?array FILE: Dumper/ContextProvider/ContextProviderInterface.php type ContextProviderInterface (line 19) | interface ContextProviderInterface method getContext (line 21) | public function getContext(): ?array; FILE: Dumper/ContextProvider/RequestContextProvider.php class RequestContextProvider (line 23) | final class RequestContextProvider implements ContextProviderInterface method __construct (line 27) | public function __construct( method getContext (line 35) | public function getContext(): ?array FILE: Dumper/ContextProvider/SourceContextProvider.php class SourceContextProvider (line 26) | final class SourceContextProvider implements ContextProviderInterface method __construct (line 28) | public function __construct( method getContext (line 36) | public function getContext(): ?array method htmlEncode (line 108) | private function htmlEncode(string $s): string FILE: Dumper/ContextualizedDumper.php class ContextualizedDumper (line 20) | class ContextualizedDumper implements DataDumperInterface method __construct (line 25) | public function __construct( method dump (line 31) | public function dump(Data $data): ?string FILE: Dumper/DataDumperInterface.php type DataDumperInterface (line 21) | interface DataDumperInterface method dump (line 23) | public function dump(Data $data): ?string; FILE: Dumper/HtmlDumper.php class HtmlDumper (line 22) | class HtmlDumper extends CliDumper method __construct (line 79) | public function __construct($output = null, ?string $charset = null, i... method setStyles (line 87) | public function setStyles(array $styles): void method setTheme (line 93) | public function setTheme(string $themeName): void method setDisplayOptions (line 107) | public function setDisplayOptions(array $displayOptions): void method setDumpHeader (line 116) | public function setDumpHeader(?string $header): void method setDumpBoundaries (line 124) | public function setDumpBoundaries(string $prefix, string $suffix): void method dump (line 130) | public function dump(Data $data, $output = null, array $extraDisplayOp... method getDumpHeader (line 142) | protected function getDumpHeader(): string method dumpString (line 770) | public function dumpString(Cursor $cursor, string $str, bool $bin, int... method enterHash (line 785) | public function enterHash(Cursor $cursor, int $type, string|int|null $... method leaveHash (line 813) | public function leaveHash(Cursor $cursor, int $type, string|int|null $... method style (line 822) | protected function style(string $style, string $value, array $attr = [... method dumpLine (line 936) | protected function dumpLine(int $depth, bool $endOfValue = false): void method getSourceLink (line 963) | private function getSourceLink(string $file, int $line): string|false function esc (line 975) | function esc(string $str): string FILE: Dumper/ServerDumper.php class ServerDumper (line 23) | class ServerDumper implements DataDumperInterface method __construct (line 32) | public function __construct( method getContextProviders (line 40) | public function getContextProviders(): array method dump (line 45) | public function dump(Data $data): ?string FILE: Exception/ThrowingCasterException.php class ThrowingCasterException (line 17) | class ThrowingCasterException extends \Exception method __construct (line 22) | public function __construct(\Throwable $prev) FILE: Resources/functions/dump.php function dump (line 20) | function dump(mixed ...$vars): mixed function dd (line 46) | function dd(mixed ...$vars): never FILE: Server/Connection.php class Connection (line 22) | class Connection method __construct (line 35) | public function __construct( method getContextProviders (line 46) | public function getContextProviders(): array method write (line 51) | public function write(Data $data): bool method createSocket (line 88) | private function createSocket() FILE: Server/DumpServer.php class DumpServer (line 25) | class DumpServer method __construct (line 34) | public function __construct( method start (line 45) | public function start(): void method listen (line 52) | public function listen(callable $callback): void method getHost (line 82) | public function getHost(): string method getMessages (line 87) | private function getMessages(): iterable FILE: Test/VarDumperTestTrait.php type VarDumperTestTrait (line 21) | trait VarDumperTestTrait method setUpVarDumper (line 34) | protected function setUpVarDumper(array $casters, ?int $flags = null):... method tearDownVarDumper (line 43) | #[After] method assertDumpEquals (line 50) | public function assertDumpEquals(mixed $expected, mixed $data, int $fi... method assertDumpMatchesFormat (line 55) | public function assertDumpMatchesFormat(mixed $expected, mixed $data, ... method getDump (line 60) | protected function getDump(mixed $data, string|int|null $key = null, i... method prepareExpectation (line 81) | private function prepareExpectation(mixed $expected, int $filter): string FILE: Tests/Caster/AddressInfoCasterTest.php class AddressInfoCasterTest (line 18) | #[RequiresPhpExtension('sockets')] method testCaster (line 23) | public function testCaster() FILE: Tests/Caster/CasterTest.php class CasterTest (line 22) | class CasterTest extends TestCase method testFilter (line 36) | #[DataProvider('provideFilter')] method provideFilter (line 48) | public static function provideFilter() method testAnonymousClass (line 153) | public function testAnonymousClass() method testTypeErrorInDebugInfo (line 178) | public function testTypeErrorInDebugInfo() method testClassHierarchy (line 188) | public function testClassHierarchy() class A (line 205) | class A class B (line 212) | class B extends A FILE: Tests/Caster/CurlCasterTest.php class CurlCasterTest (line 18) | #[RequiresPhpExtension('curl')] method testCastCurl (line 23) | public function testCastCurl() FILE: Tests/Caster/DOMCasterTest.php class DOMCasterTest (line 17) | class DOMCasterTest extends TestCase method testCastImplementation (line 21) | public function testCastImplementation() method testCastModernImplementation (line 35) | public function testCastModernImplementation() method testCastNode (line 49) | public function testCastNode() method testCastModernNode (line 64) | public function testCastModernNode() method testCastDocument (line 78) | public function testCastDocument() method testCastXMLDocument (line 97) | public function testCastXMLDocument() method testCastHTMLDocument (line 115) | public function testCastHTMLDocument() method testCastText (line 128) | public function testCastText() method testCastModernText (line 141) | public function testCastModernText() method testCastAttr (line 153) | public function testCastAttr() method testCastModernAttr (line 166) | public function testCastModernAttr() method testCastElement (line 179) | public function testCastElement() method testCastModernElement (line 192) | public function testCastModernElement() method testCastDocumentType (line 205) | public function testCastDocumentType() method testCastModernDocumentType (line 221) | public function testCastModernDocumentType() method testCastProcessingInstruction (line 235) | public function testCastProcessingInstruction() method testCastModernProcessingInstruction (line 248) | public function testCastModernProcessingInstruction() method testCastXPath (line 261) | public function testCastXPath() method testCastModernXPath (line 275) | public function testCastModernXPath() FILE: Tests/Caster/DateCasterTest.php class DateCasterTest (line 25) | class DateCasterTest extends TestCase method setUp (line 31) | protected function setUp(): void method tearDown (line 36) | protected function tearDown(): void method testDumpDateTime (line 41) | #[DataProvider('provideDateTimes')] method testDumpDateTimeImmutable (line 55) | #[DataProvider('provideDateTimes')] method testCastDateTime (line 69) | #[DataProvider('provideDateTimes')] method provideDateTimes (line 100) | public static function provideDateTimes() method testCastDateTimeNoTimezone (line 116) | #[DataProvider('provideNoTimezoneDateTimes')] method provideNoTimezoneDateTimes (line 149) | public static function provideNoTimezoneDateTimes() method testCastDateTimeWithAdditionalChildProperty (line 162) | public function testCastDateTimeWithAdditionalChildProperty() method testDumpInterval (line 196) | #[DataProvider('provideIntervals')] method testDumpIntervalExcludingVerbosity (line 210) | #[DataProvider('provideIntervals')] method testCastInterval (line 224) | #[DataProvider('provideIntervals')] method provideIntervals (line 260) | public static function provideIntervals() method testDumpTimeZone (line 293) | #[DataProvider('provideTimeZones')] method testDumpTimeZoneExcludingVerbosity (line 307) | #[DataProvider('provideTimeZones')] method testCastTimeZone (line 321) | #[DataProvider('provideTimeZones')] method provideTimeZones (line 353) | public static function provideTimeZones() method testDumpPeriod (line 380) | #[DataProvider('providePeriods')] method testCastPeriod (line 394) | #[DataProvider('providePeriods')] method providePeriods (line 426) | public static function providePeriods() method createInterval (line 454) | private function createInterval($intervalSpec, $ms, $invert) class NoTimezoneDate (line 464) | class NoTimezoneDate extends \DateTime method getTimezone (line 466) | public function getTimezone(): \DateTimeZone|false FILE: Tests/Caster/DoctrineCasterTest.php class DoctrineCasterTest (line 22) | #[RequiresMethod(ArrayCollection::class, '__construct')] method testCastPersistentCollection (line 27) | public function testCastPersistentCollection() FILE: Tests/Caster/ExceptionCasterTest.php class ExceptionCasterTest (line 26) | class ExceptionCasterTest extends TestCase method getTestException (line 30) | private function getTestException($msg, &$ref = null) method getTestError (line 35) | private function getTestError($msg): \Error method getTestErrorException (line 40) | private function getTestErrorException($msg): \ErrorException method getTestSilencedErrorContext (line 45) | private function getTestSilencedErrorContext(): SilencedErrorContext method tearDown (line 50) | protected function tearDown(): void method testDefaultSettings (line 56) | public function testDefaultSettings() method testDefaultSettingsOnError (line 82) | public function testDefaultSettingsOnError() method testDefaultSettingsOnErrorException (line 106) | public function testDefaultSettingsOnErrorException() method testCastSilencedErrorContext (line 131) | #[RequiresMethod(SilencedErrorContext::class, '__construct')] method testSeek (line 153) | public function testSeek() method testNoArgs (line 172) | public function testNoArgs() method testNoSrcContext (line 197) | public function testNoSrcContext() method testShouldReturnTraceForConcreteTwigWithError (line 217) | public function testShouldReturnTraceForConcreteTwigWithError() method testHtmlDump (line 241) | public function testHtmlDump() method testFrameWithTwig (line 276) | public function testFrameWithTwig() method testExcludeVerbosity (line 325) | public function testExcludeVerbosity() method testAnonymous (line 341) | public function testAnonymous() method testFlattenException (line 358) | #[RequiresMethod(FlattenException::class, 'create')] FILE: Tests/Caster/FFICasterTest.php class FFICasterTest (line 23) | #[RequiresPhpExtension('ffi')] method setUp (line 33) | protected function setUp(): void method testCastAnonymousStruct (line 43) | public function testCastAnonymousStruct() method testCastNamedStruct (line 54) | public function testCastNamedStruct() method testCastAnonymousUnion (line 65) | public function testCastAnonymousUnion() method testCastNamedUnion (line 77) | public function testCastNamedUnion() method testCastAnonymousEnum (line 89) | public function testCastAnonymousEnum() method testCastNamedEnum (line 100) | public function testCastNamedEnum() method scalarsDataProvider (line 111) | public static function scalarsDataProvider(): array method testCastScalar (line 130) | #[DataProvider('scalarsDataProvider')] method testCastVoidFunction (line 142) | public function testCastVoidFunction() method testCastIntFunction (line 155) | public function testCastIntFunction() method testCastFunctionWithArguments (line 168) | public function testCastFunctionWithArguments() method testCastNonCuttedPointerToChar (line 181) | public function testCastNonCuttedPointerToChar() method testCastCuttedPointerToChar (line 198) | public function testCastCuttedPointerToChar() method testCastNonTrailingCharPointer (line 230) | public function testCastNonTrailingCharPointer() method testCastUnionWithDirectReferencedFields (line 251) | public function testCastUnionWithDirectReferencedFields() method testCastUnionWithPointerReferencedFields (line 271) | public function testCastUnionWithPointerReferencedFields() method testCastUnionWithMixedFields (line 295) | public function testCastUnionWithMixedFields() method testCastPointerToEmptyScalars (line 323) | public function testCastPointerToEmptyScalars() method testCastPointerToNonEmptyScalars (line 353) | public function testCastPointerToNonEmptyScalars() method testCastPointerToStruct (line 417) | public function testCastPointerToStruct() method testCastComplexType (line 457) | public function testCastComplexType() FILE: Tests/Caster/FiberCasterTest.php class FiberCasterTest (line 17) | class FiberCasterTest extends TestCase method testCastFiberNotStarted (line 21) | public function testCastFiberNotStarted() method testCastFiberTerminated (line 34) | public function testCastFiberTerminated() method testCastFiberSuspended (line 48) | public function testCastFiberSuspended() method testCastFiberRunning (line 62) | public function testCastFiberRunning() FILE: Tests/Caster/GmpCasterTest.php class GmpCasterTest (line 20) | class GmpCasterTest extends TestCase method testCastGmp (line 24) | #[RequiresPhpExtension('gmp')] FILE: Tests/Caster/IntlCasterTest.php class IntlCasterTest (line 18) | #[RequiresPhpExtension('intl')] method testMessageFormatter (line 23) | public function testMessageFormatter() method testCastNumberFormatter (line 36) | public function testCastNumberFormatter() method testCastIntlTimeZoneWithDST (line 153) | public function testCastIntlTimeZoneWithDST() method testCastIntlTimeZoneWithoutDST (line 173) | public function testCastIntlTimeZoneWithoutDST() method testCastIntlCalendar (line 191) | public function testCastIntlCalendar() method testCastDateFormatter (line 231) | public function testCastDateFormatter() method normalizeNarrowNoBreakSpaceCharacter (line 297) | private function normalizeNarrowNoBreakSpaceCharacter(string $input): ... FILE: Tests/Caster/MemcachedCasterTest.php class MemcachedCasterTest (line 20) | class MemcachedCasterTest extends TestCase method testCastMemcachedWithDefaultOptions (line 24) | public function testCastMemcachedWithDefaultOptions() method testCastMemcachedWithCustomOptions (line 54) | public function testCastMemcachedWithCustomOptions() FILE: Tests/Caster/MysqliCasterTest.php class MysqliCasterTest (line 19) | #[RequiresPhpExtension('mysqli')] method testNotConnected (line 25) | public function testNotConnected() FILE: Tests/Caster/OpenSSLCasterTest.php class OpenSSLCasterTest (line 18) | #[RequiresPhpExtension('openssl')] method testAsymmetricKey (line 23) | public function testAsymmetricKey() method testOpensslCsr (line 53) | public function testOpensslCsr() FILE: Tests/Caster/PdoCasterTest.php class PdoCasterTest (line 25) | class PdoCasterTest extends TestCase method testCastPdo (line 29) | #[RequiresPhpExtension('pdo_sqlite')] FILE: Tests/Caster/RdKafkaCasterTest.php class RdKafkaCasterTest (line 23) | #[RequiresPhpExtension('rdkafka')] method setUp (line 35) | protected function setUp(): void method testDumpConf (line 43) | public function testDumpConf() method testDumpProducer (line 70) | public function testDumpProducer() method testDumpTopicConf (line 109) | public function testDumpTopicConf() method testDumpKafkaConsumer (line 133) | public function testDumpKafkaConsumer() method testDumpProducerTopic (line 179) | public function testDumpProducerTopic() method testDumpMessage (line 196) | public function testDumpMessage() FILE: Tests/Caster/RedisCasterTest.php class RedisCasterTest (line 24) | #[Group('integration')] method testNotConnected (line 29) | #[RequiresPhpExtension('redis')] method testConnected (line 43) | #[TestWith([\Redis::class])] FILE: Tests/Caster/ReflectionCasterTest.php class ReflectionCasterTest (line 30) | class ReflectionCasterTest extends TestCase method testReflectionCaster (line 34) | public function testReflectionCaster() method testClosureCaster (line 86) | public function testClosureCaster() method testFromCallableClosureCaster (line 106) | public function testFromCallableClosureCaster() method testClosureCasterExcludingVerbosity (line 132) | public function testClosureCasterExcludingVerbosity() method testReflectionParameter (line 141) | public function testReflectionParameter() method testReflectionParameterScalar (line 158) | public function testReflectionParameterScalar() method testReflectionParameterMixed (line 175) | public function testReflectionParameterMixed() method testReflectionParameterUnion (line 193) | public function testReflectionParameterUnion() method testReflectionParameterNullableUnion (line 210) | public function testReflectionParameterNullableUnion() method testReflectionParameterIntersection (line 228) | public function testReflectionParameterIntersection() method testReflectionPropertyScalar (line 245) | public function testReflectionPropertyScalar() method testReflectionNamedType (line 260) | public function testReflectionNamedType() method testReflectionUnionType (line 275) | public function testReflectionUnionType() method testReflectionIntersectionType (line 300) | public function testReflectionIntersectionType() method testReflectionUnionTypeWithIntersection (line 325) | public function testReflectionUnionTypeWithIntersection() method testExtendsReflectionType (line 360) | public function testExtendsReflectionType() method testReturnType (line 373) | public function testReturnType() method testMixedReturnType (line 393) | public function testMixedReturnType() method testNullReturnType (line 413) | public function testNullReturnType() method testUnionReturnType (line 430) | public function testUnionReturnType() method testNullableUnionReturnType (line 450) | public function testNullableUnionReturnType() method testGenerator (line 470) | public function testGenerator() method testNewInInitializer (line 548) | public function testNewInInitializer() method testReflectionClassWithAttribute (line 567) | public function testReflectionClassWithAttribute() method testReflectionMethodWithAttribute (line 587) | public function testReflectionMethodWithAttribute() method testReflectionPropertyWithAttribute (line 610) | public function testReflectionPropertyWithAttribute() method testReflectionClassConstantWithAttribute (line 633) | public function testReflectionClassConstantWithAttribute() method testReflectionParameterWithAttribute (line 663) | public function testReflectionParameterWithAttribute() method stub (line 686) | public static function stub(): void function reflectionParameterFixture (line 691) | function reflectionParameterFixture(?NotLoadableClass $arg1, $arg2) FILE: Tests/Caster/ResourceCasterTest.php class ResourceCasterTest (line 18) | class ResourceCasterTest extends TestCase method testCastDba (line 22) | #[RequiresPhpExtension('dba')] method testCastDbaOnBuggyPhp84 (line 37) | #[RequiresPhpExtension('dba')] FILE: Tests/Caster/SocketCasterTest.php class SocketCasterTest (line 18) | #[RequiresPhpExtension('sockets')] method testCastSocket (line 23) | public function testCastSocket() method testCastSocketIpV6 (line 40) | public function testCastSocketIpV6() method testCastUnixSocket (line 58) | public function testCastUnixSocket() FILE: Tests/Caster/SplCasterTest.php class SplCasterTest (line 21) | class SplCasterTest extends TestCase method getCastFileInfoTests (line 25) | public static function getCastFileInfoTests() method testCastFileInfo (line 68) | #[DataProvider('getCastFileInfoTests')] method testCastFileObject (line 74) | public function testCastFileObject() method testCastSplDoublyLinkedList (line 123) | #[DataProvider('provideCastSplDoublyLinkedList')] method provideCastSplDoublyLinkedList (line 137) | public static function provideCastSplDoublyLinkedList() method testCastObjectStorageIsntModified (line 147) | public function testCastObjectStorageIsntModified() method testCastObjectStorageDumpsInfo (line 158) | public function testCastObjectStorageDumpsInfo() method testCastArrayObject (line 166) | public function testCastArrayObject() method testArrayIterator (line 187) | public function testArrayIterator() method testBadSplFileInfo (line 204) | public function testBadSplFileInfo() method testWeakMap (line 216) | public function testWeakMap() class MyArrayIterator (line 237) | class MyArrayIterator extends \ArrayIterator class BadSplFileInfo (line 242) | class BadSplFileInfo extends \SplFileInfo method __construct (line 244) | public function __construct() FILE: Tests/Caster/SqliteCasterTest.php class SqliteCasterTest (line 18) | #[RequiresPhpExtension('sqlite3')] method testSqlite3Result (line 23) | public function testSqlite3Result() FILE: Tests/Caster/StubCasterTest.php class StubCasterTest (line 26) | class StubCasterTest extends TestCase method testArgsStubWithDefaults (line 30) | public function testArgsStubWithDefaults($foo = 234, $bar = 456) method testArgsStubWithExtraArgs (line 45) | public function testArgsStubWithExtraArgs($foo = 234) method testArgsStubNoParamWithExtraArgs (line 63) | public function testArgsStubNoParamWithExtraArgs() method testArgsStubWithClosure (line 78) | public function testArgsStubWithClosure() method testEmptyStub (line 93) | public function testEmptyStub() method testVirtualPropertyStub (line 106) | public function testVirtualPropertyStub() method testVirtualPropertyWithoutTypeStub (line 120) | public function testVirtualPropertyWithoutTypeStub() method testLinkStub (line 134) | public function testLinkStub() method testLinkStubWithNoFileLink (line 155) | public function testLinkStubWithNoFileLink() method testClassStub (line 176) | public function testClassStub() method testClassStubWithNotExistingClass (line 196) | public function testClassStubWithNotExistingClass() method testClassStubWithNotExistingMethod (line 217) | public function testClassStubWithNotExistingMethod() method testClassStubWithAnonymousClass (line 237) | public function testClassStubWithAnonymousClass() FILE: Tests/Caster/SymfonyCasterTest.php class SymfonyCasterTest (line 20) | final class SymfonyCasterTest extends TestCase method testCastUuid (line 24) | public function testCastUuid() method testCastUlid (line 49) | public function testCastUlid() FILE: Tests/Caster/XmlReaderCasterTest.php class XmlReaderCasterTest (line 20) | class XmlReaderCasterTest extends TestCase method setUp (line 26) | protected function setUp(): void method tearDown (line 32) | protected function tearDown(): void method testParserProperty (line 37) | public function testParserProperty() method provideNodes (line 56) | public static function provideNodes() method testWithUninitializedXMLReader (line 238) | public function testWithUninitializedXMLReader() FILE: Tests/Cloner/DataTest.php class DataTest (line 20) | class DataTest extends TestCase method testBasicData (line 22) | public function testBasicData() method testObject (line 48) | public function testObject() method testArray (line 63) | public function testArray() method testStub (line 84) | public function testStub() method testHardRefs (line 94) | public function testHardRefs() method cloneVar (line 109) | private function cloneVar($value) FILE: Tests/Cloner/StubTest.php class StubTest (line 17) | final class StubTest extends TestCase method testUnserializeNullValue (line 19) | public function testUnserializeNullValue() method testUnserializeNullInTypedProperty (line 29) | public function testUnserializeNullInTypedProperty() method testUninitializedStubPropertiesAreLeftUninitialized (line 39) | public function testUninitializedStubPropertiesAreLeftUninitialized() class MyStub (line 50) | final class MyStub extends Stub FILE: Tests/Cloner/VarClonerTest.php class VarClonerTest (line 26) | class VarClonerTest extends TestCase method testAddCaster (line 28) | public function testAddCaster() method testMaxIntBoundary (line 86) | public function testMaxIntBoundary() method testClone (line 129) | public function testClone() method testLimits (line 221) | public function testLimits() method testJsonCast (line 393) | public function testJsonCast() method testCaster (line 461) | public function testCaster() method testPhp74 (line 521) | public function testPhp74() method testPhp81Enums (line 634) | public function testPhp81Enums() FILE: Tests/Command/Descriptor/CliDescriptorTest.php class CliDescriptorTest (line 21) | class CliDescriptorTest extends TestCase method setUpBeforeClass (line 26) | public static function setUpBeforeClass(): void method tearDownAfterClass (line 35) | public static function tearDownAfterClass(): void method testDescribe (line 41) | #[DataProvider('provideContext')] method provideContext (line 53) | public static function provideContext() FILE: Tests/Command/Descriptor/HtmlDescriptorTest.php class HtmlDescriptorTest (line 21) | class HtmlDescriptorTest extends TestCase method setUpBeforeClass (line 25) | public static function setUpBeforeClass(): void method tearDownAfterClass (line 31) | public static function tearDownAfterClass(): void method testItOutputsStylesAndScriptsOnFirstDescribeCall (line 36) | public function testItOutputsStylesAndScriptsOnFirstDescribeCall() method testDescribe (line 52) | #[DataProvider('provideContext')] method provideContext (line 65) | public static function provideContext() FILE: Tests/Command/ServerDumpCommandTest.php class ServerDumpCommandTest (line 20) | class ServerDumpCommandTest extends TestCase method testComplete (line 22) | #[DataProvider('provideCompletionSuggestions')] method provideCompletionSuggestions (line 30) | public static function provideCompletionSuggestions() method createCommand (line 38) | private function createCommand(): ServerDumpCommand FILE: Tests/Dumper/CliDumperTest.php class CliDumperTest (line 31) | class CliDumperTest extends TestCase method testGet (line 35) | public function testGet() method testDumpWithCommaFlag (line 120) | #[DataProvider('provideDumpWithCommaFlagTests')] method testDumpWithCommaFlagsAndExceptionCodeExcerpt (line 138) | public function testDumpWithCommaFlagsAndExceptionCodeExcerpt() method provideDumpWithCommaFlagTests (line 170) | public static function provideDumpWithCommaFlagTests() method testJsonCast (line 211) | public function testJsonCast() method testObjectCast (line 232) | public function testObjectCast() method testClosedResource (line 247) | public function testClosedResource() method testFlags (line 271) | public function testFlags() method testVirtualProperties (line 302) | public function testVirtualProperties() method testThrowingCaster (line 316) | public function testThrowingCaster() method testRefsInProperties (line 378) | public function testRefsInProperties() method testIncompleteClass (line 402) | public function testIncompleteClass() method provideDumpArrayWithColor (line 416) | public static function provideDumpArrayWithColor() method testDumpArrayWithColor (line 445) | #[DataProvider('provideDumpArrayWithColor')] method testCollapse (line 465) | public function testCollapse() method testFileLinkFormat (line 506) | public function testFileLinkFormat() FILE: Tests/Dumper/ContextProvider/RequestContextProviderTest.php class RequestContextProviderTest (line 21) | #[RequiresMethod(RequestStack::class, '__construct')] method testGetContextOnNullRequest (line 24) | public function testGetContextOnNullRequest() method testGetContextOnRequest (line 32) | public function testGetContextOnRequest() FILE: Tests/Dumper/ContextualizedDumperTest.php class ContextualizedDumperTest (line 24) | #[BackupGlobals(true)] method testContextualizedCliDumper (line 27) | public function testContextualizedCliDumper() FILE: Tests/Dumper/FunctionsTest.php class FunctionsTest (line 19) | class FunctionsTest extends TestCase method testDumpWithoutArg (line 21) | public function testDumpWithoutArg() method testDumpReturnsFirstArg (line 32) | public function testDumpReturnsFirstArg() method testDumpReturnsFirstNamedArgWithoutSectionName (line 45) | public function testDumpReturnsFirstNamedArgWithoutSectionName() method testDumpReturnsAllArgsInArray (line 58) | public function testDumpReturnsAllArgsInArray() method testDumpReturnsAllNamedArgsInArray (line 73) | public function testDumpReturnsAllNamedArgsInArray() method setupVarDumper (line 88) | protected function setupVarDumper() FILE: Tests/Dumper/HtmlDumperTest.php class HtmlDumperTest (line 24) | class HtmlDumperTest extends TestCase method testGet (line 26) | public function testGet() method testVirtualProperties (line 121) | public function testVirtualProperties() method testCharset (line 144) | public function testCharset() method testAppend (line 166) | public function testAppend() method testDumpString (line 191) | #[DataProvider('varToDumpProvider')] method varToDumpProvider (line 204) | public static function varToDumpProvider() FILE: Tests/Dumper/ServerDumperTest.php class ServerDumperTest (line 22) | class ServerDumperTest extends TestCase method testDumpForwardsToWrappedDumperWhenServerIsUnavailable (line 26) | public function testDumpForwardsToWrappedDumperWhenServerIsUnavailable() method testDump (line 40) | public function testDump() method getServerProcess (line 90) | private function getServerProcess(): Process FILE: Tests/Fixtures/DateTimeChild.php class DateTimeChild (line 5) | class DateTimeChild extends \DateTimeImmutable FILE: Tests/Fixtures/ExtendsReflectionTypeFixture.php class ExtendsReflectionTypeFixture (line 5) | class ExtendsReflectionTypeFixture extends \ReflectionType method allowsNull (line 7) | public function allowsNull(): bool method isBuiltin (line 12) | public function isBuiltin(): bool method __toString (line 17) | public function __toString(): string FILE: Tests/Fixtures/FooInterface.php type FooInterface (line 5) | interface FooInterface method foo (line 10) | public function foo(?\stdClass $a, ?\stdClass $b = null); FILE: Tests/Fixtures/GeneratorDemo.php class GeneratorDemo (line 5) | class GeneratorDemo method foo (line 7) | public static function foo() method baz (line 12) | public function baz() function bar (line 18) | function bar() FILE: Tests/Fixtures/LotsOfAttributes.php class LotsOfAttributes (line 14) | #[MyAttribute] method someMethod (line 23) | #[MyAttribute('two')] FILE: Tests/Fixtures/MyAttribute.php class MyAttribute (line 14) | #[\Attribute] method __construct (line 17) | public function __construct( method getFoo (line 23) | public function getFoo(): string method getExtra (line 28) | public function getExtra(): ?string FILE: Tests/Fixtures/NotLoadableClass.php class NotLoadableClass (line 5) | class NotLoadableClass extends NotLoadableClass FILE: Tests/Fixtures/Php74.php class Php74 (line 5) | class Php74 method __construct (line 11) | public function __construct() FILE: Tests/Fixtures/Php81Enums.php class Php81Enums (line 5) | class Php81Enums method __construct (line 10) | public function __construct() FILE: Tests/Fixtures/Php82NullStandaloneReturnType.php class Php82NullStandaloneReturnType (line 14) | class Php82NullStandaloneReturnType method foo (line 16) | public function foo(null $bar): null FILE: Tests/Fixtures/ReflectionIntersectionTypeFixture.php class ReflectionIntersectionTypeFixture (line 5) | class ReflectionIntersectionTypeFixture FILE: Tests/Fixtures/ReflectionNamedTypeFixture.php class ReflectionNamedTypeFixture (line 5) | class ReflectionNamedTypeFixture FILE: Tests/Fixtures/ReflectionUnionTypeFixture.php class ReflectionUnionTypeFixture (line 5) | class ReflectionUnionTypeFixture FILE: Tests/Fixtures/ReflectionUnionTypeWithIntersectionFixture.php class ReflectionUnionTypeWithIntersectionFixture (line 5) | class ReflectionUnionTypeWithIntersectionFixture FILE: Tests/Fixtures/Twig.php class AbstractTwigTemplate (line 3) | abstract class AbstractTwigTemplate extends Twig\Template method createError (line 5) | private function createError() method provideError (line 10) | public function provideError() class __TwigTemplate_VarDumperFixture_u75a09 (line 17) | class __TwigTemplate_VarDumperFixture_u75a09 extends AbstractTwigTemplate method __construct (line 21) | public function __construct(?Twig\Environment $env = null, $path = null) method doDisplay (line 31) | protected function doDisplay(array $context, array $blocks = []): array method getTemplateName (line 37) | public function getTemplateName(): string method getDebugInfo (line 42) | public function getDebugInfo(): array method getSourceContext (line 47) | public function getSourceContext(): Twig\Source FILE: Tests/Fixtures/VirtualProperty.php class VirtualProperty (line 5) | class VirtualProperty FILE: Tests/Fixtures/dumb-var.php class DumbFoo (line 15) | #[\AllowDynamicProperties] FILE: Tests/Server/ConnectionTest.php class ConnectionTest (line 21) | class ConnectionTest extends TestCase method testDump (line 25) | public function testDump() method testNoServer (line 73) | public function testNoServer() method getServerProcess (line 83) | private function getServerProcess(): Process FILE: Tests/Test/VarDumperTestTraitTest.php class VarDumperTestTraitTest (line 19) | class VarDumperTestTraitTest extends TestCase method testItComparesLargeData (line 23) | public function testItComparesLargeData() method testAllowsNonScalarExpectation (line 44) | public function testAllowsNonScalarExpectation() method testItCanBeConfigured (line 49) | public function testItCanBeConfigured() FILE: VarDumper.php class VarDumper (line 34) | class VarDumper method dump (line 41) | public static function dump(mixed $var, ?string $label = null): mixed method setHandler (line 50) | public static function setHandler(?callable $callable): ?callable method register (line 64) | private static function register(): void method selectDumperForAccept (line 95) | private static function selectDumperForAccept(?string $serverHost): Da... method getDefaultContextProviders (line 113) | private static function getDefaultContextProviders(): array