开发者

var_dump is good colored with XAMPP or new EasyPhP, but doensnt list everything, how to configure it?

开发者 https://www.devze.com 2023-04-13 07:59 出处:网络
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:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消