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
2016-04-04 19:11:39 +02:00
..
Caster ampq → amqp 2015-12-03 11:46:32 +01:00
Cloner [VarDumper] Fix typo 2016-01-07 12:12:32 +01:00
Dumper Windows 10 version check in just one line 2016-04-04 19:11:39 +02:00
Exception Fix license headers 2015-09-26 14:15:17 +02:00
Resources/functions [DebugBundle] adjust after review 2014-09-23 16:25:59 +02:00
Test [VarDumper] Fix dump comparison on large arrays 2015-09-22 16:41:01 +02:00
Tests [VarDumper] Fix tests on PHP 7 2016-02-12 18:39:33 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md Revert "Added missing changelog entry" 2015-04-03 09:54:01 +02:00
composer.json added the new Composer exclude-from-classmap option 2015-10-30 13:13:17 -07:00
LICENSE updated copyright year 2016-01-03 16:33:06 +01:00
phpunit.xml.dist Merge branch '2.3' into 2.7 2015-11-18 14:41:01 +01:00
README.md [2.7] update readme files for new components 2016-03-07 12:06:07 +01:00
VarDumper.php [VarDumper] inline dump() function loading 2014-11-06 21:49:33 +01: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