<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 24 May 2013 12:08:20 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[DevShed: Working with the XDebug extension's var_dump() function ]]></title>
      <guid>http://www.phpdeveloper.org/news/11969</guid>
      <link>http://www.phpdeveloper.org/news/11969</link>
      <description><![CDATA[<p>
DevShed has posted the <a href="http://www.devshed.com/c/a/PHP/Working-with-the-Xdebug-Extensions-vardump-function/">next part</a> 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.
</p>
<blockquote>
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.
</blockquote>
<p>
This enhanced version of <a href="http://php.net/var_dump">var_dump</a> 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 <a href="http://www.devshed.com/c/a/PHP/Working-with-the-Xdebug-Extensions-vardump-function/3/">example</a>.
</p>]]></description>
      <pubDate>Wed, 18 Feb 2009 07:57:55 -0600</pubDate>
    </item>
  </channel>
</rss>
