[Phplib-users] coding style concerning strings
Brought to you by:
nhruby,
richardarcher
|
From: Marko K. <M.K...@os...> - 2002-09-25 07:35:18
|
Hi, I noticed that a lot of code doesn't seem to take care of the difference between string definitions using "" or ''. As far as I understood all the strings enclosed with "" will be preprocessed by a parser, ''-strings stay untouched. So the latter can speed things up. There are many libraries written only with "", but perhaps they'd be faster with the ''-version? Any experience with this? Marko |