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 b56674720c Merge branch '3.4' into 4.0
* 3.4:
  [Routing] remove useless failing mocks
  [appveyor] Workaround GitHub disabling of low versions of TLS
  Use long array syntax
  [Routing] Fix GC control of PHP-DSL
  [Routing] Don't throw 405 when scheme requirement doesn't match
  [Routing] Revert throwing 405 on missed slash/scheme redirections
  [WebProfilerBundle] fix test after ajax path updated
  Fix ArrayInput::toString() for InputArgument::IS_ARRAY args
  Update excluded_ajax_paths for sf4
  Add missing use for RoleInterface
  [Routing] fix CS
  add container.autowiring.strict_mode to 3.4 docs
  Set controller without __invoke method from invokable class
  [VarDumper] Fixed PHPDoc
2018-02-26 16:55:47 +01:00
..
Caster fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Cloner Merge branch '3.4' into 4.0 2018-02-26 16:55:47 +01:00
Dumper Merge branch '3.4' into 4.0 2018-01-31 11:41:17 +01:00
Exception fixed some deprecation messages 2017-12-31 06:12:25 +01:00
Resources/functions Merge branch '3.4' 2017-09-26 08:12:47 +02:00
Test fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Tests Merge branch '3.4' into 4.0 2017-12-12 09:41:51 +01:00
.gitignore [VarDumper] Ignore /vendor/ directory in git 2015-02-17 17:54:47 +01:00
CHANGELOG.md Merge branch '3.4' 2017-10-05 17:11:25 +02:00
composer.json [VarDumper] Use spl_object_id() with php72 polyfill when needed 2017-08-24 13:53:36 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.2 2017-04-12 07:13:17 -07:00
README.md Fix typo in VarDumper README 2016-04-22 14:44:08 +02:00
VarDumper.php Merge branch '2.8' into 3.3 2018-01-03 18:13:53 +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