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
2018-03-23 10:11:10 +01:00
..
Caster fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Cloner Merge branch '4.0' 2018-02-26 18:04:28 +01:00
Command [VarDumper] Introduce a new way to collect dumps through a server dumper 2018-03-23 10:11:09 +01:00
Dumper [VarDumper] Review config to use debug.dump_destination & tweak data collector 2018-03-23 10:11:10 +01:00
Exception fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Resources [VarDumper] Introduce a new way to collect dumps through a server dumper 2018-03-23 10:11:09 +01:00
Server [VarDumper] Review config to use debug.dump_destination & tweak data collector 2018-03-23 10:11:10 +01:00
Test fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Tests [VarDumper] Introduce a new way to collect dumps through a server dumper 2018-03-23 10:11:09 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md [VarDumper] Introduce a new way to collect dumps through a server dumper 2018-03-23 10:11:09 +01:00
composer.json [VarDumper] Introduce a new way to collect dumps through a server dumper 2018-03-23 10:11:09 +01: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.3 2018-01-03 18:13:53 +01: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