On Tue, 3 Aug 2004 [EMAIL PROTECTED] wrote:

> Andi Gutmans <[EMAIL PROTECTED]> writes:
>
> > I don't think we should be using computed targets. It'd be more of a
> > nightmare than sexy. I prefer doing as much at compile-time as possible and
> > I don't think that allowing indirect goto's would lead to anything than
> > chaos. Most arguments in favor of goto were for circumstances where this
> > would not be required. (And yes, even if we pre-compute what we can and add
> > the hash and opcode for the instances we can't pre-compute I think it's a
> > very bad idea). I feel about 1000 times stronger about that than goto :)
>
> If you really, really, really wanted to do such a thing, you could still do:
>
>   eval("goto foo$bar;");
>
> to get the same effect, right?

Hmm, depends on how it's implemented. It will most likely not work I
guess.

Derick

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

Reply via email to