> if used properly, could avoid recursion, and speed up operations ... there is
> nothing wrong with goto, everything we write on lowest level is a jump in the
> memory (as goto is a jump in the code flow)
>
> ++goto ... and not goto++
I forgot, I have always used goto in Batch script, which indeed can emulates
functions, except there is no recursion problem. I have a couple of batches
online if interesting, and from performances point of view, ask yourself why on
earth PHP core developers have introduced goto and actually somebody is using
it ;-)
Uh, I forgot I live in microoptimization land ... lol
_________________________________________________________________
Keep your friends updated—even when you’re not signed in.
http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/social-network-basics.aspx?ocid=PID23461::T:WLMTAGL:ON:WL:en-xm:SI_SB_5:092010
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Andrea Giammarchi
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... clancy_1
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... tedd
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... Tommy Pham
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... tedd
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Jay Blanchard
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Ashley Sheridan
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... Israel Ekpo
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... Daniel Brown
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Andrea Giammarchi
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Andrea Giammarchi
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... Robert Cummings
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Daevid Vincent
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Jay Blanchard
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... clancy_1
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... tedd
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Daevid Vincent
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... tedd
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... Ashley Sheridan
- RE: [PHP] Whacky increment/assignment logic with $foo++ ... tedd
- Re: [PHP] Whacky increment/assignment logic with $foo++ ... Tommy Pham

