404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.147.89.8: ~ $
/* 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_2_26_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED
# define YY_ZEND_BUILDDIR_BUILD_BUILD_PHP_SRC_PHP_8_2_26_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.2.26/Zend/zend_language_parser.y" /* yacc.c:1909  */

#include "zend_compile.h"

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

Filemanager

Name Type Size Permission Actions
Optimizer Folder 0755
zend.h File 15.27 KB 0644
zend_API.h File 98.02 KB 0644
zend_alloc.h File 18.83 KB 0644
zend_alloc_sizes.h File 2.57 KB 0644
zend_arena.h File 5.92 KB 0644
zend_ast.h File 12.7 KB 0644
zend_atomic.h File 5.57 KB 0644
zend_attributes.h File 5.48 KB 0644
zend_attributes_arginfo.h File 10.5 KB 0644
zend_bitset.h File 7.74 KB 0644
zend_build.h File 1.59 KB 0644
zend_builtin_functions.h File 1.48 KB 0644
zend_builtin_functions_arginfo.h File 13.85 KB 0644
zend_closures.h File 2.24 KB 0644
zend_closures_arginfo.h File 2.04 KB 0644
zend_compile.h File 47.69 KB 0644
zend_config.h File 32 B 0644
zend_constants.h File 6.55 KB 0644
zend_constants_arginfo.h File 1.32 KB 0644
zend_cpuinfo.h File 7.38 KB 0644
zend_dtrace.h File 2 KB 0644
zend_enum.h File 2.78 KB 0644
zend_enum_arginfo.h File 1.66 KB 0644
zend_errors.h File 2.34 KB 0644
zend_exceptions.h File 4.44 KB 0644
zend_exceptions_arginfo.h File 17.34 KB 0644
zend_execute.h File 20.07 KB 0644
zend_extensions.h File 6.2 KB 0644
zend_fibers.h File 4.85 KB 0644
zend_fibers_arginfo.h File 3.49 KB 0644
zend_float.h File 15.08 KB 0644
zend_gc.h File 3.82 KB 0644
zend_gdb.h File 1.39 KB 0644
zend_generators.h File 7.34 KB 0644
zend_generators_arginfo.h File 2.72 KB 0644
zend_globals.h File 8.99 KB 0644
zend_globals_macros.h File 2.74 KB 0644
zend_hash.h File 50.11 KB 0644
zend_highlight.h File 2.24 KB 0644
zend_inheritance.h File 2.37 KB 0644
zend_ini.h File 11.65 KB 0644
zend_ini_parser.h File 2.67 KB 0644
zend_ini_scanner.h File 1.84 KB 0644
zend_ini_scanner_defs.h File 225 B 0644
zend_interfaces.h File 4.02 KB 0644
zend_interfaces_arginfo.h File 7.84 KB 0644
zend_istdiostream.h File 1.5 KB 0644
zend_iterators.h File 3.7 KB 0644
zend_language_parser.h File 5.96 KB 0644
zend_language_scanner.h File 2.97 KB 0644
zend_language_scanner_defs.h File 310 B 0644
zend_list.h File 3.39 KB 0644
zend_llist.h File 3.91 KB 0644
zend_long.h File 4.13 KB 0644
zend_map_ptr.h File 2.94 KB 0644
zend_max_execution_timer.h File 1.45 KB 0644
zend_mmap.h File 1.47 KB 0644
zend_modules.h File 4.71 KB 0644
zend_multibyte.h File 4.78 KB 0644
zend_multiply.h File 9.97 KB 0644
zend_object_handlers.h File 14.02 KB 0644
zend_objects.h File 1.77 KB 0644
zend_objects_API.h File 4.54 KB 0644
zend_observer.h File 6.25 KB 0644
zend_operators.h File 33.02 KB 0644
zend_portability.h File 21.45 KB 0644
zend_ptr_stack.h File 4.2 KB 0644
zend_range_check.h File 2.93 KB 0644
zend_signal.h File 3.98 KB 0644
zend_smart_str.h File 6.76 KB 0644
zend_smart_str_public.h File 1.13 KB 0644
zend_smart_string.h File 4.11 KB 0644
zend_smart_string_public.h File 1.21 KB 0644
zend_sort.h File 1.5 KB 0644
zend_stack.h File 2.3 KB 0644
zend_stream.h File 3.53 KB 0644
zend_string.h File 20.23 KB 0644
zend_strtod.h File 2.1 KB 0644
zend_strtod_int.h File 3.33 KB 0644
zend_system_id.h File 1.37 KB 0644
zend_type_info.h File 4.44 KB 0644
zend_types.h File 46.47 KB 0644
zend_variables.h File 2.99 KB 0644
zend_virtual_cwd.h File 12.32 KB 0644
zend_vm.h File 1.95 KB 0644
zend_vm_def.h File 281.09 KB 0644
zend_vm_execute.h File 2.02 MB 0644
zend_vm_handlers.h File 89.36 KB 0644
zend_vm_opcodes.h File 12.39 KB 0644
zend_vm_trace_handlers.h File 3.14 KB 0644
zend_vm_trace_lines.h File 1.71 KB 0644
zend_vm_trace_map.h File 2.6 KB 0644
zend_weakrefs.h File 2.74 KB 0644
zend_weakrefs_arginfo.h File 3.4 KB 0644