I am using xdebug (php_xdebug-2.1.2-5.3-vc9.dll) on WAMP. When I use var_dump on a large object or variable it does not show the full variable.
var_dump
I'd like to recommend var_export($array) - it doesn't show types, but it generates syntax you can use in your code :)
var_export($array)