This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/VarDumper
2020-12-16 18:02:19 +01:00
..
Caster Merge branch '5.1' into 5.2 2020-12-08 18:03:37 +01:00
Cloner Merge branch '5.1' into 5.2 2020-12-08 18:03:37 +01:00
Command [Console] Command::execute() should always return int - deprecate returning null 2019-10-02 16:44:58 +02:00
Dumper [VarDumper] dont hide any nodes until JS is proven to work 2020-12-16 18:02:19 +01:00
Exception Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
Resources Fix CS 2020-02-04 10:32:40 +01:00
Server Merge branch '4.4' into 5.1 2020-10-28 22:31:18 +01:00
Test Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Tests Merge branch '5.1' into 5.x 2020-10-27 11:14:44 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md [VarDumper] Support PHPUnit --colors option 2020-08-14 17:33:49 +02:00
composer.json Merge branch '4.4' into 5.1 2020-10-24 14:01:57 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Reword VarDumper description 2019-05-01 11:52:10 +02:00
VarDumper.php Merge branch '5.1' 2020-09-02 18:27:44 +02:00

VarDumper Component

The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump.

Resources