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-03-16 16:51:59 +01:00
..
Caster [VarDumper] fixed DateCaster not displaying additional fields 2020-02-14 13:39:29 +01:00
Cloner Fix more quotes in exception messages 2020-03-16 16:51:59 +01:00
Dumper [VarDumper] fix resetting the "bold" state in CliDumper 2019-10-10 13:03:19 +02:00
Exception Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Resources/functions [VarDumper] Fix global dump function return value for PHP7 2018-09-18 10:05:59 +02:00
Test Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Tests [VarDumper] fixed DateCaster not displaying additional fields 2020-02-14 13:39:29 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md [VarDumper] deprecate MongoCaster 2017-10-05 14:34:03 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +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 switched array() to [] 2019-01-16 10:39:14 +01: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