<?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: 5 things about PHP 5.3 that make me smile</title>
	<atom:link href="http://andrewcurioso.com/2009/06/5-things-about-php-53-that-make-me-smile/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewcurioso.com/2009/06/5-things-about-php-53-that-make-me-smile/</link>
	<description>Tech, Social Media, PHP, Opinions</description>
	<lastBuildDate>Fri, 27 Jan 2012 03:10:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Andrew Curioso</title>
		<link>http://andrewcurioso.com/2009/06/5-things-about-php-53-that-make-me-smile/comment-page-1/#comment-778</link>
		<dc:creator>Andrew Curioso</dc:creator>
		<pubDate>Thu, 21 Oct 2010 02:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=89#comment-778</guid>
		<description>Thanks huarong, I fixed the typo.</description>
		<content:encoded><![CDATA[<p>Thanks huarong, I fixed the typo.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huarong</title>
		<link>http://andrewcurioso.com/2009/06/5-things-about-php-53-that-make-me-smile/comment-page-1/#comment-776</link>
		<dc:creator>huarong</dc:creator>
		<pubDate>Thu, 21 Oct 2010 01:45:42 +0000</pubDate>
		<guid isPermaLink="false">http://andrewcurioso.com/?p=89#comment-776</guid>
		<description>1. PHP5.3 ships with a new MYSQL driver called mysqld.
There is a typo, it should be mysqlnd.</description>
		<content:encoded><![CDATA[<p>1. PHP5.3 ships with a new MYSQL driver called mysqld.<br />
There is a typo, it should be mysqlnd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>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>
</channel>
</rss>

