D
D
Denis Dormadekhin2018-03-09 09:39:08
symfony
Denis Dormadekhin, 2018-03-09 09:39:08

How to display a large array?

How to make the dump helper unwrap all elements in a large array? as I understand it, when a certain array size is reached, some elements or nested arrays simply cannot be opened for viewing
5aa22c0514801421578437.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Maxim Fedorov, 2018-03-09
@Maksclub

Most likely you have xdebug, and it limits the depth of var_dump to 3

xdebug.var_display_max_depth = 5
xdebug.var_display_max_children = 256
xdebug.var_display_max_data = 1024

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question