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
2020-04-24 00:29:19 +02:00
..
Caster Use is_file() instead of file_exists() where possible 2020-04-24 00:29:19 +02:00
Cloner [VarCloner] Cut Logger in dump 2020-04-07 00:58:33 +02:00
Command [Console] Command::execute() should always return int - deprecate returning null 2019-10-02 16:44:58 +02:00
Dumper [HttpClient] collect the body of responses when possible 2020-01-21 11:49:11 +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 '5.0' 2020-04-12 18:48:26 +02:00
Test Fix CS 2020-02-04 10:47:34 +01:00
Tests Merge branch '5.0' 2020-02-24 16:14:17 +01:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md Add a RdKafka caster to Var-Dumper 2020-02-04 08:53:38 +01:00
composer.json Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
LICENSE Update year in license files 2020-01-01 12:03:25 +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] Output the location of calls to dump() 2019-09-28 18:20:13 +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