<?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 for Andrew's Tech Musings</title>
	<atom:link href="http://andrewcurioso.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewcurioso.com</link>
	<description>Tech, Social Media, PHP, Opinions</description>
	<lastBuildDate>Tue, 07 Jul 2009 01:38:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on 5 things about PHP 5.3 that make me smile by Sean</title>
		<link>http://andrewcurioso.com/2009/06/5-things-about-php-53-that-make-me-smile/comment-page-1/#comment-18</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Tue, 07 Jul 2009 01:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=89#comment-18</guid>
		<description>I was pretty excited about the ternary shortcut, because I&#039;m always writing code like this to give an array index a default value if it&#039;s not always set:

$a[&#039;foo&#039;] = !empty($a[&#039;foo&#039;]) ? $a[&#039;foo&#039;] : &#039;Bar&#039;;

Sadly this just doesn&#039;t work with the new shortcut.

$a[&#039;foo&#039;] = $a[&#039;foo&#039;] ?: &#039;Bar&#039;;

As PHP issues a warning if &#039;foo&#039; isn&#039;t set. Too bad. :(</description>
		<content:encoded><![CDATA[<p>I was pretty excited about the ternary shortcut, because I&#8217;m always writing code like this to give an array index a default value if it&#8217;s not always set:</p>
<p>$a['foo'] = !empty($a['foo']) ? $a['foo'] : &#8216;Bar&#8217;;</p>
<p>Sadly this just doesn&#8217;t work with the new shortcut.</p>
<p>$a['foo'] = $a['foo'] ?: &#8216;Bar&#8217;;</p>
<p>As PHP issues a warning if &#8216;foo&#8217; isn&#8217;t set. Too bad. <img src='http://andrewcurioso.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 things about PHP 5.3 that make me smile by KonstantinMiller</title>
		<link>http://andrewcurioso.com/2009/06/5-things-about-php-53-that-make-me-smile/comment-page-1/#comment-17</link>
		<dc:creator>KonstantinMiller</dc:creator>
		<pubDate>Tue, 07 Jul 2009 00:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=89#comment-17</guid>
		<description>Hello, can you please post some more information on this topic? I would like to read more.</description>
		<content:encoded><![CDATA[<p>Hello, can you please post some more information on this topic? I would like to read more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Drop shadow tricks in Flex by zzingo</title>
		<link>http://andrewcurioso.com/2009/06/drop-shadow-tricks-in-flex/comment-page-1/#comment-12</link>
		<dc:creator>zzingo</dc:creator>
		<pubDate>Thu, 25 Jun 2009 23:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=53#comment-12</guid>
		<description>thanks.useful!
z</description>
		<content:encoded><![CDATA[<p>thanks.useful!<br />
z</p>
]]></content:encoded>
	</item>
</channel>
</rss>
