Depends on the situation. For example, if you autoload with Zend_Loader a class for which the file does not exist, include_once emits a warning. If the file exists, and it contains a parse error, it is not suppressed and the fatal error is handled in the normal PHP way. It's also possible
I think we can omit (maybe based on configuration) the warning when file not found, but the error is OK.
that user code contains something that generates other warnings or errors, and these are neither suppressed nor caught using a custom error handler.
This is OK too. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED]
