File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -198,13 +198,21 @@ method::
198
198
'maxStringLength' => 160
199
199
));
200
200
201
+ .. versionadded :: 3.2
202
+ Support for passing display options to the ``dump() `` method was introduced
203
+ in Symfony 3.2.
204
+
201
205
The output format of a dumper can be fine tuned by the two flags
202
206
``DUMP_STRING_LENGTH `` and ``DUMP_LIGHT_ARRAY `` which are passed as a bitmap
203
207
in the third constructor argument. They can also be set via environment
204
208
variables when using
205
209
:method: `assertDumpEquals($dump, $data, $message) <Symfony\\ Component\\ VarDumper\\ Test\\ VarDumperTestTrait::assertDumpEquals> `
206
210
during unit testing.
207
211
212
+ .. versionadded :: 3.1
213
+ The ``DUMP_STRING_LENGTH `` and ``DUMP_LIGHT_ARRAY `` flags were introduced
214
+ in Symfony 3.1.
215
+
208
216
If ``DUMP_STRING_LENGTH `` is set, then the length of a string is displayed
209
217
next to its content:
210
218
You can’t perform that action at this time.
0 commit comments