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 3ec91065f7 Merge branch '4.3' into 4.4
* 4.3:
  cs fix
  Fix return statements
  [TwigBridge] add missing dep
  Add false type to ChoiceListFactoryInterface::createView $label argument
  Update UPGRADE guide of 4.3 for EventDispatcher
  [SecurityBundle] display the correct class name on the deprecated notice
2019-08-13 08:48:26 +02:00
..
Caster Merge branch '4.3' into 4.4 2019-08-08 17:13:31 +02:00
Cloner Merge branch '4.3' into 4.4 2019-08-13 08:48:26 +02:00
Command fixed CS 2019-01-16 22:53:45 +01:00
Dumper Remove unneeded phpdocs 2019-08-08 11:37:48 +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 add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-09 13:48:22 +02:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md feature #32680 [Messenger][Profiler] Collect the stamps at the end of dispatch (ogizanagi) 2019-07-27 08:22:04 +02:00
composer.json [Process] Deprecate Process::inheritEnvironmentVariables() 2019-07-18 18:47:09 +02: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 [VarDumper] add link to source next to class names 2019-02-19 22:52:41 +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