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
Nicolas Grekas d46ac31331 feature #17305 [VarDumper] Add flags to allow fine tuning dumps representation (nicolas-grekas)
This PR was merged into the 3.1-dev branch.

Discussion
----------

[VarDumper] Add flags to allow fine tuning dumps representation

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #15856
| License       | MIT
| Doc PR        | -

The `DUMP_STRING_LENGTH` behavior has been requested in #15856,
the `DUMP_LIGHT_ARRAY` behavior is what should have been done for the VarDumperTestTrait. Anticipated usage is opt-in, by adding `<env name="DUMP_LIGHT_ARRAY" value="1" />` in `phpunit.xml.dist`.
Any more flags proposal anyone? Better names maybe?

Commits
-------

a35ceb0 [VarDumper] Add flags to allow fine tuning dumps representation
2016-01-14 10:13:44 +01:00
..
Asset Merge branch '3.0' 2016-01-03 16:35:40 +01:00
BrowserKit Merge branch '3.0' 2016-01-13 17:23:43 +01:00
ClassLoader Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Config Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Console Merge branch '3.0' 2016-01-13 17:23:43 +01:00
CssSelector Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Debug Merge branch '3.0' 2016-01-13 17:23:43 +01:00
DependencyInjection Merge branch '3.0' 2016-01-13 17:23:43 +01:00
DomCrawler Merge branch '3.0' 2016-01-03 16:35:40 +01:00
EventDispatcher minor #17166 Add placeholders into log messages (hason) 2016-01-14 08:58:06 +01:00
ExpressionLanguage Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Filesystem Merge branch '3.0' 2016-01-13 17:23:43 +01:00
Finder Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Form Merge branch '3.0' 2016-01-13 17:23:43 +01:00
HttpFoundation feature #17318 [HttpFoundation] Allow to get all the mime types associated to a format in the Request (Ener-Getick) 2016-01-14 08:55:34 +01:00
HttpKernel minor #17166 Add placeholders into log messages (hason) 2016-01-14 08:58:06 +01:00
Intl Merge branch '3.0' 2016-01-06 11:01:46 +01:00
Ldap Merge branch '3.0' 2016-01-03 16:35:40 +01:00
OptionsResolver Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Process Merge branch '3.0' 2016-01-06 11:01:46 +01:00
PropertyAccess [2.3] Static Code Analysis for Components 2016-01-12 12:31:34 +01:00
PropertyInfo Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Routing minor #17166 Add placeholders into log messages (hason) 2016-01-14 08:58:06 +01:00
Security minor #17166 Add placeholders into log messages (hason) 2016-01-14 08:58:06 +01:00
Serializer Merge branch '3.0' 2016-01-13 17:23:43 +01:00
Stopwatch Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Templating Merge branch '3.0' 2016-01-03 16:35:40 +01:00
Translation [2.3] Static Code Analysis for Components 2016-01-12 12:31:34 +01:00
Validator Merge branch '3.0' 2016-01-13 17:23:43 +01:00
VarDumper feature #17305 [VarDumper] Add flags to allow fine tuning dumps representation (nicolas-grekas) 2016-01-14 10:13:44 +01:00
Yaml Merge branch '3.0' 2016-01-13 17:23:43 +01:00