[dev] line continuation coding standard?

Matt Selsky selsky at columbia.edu
Thu Mar 8 01:43:09 UTC 2007


When a concatenated string spans multiple lines, where is the '.'  
supposed to go?

$foo = 'bar' .
     'baz';

or

$foo = 'bar'
     . 'baz';

I didn't see this in the CODING_STANDARDS doc...


-- 
Matt


More information about the dev mailing list