1 Aug 2004 03:13
Re: [PHP-DEV] GOTO operator
Sterling Hughes <sterling.hughes <at> gmail.com>
2004-08-01 01:13:23 GMT
2004-08-01 01:13:23 GMT
i'm just piping up that i'm a strong +1 on goto, its immensely useful
for code generators, like for example a gui application that wanted to
generate some type of php code.
also, when you start quoting djikstra in a php context, you've lost.
goto is fine, fight the power!
-sterling
On Sat, 31 Jul 2004 17:44:07 -0700, Sara Golemon <pollita <at> php.net> wrote:
> > How does the GOTO implementation handle this
> > script1.php
> > <?php
> >
> > do_some_stuff();
> > include script2.php;
> >
> > label:
> > echo "Hello"
> > ?>
> >
> > script2.php:
> > <?php
> > declare_some_funcs();
> > .... some code ...
> > if (some_cond) {
> > goto label;
> > }
> > .... other code....
(Continue reading)
RSS Feed