Voting

: min(zero, zero)?
(Example: nine)

The Note You're Voting On

rich dot schu at gmail dot com
17 years ago
Keep in mind if you have xdebug installed it will limit the var_dump() output of array elements and object properties to 3 levels deep.

To change the default, edit your xdebug.ini file and add the folllowing line:
xdebug.var_display_max_depth=n

More information here:
http://www.xdebug.org/docs/display

<< Back to user notes page

To Top