<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/strcmp</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 03:14:03 GMT</pubDate>
<item>
<title>(PHP) Speed Test: strcmp vs === - mthorn</title>
<link>http://snipplr.com/view/758/speed-test-strcmp-vs-/</link>
<description><![CDATA[ <p>strcmp with matching strings took 0.207852 seconds
strcmp with non-matching strings took 0.215276 seconds
=== with matching strings took 0.067122 seconds
=== with non-matching strings took 0.057305 seconds

=== is the clear winner. Function calls are always slower than operators. This was with PHP5, may be different for earlier versions. Not sure about the memory impact but I assume it's less since the strings do not have to be copied for the function call.</p> ]]></description>
<pubDate>Wed, 09 Aug 2006 09:23:15 GMT</pubDate>
<guid>http://snipplr.com/view/758/speed-test-strcmp-vs-/</guid>
</item>
</channel>
</rss>