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 4ce5a1bbc0 Merge branch '3.4' into 4.0
* 3.4:
  Add color support for Hyper terminal .
  [HttpFoundation] Fix tests: new message for status 425
  [Doctrine Bridge] Fixed usage of wrong variable when tagged subscriber is invalid
  [PropertyInfo] added handling of nullable types in PhpDoc
  [HttpKernel] Make AbstractTestSessionListener compatible with CookieClearingLogoutHandler
  [Cache] provider does not respect option maxIdLength with versioning enabled
2018-07-03 19:50:16 +02:00
..
Caster Merge branch '3.4' into 4.0 2018-06-15 09:50:28 +02:00
Cloner Merge branch '3.4' into 4.0 2018-06-15 09:50:28 +02:00
Dumper Merge branch '3.4' into 4.0 2018-07-03 19:50:16 +02:00
Exception fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Resources/functions Merge branch '3.4' 2017-09-26 08:12:47 +02:00
Test fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Tests remove HHVM code 2018-06-15 09:52:13 +02:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md Merge branch '3.4' 2017-10-05 17:11:25 +02:00
composer.json [VarDumper] Use spl_object_id() with php72 polyfill when needed 2017-08-24 13:53:36 +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