<?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"
	>
<channel>
	<title>Comments on: Explain it !!!!</title>
	<atom:link href="http://www.fanphp.com/2007/05/24/explain-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fanphp.com/2007/05/24/explain-it/</link>
	<description>A PHP Programmer of Bangladesh</description>
	<pubDate>Thu, 29 Jul 2010 12:01:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Masud</title>
		<link>http://www.fanphp.com/2007/05/24/explain-it/#comment-205</link>
		<dc:creator>Masud</dc:creator>
		<pubDate>Sat, 08 Dec 2007 13:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fanphp.com/?p=26#comment-205</guid>
		<description>I know that, it was actually a bug which has been fixed. Now it does as it should be. Thanks for this try and informing me that.

hope you guys will continue to visit my blog.

thanks</description>
		<content:encoded><![CDATA[<p>I know that, it was actually a bug which has been fixed. Now it does as it should be. Thanks for this try and informing me that.</p>
<p>hope you guys will continue to visit my blog.</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shakil</title>
		<link>http://www.fanphp.com/2007/05/24/explain-it/#comment-204</link>
		<dc:creator>shakil</dc:creator>
		<pubDate>Sat, 08 Dec 2007 05:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.fanphp.com/?p=26#comment-204</guid>
		<description>Dear masud I and ripon tested it.
It actually shows 0 not -1.
It shows -1 if you use ~$x.
Its a bitwise binary not which negates all the bits of an integer,operates on bit level and negates all the bits of 0.

Stay cool.
Shakil@evoknow</description>
		<content:encoded><![CDATA[<p>Dear masud I and ripon tested it.<br />
It actually shows 0 not -1.<br />
It shows -1 if you use ~$x.<br />
Its a bitwise binary not which negates all the bits of an integer,operates on bit level and negates all the bits of 0.</p>
<p>Stay cool.<br />
Shakil@evoknow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nilesh</title>
		<link>http://www.fanphp.com/2007/05/24/explain-it/#comment-95</link>
		<dc:creator>nilesh</dc:creator>
		<pubDate>Sun, 02 Sep 2007 07:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fanphp.com/?p=26#comment-95</guid>
		<description>simple , if it was -$x the its as 0-1 = -1, so

try   echo -$x + 1; will be 0</description>
		<content:encoded><![CDATA[<p>simple , if it was -$x the its as 0-1 = -1, so</p>
<p>try   echo -$x + 1; will be 0</p>
]]></content:encoded>
	</item>
</channel>
</rss>
