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 fd74951405 Merge branch '4.1'
* 4.1:
  [Form] Hardened test suite for empty data
  Bump phpunit XSD version to 5.2
  [Fwb][EventDispatcher][HttpKernel] Fix getClosureScopeClass usage to describe callables
  Add required key attribute
2018-11-11 20:52:12 +01:00
..
Caster Merge branch '4.1' 2018-11-11 20:52:12 +01:00
Cloner SCA: use 'yield from' where it does make sense 2018-11-10 11:03:47 +01:00
Command [VarDumper] Add controller & project dir to HTML output 2018-04-29 09:55:56 +02:00
Dumper [VarDumper] Scroll into view when searching 2018-10-14 09:29: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 Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
Test Merge branch '4.0' into 4.1 2018-07-26 10:55:25 +02:00
Tests Merge branch '4.1' 2018-11-06 18:10:56 +01: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 updated version to 4.2 2018-05-07 16:51:25 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md Fix typo in VarDumper README 2016-04-22 14:44:08 +02:00
VarDumper.php Fix #28370: First time dump() method call not working issue 2018-09-06 23:01:56 +06: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