|
9 年 前 | |
---|---|---|
.. | ||
Caster | 9 年 前 | |
Cloner | 9 年 前 | |
Dumper | 9 年 前 | |
Exception | 9 年 前 | |
Resources | 9 年 前 | |
Test | 9 年 前 | |
Tests | 9 年 前 | |
.gitignore | 9 年 前 | |
CHANGELOG.md | 9 年 前 | |
LICENSE | 9 年 前 | |
README.md | 9 年 前 | |
VarDumper.php | 9 年 前 | |
composer.json | 9 年 前 | |
phpunit.xml.dist | 9 年 前 |
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
.