Stanislav Malyshev wrote:
HH>>a small objection here: with a GOTO it is clear where execution continues,
HH>>you can simply search for the label the GOTO is using. With exceptions on

It is clear from technical point. It is not clear from structural view, since it can be any random place in code, not connected to the previos place in any logical way.

throw...catch can be as illogically connected just as well

--
Hartmut Holzgraefe, Senior Support Engineer                            .
MySQL AB, www.mysql.com

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

Reply via email to