Hi!

do note that we have increasingly large numbers of way to jump out of the scope (exceptions, recoverable errors). this obviously makes these kinds of cleanups potentially easier to forget.

You'd need to catch and process exceptions anyway, and recoverable errors, as far as I understand, are not meant as jumping out of scope (you can run the handler, but the you're back to where the error was, right?). However, exceptions are a good point - actually, the first good objection to this thing. Need to think if this can be solved easily.
--
Stanislav Malyshev, Zend Software Architect
[EMAIL PROTECTED]   http://www.zend.com/
(408)253-8829   MSN: [EMAIL PROTECTED]

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

Reply via email to