News Feed
Jobs Feed
Sections




News Archive
DevShed:
Working with the XDebug extension's var_dump() function
February 18, 2009 @ 07:57:55

DevShed has posted the next part in their series looking at using the XDebug extension. This time they focus on the var_dump function and the enhancements the extension brings to the table.

As you may know, "var_dump()" is a PHP native function, but the X-debug library provides an enhanced version of it that's capable of retrieving much more information about a supplied variable. These capabilities greatly extend its usefulness in debugging.

This enhanced version of var_dump displays not only the usual variable information (types, value, etc) but also allows for more advanced output like the object definition, including properties, in their example.

0 comments voice your opinion now!
xdebug tutorial extension vardump output enhanced


blog comments powered by Disqus

Similar Posts

Henri Berguis' Blog: Literate Programming With PHP

Bnnx.com: Installing the Zend Optimizer

phpaddiction: Url Routing with PHP - Part Two

Blogs.sun.com: NetBeans for PHP

ProDevTips.com: File Uploads with PHP Doctrine


Community Events











Don't see your event here?
Let us know!


community api testing podcast introduction unittest interview example release series zendframework2 language phpunit code composer functional framework database development opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework