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-01 18:47:25 +02:00
..
Caster [VarDumper] fix CS 2018-09-01 18:47:25 +02:00
Cloner [VarDumper] make RedisCaster handle RedisCluster and dump all options on all drivers 2018-08-25 23:22:10 +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 Merge branch '4.1' 2018-08-03 13:20:06 +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] make RedisCaster handle RedisCluster and dump all options on all drivers 2018-08-25 23:22:10 +02:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md [VarDumper] Some tweaks after Nicolas' commit & ServerDumperPlaceholderCommand 2018-03-23 10:12:13 +01: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 Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +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