• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-Feb-2022-

Caster/H03-May-2022-3,7572,658

Cloner/H03-May-2022-1,295880

Command/H03-May-2022-333221

Dumper/H03-May-2022-2,2081,618

Exception/H03-May-2022-279

Resources/H27-Mar-2020-239194

Server/H03-May-2022-204136

CHANGELOG.mdH A D27-Mar-20201.8 KiB5439

LICENSEH A D27-Mar-20201 KiB2016

README.mdH A D27-Mar-2020610 1612

VarDumper.phpH A D03-May-20221.7 KiB6136

composer.jsonH A D27-Mar-20201.5 KiB5453

README.md

1VarDumper Component
2===================
3
4The VarDumper component provides mechanisms for walking through any arbitrary
5PHP variable. It provides a better `dump()` function that you can use instead
6of `var_dump`.
7
8Resources
9---------
10
11  * [Documentation](https://symfony.com/doc/current/components/var_dumper/introduction.html)
12  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
13  * [Report issues](https://github.com/symfony/symfony/issues) and
14    [send Pull Requests](https://github.com/symfony/symfony/pulls)
15    in the [main Symfony repository](https://github.com/symfony/symfony)
16