saeed ahmed Tue, 05 Oct 2010 12:24:49 -0700
$a = 'hey'; $b = 'done'; $c = $a.$b; $c = "$a$b";
which one is faster for echo $c.