On Thu, 10 Jul 2008, Gergely Hodicska wrote:

> > exceptions thrown during autoload are ignored.
> 
> And one more thing, this is in the manual:
> "Note: Exceptions thrown in __autoload function cannot be caught in the catch
> block and results in a fatal error."
> 
> I think your explanation makes much more clear what happens, maybe it would
> worth to upgrade the manual. While the quoted text suggests that that if throw
> an exception I just can't catch it and will bubble up to top level and this
> cause the fatal error.

You can actually catch it *in* the autoload method, it just wouldn't 
bubble out of it.

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org

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

Reply via email to