<?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: Making isset Recursive</title>
	<atom:link href="http://blog.seanja.com/2008/10/making-isset-recursive/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.seanja.com/2008/10/making-isset-recursive/</link>
	<description>I have come forward in time from the year 1986 to share this with you</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:44:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: SeanJA</title>
		<link>http://blog.seanja.com/2008/10/making-isset-recursive/comment-page-1/#comment-81</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Wed, 05 Nov 2008 22:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=239#comment-81</guid>
		<description>Technically

&lt;code&gt;
public function __isset($name) {
        echo &quot;Is &#039;$name&#039; set? &quot;;
        return isset($this-&gt;name);
    }

}
&lt;/code&gt;

is not recursive</description>
		<content:encoded><![CDATA[<p>Technically</p>
<p><code><br />
public function __isset($name) {<br />
        echo "Is '$name' set? ";<br />
        return isset($this->name);<br />
    }</p>
<p>}<br />
</code></p>
<p>is not recursive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://blog.seanja.com/2008/10/making-isset-recursive/comment-page-1/#comment-80</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Thu, 23 Oct 2008 11:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=239#comment-80</guid>
		<description>Didn&#039;t anyone ever tell you never to try recursion in PHP? You can kill entire servers that way :P

It does look cool though.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t anyone ever tell you never to try recursion in PHP? You can kill entire servers that way <img src='http://blog.seanja.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>It does look cool though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeanJA</title>
		<link>http://blog.seanja.com/2008/10/making-isset-recursive/comment-page-1/#comment-79</link>
		<dc:creator>SeanJA</dc:creator>
		<pubDate>Thu, 23 Oct 2008 01:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.seanja.com/?p=239#comment-79</guid>
		<description>Crap... the code that was there before is going to look bad in the rss feed because I didn&#039;t look it over before I posted it...</description>
		<content:encoded><![CDATA[<p>Crap&#8230; the code that was there before is going to look bad in the rss feed because I didn&#8217;t look it over before I posted it&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

