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 29d2101891 Merge branch '3.4' into 4.0
* 3.4:
  [DomCrawler] Fix ChoiceFormField::select() PHPDoc
  [HttpFoundation] add tests for FlashBagInterface::setAll()
  Check for Hyper terminal on all operating systems.
  [DI] Don't show internal service id on binding errors
  Prevent toolbar links color override by css
2018-07-05 13:53:42 +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-05 13:53:42 +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