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
Christian Flothmann 42a56528e9 Merge branch '5.2' into 5.x
* 5.2:
  skip intl dependent tests if the extension is missing
  make DateCaster tests timezone-agnostic
  error if the input string couldn't be parsed as a date
  IntegerType: Always use en for IntegerToLocalizedStringTransformer Fixes #40456
  Uses the correct assignment action for console options depending if they are short or long
  [HttpKernel] ConfigDataCollector to return known data without the need of a Kernel
  [HttpClient] fix using stream_copy_to_stream() with responses cast to php streams
  FIx Trying to clone an uncloneable object of class
2021-03-28 11:44:11 +02:00
..
Caster Merge branch '4.4' into 5.2 2021-03-28 11:42:18 +02:00
Cloner Merge branch '5.1' into 5.2 2021-01-07 15:52:12 +01:00
Command Merge branch '5.2' into 5.x 2021-03-06 09:05:19 +01:00
Dumper Merge branch '5.1' into 5.2 2021-01-14 16:42:36 +01:00
Exception Allow \Throwable $previous everywhere 2019-11-12 15:51:11 +01:00
Resources Fix CS 2020-02-04 10:32:40 +01:00
Server Merge branch '4.4' into 5.1 2020-10-28 22:31:18 +01:00
Test Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Tests Merge branch '4.4' into 5.2 2021-03-28 11:42:18 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md [VarDumper] Support PHPUnit --colors option 2020-08-14 17:33:49 +02:00
composer.json Merge branch '4.4' into 5.1 2021-01-14 16:25:38 +01:00
LICENSE Bump license year 2021-01-01 10:24:35 +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 Merge branch '5.1' 2020-09-02 18:27:44 +02: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