[PHP] here doc performance

2001-04-06 Thread Jack Dempsey
Hi all, I use the here doc option heavily in pages i create, outputting large chunks of HTML with variables inside the echo<

Re: [PHP] here doc performance

2001-04-06 Thread Plutarck
To my knowledge, though I haven't done any testing with microtime, heredoc is as faster as using single quotes. Since the only thing PHP looks for is the characters that were present at the very begining on the string, there should certainly be no slowdowns at all. If it's not that way, I imagin

RE: [PHP] here doc performance

2001-04-06 Thread Jack Dempsey
d to worry about anyone else? is a big here doc the "fastest" way to print out a lot of html with variables? -Original Message- From: Plutarck [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 07, 2001 2:31 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] here doc performance To my

Re: [PHP] here doc performance

2001-04-07 Thread Plutarck
. > anyone else? is a big here doc the "fastest" way to print out a lot of html > with variables? > > > > -Original Message- > From: Plutarck [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 07, 2001 2:31 AM > To: [EMAIL PROTECTED] > Subject: Re: [PH