Home >Backend Development >PHP Tutorial >token name of "goto" in php

token name of "goto" in php

WBOY
WBOYOriginal
2016-06-23 14:32:58816browse

PHP手册上有一句“The goto operator is available as of PHP 5.3.”

那么 goto 的解析器代号(token name)有什么变化呢?

5.3之前,goto的解析器代号是 T_STRING,在5.3之后,则是 T_GOTO。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:php 性能测试Next article:PHP安全配置