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
2017-11-07 15:16:22 +01:00
..
Caster Random fixes 2017-11-07 13:07:19 +01:00
Cloner [3.3] More docblock fixes 2017-11-07 15:16:22 +01:00
Dumper Merge branch '2.8' into 3.3 2017-11-05 17:53:00 +01:00
Exception tweak some deprecation messages 2015-10-06 17:57:37 +02:00
Resources/functions
Test Merge branch '2.7' into 2.8 2017-02-18 18:06:33 +01:00
Tests [VarDumper] fix trailling comma when dumping an exception 2017-11-01 08:04:17 +01:00
.gitignore
CHANGELOG.md
composer.json Bump minimal PHP version to ^5.5.9|>=7.0.8 2017-07-29 23:54:42 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Merge branch '2.8' into 3.2 2017-04-12 07:13:17 -07:00
README.md Fix typo in VarDumper README 2016-04-22 14:44:08 +02:00
VarDumper.php Add more callable type hints 2015-10-05 18:52:37 +02:00

VarDumper Component

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

Resources