in most major languages, one can branch to a specific place in their code. I have never seen how one can do this in PHP, but PHP obviously does this under the covers when using IF/WHILE/FOR etc.
I come from the mainframe assembler world, yup..still using it, and I miss the capability to branch to a tag. This branch may be a simple hard branch to a specific location in script/memory, or (cats meow) a branch and link, where the routine called can return back to the caller, whomever it was.