George
On Friday, December 13, 2002, at 11:35 AM, Andrey Hristov wrote:
See this : http://phpxpath.sourceforge.net/benchmark/phpBench.phpAnd show it to the guy. Andrey ----- Original Message ----- From: "Brian Moon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 13, 2002 6:29 PM Subject: [PHP-DEV] Single quotes VS. Double quotesThis is of really low importance, but I found it interesting. A new guy
onthe Phorum dev team decided to convert all double quotes to single quotes
for "speed" in CVS. The common assumption is that single quotes are
fasterthan double quotes. However, I am of the mind set of using double always
asit creates less headaches later to add a variable to the string. In an
attempt to show him the marginal savings of this, I did some benchmarks.
The results were confusing.
$var="This is test number $x"; was really slow.
but,
$var="This is test number ".$x;
and
$var='This is test number '.$x;
we basically identical.
Andi, Zeev, if you want waste some energy on exanding on why this is and
ifanything in ZE2 will change it I would find it a good read. Brian Moon dealnews.com -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php