Stanislav Malyshev wrote:
> LS>>discussions over the past months it seemed to me that the "goto all the 
> way"
> LS>>camp was fine with limiting jumping to the current scope (function/method)
> 
> That doesn't do much. That's like saying "access not to all memory but 
> only memory space of the process". Sure, you can't just jump random places 
> along all the code - but jumping random places inside same op-array is 
> not very good still. 

This might be from implementation/engine point of view, but from user's
perspective goto is much more limited. It can only happen within one
function.

Exception on the other hand might take code execution into totally
different file which is why I guess it feels much less restricted that goto.

Edin

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

Reply via email to