var_dump is good colored with XAMPP or new EasyPhP, but doensnt list everything, how to configure it? For example there is an array in array, and its listed as:
array
...
I want to see it too!开发者_如何学运维 Ideas?
You might have xdebug enabled on your host. If not, you can install it.
With xdebug you can configure the output of var_dump.
For displaying all recursive content with inifinite depth you can configure your Xdebug module of EasyPHP with xdebug.var_display_max_depth variable set to a negative value (-1).
精彩评论