Matt Kaatman wrote: > I've started leaving the closing ?> tag out of my scripts. > > That way there's no chance for me to accidently type an extra character or > line break. > > It's actually more efficient (albeit probably insignificantly) as PHP > doesn't have to jump out of parse mode.
Personally I think this is bad practice and if you start noticing this difference in speed you have too many files to parse anyways... and you are not using a opcode-cache. My 2 cents, enjoy the weekend, Mike -- Michael Baierl mbaierl.com http://mbaierl.com/ - - - - - - - - - - - - - - - - - "Just because it sounds like a great idea to put lots of XML into a db and let the front end parse it out, think again." _______________________________________________ List info: http://lists.roundcube.net/dev/
