Re: [PHP-DEV] Access to incomplete object should not be a fatal

2002-07-23 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > Uhm... of course this should give you an E_ERROR, it's simply not > possible to call a method of an object that's only a half baken one. > > This should stay an E_ERROR. I agree. It should raise E_ERROR for method calls. Here is newer patch. Any comments. -- Yasuo

Re: [PHP-DEV] Access to incomplete object should not be a fatal

2002-07-23 Thread Yasuo Ohgaki
[EMAIL PROTECTED] wrote: > On Tue, 23 Jul 2002, Yasuo Ohgaki wrote: > > >>It seems accessing incoplete object became fatal error. >> >> >>Fatal error: The script tried to execute a method or access a property >>of an incomplete object. Please ensure that the class definition auth of >>the