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 30a19863f9 Merge branch '3.4' into 4.2
* 3.4:
  [FrameworkBundle] [SecurityBundle] Rename internal WebTestCase to avoid confusion
  revert private properties handling
  [HttpFoundation] Fix URLs
  [VarDumper] finish PHP 7.4 support and add tests
  [VarDumper] Use \ReflectionReference for determining if a key is a reference (php >= 7.4)
  Ignore missing translation dependency in FrameworkBundle
  [Debug][ExceptionHandler] Add tests for custom handlers
2019-07-23 11:50:15 +02:00
..
Caster Merge branch '3.4' into 4.2 2019-07-23 11:50:15 +02:00
Cloner Merge branch '3.4' into 4.2 2019-07-23 11:50:15 +02:00
Command fixed CS 2019-01-16 19:35:49 +01:00
Dumper Merge branch '3.4' into 4.2 2019-04-11 13:27:41 +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 Remove unreachable code 2019-01-28 19:03:55 +01:00
Test Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
Tests Merge branch '3.4' into 4.2 2019-07-23 11:50:15 +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 Merge branch '4.1' into 4.2 2018-12-24 11:01:29 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Reword VarDumper description 2019-05-01 11:52:10 +02:00
VarDumper.php fixed CS 2019-01-16 21:35:37 +01:00

VarDumper Component

The VarDumper component provides mechanisms for walking through any arbitrary PHP variable. It provides a better dump() function that you can use instead of var_dump.

Resources