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
2019-11-08 16:59:14 +01:00
..
Caster [VarDumper] Mark StubCaster as @final 2019-11-06 17:06:09 +01:00
Cloner [VarDumper] Do not dump the EventDispatcher 2019-10-29 14:41:12 +01:00
Command [Console] Command::execute() should always return int - deprecate returning null 2019-10-02 16:44:58 +02:00
Dumper Add support for NO_COLOR env var 2019-11-08 16:59:14 +01:00
Exception Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Resources [VarDumper] Allow dd() to be called without arguments 2018-09-21 13:19:29 +02:00
Server Remove unreachable code 2019-01-28 19:03:55 +01:00
Test Add types to constructors and private/final/internal methods (Batch III) 2019-10-07 13:33:25 +02:00
Tests [VarDumper] fix tests & displaying generators 2019-11-06 10:36:47 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md Add support for NO_COLOR env var 2019-11-08 16:59:14 +01:00
composer.json Allow Twig 3 2019-09-23 16:04:59 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +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 [VarDumper] Output the location of calls to dump() 2019-09-28 18:20:13 +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