note 98179 deleted from control-structures.goto by danbrown
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: Lennie ---- goto doens't have to be a bad thing. If used properly, the Linux-kernel has many goto's, 99% of the time it's used to jump to the end of the function where variables are cleaned up before returning an error.