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 026d57e196 Merge branch '3.4' into 4.3
* 3.4:
  use utf8mb4_bin to align code with documentation
  [VarDumper] ignore failing __debugInfo()
2019-12-18 14:36:54 +01:00
..
Caster Merge branch '3.4' into 4.3 2019-12-18 14:36:54 +01:00
Cloner Merge branch '3.4' into 4.3 2019-12-12 13:39:14 +01:00
Command fixed CS 2019-01-16 22:53:45 +01:00
Dumper [VarDumper] notice on potential undefined index 2019-11-28 08:25:37 +01: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 '3.4' into 4.3 2019-08-20 16:07:54 +02:00
Tests Merge branch '3.4' into 4.3 2019-12-16 12:02:49 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md Fixed invalid changelog 4.0.0 for VarDumper 2019-10-03 20:55:51 +02:00
composer.json Merge branch '4.2' 2018-12-24 11:03:37 +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 [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