<?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: PHP 的速记语法</title>
	<atom:link href="http://www.phpvim.net/web/php/php-shorthand-syntax.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpvim.net/web/php/php-shorthand-syntax.html</link>
	<description>{coding, life, lonely}</description>
	<lastBuildDate>Mon, 21 Jun 2010 07:34:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: carson</title>
		<link>http://www.phpvim.net/web/php/php-shorthand-syntax.html/comment-page-1#comment-941</link>
		<dc:creator>carson</dc:creator>
		<pubDate>Fri, 11 Dec 2009 16:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvim.net/php/php-shorthand-syntax.html#comment-941</guid>
		<description>。。。如果条件非常简单的话用三元还不错啦，省事。复杂条件的话。。if else 是很难被取代的。。</description>
		<content:encoded><![CDATA[<p>。。。如果条件非常简单的话用三元还不错啦，省事。复杂条件的话。。if else 是很难被取代的。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Verdana Mu</title>
		<link>http://www.phpvim.net/web/php/php-shorthand-syntax.html/comment-page-1#comment-57</link>
		<dc:creator>Verdana Mu</dc:creator>
		<pubDate>Sun, 01 Jul 2007 13:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvim.net/php/php-shorthand-syntax.html#comment-57</guid>
		<description>的确如此，不过个人风格不同，至少我不会在乎那点性能差异，呵呵：）</description>
		<content:encoded><![CDATA[<p>的确如此，不过个人风格不同，至少我不会在乎那点性能差异，呵呵：）</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 姜运涛</title>
		<link>http://www.phpvim.net/web/php/php-shorthand-syntax.html/comment-page-1#comment-41</link>
		<dc:creator>姜运涛</dc:creator>
		<pubDate>Fri, 29 Jun 2007 23:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpvim.net/php/php-shorthand-syntax.html#comment-41</guid>
		<description>用 if/else 的效率基本是 ?: 的 2 倍左右
还是推荐逻辑结构明朗的 if/else
一方面效率高
另一方面也为日后的代码维护带来方便</description>
		<content:encoded><![CDATA[<p>用 if/else 的效率基本是 ?: 的 2 倍左右<br />
还是推荐逻辑结构明朗的 if/else<br />
一方面效率高<br />
另一方面也为日后的代码维护带来方便</p>
]]></content:encoded>
	</item>
</channel>
</rss>

