var_dump很好用XAMPP或新的EasyPhP着色,但没有列出所有内容,如何配置它?

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).