<?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"
	>
<channel>
	<title>Comments on: Reasons PHP sucks #753</title>
	<atom:link href="http://schinckel.net/2009/04/28/reasons-php-sucks-753/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2009/04/28/reasons-php-sucks-753/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Thu, 29 Jul 2010 17:46:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Matt</title>
		<link>http://schinckel.net/2009/04/28/reasons-php-sucks-753/#comment-7762</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 13 Aug 2009 23:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2009/04/28/reasons-php-sucks-753/#comment-7762</guid>
		<description>I think you missed the point.  Using constants or variables, anything that requires a lookup in the symbol table makes PHP run twice as slow.

It has nothing to do (IIRC) with constant vs variable.  Just symbol vs literal.</description>
		<content:encoded><![CDATA[<p>I think you missed the point.  Using constants or variables, anything that requires a lookup in the symbol table makes PHP run twice as slow.</p>
<p>It has nothing to do (IIRC) with constant vs variable.  Just symbol vs literal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Lynch</title>
		<link>http://schinckel.net/2009/04/28/reasons-php-sucks-753/#comment-7761</link>
		<dc:creator>Richard Lynch</dc:creator>
		<pubDate>Thu, 13 Aug 2009 15:39:42 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2009/04/28/reasons-php-sucks-753/#comment-7761</guid>
		<description>I think the plan would be to replace constants with variables, not just toss magic numbers all over the place...

But, hey, call me crazy.</description>
		<content:encoded><![CDATA[<p>I think the plan would be to replace constants with variables, not just toss magic numbers all over the place&#8230;</p>
<p>But, hey, call me crazy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
