$41 GRAYBYTE WORDPRESS FILE MANAGER $34

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/php80/usr/include/php/Zend/

HOME
Current File : /opt/alt/php80/usr/include/php/Zend//zend_language_parser.h
/* A Bison parser, made by GNU Bison 3.0.4.  */

/* Bison interface for Yacc-like parsers in C

   Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, either version 3 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */

/* As a special exception, you may create a larger work that contains
   part or all of the Bison parser skeleton and distribute that work
   under terms of your choice, so long as that work isn't itself a
   parser generator using the skeleton or a modified version thereof
   as a parser skeleton.  Alternatively, if you modify or redistribute
   the parser skeleton itself, you may (at your option) remove this
   special exception, which will cause the skeleton and the resulting
   Bison output files to be licensed under the GNU General Public
   License without this special exception.

   This special exception was added by the Free Software Foundation in
   version 2.2 of Bison.  */

#ifndef YY_ZEND_BUILDDIR_BUILD_BUILD_PHP_SRC_PHP_8_0_30_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED
# define YY_ZEND_BUILDDIR_BUILD_BUILD_PHP_SRC_PHP_8_0_30_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED
/* Debug traces.  */
#ifndef ZENDDEBUG
# if defined YYDEBUG
#if YYDEBUG
#   define ZENDDEBUG 1
#  else
#   define ZENDDEBUG 0
#  endif
# else /* ! defined YYDEBUG */
#  define ZENDDEBUG 0
# endif /* ! defined YYDEBUG */
#endif  /* ! defined ZENDDEBUG */
#if ZENDDEBUG
extern int zenddebug;
#endif
/* "%code requires" blocks.  */
#line 41 "/builddir/build/BUILD/php-src-php-8.0.30/Zend/zend_language_parser.y" /* yacc.c:1909  */

#include "zend_compile.h"

#line 56 "/builddir/build/BUILD/php-src-php-8.0.30/Zend/zend_language_parser.h" /* yacc.c:1909  */

/* Token type.  */
#ifndef ZENDTOKENTYPE
# define ZENDTOKENTYPE
  enum zendtokentype
  {
    END = 0,
    T_THROW = 258,
    PREC_ARROW_FUNCTION = 259,
    T_INCLUDE = 260,
    T_INCLUDE_ONCE = 261,
    T_REQUIRE = 262,
    T_REQUIRE_ONCE = 263,
    T_LOGICAL_OR = 264,
    T_LOGICAL_XOR = 265,
    T_LOGICAL_AND = 266,
    T_PRINT = 267,
    T_YIELD = 268,
    T_DOUBLE_ARROW = 269,
    T_YIELD_FROM = 270,
    T_PLUS_EQUAL = 271,
    T_MINUS_EQUAL = 272,
    T_MUL_EQUAL = 273,
    T_DIV_EQUAL = 274,
    T_CONCAT_EQUAL = 275,
    T_MOD_EQUAL = 276,
    T_AND_EQUAL = 277,
    T_OR_EQUAL = 278,
    T_XOR_EQUAL = 279,
    T_SL_EQUAL = 280,
    T_SR_EQUAL = 281,
    T_POW_EQUAL = 282,
    T_COALESCE_EQUAL = 283,
    T_COALESCE = 284,
    T_BOOLEAN_OR = 285,
    T_BOOLEAN_AND = 286,
    T_IS_EQUAL = 287,
    T_IS_NOT_EQUAL = 288,
    T_IS_IDENTICAL = 289,
    T_IS_NOT_IDENTICAL = 290,
    T_SPACESHIP = 291,
    T_IS_SMALLER_OR_EQUAL = 292,
    T_IS_GREATER_OR_EQUAL = 293,
    T_SL = 294,
    T_SR = 295,
    T_INSTANCEOF = 296,
    T_INT_CAST = 297,
    T_DOUBLE_CAST = 298,
    T_STRING_CAST = 299,
    T_ARRAY_CAST = 300,
    T_OBJECT_CAST = 301,
    T_BOOL_CAST = 302,
    T_UNSET_CAST = 303,
    T_POW = 304,
    T_CLONE = 305,
    T_NOELSE = 306,
    T_ELSEIF = 307,
    T_ELSE = 308,
    T_LNUMBER = 309,
    T_DNUMBER = 310,
    T_STRING = 311,
    T_NAME_FULLY_QUALIFIED = 312,
    T_NAME_RELATIVE = 313,
    T_NAME_QUALIFIED = 314,
    T_VARIABLE = 315,
    T_INLINE_HTML = 316,
    T_ENCAPSED_AND_WHITESPACE = 317,
    T_CONSTANT_ENCAPSED_STRING = 318,
    T_STRING_VARNAME = 319,
    T_NUM_STRING = 320,
    T_EVAL = 321,
    T_NEW = 322,
    T_EXIT = 323,
    T_IF = 324,
    T_ENDIF = 325,
    T_ECHO = 326,
    T_DO = 327,
    T_WHILE = 328,
    T_ENDWHILE = 329,
    T_FOR = 330,
    T_ENDFOR = 331,
    T_FOREACH = 332,
    T_ENDFOREACH = 333,
    T_DECLARE = 334,
    T_ENDDECLARE = 335,
    T_AS = 336,
    T_SWITCH = 337,
    T_ENDSWITCH = 338,
    T_CASE = 339,
    T_DEFAULT = 340,
    T_MATCH = 341,
    T_BREAK = 342,
    T_CONTINUE = 343,
    T_GOTO = 344,
    T_FUNCTION = 345,
    T_FN = 346,
    T_CONST = 347,
    T_RETURN = 348,
    T_TRY = 349,
    T_CATCH = 350,
    T_FINALLY = 351,
    T_USE = 352,
    T_INSTEADOF = 353,
    T_GLOBAL = 354,
    T_STATIC = 355,
    T_ABSTRACT = 356,
    T_FINAL = 357,
    T_PRIVATE = 358,
    T_PROTECTED = 359,
    T_PUBLIC = 360,
    T_VAR = 361,
    T_UNSET = 362,
    T_ISSET = 363,
    T_EMPTY = 364,
    T_HALT_COMPILER = 365,
    T_CLASS = 366,
    T_TRAIT = 367,
    T_INTERFACE = 368,
    T_EXTENDS = 369,
    T_IMPLEMENTS = 370,
    T_NAMESPACE = 371,
    T_LIST = 372,
    T_ARRAY = 373,
    T_CALLABLE = 374,
    T_LINE = 375,
    T_FILE = 376,
    T_DIR = 377,
    T_CLASS_C = 378,
    T_TRAIT_C = 379,
    T_METHOD_C = 380,
    T_FUNC_C = 381,
    T_NS_C = 382,
    T_ATTRIBUTE = 383,
    T_INC = 384,
    T_DEC = 385,
    T_OBJECT_OPERATOR = 386,
    T_NULLSAFE_OBJECT_OPERATOR = 387,
    T_COMMENT = 388,
    T_DOC_COMMENT = 389,
    T_OPEN_TAG = 390,
    T_OPEN_TAG_WITH_ECHO = 391,
    T_CLOSE_TAG = 392,
    T_WHITESPACE = 393,
    T_START_HEREDOC = 394,
    T_END_HEREDOC = 395,
    T_DOLLAR_OPEN_CURLY_BRACES = 396,
    T_CURLY_OPEN = 397,
    T_PAAMAYIM_NEKUDOTAYIM = 398,
    T_NS_SEPARATOR = 399,
    T_ELLIPSIS = 400,
    T_BAD_CHARACTER = 401,
    T_ERROR = 402
  };
#endif

/* Value type.  */
#if ! defined ZENDSTYPE && ! defined ZENDSTYPE_IS_DECLARED
typedef zend_parser_stack_elem ZENDSTYPE;
# define ZENDSTYPE_IS_TRIVIAL 1
# define ZENDSTYPE_IS_DECLARED 1
#endif



ZEND_API int zendparse (void);

#endif /* !YY_ZEND_BUILDDIR_BUILD_BUILD_PHP_SRC_PHP_8_0_30_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED  */

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
24 Sep 2025 5.43 PM
root / 996
0755
zend.h
13.53 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_API.h
89.96 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_alloc.h
18.841 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_alloc_sizes.h
2.567 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_arena.h
5.931 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_ast.h
12.32 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_attributes.h
5.112 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_attributes_arginfo.h
0.491 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_bitset.h
7.754 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_build.h
1.588 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_builtin_functions.h
1.478 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_builtin_functions_arginfo.h
12.709 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_closures.h
2.164 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_closures_arginfo.h
1.71 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_compile.h
43.809 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_config.h
0.031 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_constants.h
6.333 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_cpuinfo.h
7.316 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_dtrace.h
2.002 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_errors.h
2.344 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_exceptions.h
4.018 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_exceptions_arginfo.h
7.908 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_execute.h
18.245 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_extensions.h
6.049 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_float.h
15.076 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_gc.h
3.85 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_gdb.h
1.387 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_generators.h
7.259 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_generators_arginfo.h
1.968 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_globals.h
7.877 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_globals_macros.h
2.744 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_hash.h
37.709 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_highlight.h
2.235 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_inheritance.h
1.921 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_ini.h
9.88 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_ini_parser.h
2.666 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_ini_scanner.h
1.845 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_ini_scanner_defs.h
0.22 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_interfaces.h
4.333 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_interfaces_arginfo.h
5.163 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_istdiostream.h
1.501 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_iterators.h
3.497 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_language_parser.h
5.82 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_language_scanner.h
2.986 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_language_scanner_defs.h
0.303 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_list.h
3.394 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_llist.h
3.713 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_long.h
4.146 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_map_ptr.h
3.393 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_modules.h
4.717 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_multibyte.h
4.782 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_multiply.h
9.615 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_object_handlers.h
13.529 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_objects.h
1.771 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_objects_API.h
4.591 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_observer.h
3.339 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_operators.h
30.45 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_portability.h
20.359 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_ptr_stack.h
4.205 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_range_check.h
2.93 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_signal.h
3.988 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_smart_str.h
5.252 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_smart_str_public.h
1.101 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_smart_string.h
4.138 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_smart_string_public.h
1.211 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_sort.h
1.499 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_stack.h
2.309 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_stream.h
3.475 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_string.h
18.36 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_strtod.h
1.811 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_strtod_int.h
3.334 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_system_id.h
1.371 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_ts_hash.h
5.341 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_type_info.h
3.667 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_types.h
43.85 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_variables.h
2.993 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_virtual_cwd.h
12.317 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_vm.h
1.906 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_vm_def.h
273.357 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_vm_execute.h
1.98 MB
24 Sep 2025 5.43 PM
root / 996
0644
zend_vm_handlers.h
89.272 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_vm_opcodes.h
12.229 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_vm_trace_handlers.h
3.137 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_vm_trace_lines.h
1.714 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_vm_trace_map.h
2.599 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_weakrefs.h
1.673 KB
24 Sep 2025 5.43 PM
root / 996
0644
zend_weakrefs_arginfo.h
2.489 KB
24 Sep 2025 5.43 PM
root / 996
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF