<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: php: IF versus SWITCH</title>
	<link>http://www.dynamixlabs.com/2008/01/29/php-if-versus-switch/</link>
	<description></description>
	<pubDate>Fri, 05 Sep 2008 12:04:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: DynamiXLabs</title>
		<link>http://www.dynamixlabs.com/2008/01/29/php-if-versus-switch/#comment-57</link>
		<dc:creator>DynamiXLabs</dc:creator>
		<pubDate>Sat, 02 Feb 2008 15:08:15 +0000</pubDate>
		<guid>http://www.dynamixlabs.com/2008/01/29/php-if-versus-switch/#comment-57</guid>
		<description>Well said explanation Deanzod, and thank you for your kind words!</description>
		<content:encoded><![CDATA[<p>Well said explanation Deanzod, and thank you for your kind words!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deanzod Website Design</title>
		<link>http://www.dynamixlabs.com/2008/01/29/php-if-versus-switch/#comment-56</link>
		<dc:creator>Deanzod Website Design</dc:creator>
		<pubDate>Fri, 01 Feb 2008 10:09:09 +0000</pubDate>
		<guid>http://www.dynamixlabs.com/2008/01/29/php-if-versus-switch/#comment-56</guid>
		<description>Dave, Switch should be slightly faster than if, when there are several cases, but if should be quicker for the first example. This is debatable though. Hard to test!
Great little tutorial though.Probably the simplest explanation of the switch function I've seen on the net.</description>
		<content:encoded><![CDATA[<p>Dave, Switch should be slightly faster than if, when there are several cases, but if should be quicker for the first example. This is debatable though. Hard to test!<br />
Great little tutorial though.Probably the simplest explanation of the switch function I&#8217;ve seen on the net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dynamixlabs.com/2008/01/29/php-if-versus-switch/#comment-41</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 29 Jan 2008 18:12:54 +0000</pubDate>
		<guid>http://www.dynamixlabs.com/2008/01/29/php-if-versus-switch/#comment-41</guid>
		<description>Pretty good comparison/tutorial on using switch over if/else. What I would really like to know is if there is any sort of speed increase/decrease.</description>
		<content:encoded><![CDATA[<p>Pretty good comparison/tutorial on using switch over if/else. What I would really like to know is if there is any sort of speed increase/decrease.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
