Hello Dan,

Friday, October 10, 2003, 8:36:48 PM, you wrote:

> On a side note, when an exception is thrown from inside the
> __autoload() function, PHP only reports 'exception thrown in
> __autoload' and no other information about the exception. Is
> this a bug?

I don't think so. The exception shows as much information as
is available. Only sometimes the exception is generated deeply
inside the engine where not many additional information can be
accessed. And don't forget: Exceptions should be exceptions.

> I understand. For some reason, I just thought that self:: and
> parent:: were evaluated at runtime instead of compile time.

Hope you get that straight now. parent & self must be considered
beeing compiletime things.

-- 
Best regards,
 Marcus                            mailto:[EMAIL PROTECTED]

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to