On Mon, 08 Aug 2005 18:26:30 +0200 [EMAIL PROTECTED] (Michael Wallner) wrote:
> Hi Pierre-Alain Joye, you wrote: > > > I can write a patch to "fix" it if we agree that the current > > behavior is not correct. > > While you're at it, could you continue on fixing the following: > (another evidence that the current "generic" behaviour is bad) > > try { > // anything > } catch (NonExistantException $e) { > } > > Fatal error: Class 'NonExistantException' not found You try to declare (if it get catched) a non existent class. Not really related to instanceof, it's like a new nonexistantclass; --Pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php