1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-13 21:52:29 +01:00
polr/vendor/symfony/var-dumper
2016-02-27 16:11:17 -05:00
..
Caster Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
Cloner Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
Dumper Attempt to fix tests css-selector 2016-02-13 22:53:46 -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 2016-02-27 16:11:17 -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 Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
LICENSE Attempt to fix tests css-selector 2016-02-13 22:53:46 -05:00
phpunit.xml.dist Attempt to fix tests css-selector 2016-02-13 22:53:46 -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.