Re: [PHP] PHP code optimization

2002-07-09 Thread Nick Oostveen
I could be wrong, but I seem to remember reading somewhere that using ?> text Peter Thoenen wrote: > >>Question on optimizing code for quicker runtimes. Which is quicker (this >>is on a webpage also..NOT >>commandline)? >> >> >> >>OR >> >> abc > >Because the difference is going to be undetecta

Re: [PHP] PHP code optimization

2002-07-09 Thread Chris Shiflett
Peter Thoenen wrote: >Question on optimizing code for quicker runtimes. >Which is quicker (this is on a webpage also..NOT >commandline)? > > > >OR > > abc > Because the difference is going to be undetectable, this would probably be a question that only someone really familiar with the engine

Re: [PHP] PHP code optimization

2002-07-09 Thread Analysis & Solutions
On Tue, Jul 09, 2002 at 12:32:59PM -0700, Peter Thoenen wrote: > Which is quicker (this is on a webpage also..NOT > commandline)? > > > OR > abc The difference is very marginal. Write whichever makes more sense in the context. Short tidbits just don't matter. Larger stretches of text are e

Re: [PHP] PHP code optimization

2002-07-09 Thread Kevin Stone
I'm just guessing but I would think there would be no difference. The only way I think there would be a differnce is if you did many many echo statements as opposed to one echo or one ?>output block To: <[EMAIL PROTECTED]> Sent: Tuesday, July 09, 2002 1:32 PM Subject: [PHP] PHP code optimization