> My point still remains.. Goto is powerful, even if not needed.. There's > about one time I would use goto, which could easily be done with two > do..while().. The funny thing is, that I didn't do it that way, cause I > though it looked ugly.
And my point still remains. There are an awful lot of PHP programmers out there who really don't need an extra way to write for(), or while(), or do..while(). It makes maintenance work harder when you have a mixture of styles in there to cope with. I don't for a moment believe that Sara intended her GOTO implementation to be used as a simple alternative construct in any old situation that comes along, and that's where much of the point of this whole discussion lies. Because you can bet your ass that many coders out there will do just that thing. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php