> 
> I have made these tests long ago and some are even present on
> www.phpbeginner.com. Basically double quotes with one or two variables
> in it is faster. Then goes concatenation via single quotes and dot. But,
> the fastest of all is actually inline php (when you leave php with ?>
> and return to it again <?php).
> 

Except concatenation is the fastest in my tests...

But, yeah, it's probably not all *that* important. :-)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to