✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/php85/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_5_6_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED
# define YY_ZEND_BUILDDIR_BUILD_BUILD_PHP_SRC_PHP_8_5_6_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.5.6/Zend/zend_language_parser.y" /* yacc.c:1909  */

#include "zend_compile.h"

#line 56 "/builddir/build/BUILD/php-src-php-8.5.6/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_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = 287,
    T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG = 288,
    T_IS_EQUAL = 289,
    T_IS_NOT_EQUAL = 290,
    T_IS_IDENTICAL = 291,
    T_IS_NOT_IDENTICAL = 292,
    T_SPACESHIP = 293,
    T_IS_SMALLER_OR_EQUAL = 294,
    T_IS_GREATER_OR_EQUAL = 295,
    T_PIPE = 296,
    T_SL = 297,
    T_SR = 298,
    T_INSTANCEOF = 299,
    T_INT_CAST = 300,
    T_DOUBLE_CAST = 301,
    T_STRING_CAST = 302,
    T_ARRAY_CAST = 303,
    T_OBJECT_CAST = 304,
    T_BOOL_CAST = 305,
    T_UNSET_CAST = 306,
    T_POW = 307,
    T_CLONE = 308,
    T_NOELSE = 309,
    T_ELSEIF = 310,
    T_ELSE = 311,
    T_LNUMBER = 312,
    T_DNUMBER = 313,
    T_STRING = 314,
    T_NAME_FULLY_QUALIFIED = 315,
    T_NAME_RELATIVE = 316,
    T_NAME_QUALIFIED = 317,
    T_VARIABLE = 318,
    T_INLINE_HTML = 319,
    T_ENCAPSED_AND_WHITESPACE = 320,
    T_CONSTANT_ENCAPSED_STRING = 321,
    T_STRING_VARNAME = 322,
    T_NUM_STRING = 323,
    T_EVAL = 324,
    T_NEW = 325,
    T_EXIT = 326,
    T_IF = 327,
    T_ENDIF = 328,
    T_ECHO = 329,
    T_DO = 330,
    T_WHILE = 331,
    T_ENDWHILE = 332,
    T_FOR = 333,
    T_ENDFOR = 334,
    T_FOREACH = 335,
    T_ENDFOREACH = 336,
    T_DECLARE = 337,
    T_ENDDECLARE = 338,
    T_AS = 339,
    T_SWITCH = 340,
    T_ENDSWITCH = 341,
    T_CASE = 342,
    T_DEFAULT = 343,
    T_MATCH = 344,
    T_BREAK = 345,
    T_CONTINUE = 346,
    T_GOTO = 347,
    T_FUNCTION = 348,
    T_FN = 349,
    T_CONST = 350,
    T_RETURN = 351,
    T_TRY = 352,
    T_CATCH = 353,
    T_FINALLY = 354,
    T_USE = 355,
    T_INSTEADOF = 356,
    T_GLOBAL = 357,
    T_STATIC = 358,
    T_ABSTRACT = 359,
    T_FINAL = 360,
    T_PRIVATE = 361,
    T_PROTECTED = 362,
    T_PUBLIC = 363,
    T_PRIVATE_SET = 364,
    T_PROTECTED_SET = 365,
    T_PUBLIC_SET = 366,
    T_READONLY = 367,
    T_VAR = 368,
    T_UNSET = 369,
    T_ISSET = 370,
    T_EMPTY = 371,
    T_HALT_COMPILER = 372,
    T_CLASS = 373,
    T_TRAIT = 374,
    T_INTERFACE = 375,
    T_ENUM = 376,
    T_EXTENDS = 377,
    T_IMPLEMENTS = 378,
    T_NAMESPACE = 379,
    T_LIST = 380,
    T_ARRAY = 381,
    T_CALLABLE = 382,
    T_LINE = 383,
    T_FILE = 384,
    T_DIR = 385,
    T_CLASS_C = 386,
    T_TRAIT_C = 387,
    T_METHOD_C = 388,
    T_FUNC_C = 389,
    T_PROPERTY_C = 390,
    T_NS_C = 391,
    T_ATTRIBUTE = 392,
    T_INC = 393,
    T_DEC = 394,
    T_VOID_CAST = 395,
    T_OBJECT_OPERATOR = 396,
    T_NULLSAFE_OBJECT_OPERATOR = 397,
    T_COMMENT = 398,
    T_DOC_COMMENT = 399,
    T_OPEN_TAG = 400,
    T_OPEN_TAG_WITH_ECHO = 401,
    T_CLOSE_TAG = 402,
    T_WHITESPACE = 403,
    T_START_HEREDOC = 404,
    T_END_HEREDOC = 405,
    T_DOLLAR_OPEN_CURLY_BRACES = 406,
    T_CURLY_OPEN = 407,
    T_PAAMAYIM_NEKUDOTAYIM = 408,
    T_NS_SEPARATOR = 409,
    T_ELLIPSIS = 410,
    T_BAD_CHARACTER = 411,
    T_ERROR = 412
  };
#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_5_6_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED  */


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
10 May 2026 8.36 PM
root / linksafe
0755
Optimizer
--
9 Jun 2026 5.05 AM
root / linksafe
0755
zend.h
17.43 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_API.h
106.553 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_alloc.h
20.319 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_alloc_sizes.h
2.567 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_arena.h
5.938 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_ast.h
14.5 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_atomic.h
12.774 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_attributes.h
6.435 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_attributes_arginfo.h
15.501 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_bitset.h
7.841 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_build.h
1.588 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_builtin_functions.h
1.536 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_builtin_functions_arginfo.h
15.493 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_call_stack.h
3.068 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_closures.h
2.261 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_closures_arginfo.h
2.253 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_compile.h
53.205 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_config.h
0.031 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_constants.h
7.144 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_constants_arginfo.h
2.646 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_cpuinfo.h
9.29 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_dtrace.h
2.003 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_enum.h
2.859 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_enum_arginfo.h
1.651 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_errors.h
2.359 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_exceptions.h
4.472 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_exceptions_arginfo.h
15.427 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_execute.h
26.596 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_extensions.h
6.434 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_fibers.h
5.285 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_fibers_arginfo.h
3.447 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_float.h
15.105 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_frameless_function.h
5.389 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_gc.h
4.908 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_gdb.h
1.387 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_generators.h
7.484 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_generators_arginfo.h
2.821 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_globals.h
9.913 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_globals_macros.h
2.774 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_hash.h
51.24 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_highlight.h
2.267 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_hrtime.h
4.147 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_inheritance.h
3.129 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_ini.h
11.909 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_ini_parser.h
2.686 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_ini_scanner.h
1.932 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_ini_scanner_defs.h
0.24 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_interfaces.h
4.021 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_interfaces_arginfo.h
7.655 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_iterators.h
3.81 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_language_parser.h
6.092 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_language_scanner.h
2.999 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_language_scanner_defs.h
0.303 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_lazy_objects.h
4.661 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_list.h
3.401 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_llist.h
3.938 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_long.h
4.128 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_map_ptr.h
3.487 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_max_execution_timer.h
1.48 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_mmap.h
1.477 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_modules.h
4.713 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_multibyte.h
4.83 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_multiply.h
10.089 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_object_handlers.h
18.062 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_objects.h
2.024 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_objects_API.h
5.84 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_observer.h
8.824 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_operators.h
35.873 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_portability.h
28.122 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_property_hooks.h
1.781 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_ptr_stack.h
4.22 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_range_check.h
2.93 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_signal.h
4.009 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_simd.h
19.639 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_smart_str.h
6.88 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_smart_str_public.h
1.193 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_smart_string.h
4.23 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_smart_string_public.h
1.211 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_sort.h
1.523 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_stack.h
2.385 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_stream.h
3.556 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_string.h
22.409 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_strtod.h
2.289 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_strtod_int.h
2.807 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_system_id.h
1.391 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_type_info.h
4.438 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_types.h
51.843 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_variables.h
3.064 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_verify_type_inference.h
8.068 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_virtual_cwd.h
12.907 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_vm.h
2.063 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_vm_def.h
298.873 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_vm_execute.h
4 MB
10 May 2026 8.36 PM
root / linksafe
0644
zend_vm_handlers.h
90.992 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_vm_opcodes.h
15.093 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_vm_trace_handlers.h
3.141 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_vm_trace_lines.h
1.714 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_vm_trace_map.h
2.603 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_weakrefs.h
3.379 KB
10 May 2026 8.36 PM
root / linksafe
0644
zend_weakrefs_arginfo.h
3.359 KB
10 May 2026 8.36 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF