The patch looks ok to me.
One issue to be worked out is to prevent goto from jumping out of a
try..catch block.

goto is that nice tool that everyone is brainwashed to believe is
evil, instead of simply being taught how to use it properly.

+10 ;)

--Wez.

On Wed, 28 Jul 2004 19:12:40 -0700, Sara Golemon <[EMAIL PROTECTED]> wrote:
> I wrote up a patch for implementing gotos in php scripts a couple months ago
> as an exercise in working with the Zend engine.  I put it aside assuming
> noone would actually want it, but Wez and Ilia convinced me to post it for
> consideration:
> 
> Description:
> http://pecl.org
> 
> Patch:
> http://pecl.org/patches/opcode_goto_5.1.0.diff
> 
> Talk amongst yourselves...
> 
> -Sara
> 
> --
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

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

Reply via email to