"Sara Golemon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > >The C# goto is limited: "goto statements can transfer control within > > >blocks and out of blocks, but never into blocks." Does the PHP goto > > >implementation have this limitation? > > > > > No it doesn't. As I mentioned Sara's implementation is extremely flawed. > So > > yes there is a technical issue here beside a semantic issue. And the C# > > limitation might very well apply in PHP too. > > > To clarify my earlier (energized) post. There is jumping into blocks, I was referring to a different layer of scope. My bad.
But I'm still curious what flaws are seen. This goto implementation was tested with many different combinations of jumping into and out of control blocks (including try/catch) with expected results every time. -Sara -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php