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
2019-01-01 14:45:19 +01:00
..
Caster fix cs 2018-11-20 17:10:26 +01:00
Cloner Fixed minor typos 2018-12-28 12:28:01 +01:00
Dumper Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
Exception Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Resources/functions [VarDumper] Fix global dump function return value for PHP7 2018-09-18 10:05:59 +02:00
Test Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Tests Adjust tests to work in the armhf architecture. Fixes #29281. 2018-12-14 16:57:34 +01: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 update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01: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-07-26 13:19:56 +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