sunlight 9321b15c94 first commit | 6 年之前 | |
---|---|---|
.. | ||
Caster | 6 年之前 | |
Cloner | 6 年之前 | |
Dumper | 6 年之前 | |
Exception | 6 年之前 | |
Resources | 6 年之前 | |
Test | 6 年之前 | |
Tests | 6 年之前 | |
.gitignore | 6 年之前 | |
CHANGELOG.md | 6 年之前 | |
LICENSE | 6 年之前 | |
README.md | 6 年之前 | |
VarDumper.php | 6 年之前 | |
composer.json | 6 年之前 | |
phpunit.xml.dist | 6 年之前 |
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
.