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
Nicolas Grekas be700aed1d Merge branch '2.8' into 3.4
* 2.8:
  [VarDumper] Fix dumping ArrayObject and ArrayIterator instances
  Fix bad method call with guard authentication + session migration
2018-06-15 09:47:49 +02:00
..
Caster Merge branch '2.8' into 3.4 2018-06-15 09:47:49 +02:00
Cloner Merge branch '2.8' into 3.4 2018-06-15 09:47:49 +02:00
Dumper [VarDumper] Fix HtmlDumper classes match 2018-04-26 14:42:15 +02:00
Exception fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Resources/functions feature #24280 [VarDumper] Make dump() a little bit more easier to use (freekmurze) 2017-09-23 16:36:46 +01:00
Test fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Tests Merge branch '2.8' into 3.4 2018-06-15 09:47:49 +02: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 fixed years in copyright 2018-01-03 08:23:28 +01: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 Merge branch '2.8' into 3.4 2018-04-03 07:22:50 +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