ID:               31102
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php_nospam at ramihyn dot sytes dot net
-Status:           Closed
+Status:           Open
 Bug Type:         Documentation problem
 Operating System: *
 PHP Version:      5.0.2
 Assigned To:      helly
 New Comment:

helly has introduced a way to catch the exceptions, so it needs to be
documented. (more details in the file he mentioned)


Previous Comments:
------------------------------------------------------------------------

[2005-03-21 21:49:37] [EMAIL PROTECTED]

For further details on exceptions in __autoload() see:
http://cvs.php.net/co.php/ZendEngine2/tests/bug31102.phpt?r=HEAD

------------------------------------------------------------------------

[2004-12-29 17:15:59] [EMAIL PROTECTED]

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.

"Exceptions thrown in __autoload function cannot be catched in the
'catch' block and result in fatal error."

------------------------------------------------------------------------

[2004-12-16 13:04:08] [EMAIL PROTECTED]

hehe, perhaps. But we should mention this in the __autoload
documentation though.

------------------------------------------------------------------------

[2004-12-16 12:57:48] php_nospam at ramihyn dot sytes dot net

Your statement about that "last resort" is *not* documented.
The Zend Engine 2 changes list says:

The __autoload() interceptor function will be automatically called when
an undeclared class is to be instantiated. The name of that class will
be passed to the __autoload() interceptor function as its only
argument.

What __autoload() does is breaking the Exception handling, so I
consider this as a bug.

------------------------------------------------------------------------

[2004-12-16 12:28:12] php_nospam at ramihyn dot sytes dot net

Maybe you should rename the function to __lastresort() ;-)
__autoload() sounds like autorun to me.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/31102

-- 
Edit this bug report at http://bugs.php.net/?id=31102&edit=1

Reply via email to