TokenType : int

Each TokenInterface instance is a type of this Enum.

Tags
internal:

Internal tokenizer structure.

Table of Contents

Cases

T_BLANK  = 600
T_BLOCK_START  = 400
T_BLOCK_STOP  = 401
T_COMMENT_MULTILINE_START  = 802
T_COMMENT_MULTILINE_STOP  = 803
T_COMMENT_ONELINE_DOUBLESLASH  = 801
T_COMMENT_ONELINE_HASH  = 800
T_CONDITION_ELSE  = 1002
T_CONDITION_END  = 1003
T_CONDITION_GLOBAL  = 1004
T_CONDITION_START  = 1000
T_CONDITION_STOP  = 1001
T_CONSTANT  = 1100
T_DOT  = 500
T_FUNCTION_NAME  = 900
T_FUNCTION_VALUE_START  = 901
T_FUNCTION_VALUE_STOP  = 902
T_IDENTIFIER  = 100
T_IMPORT_KEYWORD  = 1200
T_IMPORT_KEYWORD_OLD  = 1300
T_IMPORT_KEYWORD_OLD_STOP  = 1301
T_IMPORT_START  = 1201
T_IMPORT_STOP  = 1202
T_NEWLINE  = 700
T_NONE
T_OPERATOR_ASSIGNMENT  = 300
T_OPERATOR_ASSIGNMENT_MULTILINE_START  = 310
T_OPERATOR_ASSIGNMENT_MULTILINE_STOP  = 311
T_OPERATOR_COPY  = 302
T_OPERATOR_FUNCTION  = 304
T_OPERATOR_REFERENCE  = 301
T_OPERATOR_UNSET  = 303
T_VALUE  = 200

Cases


        
On this page

Search results