<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
				<title>Comments on: Using count() in for()-loops</title>
		<link>http://www.phpdevblog.net/2009/01/using-count-in-for-loops.html</link>
		<description>Using count() in for()-loops Comment Feed</description>
				<language>de</language>
		<pubDate>Sun, 05 Feb 2012 09:08:17 +0000</pubDate>
		<generator>mcw[blog] 'Ruby' Alpha 3</generator>
		<item>
			<title>Comment #1 by: david</title>
			<link>http://www.phpdevblog.net/2009/01/using-count-in-for-loops.html#comment102</link>
			<guid>http://www.phpdevblog.net/2009/01/using-count-in-for-loops.html#comment102</guid>
			<author>david</author>			
			<pubDate>Sat, 17 Jan 2009 02:01:16 +0000</pubDate>
			<content:encoded><![CDATA[ What you are writing is plain wrong. This is from the php.net for loop documentation : <br />
<br />
for (expr1; expr2; expr3)<br />
<br />
The first expression (expr1) is evaluated (executed) once unconditionally at the beginning of the loop. <br />
<br />
 ]]></content:encoded>
		</item>
		<item>
			<title>Comment #2 by: Loïc Hoguin</title>
			<link>http://www.phpdevblog.net/2009/01/using-count-in-for-loops.html#comment106</link>
			<guid>http://www.phpdevblog.net/2009/01/using-count-in-for-loops.html#comment106</guid>
			<author>Loïc Hoguin</author>			
			<pubDate>Sat, 17 Jan 2009 11:55:03 +0000</pubDate>
			<content:encoded><![CDATA[ He's right, it's the expr2 that is evaluated with each loop. The example is wrong and off-topic but fix it with a good example and the advice may become viable.<br />
 ]]></content:encoded>
		</item>
		<item>
			<title>Comment #3 by: Dominik Jungowski</title>
			<link>http://www.phpdevblog.net/2009/01/using-count-in-for-loops.html#comment107</link>
			<guid>http://www.phpdevblog.net/2009/01/using-count-in-for-loops.html#comment107</guid>
			<author>Dominik Jungowski</author>			
			<pubDate>Sat, 17 Jan 2009 12:10:28 +0000</pubDate>
			<content:encoded><![CDATA[ Whoops, you are totally right. Thanks for the feedback, i just fixed the example ]]></content:encoded>
		</item>
		</channel>
</rss>
