var-dump icon indicating copy to clipboard operation
var-dump copied to clipboard

Multi-purpose colorful modern alternative to var_dump

Results 5 var-dump issues
Sort by recently updated
recently updated
newest added

There's an issue with the object processor: ```plain Arg•1 Chevere\Tests\_resources\DummyClass#76 public public null public readonly readonly null private private null private protected null private circularReference null private deep null ```...

Working with `ArrayAccess` I've noticed that array casting produces keys with this format: ```php "\x00Chevere\Tests\Parameter\_resources\ArrayAccessClass\x00string" ``` VarDump indicates the right string length but it doesn't display the `\x00` chars. This...

Hello, Nice would be the following functionality: Fold and unfold objects, arrays in the UI to get better overview.

enhancement

Need a Twig extension so we can use `vd` on twig templates.

Hi @rodber Just found this and wanted to say thank you, it looks like an awesome tool. Have you considered adding copy tools, eg: copy the whole dumped structure, or...