You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cd8d374ccd | 8 months ago | |
---|---|---|
.. | ||
Caster | 8 months ago | |
Cloner | 8 months ago | |
Command | 8 months ago | |
Dumper | 8 months ago | |
Exception | 8 months ago | |
Resources | 8 months ago | |
Server | 8 months ago | |
Test | 8 months ago | |
Tests | 8 months ago | |
.gitignore | 8 months ago | |
CHANGELOG.md | 8 months ago | |
LICENSE | 8 months ago | |
README.md | 8 months ago | |
VarDumper.php | 8 months ago | |
composer.json | 8 months ago | |
phpunit.xml.dist | 8 months ago |
README.md
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
.