php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
tokenizer_data.stub.php File Reference

Go to the source code of this file.

Variables

const T_LNUMBER = UNKNOWN
 
const T_DNUMBER = UNKNOWN
 
const T_STRING = UNKNOWN
 
const T_NAME_FULLY_QUALIFIED = UNKNOWN
 
const T_NAME_RELATIVE = UNKNOWN
 
const T_NAME_QUALIFIED = UNKNOWN
 
const T_VARIABLE = UNKNOWN
 
const T_INLINE_HTML = UNKNOWN
 
const T_ENCAPSED_AND_WHITESPACE = UNKNOWN
 
const T_CONSTANT_ENCAPSED_STRING = UNKNOWN
 
const T_STRING_VARNAME = UNKNOWN
 
const T_NUM_STRING = UNKNOWN
 
const T_INCLUDE = UNKNOWN
 
const T_INCLUDE_ONCE = UNKNOWN
 
const T_EVAL = UNKNOWN
 
const T_REQUIRE = UNKNOWN
 
const T_REQUIRE_ONCE = UNKNOWN
 
const T_LOGICAL_OR = UNKNOWN
 
const T_LOGICAL_XOR = UNKNOWN
 
const T_LOGICAL_AND = UNKNOWN
 
const T_PRINT = UNKNOWN
 
const T_YIELD = UNKNOWN
 
const T_YIELD_FROM = UNKNOWN
 
const T_INSTANCEOF = UNKNOWN
 
const T_NEW = UNKNOWN
 
const T_CLONE = UNKNOWN
 
const T_EXIT = UNKNOWN
 
const T_IF = UNKNOWN
 
const T_ELSEIF = UNKNOWN
 
const T_ELSE = UNKNOWN
 
const T_ENDIF = UNKNOWN
 
const T_ECHO = UNKNOWN
 
const T_DO = UNKNOWN
 
const T_WHILE = UNKNOWN
 
const T_ENDWHILE = UNKNOWN
 
const T_FOR = UNKNOWN
 
const T_ENDFOR = UNKNOWN
 
const T_FOREACH = UNKNOWN
 
const T_ENDFOREACH = UNKNOWN
 
const T_DECLARE = UNKNOWN
 
const T_ENDDECLARE = UNKNOWN
 
const T_AS = UNKNOWN
 
const T_SWITCH = UNKNOWN
 
const T_ENDSWITCH = UNKNOWN
 
const T_CASE = UNKNOWN
 
const T_DEFAULT = UNKNOWN
 
const T_MATCH = UNKNOWN
 
const T_BREAK = UNKNOWN
 
const T_CONTINUE = UNKNOWN
 
const T_GOTO = UNKNOWN
 
const T_FUNCTION = UNKNOWN
 
const T_FN = UNKNOWN
 
const T_CONST = UNKNOWN
 
const T_RETURN = UNKNOWN
 
const T_TRY = UNKNOWN
 
const T_CATCH = UNKNOWN
 
const T_FINALLY = UNKNOWN
 
const T_THROW = UNKNOWN
 
const T_USE = UNKNOWN
 
const T_INSTEADOF = UNKNOWN
 
const T_GLOBAL = UNKNOWN
 
const T_STATIC = UNKNOWN
 
const T_ABSTRACT = UNKNOWN
 
const T_FINAL = UNKNOWN
 
const T_PRIVATE = UNKNOWN
 
const T_PROTECTED = UNKNOWN
 
const T_PUBLIC = UNKNOWN
 
const T_PRIVATE_SET = UNKNOWN
 
const T_PROTECTED_SET = UNKNOWN
 
const T_PUBLIC_SET = UNKNOWN
 
const T_READONLY = UNKNOWN
 
const T_VAR = UNKNOWN
 
const T_UNSET = UNKNOWN
 
const T_ISSET = UNKNOWN
 
const T_EMPTY = UNKNOWN
 
const T_HALT_COMPILER = UNKNOWN
 
const T_CLASS = UNKNOWN
 
const T_TRAIT = UNKNOWN
 
const T_INTERFACE = UNKNOWN
 
const T_ENUM = UNKNOWN
 
const T_EXTENDS = UNKNOWN
 
const T_IMPLEMENTS = UNKNOWN
 
const T_NAMESPACE = UNKNOWN
 
const T_LIST = UNKNOWN
 
const T_ARRAY = UNKNOWN
 
const T_CALLABLE = UNKNOWN
 
const T_LINE = UNKNOWN
 
const T_FILE = UNKNOWN
 
const T_DIR = UNKNOWN
 
const T_CLASS_C = UNKNOWN
 
const T_TRAIT_C = UNKNOWN
 
const T_METHOD_C = UNKNOWN
 
const T_FUNC_C = UNKNOWN
 
const T_PROPERTY_C = UNKNOWN
 
const T_NS_C = UNKNOWN
 
const T_ATTRIBUTE = UNKNOWN
 
const T_PLUS_EQUAL = UNKNOWN
 
const T_MINUS_EQUAL = UNKNOWN
 
const T_MUL_EQUAL = UNKNOWN
 
const T_DIV_EQUAL = UNKNOWN
 
const T_CONCAT_EQUAL = UNKNOWN
 
const T_MOD_EQUAL = UNKNOWN
 
const T_AND_EQUAL = UNKNOWN
 
const T_OR_EQUAL = UNKNOWN
 
const T_XOR_EQUAL = UNKNOWN
 
const T_SL_EQUAL = UNKNOWN
 
const T_SR_EQUAL = UNKNOWN
 
const T_COALESCE_EQUAL = UNKNOWN
 
const T_BOOLEAN_OR = UNKNOWN
 
const T_BOOLEAN_AND = UNKNOWN
 
const T_IS_EQUAL = UNKNOWN
 
const T_IS_NOT_EQUAL = UNKNOWN
 
const T_IS_IDENTICAL = UNKNOWN
 
const T_IS_NOT_IDENTICAL = UNKNOWN
 
const T_IS_SMALLER_OR_EQUAL = UNKNOWN
 
const T_IS_GREATER_OR_EQUAL = UNKNOWN
 
const T_SPACESHIP = UNKNOWN
 
const T_SL = UNKNOWN
 
const T_SR = UNKNOWN
 
const T_INC = UNKNOWN
 
const T_DEC = UNKNOWN
 
const T_INT_CAST = UNKNOWN
 
const T_DOUBLE_CAST = UNKNOWN
 
const T_STRING_CAST = UNKNOWN
 
const T_ARRAY_CAST = UNKNOWN
 
const T_OBJECT_CAST = UNKNOWN
 
const T_BOOL_CAST = UNKNOWN
 
const T_UNSET_CAST = UNKNOWN
 
const T_OBJECT_OPERATOR = UNKNOWN
 
const T_NULLSAFE_OBJECT_OPERATOR = UNKNOWN
 
const T_DOUBLE_ARROW = UNKNOWN
 
const T_COMMENT = UNKNOWN
 
const T_DOC_COMMENT = UNKNOWN
 
const T_OPEN_TAG = UNKNOWN
 
const T_OPEN_TAG_WITH_ECHO = UNKNOWN
 
const T_CLOSE_TAG = UNKNOWN
 
const T_WHITESPACE = UNKNOWN
 
const T_START_HEREDOC = UNKNOWN
 
const T_END_HEREDOC = UNKNOWN
 
const T_DOLLAR_OPEN_CURLY_BRACES = UNKNOWN
 
const T_CURLY_OPEN = UNKNOWN
 
const T_PAAMAYIM_NEKUDOTAYIM = UNKNOWN
 
const T_NS_SEPARATOR = UNKNOWN
 
const T_ELLIPSIS = UNKNOWN
 
const T_COALESCE = UNKNOWN
 
const T_POW = UNKNOWN
 
const T_POW_EQUAL = UNKNOWN
 
const T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG = UNKNOWN
 
const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = UNKNOWN
 
const T_BAD_CHARACTER = UNKNOWN
 
const T_DOUBLE_COLON = UNKNOWN
 

Variable Documentation

◆ T_ABSTRACT

const T_ABSTRACT = UNKNOWN

Definition at line 319 of file tokenizer_data.stub.php.

◆ T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG

const T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG = UNKNOWN

Definition at line 744 of file tokenizer_data.stub.php.

◆ T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG

const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = UNKNOWN

Definition at line 749 of file tokenizer_data.stub.php.

◆ T_AND_EQUAL

const T_AND_EQUAL = UNKNOWN

Definition at line 519 of file tokenizer_data.stub.php.

◆ T_ARRAY

const T_ARRAY = UNKNOWN

Definition at line 429 of file tokenizer_data.stub.php.

◆ T_ARRAY_CAST

const T_ARRAY_CAST = UNKNOWN

Definition at line 629 of file tokenizer_data.stub.php.

◆ T_AS

const T_AS = UNKNOWN

Definition at line 214 of file tokenizer_data.stub.php.

◆ T_ATTRIBUTE

const T_ATTRIBUTE = UNKNOWN

Definition at line 484 of file tokenizer_data.stub.php.

◆ T_BAD_CHARACTER

const T_BAD_CHARACTER = UNKNOWN

Definition at line 754 of file tokenizer_data.stub.php.

◆ T_BOOL_CAST

const T_BOOL_CAST = UNKNOWN

Definition at line 639 of file tokenizer_data.stub.php.

◆ T_BOOLEAN_AND

const T_BOOLEAN_AND = UNKNOWN

Definition at line 554 of file tokenizer_data.stub.php.

◆ T_BOOLEAN_OR

const T_BOOLEAN_OR = UNKNOWN

Definition at line 549 of file tokenizer_data.stub.php.

◆ T_BREAK

const T_BREAK = UNKNOWN

Definition at line 244 of file tokenizer_data.stub.php.

◆ T_CALLABLE

const T_CALLABLE = UNKNOWN

Definition at line 434 of file tokenizer_data.stub.php.

◆ T_CASE

const T_CASE = UNKNOWN

Definition at line 229 of file tokenizer_data.stub.php.

◆ T_CATCH

const T_CATCH = UNKNOWN

Definition at line 284 of file tokenizer_data.stub.php.

◆ T_CLASS

const T_CLASS = UNKNOWN

Definition at line 389 of file tokenizer_data.stub.php.

◆ T_CLASS_C

const T_CLASS_C = UNKNOWN

Definition at line 454 of file tokenizer_data.stub.php.

◆ T_CLONE

const T_CLONE = UNKNOWN

Definition at line 134 of file tokenizer_data.stub.php.

◆ T_CLOSE_TAG

const T_CLOSE_TAG = UNKNOWN

Definition at line 684 of file tokenizer_data.stub.php.

◆ T_COALESCE

const T_COALESCE = UNKNOWN

Definition at line 729 of file tokenizer_data.stub.php.

◆ T_COALESCE_EQUAL

const T_COALESCE_EQUAL = UNKNOWN

Definition at line 544 of file tokenizer_data.stub.php.

◆ T_COMMENT

const T_COMMENT = UNKNOWN

Definition at line 664 of file tokenizer_data.stub.php.

◆ T_CONCAT_EQUAL

const T_CONCAT_EQUAL = UNKNOWN

Definition at line 509 of file tokenizer_data.stub.php.

◆ T_CONST

const T_CONST = UNKNOWN

Definition at line 269 of file tokenizer_data.stub.php.

◆ T_CONSTANT_ENCAPSED_STRING

const T_CONSTANT_ENCAPSED_STRING = UNKNOWN

Definition at line 54 of file tokenizer_data.stub.php.

◆ T_CONTINUE

const T_CONTINUE = UNKNOWN

Definition at line 249 of file tokenizer_data.stub.php.

◆ T_CURLY_OPEN

const T_CURLY_OPEN = UNKNOWN

Definition at line 709 of file tokenizer_data.stub.php.

◆ T_DEC

const T_DEC = UNKNOWN

Definition at line 609 of file tokenizer_data.stub.php.

◆ T_DECLARE

const T_DECLARE = UNKNOWN

Definition at line 204 of file tokenizer_data.stub.php.

◆ T_DEFAULT

const T_DEFAULT = UNKNOWN

Definition at line 234 of file tokenizer_data.stub.php.

◆ T_DIR

const T_DIR = UNKNOWN

Definition at line 449 of file tokenizer_data.stub.php.

◆ T_DIV_EQUAL

const T_DIV_EQUAL = UNKNOWN

Definition at line 504 of file tokenizer_data.stub.php.

◆ T_DNUMBER

const T_DNUMBER = UNKNOWN

Definition at line 14 of file tokenizer_data.stub.php.

◆ T_DO

const T_DO = UNKNOWN

Definition at line 169 of file tokenizer_data.stub.php.

◆ T_DOC_COMMENT

const T_DOC_COMMENT = UNKNOWN

Definition at line 669 of file tokenizer_data.stub.php.

◆ T_DOLLAR_OPEN_CURLY_BRACES

const T_DOLLAR_OPEN_CURLY_BRACES = UNKNOWN

Definition at line 704 of file tokenizer_data.stub.php.

◆ T_DOUBLE_ARROW

const T_DOUBLE_ARROW = UNKNOWN

Definition at line 659 of file tokenizer_data.stub.php.

◆ T_DOUBLE_CAST

const T_DOUBLE_CAST = UNKNOWN

Definition at line 619 of file tokenizer_data.stub.php.

◆ T_DOUBLE_COLON

const T_DOUBLE_COLON = UNKNOWN

Definition at line 759 of file tokenizer_data.stub.php.

◆ T_ECHO

const T_ECHO = UNKNOWN

Definition at line 164 of file tokenizer_data.stub.php.

◆ T_ELLIPSIS

const T_ELLIPSIS = UNKNOWN

Definition at line 724 of file tokenizer_data.stub.php.

◆ T_ELSE

const T_ELSE = UNKNOWN

Definition at line 154 of file tokenizer_data.stub.php.

◆ T_ELSEIF

const T_ELSEIF = UNKNOWN

Definition at line 149 of file tokenizer_data.stub.php.

◆ T_EMPTY

const T_EMPTY = UNKNOWN

Definition at line 379 of file tokenizer_data.stub.php.

◆ T_ENCAPSED_AND_WHITESPACE

const T_ENCAPSED_AND_WHITESPACE = UNKNOWN

Definition at line 49 of file tokenizer_data.stub.php.

◆ T_END_HEREDOC

const T_END_HEREDOC = UNKNOWN

Definition at line 699 of file tokenizer_data.stub.php.

◆ T_ENDDECLARE

const T_ENDDECLARE = UNKNOWN

Definition at line 209 of file tokenizer_data.stub.php.

◆ T_ENDFOR

const T_ENDFOR = UNKNOWN

Definition at line 189 of file tokenizer_data.stub.php.

◆ T_ENDFOREACH

const T_ENDFOREACH = UNKNOWN

Definition at line 199 of file tokenizer_data.stub.php.

◆ T_ENDIF

const T_ENDIF = UNKNOWN

Definition at line 159 of file tokenizer_data.stub.php.

◆ T_ENDSWITCH

const T_ENDSWITCH = UNKNOWN

Definition at line 224 of file tokenizer_data.stub.php.

◆ T_ENDWHILE

const T_ENDWHILE = UNKNOWN

Definition at line 179 of file tokenizer_data.stub.php.

◆ T_ENUM

const T_ENUM = UNKNOWN

Definition at line 404 of file tokenizer_data.stub.php.

◆ T_EVAL

const T_EVAL = UNKNOWN

Definition at line 79 of file tokenizer_data.stub.php.

◆ T_EXIT

const T_EXIT = UNKNOWN

Definition at line 139 of file tokenizer_data.stub.php.

◆ T_EXTENDS

const T_EXTENDS = UNKNOWN

Definition at line 409 of file tokenizer_data.stub.php.

◆ T_FILE

const T_FILE = UNKNOWN

Definition at line 444 of file tokenizer_data.stub.php.

◆ T_FINAL

const T_FINAL = UNKNOWN

Definition at line 324 of file tokenizer_data.stub.php.

◆ T_FINALLY

const T_FINALLY = UNKNOWN

Definition at line 289 of file tokenizer_data.stub.php.

◆ T_FN

const T_FN = UNKNOWN

Definition at line 264 of file tokenizer_data.stub.php.

◆ T_FOR

const T_FOR = UNKNOWN

Definition at line 184 of file tokenizer_data.stub.php.

◆ T_FOREACH

const T_FOREACH = UNKNOWN

Definition at line 194 of file tokenizer_data.stub.php.

◆ T_FUNC_C

const T_FUNC_C = UNKNOWN

Definition at line 469 of file tokenizer_data.stub.php.

◆ T_FUNCTION

const T_FUNCTION = UNKNOWN

Definition at line 259 of file tokenizer_data.stub.php.

◆ T_GLOBAL

const T_GLOBAL = UNKNOWN

Definition at line 309 of file tokenizer_data.stub.php.

◆ T_GOTO

const T_GOTO = UNKNOWN

Definition at line 254 of file tokenizer_data.stub.php.

◆ T_HALT_COMPILER

const T_HALT_COMPILER = UNKNOWN

Definition at line 384 of file tokenizer_data.stub.php.

◆ T_IF

const T_IF = UNKNOWN

Definition at line 144 of file tokenizer_data.stub.php.

◆ T_IMPLEMENTS

const T_IMPLEMENTS = UNKNOWN

Definition at line 414 of file tokenizer_data.stub.php.

◆ T_INC

const T_INC = UNKNOWN

Definition at line 604 of file tokenizer_data.stub.php.

◆ T_INCLUDE

const T_INCLUDE = UNKNOWN

Definition at line 69 of file tokenizer_data.stub.php.

◆ T_INCLUDE_ONCE

const T_INCLUDE_ONCE = UNKNOWN

Definition at line 74 of file tokenizer_data.stub.php.

◆ T_INLINE_HTML

const T_INLINE_HTML = UNKNOWN

Definition at line 44 of file tokenizer_data.stub.php.

◆ T_INSTANCEOF

const T_INSTANCEOF = UNKNOWN

Definition at line 124 of file tokenizer_data.stub.php.

◆ T_INSTEADOF

const T_INSTEADOF = UNKNOWN

Definition at line 304 of file tokenizer_data.stub.php.

◆ T_INT_CAST

const T_INT_CAST = UNKNOWN

Definition at line 614 of file tokenizer_data.stub.php.

◆ T_INTERFACE

const T_INTERFACE = UNKNOWN

Definition at line 399 of file tokenizer_data.stub.php.

◆ T_IS_EQUAL

const T_IS_EQUAL = UNKNOWN

Definition at line 559 of file tokenizer_data.stub.php.

◆ T_IS_GREATER_OR_EQUAL

const T_IS_GREATER_OR_EQUAL = UNKNOWN

Definition at line 584 of file tokenizer_data.stub.php.

◆ T_IS_IDENTICAL

const T_IS_IDENTICAL = UNKNOWN

Definition at line 569 of file tokenizer_data.stub.php.

◆ T_IS_NOT_EQUAL

const T_IS_NOT_EQUAL = UNKNOWN

Definition at line 564 of file tokenizer_data.stub.php.

◆ T_IS_NOT_IDENTICAL

const T_IS_NOT_IDENTICAL = UNKNOWN

Definition at line 574 of file tokenizer_data.stub.php.

◆ T_IS_SMALLER_OR_EQUAL

const T_IS_SMALLER_OR_EQUAL = UNKNOWN

Definition at line 579 of file tokenizer_data.stub.php.

◆ T_ISSET

const T_ISSET = UNKNOWN

Definition at line 374 of file tokenizer_data.stub.php.

◆ T_LINE

const T_LINE = UNKNOWN

Definition at line 439 of file tokenizer_data.stub.php.

◆ T_LIST

const T_LIST = UNKNOWN

Definition at line 424 of file tokenizer_data.stub.php.

◆ T_LNUMBER

const T_LNUMBER = UNKNOWN

Definition at line 9 of file tokenizer_data.stub.php.

◆ T_LOGICAL_AND

const T_LOGICAL_AND = UNKNOWN

Definition at line 104 of file tokenizer_data.stub.php.

◆ T_LOGICAL_OR

const T_LOGICAL_OR = UNKNOWN

Definition at line 94 of file tokenizer_data.stub.php.

◆ T_LOGICAL_XOR

const T_LOGICAL_XOR = UNKNOWN

Definition at line 99 of file tokenizer_data.stub.php.

◆ T_MATCH

const T_MATCH = UNKNOWN

Definition at line 239 of file tokenizer_data.stub.php.

◆ T_METHOD_C

const T_METHOD_C = UNKNOWN

Definition at line 464 of file tokenizer_data.stub.php.

◆ T_MINUS_EQUAL

const T_MINUS_EQUAL = UNKNOWN

Definition at line 494 of file tokenizer_data.stub.php.

◆ T_MOD_EQUAL

const T_MOD_EQUAL = UNKNOWN

Definition at line 514 of file tokenizer_data.stub.php.

◆ T_MUL_EQUAL

const T_MUL_EQUAL = UNKNOWN

Definition at line 499 of file tokenizer_data.stub.php.

◆ T_NAME_FULLY_QUALIFIED

const T_NAME_FULLY_QUALIFIED = UNKNOWN

Definition at line 24 of file tokenizer_data.stub.php.

◆ T_NAME_QUALIFIED

const T_NAME_QUALIFIED = UNKNOWN

Definition at line 34 of file tokenizer_data.stub.php.

◆ T_NAME_RELATIVE

const T_NAME_RELATIVE = UNKNOWN

Definition at line 29 of file tokenizer_data.stub.php.

◆ T_NAMESPACE

const T_NAMESPACE = UNKNOWN

Definition at line 419 of file tokenizer_data.stub.php.

◆ T_NEW

const T_NEW = UNKNOWN

Definition at line 129 of file tokenizer_data.stub.php.

◆ T_NS_C

const T_NS_C = UNKNOWN

Definition at line 479 of file tokenizer_data.stub.php.

◆ T_NS_SEPARATOR

const T_NS_SEPARATOR = UNKNOWN

Definition at line 719 of file tokenizer_data.stub.php.

◆ T_NULLSAFE_OBJECT_OPERATOR

const T_NULLSAFE_OBJECT_OPERATOR = UNKNOWN

Definition at line 654 of file tokenizer_data.stub.php.

◆ T_NUM_STRING

const T_NUM_STRING = UNKNOWN

Definition at line 64 of file tokenizer_data.stub.php.

◆ T_OBJECT_CAST

const T_OBJECT_CAST = UNKNOWN

Definition at line 634 of file tokenizer_data.stub.php.

◆ T_OBJECT_OPERATOR

const T_OBJECT_OPERATOR = UNKNOWN

Definition at line 649 of file tokenizer_data.stub.php.

◆ T_OPEN_TAG

const T_OPEN_TAG = UNKNOWN

Definition at line 674 of file tokenizer_data.stub.php.

◆ T_OPEN_TAG_WITH_ECHO

const T_OPEN_TAG_WITH_ECHO = UNKNOWN

Definition at line 679 of file tokenizer_data.stub.php.

◆ T_OR_EQUAL

const T_OR_EQUAL = UNKNOWN

Definition at line 524 of file tokenizer_data.stub.php.

◆ T_PAAMAYIM_NEKUDOTAYIM

const T_PAAMAYIM_NEKUDOTAYIM = UNKNOWN

Definition at line 714 of file tokenizer_data.stub.php.

◆ T_PLUS_EQUAL

const T_PLUS_EQUAL = UNKNOWN

Definition at line 489 of file tokenizer_data.stub.php.

◆ T_POW

const T_POW = UNKNOWN

Definition at line 734 of file tokenizer_data.stub.php.

◆ T_POW_EQUAL

const T_POW_EQUAL = UNKNOWN

Definition at line 739 of file tokenizer_data.stub.php.

◆ T_PRINT

const T_PRINT = UNKNOWN

Definition at line 109 of file tokenizer_data.stub.php.

◆ T_PRIVATE

const T_PRIVATE = UNKNOWN

Definition at line 329 of file tokenizer_data.stub.php.

◆ T_PRIVATE_SET

const T_PRIVATE_SET = UNKNOWN

Definition at line 344 of file tokenizer_data.stub.php.

◆ T_PROPERTY_C

const T_PROPERTY_C = UNKNOWN

Definition at line 474 of file tokenizer_data.stub.php.

◆ T_PROTECTED

const T_PROTECTED = UNKNOWN

Definition at line 334 of file tokenizer_data.stub.php.

◆ T_PROTECTED_SET

const T_PROTECTED_SET = UNKNOWN

Definition at line 349 of file tokenizer_data.stub.php.

◆ T_PUBLIC

const T_PUBLIC = UNKNOWN

Definition at line 339 of file tokenizer_data.stub.php.

◆ T_PUBLIC_SET

const T_PUBLIC_SET = UNKNOWN

Definition at line 354 of file tokenizer_data.stub.php.

◆ T_READONLY

const T_READONLY = UNKNOWN

Definition at line 359 of file tokenizer_data.stub.php.

◆ T_REQUIRE

const T_REQUIRE = UNKNOWN

Definition at line 84 of file tokenizer_data.stub.php.

◆ T_REQUIRE_ONCE

const T_REQUIRE_ONCE = UNKNOWN

Definition at line 89 of file tokenizer_data.stub.php.

◆ T_RETURN

const T_RETURN = UNKNOWN

Definition at line 274 of file tokenizer_data.stub.php.

◆ T_SL

const T_SL = UNKNOWN

Definition at line 594 of file tokenizer_data.stub.php.

◆ T_SL_EQUAL

const T_SL_EQUAL = UNKNOWN

Definition at line 534 of file tokenizer_data.stub.php.

◆ T_SPACESHIP

const T_SPACESHIP = UNKNOWN

Definition at line 589 of file tokenizer_data.stub.php.

◆ T_SR

const T_SR = UNKNOWN

Definition at line 599 of file tokenizer_data.stub.php.

◆ T_SR_EQUAL

const T_SR_EQUAL = UNKNOWN

Definition at line 539 of file tokenizer_data.stub.php.

◆ T_START_HEREDOC

const T_START_HEREDOC = UNKNOWN

Definition at line 694 of file tokenizer_data.stub.php.

◆ T_STATIC

const T_STATIC = UNKNOWN

Definition at line 314 of file tokenizer_data.stub.php.

◆ T_STRING

const T_STRING = UNKNOWN

Definition at line 19 of file tokenizer_data.stub.php.

◆ T_STRING_CAST

const T_STRING_CAST = UNKNOWN

Definition at line 624 of file tokenizer_data.stub.php.

◆ T_STRING_VARNAME

const T_STRING_VARNAME = UNKNOWN

Definition at line 59 of file tokenizer_data.stub.php.

◆ T_SWITCH

const T_SWITCH = UNKNOWN

Definition at line 219 of file tokenizer_data.stub.php.

◆ T_THROW

const T_THROW = UNKNOWN

Definition at line 294 of file tokenizer_data.stub.php.

◆ T_TRAIT

const T_TRAIT = UNKNOWN

Definition at line 394 of file tokenizer_data.stub.php.

◆ T_TRAIT_C

const T_TRAIT_C = UNKNOWN

Definition at line 459 of file tokenizer_data.stub.php.

◆ T_TRY

const T_TRY = UNKNOWN

Definition at line 279 of file tokenizer_data.stub.php.

◆ T_UNSET

const T_UNSET = UNKNOWN

Definition at line 369 of file tokenizer_data.stub.php.

◆ T_UNSET_CAST

const T_UNSET_CAST = UNKNOWN

Definition at line 644 of file tokenizer_data.stub.php.

◆ T_USE

const T_USE = UNKNOWN

Definition at line 299 of file tokenizer_data.stub.php.

◆ T_VAR

const T_VAR = UNKNOWN

Definition at line 364 of file tokenizer_data.stub.php.

◆ T_VARIABLE

const T_VARIABLE = UNKNOWN

Definition at line 39 of file tokenizer_data.stub.php.

◆ T_WHILE

const T_WHILE = UNKNOWN

Definition at line 174 of file tokenizer_data.stub.php.

◆ T_WHITESPACE

const T_WHITESPACE = UNKNOWN

Definition at line 689 of file tokenizer_data.stub.php.

◆ T_XOR_EQUAL

const T_XOR_EQUAL = UNKNOWN

Definition at line 529 of file tokenizer_data.stub.php.

◆ T_YIELD

const T_YIELD = UNKNOWN

Definition at line 114 of file tokenizer_data.stub.php.

◆ T_YIELD_FROM

const T_YIELD_FROM = UNKNOWN

Definition at line 119 of file tokenizer_data.stub.php.