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
2016-11-15 11:06:06 -05:00
..
Caster [TwigBundle] Give some love to exception pages 2016-11-15 11:06:06 -05:00
Cloner [VarDumper] Fix source links to Twig files 2016-10-27 13:47:11 +02:00
Dumper erge branch '3.1' 2016-11-03 09:11:03 +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 [VarDumper] Get dump as string with $dumper->dump(..., true); 2016-08-27 08:12:35 +02:00
Tests [TwigBundle] Give some love to exception pages 2016-11-15 11:06:06 -05: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 updated version to 3.2 2016-05-13 13:13:23 -05:00
LICENSE updated copyright year 2016-01-03 16:33:06 +01: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