Re: [PHP-DEV] Assigning to $this

2004-02-04 Thread John Coggeshall
LOL! :) "... Zeev Suraski wrote..." On Wed, 2004-02-04 at 09:26, Zeev Suraski wrote: > Forgot we were in Frankfurt together in 2002? :) > > Andi -- -=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=--=~=- John Coggeshall http://www.coggeshall.org/ The PHP Developer's Handb

Re: [PHP-DEV] Assigning to $this

2004-02-04 Thread Lukas Smith
Zeev Suraski wrote: At 16:25 04/02/2004, Marco Tabini wrote: Zeev Suraski wrote: Wez, You're going to see Zeev on the PHP Cruise and me in Manchester at PawsCon :) Yeah, but what about both of you *together*? :-) Forgot we were in Frankfurt together in 2002? :) for 1 day .. not enough time t

Re: [PHP-DEV] Assigning to $this

2004-02-04 Thread Zeev Suraski
At 16:25 04/02/2004, Marco Tabini wrote: Zeev Suraski wrote: Wez, You're going to see Zeev on the PHP Cruise and me in Manchester at PawsCon :) Yeah, but what about both of you *together*? :-) Forgot we were in Frankfurt together in 2002? :) Andi -- PHP Internals - PHP Runtime Development Mailing

Re: [PHP-DEV] Assigning to $this

2004-02-04 Thread Marco Tabini
Zeev Suraski wrote: Wez, You're going to see Zeev on the PHP Cruise and me in Manchester at PawsCon :) Yeah, but what about both of you *together*? :-) -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Assigning to $this

2004-02-04 Thread Zeev Suraski
Wez, You're going to see Zeev on the PHP Cruise and me in Manchester at PawsCon :) I expect internals@ will want you to report back afterwards :) Andi At 16:13 04/02/2004, Pierre-Alain Joye wrote: On Wed, 4 Feb 2004 14:09:56 - "Wez Furlong" <[EMAIL PROTECTED]> wrote: > Woah, real proof that Z

Re: [PHP-DEV] Assigning to $this

2004-02-04 Thread Pierre-Alain Joye
On Wed, 4 Feb 2004 14:09:56 - "Wez Furlong" <[EMAIL PROTECTED]> wrote: > Woah, real proof that Zeev really is Andi ;-) We got already another proof earlier :-D : From: Andi Gutmans <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Aka "I'm messed with my clones..." ;-) p

Re: [PHP-DEV] Assigning to $this

2004-02-04 Thread Wez Furlong
Woah, real proof that Zeev really is Andi ;-) --Wez. - Original Message - From: "Zeev Suraski" <[EMAIL PROTECTED]> To: "Jan Lehnardt" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 04, 2004 1:57 PM Subject: Re: [PHP-DEV] Assi

Re: [PHP-DEV] Assigning to $this

2004-02-04 Thread Zeev Suraski
Good idea. I added a fatal error. The reason is that there's pretty much no chance that someone was doing this and his script will continue working. This is definitely something which needs to be fixed by the app developer. Andi At 15:16 04/02/2004, Jan Lehnardt wrote: Hi, I was just wondering

[PHP-DEV] Assigning to $this

2004-02-04 Thread Jan Lehnardt
Hi, I was just wondering. An assignment to $this is not longer possible in PHP 5. This was agreed upon and everything is fine with that. However, when trying to assign to $this in PHP 5, this assignment is silently ignored. I thought it might be useful, or even needed to issue a notice there. I fir