<?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>Naeh.net &#187; test</title>
	<atom:link href="http://naeh.net/tag/test/feed/" rel="self" type="application/rss+xml" />
	<link>http://naeh.net</link>
	<description>Le mémo du développeur</description>
	<lastBuildDate>Wed, 30 Jun 2010 18:56:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Benchmark PHP 5</title>
		<link>http://naeh.net/benchmark-php-5/</link>
		<comments>http://naeh.net/benchmark-php-5/#comments</comments>
		<pubDate>Sun, 02 Dec 2007 21:21:30 +0000</pubDate>
		<dc:creator>Naeh</dc:creator>
				<category><![CDATA[PHP / MySQL]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://wp.naeh.info/?p=8</guid>
		<description><![CDATA[Ce n'est pas vraiment un article mais plutôt un résumé d'un plus complet se trouvant sur Développez.com
Dans cette article, on verra comment différentes écriture de la même chose peuvent donner des résultats bien différents, comme la différence entre :

echo 'toto'
//et
echo &#34;toto&#34;

ou encore entre :

echo &#34;toto&#34;.$vaiable
//et
echo &#34;toto $variable&#34;

ou encore :

$i===NULL
//ou
is_null&#40;$i&#41;

allez sur cette adresse http://m-fernandez.developpez.com/articles/php/bench/ vous trouverez [...]]]></description>
			<content:encoded><![CDATA[<p>Ce n'est pas vraiment un article mais plutôt un résumé d'un plus complet se trouvant sur Développez.com</p>
<p>Dans cette article, on verra comment différentes écriture de la même chose peuvent donner des résultats bien différents, comme la différence entre :</p>

<div class="wp_codebox"><table><tr id="p84"><td class="code" id="p8code4"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'toto'</span>
<span style="color: #666666; font-style: italic;">//et</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;toto&quot;</span></pre></td></tr></table></div>

<p>ou encore entre :</p>

<div class="wp_codebox"><table><tr id="p85"><td class="code" id="p8code5"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;toto&quot;</span><span style="color: #339933;">.</span><span style="color: #000088;">$vaiable</span>
<span style="color: #666666; font-style: italic;">//et</span>
<span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">&quot;toto <span style="color: #006699; font-weight: bold;">$variable</span>&quot;</span></pre></td></tr></table></div>

<p>ou encore :</p>

<div class="wp_codebox"><table><tr id="p86"><td class="code" id="p8code6"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$i</span><span style="color: #339933;">===</span><span style="color: #009900; font-weight: bold;">NULL</span>
<span style="color: #666666; font-style: italic;">//ou</span>
<a href="http://www.php.net/is_null"><span style="color: #990000;">is_null</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span><span style="color: #009900;">&#41;</span></pre></td></tr></table></div>

<p>allez sur cette adresse <a href="http://m-fernandez.developpez.com/articles/php/bench/" target="_blank">http://m-fernandez.developpez.com/articles/php/bench/</a> vous trouverez le test complet, ça vaut le détour :-)</p>
<p>Bonne lecture...</p>
]]></content:encoded>
			<wfw:commentRss>http://naeh.net/benchmark-php-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
