News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


manifesto podcast package framework custom series test opinion introduction language unittest conference interview development release application phpunit symfony2 api community

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