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-02-27 21:09:01 +01:00
..
Caster [VarDumper] Allow seamless use of Data clones 2017-02-27 21:09:01 +01:00
Cloner [VarDumper] Allow seamless use of Data clones 2017-02-27 21:09:01 +01:00
Dumper [VarDumper] Added a way to print or not comma separator and/or trailing comma 2017-02-20 11:13:52 +01:00
Exception tweak some deprecation messages 2015-10-06 17:57:37 +02:00
Resources/functions [DebugBundle] adjust after review 2014-09-23 16:25:59 +02:00
Test Merge branch '2.7' into 2.8 2017-02-18 18:06:33 +01:00
Tests [VarDumper] Allow seamless use of Data clones 2017-02-27 21:09:01 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md Revert "Added missing changelog entry" 2015-04-03 09:54:01 +02:00
composer.json Merge branch '3.2' 2017-02-20 14:49:17 +01:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist [VarDumper] Add flags to allow fine tuning dumps representation 2016-01-13 10:49:27 +01: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