<?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: I really don&#8217;t know what you mean</title>
	<atom:link href="http://finite.grimoire.ca/2010/01/indexing-expressions/feed/" rel="self" type="application/rss+xml" />
	<link>http://finite.grimoire.ca/2010/01/indexing-expressions/</link>
	<description>PHP is not my favourite language.</description>
	<lastBuildDate>Wed, 02 Feb 2011 17:11:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Owen Jacobson</title>
		<link>http://finite.grimoire.ca/2010/01/indexing-expressions/comment-page-1/#comment-64</link>
		<dc:creator>Owen Jacobson</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://finite.grimoire.ca/?p=26#comment-64</guid>
		<description>That&#039;s probably a consequence of PHP&#039;s &quot;organic&quot; development: array indexing has existed for most of PHP&#039;s life, while the &lt;code&gt;-&gt;&lt;/code&gt; dereference operator was introduced in PHP 4, when the PHP community had started to grok the idea that expressions should be interchangable.</description>
		<content:encoded><![CDATA[<p>That&#8217;s probably a consequence of PHP&#8217;s &#8220;organic&#8221; development: array indexing has existed for most of PHP&#8217;s life, while the <code>-></code> dereference operator was introduced in PHP 4, when the PHP community had started to grok the idea that expressions should be interchangable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seutje</title>
		<link>http://finite.grimoire.ca/2010/01/indexing-expressions/comment-page-1/#comment-63</link>
		<dc:creator>seutje</dc:creator>
		<pubDate>Tue, 02 Mar 2010 12:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://finite.grimoire.ca/?p=26#comment-63</guid>
		<description>what really intrigues me is that
&lt;code&gt;
function foo() {
  $bar = new stdClass();
  $bar-&gt;baz = &#039;meh&#039;;
  return $bar;
}
print foo()-&gt;baz; // prints &#039;meh&#039;
&lt;/code&gt;

seems to work fine</description>
		<content:encoded><![CDATA[<p>what really intrigues me is that<br />
<code><br />
function foo() {<br />
  $bar = new stdClass();<br />
  $bar-&gt;baz = 'meh';<br />
  return $bar;<br />
}<br />
print foo()-&gt;baz; // prints 'meh'<br />
</code></p>
<p>seems to work fine</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Owen Jacobson</title>
		<link>http://finite.grimoire.ca/2010/01/indexing-expressions/comment-page-1/#comment-4</link>
		<dc:creator>Owen Jacobson</dc:creator>
		<pubDate>Tue, 12 Jan 2010 02:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://finite.grimoire.ca/?p=26#comment-4</guid>
		<description>Ooh. Is there a bug for this somewhere? Searching the PHP bugs database for &quot;array&quot; or &quot;index&quot; is a lot time consuming.</description>
		<content:encoded><![CDATA[<p>Ooh. Is there a bug for this somewhere? Searching the PHP bugs database for &#8220;array&#8221; or &#8220;index&#8221; is a lot time consuming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian P. Christian</title>
		<link>http://finite.grimoire.ca/2010/01/indexing-expressions/comment-page-1/#comment-3</link>
		<dc:creator>Ian P. Christian</dc:creator>
		<pubDate>Mon, 11 Jan 2010 21:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://finite.grimoire.ca/?p=26#comment-3</guid>
		<description>I think it&#039;s accidently by design ;)

It&#039;s know, and apparently might be supported in PHP6.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s accidently by design ;)</p>
<p>It&#8217;s know, and apparently might be supported in PHP6.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

