Something doesn't quite seem right to me about a position that has both of the following assertions: 1) goto should not be available 2) there's already an equivalent of goto available, so goto is not needed (and it's just fine that people use the equivalent)
Are you comparing structure exception handling and goto's?
I'm not saying SEH is right for everyone but you have to understand that there is definitely a difference. With goto you can jump just about anywhere you want, with SEH you can't. (and lets not get into theoretical examples of how you can loop with SEH :)
Andi
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php