github/vendor/symfony/var-dumper
2025-04-12 19:11:43 +08:00
..
Caster Initial commit 2025-04-12 19:11:43 +08:00
Cloner Initial commit 2025-04-12 19:11:43 +08:00
Command Initial commit 2025-04-12 19:11:43 +08:00
Dumper Initial commit 2025-04-12 19:11:43 +08:00
Exception Initial commit 2025-04-12 19:11:43 +08:00
Resources Initial commit 2025-04-12 19:11:43 +08:00
Server Initial commit 2025-04-12 19:11:43 +08:00
Test Initial commit 2025-04-12 19:11:43 +08:00
CHANGELOG.md Initial commit 2025-04-12 19:11:43 +08:00
composer.json Initial commit 2025-04-12 19:11:43 +08:00
LICENSE Initial commit 2025-04-12 19:11:43 +08:00
README.md Initial commit 2025-04-12 19:11:43 +08:00
VarDumper.php Initial commit 2025-04-12 19:11:43 +08:00

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().

Resources