Re: [PHP-DOC] __autoload() and exceptions

2009-11-20 Thread Brandon Savage
On Nov 20, 2009, at 3:05 PM, Hannes Magnusson wrote: > On Fri, Nov 20, 2009 at 20:51, Brandon Savage > wrote: >> All, >> >> I was playing around today with the autoload functions and I discovered that >> in PHP 5.3, __autoload() can throw, and scripts can catch, exceptions. >> This is in direct

Re: [PHP-DOC] __autoload() and exceptions

2009-11-20 Thread Hannes Magnusson
On Fri, Nov 20, 2009 at 20:51, Brandon Savage wrote: > All, > > I was playing around today with the autoload functions and I discovered that > in PHP 5.3, __autoload() can throw, and scripts can catch, exceptions. > This is in direct contradiction to the > documentation: http://php.net/manual/en/l

[PHP-DOC] __autoload() and exceptions

2009-11-20 Thread Brandon Savage
All, I was playing around today with the autoload functions and I discovered that in PHP 5.3, __autoload() can throw, and scripts can catch, exceptions. This is in direct contradiction to the documentation: http://php.net/manual/en/language.oop5.autoload.php I have filed a bug report with the