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
2018-09-22 10:46:58 +02:00
..
Caster [VarDumper] add caster for MessageFormatter 2018-09-22 10:46:58 +02:00
Cloner [VarDumper] add caster for MessageFormatter 2018-09-22 10:46:58 +02:00
Command [VarDumper] Add controller & project dir to HTML output 2018-04-29 09:55:56 +02:00
Dumper Merge branch '4.1' 2018-07-26 13:25:51 +02:00
Exception Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
Resources [VarDumper] Allow dd() to be called without arguments 2018-09-21 13:19:29 +02:00
Server Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
Test Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
Tests [VarDumper] add caster for MessageFormatter 2018-09-22 10:46:58 +02:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md [VarDumper] New env var to select the dump format 2018-09-04 11:11:07 +02:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.2 2017-04-12 07:13:17 -07:00
README.md Fix typo in VarDumper README 2016-04-22 14:44:08 +02:00
VarDumper.php Fix #28370: First time dump() method call not working issue 2018-09-06 23:01:56 +06: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