> The patch looks ok to me. > One issue to be worked out is to prevent goto from jumping out of a > try..catch block. > After you mentioned that in IRC I tried out several test cases each of which behaved well, but I of course could have missed some possible combination...
Btw, goto labels are considered op_array local, so you can't jump out of one function into another function, or in/out of the main scope. -Sara -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php