concat of ""



Hi everybody,

Whis is mainly because I am curious ;) :

I just wandered which of the two following things is faster:

$var = 'much text asdlkfasdfaslkdfasl' . "\n";

or

$var = "much text asdlkfasdfaslkdfasl\n";

So is the string concat of the parsing of the string faster?

Thanks for any answer!!
Joerg Simon
.