<?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: Which &#8220;false&#8221; is it?</title>
	<atom:link href="http://blog.kamibu.com/2008/05/27/which-false-is-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.kamibu.com/2008/05/27/which-false-is-it/</link>
	<description></description>
	<lastBuildDate>Tue, 12 Oct 2010 14:13:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Indy</title>
		<link>http://blog.kamibu.com/2008/05/27/which-false-is-it/comment-page-1/#comment-652</link>
		<dc:creator>Indy</dc:creator>
		<pubDate>Wed, 04 Jun 2008 08:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kamibu.com/?p=37#comment-652</guid>
		<description>Neither in Python, &quot;True&quot; and &quot;False&quot; are reserved keywords. They are just two predefined variables, whose value can change during runtime, or new classes can be defined with their names, etc.</description>
		<content:encoded><![CDATA[<p>Neither in Python, &#8220;True&#8221; and &#8220;False&#8221; are reserved keywords. They are just two predefined variables, whose value can change during runtime, or new classes can be defined with their names, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agorf</title>
		<link>http://blog.kamibu.com/2008/05/27/which-false-is-it/comment-page-1/#comment-650</link>
		<dc:creator>agorf</dc:creator>
		<pubDate>Tue, 03 Jun 2008 13:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kamibu.com/?p=37#comment-650</guid>
		<description>&quot;true&quot; and &quot;false&quot; are not reserved words in PHP. They are globally-defined constants according to PHP.net.

http://www.php.net/manual/en/reserved.php</description>
		<content:encoded><![CDATA[<p>&#8220;true&#8221; and &#8220;false&#8221; are not reserved words in PHP. They are globally-defined constants according to PHP.net.</p>
<p><a href="http://www.php.net/manual/en/reserved.php" rel="nofollow">http://www.php.net/manual/en/reserved.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dionyziz</title>
		<link>http://blog.kamibu.com/2008/05/27/which-false-is-it/comment-page-1/#comment-645</link>
		<dc:creator>dionyziz</dc:creator>
		<pubDate>Tue, 27 May 2008 19:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kamibu.com/?p=37#comment-645</guid>
		<description>Obviously, but that&#039;s still kinda weird that it allows me to declare such a class, don&#039;t you think?</description>
		<content:encoded><![CDATA[<p>Obviously, but that&#8217;s still kinda weird that it allows me to declare such a class, don&#8217;t you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abresas</title>
		<link>http://blog.kamibu.com/2008/05/27/which-false-is-it/comment-page-1/#comment-644</link>
		<dc:creator>abresas</dc:creator>
		<pubDate>Tue, 27 May 2008 18:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.kamibu.com/?p=37#comment-644</guid>
		<description>the one you created, as get_class( false ) does not return &quot;false&quot;

and $c = New false(); would be a fatal error if you did not
declare your own false class</description>
		<content:encoded><![CDATA[<p>the one you created, as get_class( false ) does not return &#8220;false&#8221;</p>
<p>and $c = New false(); would be a fatal error if you did not<br />
declare your own false class</p>
]]></content:encoded>
	</item>
</channel>
</rss>

