<?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: Logical operators in PHP</title>
	<atom:link href="http://blog.motane.lu/2009/04/03/logical-operators-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.motane.lu/2009/04/03/logical-operators-in-php/</link>
	<description>Ramblings about software development</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:38:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tudor</title>
		<link>http://blog.motane.lu/2009/04/03/logical-operators-in-php/comment-page-1/#comment-337</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.motane.lu/?p=401#comment-337</guid>
		<description>Yeap, but it relies on the same thing...</description>
		<content:encoded><![CDATA[<p>Yeap, but it relies on the same thing&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ionut G. Stan</title>
		<link>http://blog.motane.lu/2009/04/03/logical-operators-in-php/comment-page-1/#comment-336</link>
		<dc:creator>Ionut G. Stan</dc:creator>
		<pubDate>Tue, 07 Apr 2009 11:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.motane.lu/?p=401#comment-336</guid>
		<description>There are some guys using some other trick, which may be useful sometimes. Personally, I&#039;ve never used it.

[code lang=&quot;php&quot;]
$logged = true;
$logged and print &quot;Welcome&quot;;
[/code]</description>
		<content:encoded><![CDATA[<p>There are some guys using some other trick, which may be useful sometimes. Personally, I&#8217;ve never used it.</p>
<pre class="brush: php; title: ; notranslate">
$logged = true;
$logged and print &quot;Welcome&quot;;
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tudor</title>
		<link>http://blog.motane.lu/2009/04/03/logical-operators-in-php/comment-page-1/#comment-331</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Sun, 05 Apr 2009 05:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.motane.lu/?p=401#comment-331</guid>
		<description>Dude, I&#039;ve seen so called &quot;seniors programmers&quot; having these kind of flaws...</description>
		<content:encoded><![CDATA[<p>Dude, I&#8217;ve seen so called &#8220;seniors programmers&#8221; having these kind of flaws&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu</title>
		<link>http://blog.motane.lu/2009/04/03/logical-operators-in-php/comment-page-1/#comment-329</link>
		<dc:creator>Radu</dc:creator>
		<pubDate>Sat, 04 Apr 2009 21:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.motane.lu/?p=401#comment-329</guid>
		<description>It depends. If they have basic boolean algebra knowledge, they might not be confused by that code. But then again, some of them have problems, as you mentioned in one of your previous posts, with the ++/-- operators. &gt;:)</description>
		<content:encoded><![CDATA[<p>It depends. If they have basic boolean algebra knowledge, they might not be confused by that code. But then again, some of them have problems, as you mentioned in one of your previous posts, with the ++/&#8211; operators. &gt;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tudor</title>
		<link>http://blog.motane.lu/2009/04/03/logical-operators-in-php/comment-page-1/#comment-326</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Fri, 03 Apr 2009 20:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.motane.lu/?p=401#comment-326</guid>
		<description>Yep. But if you&#039;re using juniors on the project, they may react unexpectedly to the sight of this code.</description>
		<content:encoded><![CDATA[<p>Yep. But if you&#8217;re using juniors on the project, they may react unexpectedly to the sight of this code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Radu</title>
		<link>http://blog.motane.lu/2009/04/03/logical-operators-in-php/comment-page-1/#comment-325</link>
		<dc:creator>Radu</dc:creator>
		<pubDate>Fri, 03 Apr 2009 19:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.motane.lu/?p=401#comment-325</guid>
		<description>I really like short-circuit logic! :D</description>
		<content:encoded><![CDATA[<p>I really like short-circuit logic! <img src='http://blog.motane.lu/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

