<?php
echo "start";
echo "<hr/>";
goto TEST;
echo "<hr/>";
TEST:
echo "end";

//goto 不能跳入循环 switch。。。case 函数和类都不可以
//但是可以跳出循环