1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-15 06:32:30 +01:00
polr/vendor/symfony/var-dumper
2015-11-02 23:17:51 -05:00
..
Caster Add vendored files 2015-11-02 23:17:51 -05:00
Cloner Add vendored files 2015-11-02 23:17:51 -05:00
Dumper Add vendored files 2015-11-02 23:17:51 -05:00
Exception Add vendored files 2015-11-02 23:17:51 -05:00
Resources/functions Add vendored files 2015-11-02 23:17:51 -05:00
Test Add vendored files 2015-11-02 23:17:51 -05:00
Tests Add vendored files 2015-11-02 23:17:51 -05:00
.gitignore Add vendored files 2015-11-02 23:17:51 -05:00
CHANGELOG.md Add vendored files 2015-11-02 23:17:51 -05:00
composer.json Add vendored files 2015-11-02 23:17:51 -05:00
LICENSE Add vendored files 2015-11-02 23:17:51 -05:00
phpunit.xml.dist Add vendored files 2015-11-02 23:17:51 -05:00
README.md Add vendored files 2015-11-02 23:17:51 -05:00
VarDumper.php Add vendored files 2015-11-02 23:17:51 -05:00

Symfony mechanism for exploring and dumping PHP variables

This component provides a mechanism that allows exploring then dumping any PHP variable.

It handles scalars, objects and resources properly, taking hard and soft references into account. More than being immune to infinite recursion problems, it allows dumping where references link to each other. It explores recursive structures using a breadth-first algorithm.

The component exposes all the parts involved in the different steps of cloning then dumping a PHP variable, while applying size limits and having specialized output formats and methods.