And our point is: this is the THEME REVIEW mail list. Your question is not related to Theme Review, per se. It might be more relevant on the WP-Hackers mail list, perhaps?<div><br></div><div>Chip<br><br><div class="gmail_quote">
On Thu, Mar 3, 2011 at 1:10 PM, Satish Gandham <span dir="ltr">&lt;<a href="mailto:satish.iitg@gmail.com">satish.iitg@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Question here is not about consistency, <br><br>We use single quotes when we are not evaluating anything within the string.<br><br>echo &quot;Hello World!&quot; uses more cpu resources than echo &#39;Hello World&#39;.<br>
<br>
<br>I want know which of these two is better.<div><div></div><div class="h5"><br><br>&lt;?php<br>echo &quot;This is a string with variable $test_variable&quot;<br> ?&gt;<br>
<br> &lt;?php<br> 
echo &#39;This is another variant of the above statement 
&#39;.$test_variable<br> ?&gt;<br><br><br>
</div></div><br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>