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
Nicolas Grekas f658ed6d17 Merge branch '4.0' into 4.1
* 4.0:
  remove HHVM code
  [VarDumper] Fix dumping ArrayObject and ArrayIterator instances
  [ProxyManagerBridge] Fixed support of private services
  [Cache] Fix typo in comment.
  Fix bad method call with guard authentication + session migration
2018-06-15 09:52:42 +02:00
..
Caster Merge branch '4.0' into 4.1 2018-06-15 09:52:42 +02:00
Cloner Merge branch '4.0' into 4.1 2018-06-15 09:52:42 +02:00
Command [VarDumper] Add controller & project dir to HTML output 2018-04-29 09:55:56 +02:00
Dumper minor #26866 [VarDumper] Add controller & project dir to HTML output (ogizanagi) 2018-04-29 09:56:09 +02:00
Exception fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Resources minor #26866 [VarDumper] Add controller & project dir to HTML output (ogizanagi) 2018-04-29 09:56:09 +02:00
Server [VarDumper] DumpServer: provide the unserialize "allowed_classes" options 2018-03-31 17:59:40 +02:00
Test fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Tests Merge branch '4.0' into 4.1 2018-06-15 09:52:42 +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 [VarDumper] Provide binary, allowing to start a server at any time 2018-03-25 20:38:27 +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-04-03 07:22:50 +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