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

Zend Developer Zone: Introducing xdebug

Simon Harris' Blog: Making Phone Calls and Sending SMS with HTML

Stefan Mischook's Blog: PHP Video Tutorial: PHP Loops

PHPBuilder.com: Reading RSS feeds in PHP: Part 2

HowToForge.com: Installing PHP5 Debugger On OpenSUSE 11.3


Community Events









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


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

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