<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Binary Idiot &#187; Operators</title>
	<atom:link href="http://www.thebinaryidiot.com/archives/tag/operators/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thebinaryidiot.com</link>
	<description>Tips, tricks, and technology... you know... stuff!</description>
	<lastBuildDate>Thu, 26 Jan 2012 22:33:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP &#8211; Beware the Equals Operator</title>
		<link>http://www.thebinaryidiot.com/archives/2010/01/26/php-beware-the-equals-operator/</link>
		<comments>http://www.thebinaryidiot.com/archives/2010/01/26/php-beware-the-equals-operator/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 17:43:03 +0000</pubDate>
		<dc:creator>Robert Hollencamp</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Operators]]></category>

		<guid isPermaLink="false">http://www.thebinaryidiot.com/archives/2010/01/26/php-beware-the-equals-operator/</guid>
		<description><![CDATA[The PHP language has two comparison operators for testing for equality: the Equal operator (==) and the Identical operator (===). This is necessary because PHP is a loosely-typed language &#8211; a variable can be assigned any type that you wish, &#8230;<p class="read-more"><a href="http://www.thebinaryidiot.com/archives/2010/01/26/php-beware-the-equals-operator/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.thebinaryidiot.com/archives/2010/01/26/php-beware-the-equals-operator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

