<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Output a Snapshot of All Defined Variables in PHP</title>
	<atom:link href="http://www.wardontheweb.com/output-a-snapshot-of-all-defined-variables-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wardontheweb.com/output-a-snapshot-of-all-defined-variables-in-php/</link>
	<description>Valuable Insights for Better Websites</description>
	<lastBuildDate>Wed, 11 Aug 2010 01:51:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Stephen Ward</title>
		<link>http://www.wardontheweb.com/output-a-snapshot-of-all-defined-variables-in-php/comment-page-1/#comment-1553</link>
		<dc:creator>Stephen Ward</dc:creator>
		<pubDate>Wed, 11 Aug 2010 01:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wardontheweb.com/?p=15#comment-1553</guid>
		<description>As a side note, I discovered recently that the print_r() function actually takes a second, boolean argument that determines whether the readable format should be returned instead of printed.  This is particularly useful on system such as Drupal where it&#039;s often more useful to do something like this:

drupal_set_message(&#039;&lt;pre&gt;&#039; . print_r(get_defined_vars(), 1) . &#039;&lt;/pre&gt;&#039;);</description>
		<content:encoded><![CDATA[<p>As a side note, I discovered recently that the print_r() function actually takes a second, boolean argument that determines whether the readable format should be returned instead of printed.  This is particularly useful on system such as Drupal where it&#8217;s often more useful to do something like this:</p>
<p>drupal_set_message(&#8216;&lt;pre&gt;&#8217; . print_r(get_defined_vars(), 1) . &#8216;&lt;/pre&gt;&#8217;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Levi Johnson</title>
		<link>http://www.wardontheweb.com/output-a-snapshot-of-all-defined-variables-in-php/comment-page-1/#comment-1486</link>
		<dc:creator>Levi Johnson</dc:creator>
		<pubDate>Thu, 01 Jul 2010 19:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wardontheweb.com/?p=15#comment-1486</guid>
		<description>Exactly what I needed. I&#039;m passing a couple hundred variables and this was the cornerstone of my bug testing. Thank you very much.</description>
		<content:encoded><![CDATA[<p>Exactly what I needed. I&#8217;m passing a couple hundred variables and this was the cornerstone of my bug testing. Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.wardontheweb.com/output-a-snapshot-of-all-defined-variables-in-php/comment-page-1/#comment-1206</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 17 Feb 2010 14:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wardontheweb.com/?p=15#comment-1206</guid>
		<description>Quality mate, hadnt seen this function before, much appreciated</description>
		<content:encoded><![CDATA[<p>Quality mate, hadnt seen this function before, much appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diaan</title>
		<link>http://www.wardontheweb.com/output-a-snapshot-of-all-defined-variables-in-php/comment-page-1/#comment-784</link>
		<dc:creator>Diaan</dc:creator>
		<pubDate>Tue, 10 Feb 2009 13:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wardontheweb.com/?p=15#comment-784</guid>
		<description>Very nice and super helpful. Thanks for this!</description>
		<content:encoded><![CDATA[<p>Very nice and super helpful. Thanks for this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
