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-08-01 09:40:28 +02:00
..
Caster [VarDumper] finish PHP 7.4 support and add tests 2019-07-23 08:17:10 +02:00
Cloner revert private properties handling 2019-07-23 10:29:16 +02:00
Dumper [VarDumper] cs fix 2019-07-26 13:29:23 +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 Fix assertInternalType deprecation in phpunit 9 2019-08-01 09:40:28 +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 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 Reword VarDumper description 2019-05-01 11:52:10 +02:00
VarDumper.php switched array() to [] 2019-01-16 10:39:14 +01:00

VarDumper Component

The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump.

Resources