Yannick Guern 3c45fcac29 set permission on code | 7 年之前 | |
---|---|---|
.. | ||
Caster | 7 年之前 | |
Cloner | 7 年之前 | |
Dumper | 7 年之前 | |
Exception | 7 年之前 | |
Resources | 7 年之前 | |
Test | 7 年之前 | |
Tests | 7 年之前 | |
.gitignore | 7 年之前 | |
CHANGELOG.md | 7 年之前 | |
LICENSE | 7 年之前 | |
README.md | 7 年之前 | |
VarDumper.php | 7 年之前 | |
composer.json | 7 年之前 | |
phpunit.xml.dist | 7 年之前 |
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
.