php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
const T_ABSTRACT = UNKNOWN |
Definition at line 319 of file tokenizer_data.stub.php.
const T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG = UNKNOWN |
Definition at line 744 of file tokenizer_data.stub.php.
const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = UNKNOWN |
Definition at line 749 of file tokenizer_data.stub.php.
const T_AND_EQUAL = UNKNOWN |
Definition at line 519 of file tokenizer_data.stub.php.
const T_ARRAY = UNKNOWN |
Definition at line 429 of file tokenizer_data.stub.php.
const T_ARRAY_CAST = UNKNOWN |
Definition at line 629 of file tokenizer_data.stub.php.
const T_AS = UNKNOWN |
Definition at line 214 of file tokenizer_data.stub.php.
const T_ATTRIBUTE = UNKNOWN |
Definition at line 484 of file tokenizer_data.stub.php.
const T_BAD_CHARACTER = UNKNOWN |
Definition at line 754 of file tokenizer_data.stub.php.
const T_BOOL_CAST = UNKNOWN |
Definition at line 639 of file tokenizer_data.stub.php.
const T_BOOLEAN_AND = UNKNOWN |
Definition at line 554 of file tokenizer_data.stub.php.
const T_BOOLEAN_OR = UNKNOWN |
Definition at line 549 of file tokenizer_data.stub.php.
const T_BREAK = UNKNOWN |
Definition at line 244 of file tokenizer_data.stub.php.
const T_CALLABLE = UNKNOWN |
Definition at line 434 of file tokenizer_data.stub.php.
const T_CASE = UNKNOWN |
Definition at line 229 of file tokenizer_data.stub.php.
const T_CATCH = UNKNOWN |
Definition at line 284 of file tokenizer_data.stub.php.
const T_CLASS = UNKNOWN |
Definition at line 389 of file tokenizer_data.stub.php.
const T_CLASS_C = UNKNOWN |
Definition at line 454 of file tokenizer_data.stub.php.
const T_CLONE = UNKNOWN |
Definition at line 134 of file tokenizer_data.stub.php.
const T_CLOSE_TAG = UNKNOWN |
Definition at line 684 of file tokenizer_data.stub.php.
const T_COALESCE = UNKNOWN |
Definition at line 729 of file tokenizer_data.stub.php.
const T_COALESCE_EQUAL = UNKNOWN |
Definition at line 544 of file tokenizer_data.stub.php.
const T_COMMENT = UNKNOWN |
Definition at line 664 of file tokenizer_data.stub.php.
const T_CONCAT_EQUAL = UNKNOWN |
Definition at line 509 of file tokenizer_data.stub.php.
const T_CONST = UNKNOWN |
Definition at line 269 of file tokenizer_data.stub.php.
const T_CONSTANT_ENCAPSED_STRING = UNKNOWN |
Definition at line 54 of file tokenizer_data.stub.php.
const T_CONTINUE = UNKNOWN |
Definition at line 249 of file tokenizer_data.stub.php.
const T_CURLY_OPEN = UNKNOWN |
Definition at line 709 of file tokenizer_data.stub.php.
const T_DEC = UNKNOWN |
Definition at line 609 of file tokenizer_data.stub.php.
const T_DECLARE = UNKNOWN |
Definition at line 204 of file tokenizer_data.stub.php.
const T_DEFAULT = UNKNOWN |
Definition at line 234 of file tokenizer_data.stub.php.
const T_DIR = UNKNOWN |
Definition at line 449 of file tokenizer_data.stub.php.
const T_DIV_EQUAL = UNKNOWN |
Definition at line 504 of file tokenizer_data.stub.php.
const T_DNUMBER = UNKNOWN |
Definition at line 14 of file tokenizer_data.stub.php.
const T_DO = UNKNOWN |
Definition at line 169 of file tokenizer_data.stub.php.
const T_DOC_COMMENT = UNKNOWN |
Definition at line 669 of file tokenizer_data.stub.php.
const T_DOLLAR_OPEN_CURLY_BRACES = UNKNOWN |
Definition at line 704 of file tokenizer_data.stub.php.
const T_DOUBLE_ARROW = UNKNOWN |
Definition at line 659 of file tokenizer_data.stub.php.
const T_DOUBLE_CAST = UNKNOWN |
Definition at line 619 of file tokenizer_data.stub.php.
const T_DOUBLE_COLON = UNKNOWN |
Definition at line 759 of file tokenizer_data.stub.php.
const T_ECHO = UNKNOWN |
Definition at line 164 of file tokenizer_data.stub.php.
const T_ELLIPSIS = UNKNOWN |
Definition at line 724 of file tokenizer_data.stub.php.
const T_ELSE = UNKNOWN |
Definition at line 154 of file tokenizer_data.stub.php.
const T_ELSEIF = UNKNOWN |
Definition at line 149 of file tokenizer_data.stub.php.
const T_EMPTY = UNKNOWN |
Definition at line 379 of file tokenizer_data.stub.php.
const T_ENCAPSED_AND_WHITESPACE = UNKNOWN |
Definition at line 49 of file tokenizer_data.stub.php.
const T_END_HEREDOC = UNKNOWN |
Definition at line 699 of file tokenizer_data.stub.php.
const T_ENDDECLARE = UNKNOWN |
Definition at line 209 of file tokenizer_data.stub.php.
const T_ENDFOR = UNKNOWN |
Definition at line 189 of file tokenizer_data.stub.php.
const T_ENDFOREACH = UNKNOWN |
Definition at line 199 of file tokenizer_data.stub.php.
const T_ENDIF = UNKNOWN |
Definition at line 159 of file tokenizer_data.stub.php.
const T_ENDSWITCH = UNKNOWN |
Definition at line 224 of file tokenizer_data.stub.php.
const T_ENDWHILE = UNKNOWN |
Definition at line 179 of file tokenizer_data.stub.php.
const T_ENUM = UNKNOWN |
Definition at line 404 of file tokenizer_data.stub.php.
const T_EVAL = UNKNOWN |
Definition at line 79 of file tokenizer_data.stub.php.
const T_EXIT = UNKNOWN |
Definition at line 139 of file tokenizer_data.stub.php.
const T_EXTENDS = UNKNOWN |
Definition at line 409 of file tokenizer_data.stub.php.
const T_FILE = UNKNOWN |
Definition at line 444 of file tokenizer_data.stub.php.
const T_FINAL = UNKNOWN |
Definition at line 324 of file tokenizer_data.stub.php.
const T_FINALLY = UNKNOWN |
Definition at line 289 of file tokenizer_data.stub.php.
const T_FN = UNKNOWN |
Definition at line 264 of file tokenizer_data.stub.php.
const T_FOR = UNKNOWN |
Definition at line 184 of file tokenizer_data.stub.php.
const T_FOREACH = UNKNOWN |
Definition at line 194 of file tokenizer_data.stub.php.
const T_FUNC_C = UNKNOWN |
Definition at line 469 of file tokenizer_data.stub.php.
const T_FUNCTION = UNKNOWN |
Definition at line 259 of file tokenizer_data.stub.php.
const T_GLOBAL = UNKNOWN |
Definition at line 309 of file tokenizer_data.stub.php.
const T_GOTO = UNKNOWN |
Definition at line 254 of file tokenizer_data.stub.php.
const T_HALT_COMPILER = UNKNOWN |
Definition at line 384 of file tokenizer_data.stub.php.
const T_IF = UNKNOWN |
Definition at line 144 of file tokenizer_data.stub.php.
const T_IMPLEMENTS = UNKNOWN |
Definition at line 414 of file tokenizer_data.stub.php.
const T_INC = UNKNOWN |
Definition at line 604 of file tokenizer_data.stub.php.
const T_INCLUDE = UNKNOWN |
Definition at line 69 of file tokenizer_data.stub.php.
const T_INCLUDE_ONCE = UNKNOWN |
Definition at line 74 of file tokenizer_data.stub.php.
const T_INLINE_HTML = UNKNOWN |
Definition at line 44 of file tokenizer_data.stub.php.
const T_INSTANCEOF = UNKNOWN |
Definition at line 124 of file tokenizer_data.stub.php.
const T_INSTEADOF = UNKNOWN |
Definition at line 304 of file tokenizer_data.stub.php.
const T_INT_CAST = UNKNOWN |
Definition at line 614 of file tokenizer_data.stub.php.
const T_INTERFACE = UNKNOWN |
Definition at line 399 of file tokenizer_data.stub.php.
const T_IS_EQUAL = UNKNOWN |
Definition at line 559 of file tokenizer_data.stub.php.
const T_IS_GREATER_OR_EQUAL = UNKNOWN |
Definition at line 584 of file tokenizer_data.stub.php.
const T_IS_IDENTICAL = UNKNOWN |
Definition at line 569 of file tokenizer_data.stub.php.
const T_IS_NOT_EQUAL = UNKNOWN |
Definition at line 564 of file tokenizer_data.stub.php.
const T_IS_NOT_IDENTICAL = UNKNOWN |
Definition at line 574 of file tokenizer_data.stub.php.
const T_IS_SMALLER_OR_EQUAL = UNKNOWN |
Definition at line 579 of file tokenizer_data.stub.php.
const T_ISSET = UNKNOWN |
Definition at line 374 of file tokenizer_data.stub.php.
const T_LINE = UNKNOWN |
Definition at line 439 of file tokenizer_data.stub.php.
const T_LIST = UNKNOWN |
Definition at line 424 of file tokenizer_data.stub.php.
const T_LNUMBER = UNKNOWN |
Definition at line 9 of file tokenizer_data.stub.php.
const T_LOGICAL_AND = UNKNOWN |
Definition at line 104 of file tokenizer_data.stub.php.
const T_LOGICAL_OR = UNKNOWN |
Definition at line 94 of file tokenizer_data.stub.php.
const T_LOGICAL_XOR = UNKNOWN |
Definition at line 99 of file tokenizer_data.stub.php.
const T_MATCH = UNKNOWN |
Definition at line 239 of file tokenizer_data.stub.php.
const T_METHOD_C = UNKNOWN |
Definition at line 464 of file tokenizer_data.stub.php.
const T_MINUS_EQUAL = UNKNOWN |
Definition at line 494 of file tokenizer_data.stub.php.
const T_MOD_EQUAL = UNKNOWN |
Definition at line 514 of file tokenizer_data.stub.php.
const T_MUL_EQUAL = UNKNOWN |
Definition at line 499 of file tokenizer_data.stub.php.
const T_NAME_FULLY_QUALIFIED = UNKNOWN |
Definition at line 24 of file tokenizer_data.stub.php.
const T_NAME_QUALIFIED = UNKNOWN |
Definition at line 34 of file tokenizer_data.stub.php.
const T_NAME_RELATIVE = UNKNOWN |
Definition at line 29 of file tokenizer_data.stub.php.
const T_NAMESPACE = UNKNOWN |
Definition at line 419 of file tokenizer_data.stub.php.
const T_NEW = UNKNOWN |
Definition at line 129 of file tokenizer_data.stub.php.
const T_NS_C = UNKNOWN |
Definition at line 479 of file tokenizer_data.stub.php.
const T_NS_SEPARATOR = UNKNOWN |
Definition at line 719 of file tokenizer_data.stub.php.
const T_NULLSAFE_OBJECT_OPERATOR = UNKNOWN |
Definition at line 654 of file tokenizer_data.stub.php.
const T_NUM_STRING = UNKNOWN |
Definition at line 64 of file tokenizer_data.stub.php.
const T_OBJECT_CAST = UNKNOWN |
Definition at line 634 of file tokenizer_data.stub.php.
const T_OBJECT_OPERATOR = UNKNOWN |
Definition at line 649 of file tokenizer_data.stub.php.
const T_OPEN_TAG = UNKNOWN |
Definition at line 674 of file tokenizer_data.stub.php.
const T_OPEN_TAG_WITH_ECHO = UNKNOWN |
Definition at line 679 of file tokenizer_data.stub.php.
const T_OR_EQUAL = UNKNOWN |
Definition at line 524 of file tokenizer_data.stub.php.
const T_PAAMAYIM_NEKUDOTAYIM = UNKNOWN |
Definition at line 714 of file tokenizer_data.stub.php.
const T_PLUS_EQUAL = UNKNOWN |
Definition at line 489 of file tokenizer_data.stub.php.
const T_POW = UNKNOWN |
Definition at line 734 of file tokenizer_data.stub.php.
const T_POW_EQUAL = UNKNOWN |
Definition at line 739 of file tokenizer_data.stub.php.
const T_PRINT = UNKNOWN |
Definition at line 109 of file tokenizer_data.stub.php.
const T_PRIVATE = UNKNOWN |
Definition at line 329 of file tokenizer_data.stub.php.
const T_PRIVATE_SET = UNKNOWN |
Definition at line 344 of file tokenizer_data.stub.php.
const T_PROPERTY_C = UNKNOWN |
Definition at line 474 of file tokenizer_data.stub.php.
const T_PROTECTED = UNKNOWN |
Definition at line 334 of file tokenizer_data.stub.php.
const T_PROTECTED_SET = UNKNOWN |
Definition at line 349 of file tokenizer_data.stub.php.
const T_PUBLIC = UNKNOWN |
Definition at line 339 of file tokenizer_data.stub.php.
const T_PUBLIC_SET = UNKNOWN |
Definition at line 354 of file tokenizer_data.stub.php.
const T_READONLY = UNKNOWN |
Definition at line 359 of file tokenizer_data.stub.php.
const T_REQUIRE = UNKNOWN |
Definition at line 84 of file tokenizer_data.stub.php.
const T_REQUIRE_ONCE = UNKNOWN |
Definition at line 89 of file tokenizer_data.stub.php.
const T_RETURN = UNKNOWN |
Definition at line 274 of file tokenizer_data.stub.php.
const T_SL = UNKNOWN |
Definition at line 594 of file tokenizer_data.stub.php.
const T_SL_EQUAL = UNKNOWN |
Definition at line 534 of file tokenizer_data.stub.php.
const T_SPACESHIP = UNKNOWN |
Definition at line 589 of file tokenizer_data.stub.php.
const T_SR = UNKNOWN |
Definition at line 599 of file tokenizer_data.stub.php.
const T_SR_EQUAL = UNKNOWN |
Definition at line 539 of file tokenizer_data.stub.php.
const T_START_HEREDOC = UNKNOWN |
Definition at line 694 of file tokenizer_data.stub.php.
const T_STATIC = UNKNOWN |
Definition at line 314 of file tokenizer_data.stub.php.
const T_STRING = UNKNOWN |
Definition at line 19 of file tokenizer_data.stub.php.
const T_STRING_CAST = UNKNOWN |
Definition at line 624 of file tokenizer_data.stub.php.
const T_STRING_VARNAME = UNKNOWN |
Definition at line 59 of file tokenizer_data.stub.php.
const T_SWITCH = UNKNOWN |
Definition at line 219 of file tokenizer_data.stub.php.
const T_THROW = UNKNOWN |
Definition at line 294 of file tokenizer_data.stub.php.
const T_TRAIT = UNKNOWN |
Definition at line 394 of file tokenizer_data.stub.php.
const T_TRAIT_C = UNKNOWN |
Definition at line 459 of file tokenizer_data.stub.php.
const T_TRY = UNKNOWN |
Definition at line 279 of file tokenizer_data.stub.php.
const T_UNSET = UNKNOWN |
Definition at line 369 of file tokenizer_data.stub.php.
const T_UNSET_CAST = UNKNOWN |
Definition at line 644 of file tokenizer_data.stub.php.
const T_USE = UNKNOWN |
Definition at line 299 of file tokenizer_data.stub.php.
const T_VAR = UNKNOWN |
Definition at line 364 of file tokenizer_data.stub.php.
const T_VARIABLE = UNKNOWN |
Definition at line 39 of file tokenizer_data.stub.php.
const T_WHILE = UNKNOWN |
Definition at line 174 of file tokenizer_data.stub.php.
const T_WHITESPACE = UNKNOWN |
Definition at line 689 of file tokenizer_data.stub.php.
const T_XOR_EQUAL = UNKNOWN |
Definition at line 529 of file tokenizer_data.stub.php.
const T_YIELD = UNKNOWN |
Definition at line 114 of file tokenizer_data.stub.php.
const T_YIELD_FROM = UNKNOWN |
Definition at line 119 of file tokenizer_data.stub.php.