This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
可能是因为远程服务器未运行 PHP 5.3,这是 最低要求
goto
的版本。也就是说,从过去开始,使用
goto
关键字通常被认为是一种非常非常糟糕的做法。我仍然认为 PHP 中引入这个是因为输了赌注或者其他什么原因。我不会养成使用它的习惯。Probably because the remote server isn't running PHP 5.3, which is the minimum required version for
goto
.That said, using the
goto
keyword is generally regarded as an awfully, awfully bad practice from the olden days. I still think this got introduced in PHP because of a lost bet or something. I would not get into the habit of using it.