[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
[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
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 object you are trying to operate on was loaded _before_ the session
was started in
--