RE: [PHP] Re: Found a bug in 4.2.3 re: and echo vs. [solved]

2003-04-05 Thread Daevid Vincent
CTED] > Subject: RE: [PHP] Re: Found a bug in 4.2.3 re: and echo > vs. > > > You are getting completely mixed up. Simplifying your example: > > function foo() { echo "foo"; } > > $a = "".foo().""; > > Will you a

RE: [PHP] Re: Found a bug in 4.2.3 re: and echo vs.

2003-04-04 Thread Rasmus Lerdorf
book, they're both double echoing the output if you will... Are you > with me on that? > > So again, why does the second one work and the first one doesn't? > > > -Original Message- > > From: Philip Hallstrom [mailto:[EMAIL PROTECTED] > > Sent: Frida

Re: [PHP] Re: Found a bug in 4.2.3 re: and echo vs.

2003-04-04 Thread Leif K-Brooks
ne work and the first one doesn't? -Original Message----- From: Philip Hallstrom [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 5:20 PM To: Daevid Vincent Cc: [EMAIL PROTECTED] Subject: [PHP] Re: Found a bug in 4.2.3 re: and echo vs. It's a coding error... at least I think s

RE: [PHP] Re: Found a bug in 4.2.3 re: and echo vs.

2003-04-04 Thread Daevid Vincent
o:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 5:20 PM > To: Daevid Vincent > Cc: [EMAIL PROTECTED] > Subject: [PHP] Re: Found a bug in 4.2.3 re: and echo vs. > > > It's a coding error... at least I think so. > > change alarmLightMySQL just return the r

[PHP] Re: Found a bug in 4.2.3 re: and echo vs.

2003-04-04 Thread Philip Hallstrom
It's a coding error... at least I think so. change alarmLightMySQL just return the results not "echo" them... echoing them doesn't make much sense inside another echo statement... On Fri, 4 Apr 2003, Daevid Vincent wrote: > Here, try this bullshit... > > I can't upgrade to a more recent version