drupal-civicrm/vendor/symfony/var-dumper
Theodotos Andreou c6e2478c40 First commit 2018-01-14 13:10:16 +00:00
..
Caster First commit 2018-01-14 13:10:16 +00:00
Cloner First commit 2018-01-14 13:10:16 +00:00
Dumper First commit 2018-01-14 13:10:16 +00:00
Exception First commit 2018-01-14 13:10:16 +00:00
Resources/functions First commit 2018-01-14 13:10:16 +00:00
Test First commit 2018-01-14 13:10:16 +00:00
Tests First commit 2018-01-14 13:10:16 +00:00
.gitignore First commit 2018-01-14 13:10:16 +00:00
CHANGELOG.md First commit 2018-01-14 13:10:16 +00:00
LICENSE First commit 2018-01-14 13:10:16 +00:00
README.md First commit 2018-01-14 13:10:16 +00:00
VarDumper.php First commit 2018-01-14 13:10:16 +00:00
composer.json First commit 2018-01-14 13:10:16 +00:00
phpunit.xml.dist First commit 2018-01-14 13:10:16 +00:00

README.md

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