<?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: God Money, I&#8217;ll do anything for you</title>
	<atom:link href="http://finite.grimoire.ca/2010/01/fread-suck/feed/" rel="self" type="application/rss+xml" />
	<link>http://finite.grimoire.ca/2010/01/fread-suck/</link>
	<description>PHP is not my favourite language.</description>
	<lastBuildDate>Tue, 02 Mar 2010 23:37:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Taavi Burns</title>
		<link>http://finite.grimoire.ca/2010/01/fread-suck/comment-page-1/#comment-2</link>
		<dc:creator>Taavi Burns</dc:creator>
		<pubDate>Sat, 09 Jan 2010 21:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://picatrix/?p=1#comment-2</guid>
		<description>This is kind of like how &lt;code&gt;str_split()&lt;/code&gt; behaves:
&lt;pre lang=&quot;php&quot;&gt;
&lt;?php
var_dump(str_split(&#039;ab&#039;)); // array(&#039;a&#039;,&#039;b&#039;)
var_dump(str_split(&#039;a&#039;));  // array(&#039;a&#039;)
var_dump(str_split(&#039;&#039;));   // array(&#039;&#039;) ?? WTF ??
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This is kind of like how <code>str_split()</code> behaves:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #990000;">var_dump</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">str_split</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'ab'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #666666; font-style: italic;">// array('a','b')</span>
<span style="color: #990000;">var_dump</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">str_split</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'a'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>  <span style="color: #666666; font-style: italic;">// array('a')</span>
<span style="color: #990000;">var_dump</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">str_split</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">''</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>   <span style="color: #666666; font-style: italic;">// array('') ?? WTF ??</span></pre></div></div>

]]></content:encoded>
	</item>
</channel>
</rss>
