This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/VarDumper
2016-12-13 08:26:08 +01:00
..
Caster [VarDumper] Add SymfonyCaster::castRequest() 2016-12-13 08:26:08 +01:00
Cloner [VarDumper] Add SymfonyCaster::castRequest() 2016-12-13 08:26:08 +01:00
Dumper [VarDumper] Use default color for ellipsed namespaces/paths 2016-11-29 11:23:40 +01:00
Exception tweak some deprecation messages 2015-10-06 17:57:37 +02:00
Resources/functions [DebugBundle] adjust after review 2014-09-23 16:25:59 +02:00
Test [VarDumper] Get dump as string with $dumper->dump(..., true); 2016-08-27 08:12:35 +02:00
Tests Merge branch '3.1' into 3.2 2016-12-08 16:18:22 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md Revert "Added missing changelog entry" 2015-04-03 09:54:01 +02:00
composer.json updated version to 3.3 2016-11-19 12:35:20 -08:00
LICENSE updated copyright year 2016-01-03 16:33:06 +01:00
phpunit.xml.dist [VarDumper] Add flags to allow fine tuning dumps representation 2016-01-13 10:49:27 +01:00
README.md Fix typo in VarDumper README 2016-04-22 14:44:08 +02:00
VarDumper.php Add more callable type hints 2015-10-05 18:52:37 +02:00

VarDumper Component

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.

Resources