Answer the question
In order to leave comments, you need to log in
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
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question