token name of "goto" in php

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

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

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

原文地址:https://www.cnblogs.com/dishuostec/p/2003309.html