/* A Bison parser, made by GNU Bison 3.0.2. */ /* Bison implementation for Yacc-like parsers in C Copyright (C) 1984, 1989-1990, 2000-2013 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 . */ /* 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. */ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ /* All symbols defined below should begin with yy or YY, to avoid infringing on user name space. This should be done even for local variables, as they might otherwise be expanded by user macros. There are some unavoidable exceptions within include files to define necessary library symbols; they are noted "INFRINGES ON USER NAME SPACE" below. */ /* Identify Bison output. */ #define YYBISON 1 /* Bison version. */ #define YYBISON_VERSION "3.0.2" /* Skeleton name. */ #define YYSKELETON_NAME "yacc.c" /* Pure parsers. */ #define YYPURE 1 /* Push parsers. */ #define YYPUSH 0 /* Pull parsers. */ #define YYPULL 1 /* Substitute the variable and function names. */ #define yyparse zendparse #define yylex zendlex #define yyerror zenderror #define yydebug zenddebug #define yynerrs zendnerrs /* Copy the first part of user declarations. */ /* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2018 Zend Technologies Ltd. (http://www.zend.com) | +----------------------------------------------------------------------+ | This source file is subject to version 2.00 of the Zend license, | | that is bundled with this package in the file LICENSE, and is | | available through the world-wide-web at the following url: | | http://www.zend.com/license/2_00.txt. | | If you did not receive a copy of the Zend license and are unable to | | obtain it through the world-wide-web, please send a note to | | license@zend.com so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Authors: Andi Gutmans | | Zeev Suraski | | Nikita Popov | +----------------------------------------------------------------------+ */ /* $Id$ */ #include "zend_compile.h" #include "zend.h" #include "zend_list.h" #include "zend_globals.h" #include "zend_API.h" #include "zend_constants.h" #include "zend_language_scanner.h" #define YYSIZE_T size_t #define yytnamerr zend_yytnamerr static YYSIZE_T zend_yytnamerr(char*, const char*); #define YYERROR_VERBOSE #define YYSTYPE zend_parser_stack_elem #ifdef _MSC_VER #define YYMALLOC malloc #define YYFREE free #endif # ifndef YY_NULLPTR # if defined __cplusplus && 201103L <= __cplusplus # define YY_NULLPTR nullptr # else # define YY_NULLPTR 0 # endif # endif /* Enabling verbose error messages. */ #ifdef YYERROR_VERBOSE # undef YYERROR_VERBOSE # define YYERROR_VERBOSE 1 #else # define YYERROR_VERBOSE 0 #endif /* In a future release of Bison, this section will be replaced by #include "zend_language_parser.h". */ #ifndef YY_ZEND_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED # define YY_ZEND_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED /* Debug traces. */ #ifndef YYDEBUG # define YYDEBUG 0 #endif #if YYDEBUG extern int zenddebug; #endif /* "%code requires" blocks. */ /* Token type. */ #ifndef YYTOKENTYPE # define YYTOKENTYPE enum yytokentype { END = 0, T_INCLUDE = 258, T_INCLUDE_ONCE = 259, T_EVAL = 260, T_REQUIRE = 261, T_REQUIRE_ONCE = 262, T_LOGICAL_OR = 263, T_LOGICAL_XOR = 264, T_LOGICAL_AND = 265, T_PRINT = 266, T_YIELD = 267, T_DOUBLE_ARROW = 268, T_YIELD_FROM = 269, T_PLUS_EQUAL = 270, T_MINUS_EQUAL = 271, T_MUL_EQUAL = 272, T_DIV_EQUAL = 273, T_CONCAT_EQUAL = 274, T_MOD_EQUAL = 275, T_AND_EQUAL = 276, T_OR_EQUAL = 277, T_XOR_EQUAL = 278, T_SL_EQUAL = 279, T_SR_EQUAL = 280, T_POW_EQUAL = 281, T_COALESCE = 282, T_BOOLEAN_OR = 283, T_BOOLEAN_AND = 284, T_IS_EQUAL = 285, T_IS_NOT_EQUAL = 286, T_IS_IDENTICAL = 287, T_IS_NOT_IDENTICAL = 288, T_SPACESHIP = 289, T_IS_SMALLER_OR_EQUAL = 290, T_IS_GREATER_OR_EQUAL = 291, T_SL = 292, T_SR = 293, T_INSTANCEOF = 294, T_INC = 295, T_DEC = 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_NEW = 305, T_CLONE = 306, T_NOELSE = 307, T_ELSEIF = 308, T_ELSE = 309, T_ENDIF = 310, T_STATIC = 311, T_ABSTRACT = 312, T_FINAL = 313, T_PRIVATE = 314, T_PROTECTED = 315, T_PUBLIC = 316, T_LNUMBER = 317, T_DNUMBER = 318, T_STRING = 319, T_VARIABLE = 320, T_INLINE_HTML = 321, T_ENCAPSED_AND_WHITESPACE = 322, T_CONSTANT_ENCAPSED_STRING = 323, T_STRING_VARNAME = 324, T_NUM_STRING = 325, T_EXIT = 326, T_IF = 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_BREAK = 343, T_CONTINUE = 344, T_GOTO = 345, T_FUNCTION = 346, T_CONST = 347, T_RETURN = 348, T_TRY = 349, T_CATCH = 350, T_FINALLY = 351, T_THROW = 352, T_USE = 353, T_INSTEADOF = 354, T_GLOBAL = 355, T_VAR = 356, T_UNSET = 357, T_ISSET = 358, T_EMPTY = 359, T_HALT_COMPILER = 360, T_CLASS = 361, T_TRAIT = 362, T_INTERFACE = 363, T_EXTENDS = 364, T_IMPLEMENTS = 365, T_OBJECT_OPERATOR = 366, T_LIST = 367, T_ARRAY = 368, T_CALLABLE = 369, T_LINE = 370, T_FILE = 371, T_DIR = 372, T_CLASS_C = 373, T_TRAIT_C = 374, T_METHOD_C = 375, T_FUNC_C = 376, T_COMMENT = 377, T_DOC_COMMENT = 378, T_OPEN_TAG = 379, T_OPEN_TAG_WITH_ECHO = 380, T_CLOSE_TAG = 381, T_WHITESPACE = 382, T_START_HEREDOC = 383, T_END_HEREDOC = 384, T_DOLLAR_OPEN_CURLY_BRACES = 385, T_CURLY_OPEN = 386, T_PAAMAYIM_NEKUDOTAYIM = 387, T_NAMESPACE = 388, T_NS_C = 389, T_NS_SEPARATOR = 390, T_ELLIPSIS = 391, T_ERROR = 392 }; #endif /* Tokens. */ #define END 0 #define T_INCLUDE 258 #define T_INCLUDE_ONCE 259 #define T_EVAL 260 #define T_REQUIRE 261 #define T_REQUIRE_ONCE 262 #define T_LOGICAL_OR 263 #define T_LOGICAL_XOR 264 #define T_LOGICAL_AND 265 #define T_PRINT 266 #define T_YIELD 267 #define T_DOUBLE_ARROW 268 #define T_YIELD_FROM 269 #define T_PLUS_EQUAL 270 #define T_MINUS_EQUAL 271 #define T_MUL_EQUAL 272 #define T_DIV_EQUAL 273 #define T_CONCAT_EQUAL 274 #define T_MOD_EQUAL 275 #define T_AND_EQUAL 276 #define T_OR_EQUAL 277 #define T_XOR_EQUAL 278 #define T_SL_EQUAL 279 #define T_SR_EQUAL 280 #define T_POW_EQUAL 281 #define T_COALESCE 282 #define T_BOOLEAN_OR 283 #define T_BOOLEAN_AND 284 #define T_IS_EQUAL 285 #define T_IS_NOT_EQUAL 286 #define T_IS_IDENTICAL 287 #define T_IS_NOT_IDENTICAL 288 #define T_SPACESHIP 289 #define T_IS_SMALLER_OR_EQUAL 290 #define T_IS_GREATER_OR_EQUAL 291 #define T_SL 292 #define T_SR 293 #define T_INSTANCEOF 294 #define T_INC 295 #define T_DEC 296 #define T_INT_CAST 297 #define T_DOUBLE_CAST 298 #define T_STRING_CAST 299 #define T_ARRAY_CAST 300 #define T_OBJECT_CAST 301 #define T_BOOL_CAST 302 #define T_UNSET_CAST 303 #define T_POW 304 #define T_NEW 305 #define T_CLONE 306 #define T_NOELSE 307 #define T_ELSEIF 308 #define T_ELSE 309 #define T_ENDIF 310 #define T_STATIC 311 #define T_ABSTRACT 312 #define T_FINAL 313 #define T_PRIVATE 314 #define T_PROTECTED 315 #define T_PUBLIC 316 #define T_LNUMBER 317 #define T_DNUMBER 318 #define T_STRING 319 #define T_VARIABLE 320 #define T_INLINE_HTML 321 #define T_ENCAPSED_AND_WHITESPACE 322 #define T_CONSTANT_ENCAPSED_STRING 323 #define T_STRING_VARNAME 324 #define T_NUM_STRING 325 #define T_EXIT 326 #define T_IF 327 #define T_ECHO 328 #define T_DO 329 #define T_WHILE 330 #define T_ENDWHILE 331 #define T_FOR 332 #define T_ENDFOR 333 #define T_FOREACH 334 #define T_ENDFOREACH 335 #define T_DECLARE 336 #define T_ENDDECLARE 337 #define T_AS 338 #define T_SWITCH 339 #define T_ENDSWITCH 340 #define T_CASE 341 #define T_DEFAULT 342 #define T_BREAK 343 #define T_CONTINUE 344 #define T_GOTO 345 #define T_FUNCTION 346 #define T_CONST 347 #define T_RETURN 348 #define T_TRY 349 #define T_CATCH 350 #define T_FINALLY 351 #define T_THROW 352 #define T_USE 353 #define T_INSTEADOF 354 #define T_GLOBAL 355 #define T_VAR 356 #define T_UNSET 357 #define T_ISSET 358 #define T_EMPTY 359 #define T_HALT_COMPILER 360 #define T_CLASS 361 #define T_TRAIT 362 #define T_INTERFACE 363 #define T_EXTENDS 364 #define T_IMPLEMENTS 365 #define T_OBJECT_OPERATOR 366 #define T_LIST 367 #define T_ARRAY 368 #define T_CALLABLE 369 #define T_LINE 370 #define T_FILE 371 #define T_DIR 372 #define T_CLASS_C 373 #define T_TRAIT_C 374 #define T_METHOD_C 375 #define T_FUNC_C 376 #define T_COMMENT 377 #define T_DOC_COMMENT 378 #define T_OPEN_TAG 379 #define T_OPEN_TAG_WITH_ECHO 380 #define T_CLOSE_TAG 381 #define T_WHITESPACE 382 #define T_START_HEREDOC 383 #define T_END_HEREDOC 384 #define T_DOLLAR_OPEN_CURLY_BRACES 385 #define T_CURLY_OPEN 386 #define T_PAAMAYIM_NEKUDOTAYIM 387 #define T_NAMESPACE 388 #define T_NS_C 389 #define T_NS_SEPARATOR 390 #define T_ELLIPSIS 391 #define T_ERROR 392 /* Value type. */ ZEND_API int zendparse (void); #endif /* !YY_ZEND_ZEND_ZEND_LANGUAGE_PARSER_H_INCLUDED */ /* Copy the second part of user declarations. */ #ifdef short # undef short #endif #ifdef YYTYPE_UINT8 typedef YYTYPE_UINT8 yytype_uint8; #else typedef unsigned char yytype_uint8; #endif #ifdef YYTYPE_INT8 typedef YYTYPE_INT8 yytype_int8; #else typedef signed char yytype_int8; #endif #ifdef YYTYPE_UINT16 typedef YYTYPE_UINT16 yytype_uint16; #else typedef unsigned short int yytype_uint16; #endif #ifdef YYTYPE_INT16 typedef YYTYPE_INT16 yytype_int16; #else typedef short int yytype_int16; #endif #ifndef YYSIZE_T # ifdef __SIZE_TYPE__ # define YYSIZE_T __SIZE_TYPE__ # elif defined size_t # define YYSIZE_T size_t # elif ! defined YYSIZE_T # include /* INFRINGES ON USER NAME SPACE */ # define YYSIZE_T size_t # else # define YYSIZE_T unsigned int # endif #endif #define YYSIZE_MAXIMUM ((YYSIZE_T) -1) #ifndef YY_ # if defined YYENABLE_NLS && YYENABLE_NLS # if ENABLE_NLS # include /* INFRINGES ON USER NAME SPACE */ # define YY_(Msgid) dgettext ("bison-runtime", Msgid) # endif # endif # ifndef YY_ # define YY_(Msgid) Msgid # endif #endif #ifndef YY_ATTRIBUTE # if (defined __GNUC__ \ && (2 < __GNUC__ || (__GNUC__ == 2 && 96 <= __GNUC_MINOR__))) \ || defined __SUNPRO_C && 0x5110 <= __SUNPRO_C # define YY_ATTRIBUTE(Spec) __attribute__(Spec) # else # define YY_ATTRIBUTE(Spec) /* empty */ # endif #endif #ifndef YY_ATTRIBUTE_PURE # define YY_ATTRIBUTE_PURE YY_ATTRIBUTE ((__pure__)) #endif #ifndef YY_ATTRIBUTE_UNUSED # define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__)) #endif #if !defined _Noreturn \ && (!defined __STDC_VERSION__ || __STDC_VERSION__ < 201112) # if defined _MSC_VER && 1200 <= _MSC_VER # define _Noreturn __declspec (noreturn) # else # define _Noreturn YY_ATTRIBUTE ((__noreturn__)) # endif #endif /* Suppress unused-variable warnings by "using" E. */ #if ! defined lint || defined __GNUC__ # define YYUSE(E) ((void) (E)) #else # define YYUSE(E) /* empty */ #endif #if defined __GNUC__ && 407 <= __GNUC__ * 100 + __GNUC_MINOR__ /* Suppress an incorrect diagnostic about yylval being uninitialized. */ # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN \ _Pragma ("GCC diagnostic push") \ _Pragma ("GCC diagnostic ignored \"-Wuninitialized\"")\ _Pragma ("GCC diagnostic ignored \"-Wmaybe-uninitialized\"") # define YY_IGNORE_MAYBE_UNINITIALIZED_END \ _Pragma ("GCC diagnostic pop") #else # define YY_INITIAL_VALUE(Value) Value #endif #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN # define YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN # define YY_IGNORE_MAYBE_UNINITIALIZED_END #endif #ifndef YY_INITIAL_VALUE # define YY_INITIAL_VALUE(Value) /* Nothing. */ #endif #if ! defined yyoverflow || YYERROR_VERBOSE /* The parser invokes alloca or malloc; define the necessary symbols. */ # ifdef YYSTACK_USE_ALLOCA # if YYSTACK_USE_ALLOCA # ifdef __GNUC__ # define YYSTACK_ALLOC __builtin_alloca # elif defined __BUILTIN_VA_ARG_INCR # include /* INFRINGES ON USER NAME SPACE */ # elif defined _AIX # define YYSTACK_ALLOC __alloca # elif defined _MSC_VER # include /* INFRINGES ON USER NAME SPACE */ # define alloca _alloca # else # define YYSTACK_ALLOC alloca # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS # include /* INFRINGES ON USER NAME SPACE */ /* Use EXIT_SUCCESS as a witness for stdlib.h. */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # endif # endif # endif # ifdef YYSTACK_ALLOC /* Pacify GCC's 'empty if-body' warning. */ # define YYSTACK_FREE(Ptr) do { /* empty */; } while (0) # ifndef YYSTACK_ALLOC_MAXIMUM /* The OS might guarantee only one guard page at the bottom of the stack, and a page size can be as small as 4096 bytes. So we cannot safely invoke alloca (N) if N exceeds 4096. Use a slightly smaller number to allow for a few compiler-allocated temporary stack slots. */ # define YYSTACK_ALLOC_MAXIMUM 4032 /* reasonable circa 2006 */ # endif # else # define YYSTACK_ALLOC YYMALLOC # define YYSTACK_FREE YYFREE # ifndef YYSTACK_ALLOC_MAXIMUM # define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM # endif # if (defined __cplusplus && ! defined EXIT_SUCCESS \ && ! ((defined YYMALLOC || defined malloc) \ && (defined YYFREE || defined free))) # include /* INFRINGES ON USER NAME SPACE */ # ifndef EXIT_SUCCESS # define EXIT_SUCCESS 0 # endif # endif # ifndef YYMALLOC # define YYMALLOC malloc # if ! defined malloc && ! defined EXIT_SUCCESS void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */ # endif # endif # ifndef YYFREE # define YYFREE free # if ! defined free && ! defined EXIT_SUCCESS void free (void *); /* INFRINGES ON USER NAME SPACE */ # endif # endif # endif #endif /* ! defined yyoverflow || YYERROR_VERBOSE */ #if (! defined yyoverflow \ && (! defined __cplusplus \ || (defined YYSTYPE_IS_TRIVIAL && YYSTYPE_IS_TRIVIAL))) /* A type that is properly aligned for any stack member. */ union yyalloc { yytype_int16 yyss_alloc; YYSTYPE yyvs_alloc; }; /* The size of the maximum gap between one aligned stack and the next. */ # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1) /* The size of an array large to enough to hold all stacks, each with N elements. */ # define YYSTACK_BYTES(N) \ ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \ + YYSTACK_GAP_MAXIMUM) # define YYCOPY_NEEDED 1 /* Relocate STACK from its old location to the new one. The local variables YYSIZE and YYSTACKSIZE give the old and new number of elements in the stack, and YYPTR gives the new location of the stack. Advance YYPTR to a properly aligned location for the next stack. */ # define YYSTACK_RELOCATE(Stack_alloc, Stack) \ do \ { \ YYSIZE_T yynewbytes; \ YYCOPY (&yyptr->Stack_alloc, Stack, yysize); \ Stack = &yyptr->Stack_alloc; \ yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \ yyptr += yynewbytes / sizeof (*yyptr); \ } \ while (0) #endif #if defined YYCOPY_NEEDED && YYCOPY_NEEDED /* Copy COUNT objects from SRC to DST. The source and destination do not overlap. */ # ifndef YYCOPY # if defined __GNUC__ && 1 < __GNUC__ # define YYCOPY(Dst, Src, Count) \ __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src))) # else # define YYCOPY(Dst, Src, Count) \ do \ { \ YYSIZE_T yyi; \ for (yyi = 0; yyi < (Count); yyi++) \ (Dst)[yyi] = (Src)[yyi]; \ } \ while (0) # endif # endif #endif /* !YYCOPY_NEEDED */ /* YYFINAL -- State number of the termination state. */ #define YYFINAL 3 /* YYLAST -- Last index in YYTABLE. */ #define YYLAST 7398 /* YYNTOKENS -- Number of terminals. */ #define YYNTOKENS 166 /* YYNNTS -- Number of nonterminals. */ #define YYNNTS 138 /* YYNRULES -- Number of rules. */ #define YYNRULES 498 /* YYNSTATES -- Number of states. */ #define YYNSTATES 945 /* YYTRANSLATE[YYX] -- Symbol number corresponding to YYX as returned by yylex, with out-of-bounds checking. */ #define YYUNDEFTOK 2 #define YYMAXUTOK 392 #define YYTRANSLATE(YYX) \ ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK) /* YYTRANSLATE[TOKEN-NUM] -- Symbol number corresponding to TOKEN-NUM as returned by yylex, without out-of-bounds checking. */ static const yytype_uint8 yytranslate[] = { 0, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 54, 164, 2, 165, 53, 36, 2, 157, 158, 51, 48, 8, 49, 50, 52, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 30, 159, 42, 16, 44, 29, 66, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 68, 2, 162, 35, 2, 163, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 160, 34, 161, 56, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 37, 38, 39, 40, 41, 43, 45, 46, 47, 55, 57, 58, 59, 60, 61, 62, 63, 64, 65, 67, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156 }; #if YYDEBUG /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */ static const yytype_uint16 yyrline[] = { 0, 266, 266, 270, 270, 270, 270, 270, 270, 270, 270, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 271, 272, 272, 272, 272, 272, 272, 272, 272, 272, 272, 273, 273, 273, 273, 273, 273, 273, 273, 273, 273, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 274, 275, 275, 275, 275, 275, 275, 275, 275, 276, 276, 276, 276, 276, 276, 276, 276, 280, 281, 281, 281, 281, 281, 281, 285, 286, 294, 295, 299, 300, 304, 305, 306, 310, 311, 312, 313, 314, 315, 319, 322, 322, 325, 325, 328, 329, 330, 331, 332, 336, 337, 341, 343, 348, 350, 354, 356, 360, 362, 367, 369, 374, 376, 381, 382, 386, 388, 393, 394, 398, 399, 403, 406, 411, 412, 413, 414, 415, 416, 423, 424, 425, 426, 428, 430, 432, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 445, 449, 448, 452, 453, 455, 456, 457, 462, 463, 468, 469, 473, 474, 478, 479, 483, 487, 494, 495, 499, 500, 504, 504, 507, 507, 513, 514, 518, 519, 523, 523, 529, 529, 535, 536, 540, 541, 545, 546, 550, 551, 552, 553, 557, 558, 562, 563, 567, 568, 572, 573, 574, 575, 579, 580, 582, 587, 588, 593, 594, 599, 602, 608, 609, 614, 617, 623, 624, 630, 631, 636, 638, 643, 645, 651, 652, 656, 657, 661, 662, 663, 667, 668, 672, 673, 677, 679, 684, 685, 689, 690, 694, 700, 701, 705, 706, 711, 714, 719, 721, 723, 725, 732, 733, 737, 738, 739, 743, 745, 750, 751, 755, 760, 762, 764, 766, 771, 773, 777, 782, 783, 787, 788, 792, 793, 798, 799, 804, 805, 806, 807, 808, 809, 813, 814, 818, 820, 825, 826, 830, 834, 838, 839, 842, 846, 847, 851, 852, 856, 856, 866, 868, 873, 875, 877, 879, 881, 882, 884, 886, 888, 890, 892, 894, 896, 898, 900, 902, 904, 906, 907, 908, 909, 910, 912, 914, 916, 918, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 938, 940, 942, 944, 946, 948, 950, 952, 954, 956, 957, 958, 960, 962, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 986, 994, 998, 1002, 1006, 1007, 1011, 1012, 1016, 1017, 1021, 1022, 1026, 1028, 1030, 1032, 1037, 1040, 1044, 1045, 1049, 1050, 1055, 1056, 1057, 1062, 1063, 1068, 1069, 1070, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1087, 1088, 1089, 1090, 1094, 1095, 1097, 1102, 1103, 1107, 1108, 1112, 1116, 1117, 1118, 1122, 1123, 1124, 1128, 1130, 1132, 1134, 1136, 1138, 1142, 1144, 1146, 1151, 1152, 1153, 1157, 1159, 1164, 1166, 1168, 1170, 1172, 1174, 1179, 1180, 1181, 1185, 1186, 1187, 1191, 1196, 1197, 1201, 1203, 1208, 1210, 1212, 1214, 1216, 1219, 1225, 1227, 1229, 1231, 1236, 1238, 1241, 1244, 1246, 1248, 1251, 1255, 1256, 1257, 1258, 1263, 1264, 1265, 1267, 1269, 1271, 1273, 1278, 1279, 1284 }; #endif #if YYDEBUG || YYERROR_VERBOSE || 0 /* YYTNAME[SYMBOL-NUM] -- String name of the symbol SYMBOL-NUM. First, the terminals, then, starting at YYNTOKENS, nonterminals. */ static const char *const yytname[] = { "\"end of file\"", "error", "$undefined", "\"include (T_INCLUDE)\"", "\"include_once (T_INCLUDE_ONCE)\"", "\"eval (T_EVAL)\"", "\"require (T_REQUIRE)\"", "\"require_once (T_REQUIRE_ONCE)\"", "','", "\"or (T_LOGICAL_OR)\"", "\"xor (T_LOGICAL_XOR)\"", "\"and (T_LOGICAL_AND)\"", "\"print (T_PRINT)\"", "\"yield (T_YIELD)\"", "\"=> (T_DOUBLE_ARROW)\"", "\"yield from (T_YIELD_FROM)\"", "'='", "\"+= (T_PLUS_EQUAL)\"", "\"-= (T_MINUS_EQUAL)\"", "\"*= (T_MUL_EQUAL)\"", "\"/= (T_DIV_EQUAL)\"", "\".= (T_CONCAT_EQUAL)\"", "\"%= (T_MOD_EQUAL)\"", "\"&= (T_AND_EQUAL)\"", "\"|= (T_OR_EQUAL)\"", "\"^= (T_XOR_EQUAL)\"", "\"<<= (T_SL_EQUAL)\"", "\">>= (T_SR_EQUAL)\"", "\"**= (T_POW_EQUAL)\"", "'?'", "':'", "\"?? (T_COALESCE)\"", "\"|| (T_BOOLEAN_OR)\"", "\"&& (T_BOOLEAN_AND)\"", "'|'", "'^'", "'&'", "\"== (T_IS_EQUAL)\"", "\"!= (T_IS_NOT_EQUAL)\"", "\"=== (T_IS_IDENTICAL)\"", "\"!== (T_IS_NOT_IDENTICAL)\"", "\"<=> (T_SPACESHIP)\"", "'<'", "\"<= (T_IS_SMALLER_OR_EQUAL)\"", "'>'", "\">= (T_IS_GREATER_OR_EQUAL)\"", "\"<< (T_SL)\"", "\">> (T_SR)\"", "'+'", "'-'", "'.'", "'*'", "'/'", "'%'", "'!'", "\"instanceof (T_INSTANCEOF)\"", "'~'", "\"++ (T_INC)\"", "\"-- (T_DEC)\"", "\"(int) (T_INT_CAST)\"", "\"(double) (T_DOUBLE_CAST)\"", "\"(string) (T_STRING_CAST)\"", "\"(array) (T_ARRAY_CAST)\"", "\"(object) (T_OBJECT_CAST)\"", "\"(bool) (T_BOOL_CAST)\"", "\"(unset) (T_UNSET_CAST)\"", "'@'", "\"** (T_POW)\"", "'['", "\"new (T_NEW)\"", "\"clone (T_CLONE)\"", "T_NOELSE", "\"elseif (T_ELSEIF)\"", "\"else (T_ELSE)\"", "\"endif (T_ENDIF)\"", "\"static (T_STATIC)\"", "\"abstract (T_ABSTRACT)\"", "\"final (T_FINAL)\"", "\"private (T_PRIVATE)\"", "\"protected (T_PROTECTED)\"", "\"public (T_PUBLIC)\"", "\"integer number (T_LNUMBER)\"", "\"floating-point number (T_DNUMBER)\"", "\"identifier (T_STRING)\"", "\"variable (T_VARIABLE)\"", "T_INLINE_HTML", "\"quoted-string and whitespace (T_ENCAPSED_AND_WHITESPACE)\"", "\"quoted-string (T_CONSTANT_ENCAPSED_STRING)\"", "\"variable name (T_STRING_VARNAME)\"", "\"number (T_NUM_STRING)\"", "\"exit (T_EXIT)\"", "\"if (T_IF)\"", "\"echo (T_ECHO)\"", "\"do (T_DO)\"", "\"while (T_WHILE)\"", "\"endwhile (T_ENDWHILE)\"", "\"for (T_FOR)\"", "\"endfor (T_ENDFOR)\"", "\"foreach (T_FOREACH)\"", "\"endforeach (T_ENDFOREACH)\"", "\"declare (T_DECLARE)\"", "\"enddeclare (T_ENDDECLARE)\"", "\"as (T_AS)\"", "\"switch (T_SWITCH)\"", "\"endswitch (T_ENDSWITCH)\"", "\"case (T_CASE)\"", "\"default (T_DEFAULT)\"", "\"break (T_BREAK)\"", "\"continue (T_CONTINUE)\"", "\"goto (T_GOTO)\"", "\"function (T_FUNCTION)\"", "\"const (T_CONST)\"", "\"return (T_RETURN)\"", "\"try (T_TRY)\"", "\"catch (T_CATCH)\"", "\"finally (T_FINALLY)\"", "\"throw (T_THROW)\"", "\"use (T_USE)\"", "\"insteadof (T_INSTEADOF)\"", "\"global (T_GLOBAL)\"", "\"var (T_VAR)\"", "\"unset (T_UNSET)\"", "\"isset (T_ISSET)\"", "\"empty (T_EMPTY)\"", "\"__halt_compiler (T_HALT_COMPILER)\"", "\"class (T_CLASS)\"", "\"trait (T_TRAIT)\"", "\"interface (T_INTERFACE)\"", "\"extends (T_EXTENDS)\"", "\"implements (T_IMPLEMENTS)\"", "\"-> (T_OBJECT_OPERATOR)\"", "\"list (T_LIST)\"", "\"array (T_ARRAY)\"", "\"callable (T_CALLABLE)\"", "\"__LINE__ (T_LINE)\"", "\"__FILE__ (T_FILE)\"", "\"__DIR__ (T_DIR)\"", "\"__CLASS__ (T_CLASS_C)\"", "\"__TRAIT__ (T_TRAIT_C)\"", "\"__METHOD__ (T_METHOD_C)\"", "\"__FUNCTION__ (T_FUNC_C)\"", "\"comment (T_COMMENT)\"", "\"doc comment (T_DOC_COMMENT)\"", "\"open tag (T_OPEN_TAG)\"", "\"open tag with echo (T_OPEN_TAG_WITH_ECHO)\"", "\"close tag (T_CLOSE_TAG)\"", "\"whitespace (T_WHITESPACE)\"", "\"heredoc start (T_START_HEREDOC)\"", "\"heredoc end (T_END_HEREDOC)\"", "\"${ (T_DOLLAR_OPEN_CURLY_BRACES)\"", "\"{$ (T_CURLY_OPEN)\"", "\":: (T_PAAMAYIM_NEKUDOTAYIM)\"", "\"namespace (T_NAMESPACE)\"", "\"__NAMESPACE__ (T_NS_C)\"", "\"\\\\ (T_NS_SEPARATOR)\"", "\"... (T_ELLIPSIS)\"", "T_ERROR", "'('", "')'", "';'", "'{'", "'}'", "']'", "'`'", "'\"'", "'$'", "$accept", "start", "reserved_non_modifiers", "semi_reserved", "identifier", "top_statement_list", "namespace_name", "name", "top_statement", "$@1", "$@2", "use_type", "group_use_declaration", "mixed_group_use_declaration", "possible_comma", "inline_use_declarations", "unprefixed_use_declarations", "use_declarations", "inline_use_declaration", "unprefixed_use_declaration", "use_declaration", "const_list", "inner_statement_list", "inner_statement", "statement", "$@3", "catch_list", "catch_name_list", "finally_statement", "unset_variables", "unset_variable", "function_declaration_statement", "is_reference", "is_variadic", "class_declaration_statement", "@4", "@5", "class_modifiers", "class_modifier", "trait_declaration_statement", "@6", "interface_declaration_statement", "@7", "extends_from", "interface_extends_list", "implements_list", "foreach_variable", "for_statement", "foreach_statement", "declare_statement", "switch_case_list", "case_list", "case_separator", "while_statement", "if_stmt_without_else", "if_stmt", "alt_if_stmt_without_else", "alt_if_stmt", "parameter_list", "non_empty_parameter_list", "parameter", "optional_type", "type_expr", "type", "return_type", "argument_list", "non_empty_argument_list", "argument", "global_var_list", "global_var", "static_var_list", "static_var", "class_statement_list", "class_statement", "name_list", "trait_adaptations", "trait_adaptation_list", "trait_adaptation", "trait_precedence", "trait_alias", "trait_method_reference", "absolute_trait_method_reference", "method_body", "variable_modifiers", "method_modifiers", "non_empty_member_modifiers", "member_modifier", "property_list", "property", "class_const_list", "class_const_decl", "const_decl", "echo_expr_list", "echo_expr", "for_exprs", "non_empty_for_exprs", "anonymous_class", "@8", "new_expr", "expr_without_variable", "function", "backup_doc_comment", "backup_fn_flags", "returns_ref", "lexical_vars", "lexical_var_list", "lexical_var", "function_call", "class_name", "class_name_reference", "exit_expr", "backticks_expr", "ctor_arguments", "dereferencable_scalar", "scalar", "constant", "expr", "optional_expr", "variable_class_name", "dereferencable", "callable_expr", "callable_variable", "variable", "simple_variable", "static_member", "new_variable", "member_name", "property_name", "array_pair_list", "possible_array_pair", "non_empty_array_pair_list", "array_pair", "encaps_list", "encaps_var", "encaps_var_offset", "internal_functions_in_yacc", "isset_variables", "isset_variable", YY_NULLPTR }; #endif # ifdef YYPRINT /* YYTOKNUM[NUM] -- (External) token number corresponding to the (internal) symbol number NUM (which must be that of a token). */ static const yytype_uint16 yytoknum[] = { 0, 256, 257, 258, 259, 260, 261, 262, 44, 263, 264, 265, 266, 267, 268, 269, 61, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 63, 58, 282, 283, 284, 124, 94, 38, 285, 286, 287, 288, 289, 60, 290, 62, 291, 292, 293, 43, 45, 46, 42, 47, 37, 33, 294, 126, 295, 296, 297, 298, 299, 300, 301, 302, 303, 64, 304, 91, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 40, 41, 59, 123, 125, 93, 96, 34, 36 }; # endif #define YYPACT_NINF -722 #define yypact_value_is_default(Yystate) \ (!!((Yystate) == (-722))) #define YYTABLE_NINF -472 #define yytable_value_is_error(Yytable_value) \ (!!((Yytable_value) == (-472))) /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing STATE-NUM. */ static const yytype_int16 yypact[] = { -722, 89, 1216, -722, 5565, 5565, -54, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 585, 585, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 4893, 308, 5565, 26, -722, -722, -722, -722, 97, -722, -722, -722, -51, -19, 5565, 4618, -17, 85, 99, 101, 103, 5565, 5565, 145, -722, 157, 5565, 175, 5565, 234, 29, 180, 182, 192, 200, -722, -722, -722, 202, 208, -722, -722, -722, -722, -722, -722, -722, 321, 82, -722, 333, 5565, -722, -722, 338, 388, 23, 274, -23, -722, -722, -722, -722, 38, -722, -722, -722, 179, -722, 247, -722, -722, -722, 399, -722, 303, -5, -722, 389, 6625, 305, 20, 306, 310, 351, -722, -722, -722, 354, -722, 326, 399, 7331, 7331, 5565, 7331, 7331, 1527, 1201, 1527, 408, 408, 165, 408, 4893, -722, 5565, 328, 389, 18, 18, 408, 408, 408, 408, 408, 408, 408, 408, 585, 343, 7237, 322, -722, 493, -722, -722, -722, -722, 352, 306, -722, 19, -722, 491, 33, -722, 399, -722, 5565, -722, 5565, 48, -722, 7331, 416, 5565, 5565, 5565, 157, 5565, 7331, 353, 357, 365, 509, 49, -722, 367, -722, 6672, -722, -722, 333, -12, 139, 377, 51, -722, -722, 53, -722, -722, 585, 5565, 5565, 373, 460, 464, 466, 4893, 4893, 73, 449, -722, 5005, 585, 348, -722, 333, -30, 390, 274, 6719, 1379, 264, 393, 420, 264, 301, 5565, -722, 477, 4781, -722, -722, -722, 407, 4618, 409, 543, 423, -722, 492, 3498, 5565, 5565, 5565, 5565, 5117, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 314, 5565, -722, 3498, 5565, -3, 5565, -722, 5229, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, 5565, -722, -722, -722, 6766, 5565, 424, 6813, 14, 4893, 5341, 572, 4893, 306, 29, -722, -722, 5565, -3, 29, 5565, 5565, 505, -722, -722, 434, 6860, 5565, -722, 437, 6907, 436, 593, 7331, 7189, 16, 6954, -722, -722, -722, 5565, 157, -722, -722, 1542, -722, 28, -722, 522, -15, 333, 107, 451, 57, -722, 162, -722, 29, -722, 32, -722, 65, 7331, 71, -722, 7001, 452, 479, -722, 486, 461, 475, 456, 551, -722, -722, -8, 6046, 478, -722, -722, -722, 274, -722, 480, -722, 270, 487, -722, -722, -722, -722, -722, -722, -722, -722, -722, 6093, -722, 5565, -722, 75, -722, 7331, 563, 5565, -722, 5565, -722, -722, -722, 490, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, -722, 5565, -722, -722, 495, 497, 306, 488, 1367, 1041, 1527, 5565, 7284, 1690, 1851, 2014, 2177, 2337, 2499, 2662, 2662, 2662, 2662, 2662, 801, 801, 801, 801, 574, 574, 565, 565, 565, 165, 165, 165, -722, 408, 495, 497, 306, 496, -722, 5565, -722, 306, 6141, 585, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, 1527, -722, 1527, -722, 504, 507, 585, 506, 7331, 5565, -722, 479, -722, 500, -722, -722, 6188, 7331, -722, 513, -722, 3803, -722, 5565, 3966, 5565, 5565, 677, -722, 25, 7331, -722, -722, -9, -722, 327, 230, 8, -722, -722, 333, 239, -722, -722, 585, 489, 5565, -722, -722, -722, 144, 520, 516, 144, -722, 661, -722, 589, -722, -722, -722, 519, -722, 5565, -722, -722, -722, -722, 890, 524, -722, 7331, 5453, -722, 479, 7048, 7095, 1705, 528, 271, 6236, -722, -722, 1690, 5565, -722, -722, 6283, -722, -722, 18, 661, 15, 4893, 1527, 520, -722, -722, 271, -722, -722, 7142, -722, -722, -722, 529, 7331, 585, 4893, 530, 83, 86, 4129, 531, 535, -722, -722, 148, 327, 333, 687, -722, -722, 21, 333, -722, -722, -722, -722, 144, -722, -722, -722, 689, 540, 5565, -722, -722, 5999, 1053, -722, 544, -722, 520, 4618, 672, 547, 271, 263, -722, -722, -722, 546, 700, -722, 675, -722, -722, -722, 1690, -722, 557, -722, 560, 3640, 562, 1868, 5565, 88, 561, 4893, 677, 4292, -722, -722, -722, -722, 448, -722, 54, 569, 567, -722, 687, -722, 327, 577, 333, 732, -722, 689, 584, 41, 144, -722, 1527, 586, -722, -722, -722, -722, -722, -722, 588, -722, 631, 307, -722, 594, 661, 595, 631, -722, 597, 599, 91, 601, 605, -722, -722, -722, 2031, 473, 606, 5565, 36, 250, -722, 144, -722, 610, -722, -722, 732, 333, 612, -722, -722, -722, -722, -722, -722, -722, 144, -722, -722, -722, 683, 232, 717, -722, -722, 369, -722, 614, 3640, 746, 620, 746, -722, -722, 694, -722, 746, -722, 4455, -722, 4292, 2194, 622, 624, -722, 5715, -722, -722, -722, -722, -722, 392, 2357, -722, 618, -722, -722, 415, 45, 768, 62, -722, 6355, 399, -722, -722, -722, 307, -722, 59, -722, 769, 442, -722, -722, -722, -722, -722, 627, -722, -722, -722, 3640, 144, 630, -722, -722, -722, -722, 5728, -722, 5565, -722, 683, -722, 773, 67, -722, 6355, 655, -722, 638, 707, -722, 76, -722, 639, 5565, -722, 643, 2520, -722, 3640, -722, 644, 703, 326, -722, -722, 656, 5866, -722, 647, 651, 711, 697, 7331, -722, 5565, 6355, -722, -722, -722, -722, -722, 59, -722, -722, 7331, -722, 658, -722, 6355, -722, -722, -722, -722, 6493, 144, -722, 7331, -722, 662, 2683, -722, 2846, 3009, -722, 3172, -722, -722, -722, 6355, 689, -722, 271, -722, -722, -722, -722, -722, 663, -722, -722, -722, 746, -722, 283, -722, -722, -722, 3335, -722, -722 }; /* YYDEFACT[STATE-NUM] -- Default reduction number in state STATE-NUM. Performed when YYTABLE does not specify something else to do. Zero means the default is an error. */ static const yytype_uint16 yydefact[] = { 80, 0, 2, 1, 0, 0, 0, 0, 0, 0, 372, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 464, 0, 0, 393, 177, 178, 407, 408, 81, 446, 145, 406, 397, 0, 0, 0, 0, 0, 0, 0, 0, 428, 428, 0, 378, 0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 173, 179, 181, 0, 0, 409, 410, 411, 416, 412, 413, 414, 0, 95, 415, 0, 0, 152, 125, 399, 0, 0, 83, 423, 79, 86, 87, 88, 0, 175, 89, 90, 212, 133, 0, 134, 355, 427, 381, 442, 0, 421, 369, 422, 0, 0, 430, 0, 443, 426, 437, 444, 359, 393, 81, 0, 381, 491, 492, 0, 494, 495, 371, 373, 375, 340, 341, 342, 343, 464, 393, 0, 433, 0, 320, 322, 360, 361, 362, 363, 364, 365, 366, 368, 0, 0, 469, 0, 467, 463, 465, 298, 394, 301, 395, 402, 451, 396, 306, 244, 0, 243, 381, 156, 428, 367, 0, 0, 292, 293, 0, 0, 294, 0, 0, 0, 429, 0, 0, 0, 0, 0, 123, 0, 125, 0, 102, 103, 0, 118, 0, 0, 0, 120, 115, 0, 240, 241, 0, 0, 0, 0, 0, 0, 0, 464, 464, 478, 0, 418, 0, 0, 0, 476, 0, 93, 0, 85, 0, 0, 400, 0, 401, 0, 0, 0, 448, 0, 0, 389, 171, 176, 0, 0, 0, 0, 0, 382, 379, 0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 146, 0, 428, 0, 0, 392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 319, 321, 379, 0, 0, 0, 0, 431, 464, 0, 405, 464, 402, 0, 403, 300, 428, 0, 0, 0, 0, 0, 143, 379, 0, 0, 0, 144, 0, 0, 0, 295, 297, 0, 0, 0, 139, 140, 155, 0, 0, 101, 141, 0, 154, 118, 121, 0, 0, 0, 118, 0, 0, 97, 0, 99, 0, 142, 0, 163, 431, 498, 0, 496, 0, 0, 183, 379, 185, 0, 0, 0, 0, 417, 477, 0, 0, 431, 475, 420, 474, 84, 92, 0, 80, 354, 0, 132, 124, 126, 127, 128, 129, 130, 370, 419, 0, 82, 0, 233, 0, 235, 237, 0, 0, 213, 0, 125, 216, 379, 0, 3, 4, 5, 6, 7, 8, 9, 10, 46, 47, 11, 12, 13, 16, 17, 18, 71, 72, 73, 74, 75, 76, 77, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 49, 50, 51, 52, 53, 41, 42, 43, 44, 45, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 61, 59, 60, 56, 57, 48, 54, 55, 66, 67, 68, 62, 63, 65, 64, 58, 69, 0, 70, 78, 424, 449, 0, 0, 325, 327, 326, 0, 0, 358, 323, 324, 328, 330, 329, 346, 347, 344, 345, 352, 348, 349, 350, 351, 338, 339, 332, 333, 331, 334, 336, 337, 353, 335, 425, 450, 0, 0, 460, 0, 462, 445, 0, 0, 304, 307, 308, 309, 311, 312, 313, 314, 315, 316, 317, 318, 310, 493, 374, 405, 432, 0, 0, 0, 468, 0, 466, 183, 455, 0, 454, 456, 0, 245, 242, 0, 398, 0, 291, 0, 0, 294, 0, 0, 150, 0, 379, 122, 157, 0, 119, 0, 118, 0, 98, 100, 0, 118, 114, 239, 0, 0, 0, 489, 490, 91, 0, 187, 0, 0, 379, 0, 404, 0, 485, 488, 486, 0, 480, 0, 482, 481, 484, 80, 0, 0, 447, 238, 0, 234, 183, 0, 0, 0, 0, 224, 0, 390, 439, 357, 0, 391, 438, 0, 441, 440, 305, 473, 431, 464, 303, 187, 452, 453, 224, 125, 210, 0, 125, 208, 135, 0, 296, 0, 464, 0, 0, 431, 0, 203, 203, 138, 290, 161, 0, 0, 108, 111, 116, 0, 0, 164, 147, 497, 184, 0, 379, 247, 252, 186, 0, 0, 487, 479, 0, 0, 96, 0, 236, 187, 0, 0, 0, 224, 0, 228, 229, 230, 0, 218, 220, 167, 225, 226, 458, 356, 461, 0, 379, 0, 214, 0, 0, 294, 431, 0, 464, 0, 0, 125, 197, 151, 203, 0, 203, 0, 0, 0, 153, 108, 117, 109, 0, 0, 108, 113, 188, 0, 273, 0, 247, 302, 0, 94, 131, 379, 211, 125, 217, 0, 227, 383, 224, 168, 169, 472, 0, 383, 136, 0, 0, 405, 0, 0, 125, 195, 148, 0, 0, 0, 0, 0, 0, 199, 0, 125, 0, 110, 106, 108, 109, 0, 247, 280, 281, 282, 279, 278, 277, 0, 272, 180, 246, 0, 0, 274, 275, 253, 273, 483, 0, 215, 231, 0, 231, 221, 170, 0, 247, 231, 209, 0, 191, 0, 0, 0, 0, 201, 0, 206, 207, 125, 200, 159, 0, 0, 107, 0, 112, 104, 273, 0, 379, 0, 284, 0, 381, 276, 182, 247, 0, 380, 0, 380, 222, 273, 380, 125, 193, 137, 149, 0, 198, 202, 125, 205, 0, 0, 162, 105, 174, 254, 0, 250, 0, 285, 0, 248, 0, 0, 288, 0, 273, 232, 0, 0, 387, 0, 386, 0, 0, 299, 0, 0, 196, 204, 160, 0, 81, 58, 255, 266, 0, 0, 257, 0, 0, 0, 267, 379, 283, 0, 0, 249, 379, 172, 125, 388, 0, 384, 125, 223, 125, 0, 125, 0, 256, 258, 259, 260, 0, 0, 286, 379, 287, 0, 0, 385, 0, 0, 194, 0, 268, 262, 263, 265, 261, 289, 224, 380, 380, 380, 158, 264, 0, 166, 376, 377, 231, 380, 0, 269, 125, 380, 0, 251, 270 }; /* YYPGOTO[NTERM-NUM]. */ static const yytype_int16 yypgoto[] = { -722, -722, -88, -722, -214, -353, 22, -26, -722, -722, -722, 767, -722, -722, -336, 171, 104, 635, 108, -175, 484, 657, -178, -722, 13, -722, -722, -722, -722, -722, 252, 0, -722, -722, 6, -722, -722, -722, 744, 10, -722, 11, -722, -437, -722, -544, 130, -722, 35, -722, -722, -384, 31, -722, -722, -722, -722, -722, -612, -722, 98, -722, 12, 176, -698, -78, -722, 233, -722, 511, -722, 548, -661, -722, -654, -722, -722, -21, -722, -722, -722, -722, -722, -722, -722, -722, -721, -722, 7, -722, -28, 533, -722, 549, -534, -722, -722, -722, -722, -722, -2, -182, -577, -112, 119, -722, -29, -722, -10, 603, -722, -722, 564, -13, -722, -6, 24, 74, -722, -722, -722, -722, 2, 55, -722, -722, 598, 566, -114, 573, -722, -722, 372, 545, -722, -722, -722, 295 }; /* YYDEFGOTO[NTERM-NUM]. */ static const yytype_int16 yydefgoto[] = { -1, 1, 476, 477, 856, 2, 83, 84, 85, 373, 217, 653, 341, 192, 720, 654, 722, 193, 655, 194, 195, 182, 220, 378, 379, 646, 651, 812, 716, 348, 349, 380, 742, 795, 381, 393, 203, 89, 90, 382, 204, 383, 205, 585, 588, 664, 644, 837, 754, 709, 649, 711, 809, 638, 93, 94, 95, 96, 686, 687, 688, 689, 690, 691, 829, 304, 390, 391, 196, 197, 161, 162, 726, 780, 667, 851, 881, 882, 883, 884, 885, 886, 941, 781, 782, 783, 784, 821, 822, 857, 858, 183, 168, 169, 320, 321, 154, 302, 97, 98, 117, 400, 862, 239, 792, 865, 866, 100, 101, 156, 166, 222, 305, 102, 103, 104, 105, 178, 106, 107, 108, 109, 110, 111, 112, 158, 480, 519, 148, 149, 150, 151, 213, 214, 595, 113, 352, 353 }; /* YYTABLE[YYPACT[STATE-NUM]] -- What to do in state STATE-NUM. If positive, shift that token. If negative, reduce the rule whose number is the opposite. If YYTABLE_NINF, syntax error. */ static const yytype_int16 yytable[] = { 99, 153, 87, 133, 133, 292, 230, 333, 88, 724, 134, 134, 91, 92, 336, 86, 295, 155, 135, 136, 697, 602, -471, -470, 330, 639, 478, 163, 118, 119, 276, 121, 122, 123, 124, 125, 126, 127, 128, 129, 578, 311, 137, 138, 139, 140, 141, 142, 143, 144, 147, 313, 159, 727, 171, 647, 316, 330, 512, 344, 597, 346, 825, -433, 170, 344, 807, 786, 387, 737, 854, 177, 177, -165, 387, 890, 177, 190, 186, 580, 516, 35, 157, 606, 896, 696, -431, 306, 273, 3, 337, 387, 359, 360, 831, 863, 216, 705, 218, 834, -189, 219, -190, 120, 387, -192, 165, 35, 629, 818, 160, 198, 163, 35, 30, 31, 771, 772, 773, 774, 775, 776, 179, 819, 228, -433, 184, 164, -394, 372, 337, 553, 133, 733, 229, 833, 50, 227, 167, 134, 172, 361, 338, 864, 293, 569, -433, 297, -431, 307, 274, 652, -436, 598, 147, -433, 296, 517, 777, 758, 759, 778, 82, 231, 336, 115, 860, 748, 658, -431, 308, 677, -471, -470, 562, 586, -471, -470, -431, 309, 275, 721, 567, 226, 539, 648, 133, 923, 82, 177, 579, 315, 312, 134, 82, 808, 319, 322, 323, 133, 325, 350, 779, 362, 849, 850, 134, 317, 331, 337, 345, 335, 347, 340, 367, 761, 573, 612, 99, 611, 269, 855, 115, -165, 351, 354, 891, 115, 180, 581, 147, 147, 270, 607, 897, 366, 215, 371, 937, 314, 181, 706, 173, 153, -189, 115, -190, 395, 673, -192, 386, 233, 234, 392, 867, 924, 174, 870, 175, 155, 176, 571, 714, 715, 713, 177, 482, 483, 484, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 339, 511, 479, 116, 177, 76, 520, 682, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 932, 481, 574, 115, 536, 235, 236, 237, 147, 542, 157, 147, 756, 513, 760, 518, 177, 99, 337, 550, 551, 185, 682, 199, -432, 200, 170, 337, 50, 823, 187, 188, 115, 515, 208, 201, 933, 934, 935, 564, 115, 758, 759, 202, 546, 206, 938, 570, 518, 549, 943, 207, 575, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 547, 764, 650, 131, 657, 208, 769, 368, 189, 131, 115, 115, 35, 228, 656, 683, 684, 115, 35, 336, -432, 198, 615, 683, 684, 208, 668, 209, 290, 291, 115, 810, 605, 211, 212, 116, 115, 76, 609, -431, 610, -432, 208, 116, 221, 76, 844, -435, 228, -219, -432, 815, 208, 152, 368, 238, 619, 187, 188, 683, 684, 622, 939, 940, 771, 772, 773, 774, 775, 776, 211, 212, 223, 225, 240, 698, 272, 241, 700, 116, 116, 76, 76, 229, 50, 385, 116, -434, 76, 210, 211, 212, 208, 82, 224, 270, 845, 656, 718, 82, 215, -431, 725, 723, 300, -436, 777, 211, 212, 778, 771, 772, 773, 774, 775, 776, 369, 211, 212, 614, 298, 301, -431, 303, 208, 591, 368, 310, 133, 617, 318, -431, 326, 695, 744, 134, 327, 771, 772, 773, 774, 775, 776, 624, 328, 329, 332, 133, 703, 755, 826, 355, 777, 208, 134, 778, 343, 211, 212, 592, 593, 621, 626, 356, 656, 594, 723, 357, 133, 358, 374, 788, 757, 758, 759, 134, 384, 789, 662, 777, 387, 666, 778, 645, 394, 133, 396, 628, 634, 211, 212, 637, 134, 397, 802, 399, 848, 804, 758, 759, 350, 635, 398, 322, 640, 813, 537, 685, 543, 160, 750, 575, 554, 816, 557, 559, 575, 363, 211, 212, 99, 560, 87, 869, 351, 568, 685, 584, 88, 99, 572, 583, 91, 92, 587, 86, 266, 267, 268, 589, 269, 672, 263, 264, 265, 266, 267, 268, 133, 269, 392, 843, 270, 590, 596, 134, 879, 666, 853, 600, 601, 270, 693, 702, 603, 892, 608, 613, 660, 663, 616, 147, -457, 130, -459, 685, 685, 871, 620, 708, 131, -435, 630, 627, 873, 625, 147, 879, 115, 35, 632, 99, 37, 87, 575, 575, 665, 669, 670, 88, 575, 671, 675, 91, 92, 681, 86, 704, 701, 920, 710, 734, 133, 729, 712, 719, 99, 727, 99, 134, 728, 785, 735, 732, 739, 910, 736, 645, 740, 931, 913, 741, 859, 641, 685, 743, 914, 65, 745, 753, 916, 746, 917, 749, 919, 322, 762, 763, 147, 925, 771, 772, 773, 774, 775, 776, 811, 116, 766, 76, 768, 575, 132, 575, 770, 642, 790, 787, 791, 794, 82, 666, 131, 99, 364, 796, 798, 799, 370, 800, 115, 35, 942, 801, 37, 805, 364, 820, 370, 364, 370, 814, 777, 817, 827, 778, 828, 830, 832, 847, 824, 840, 806, 841, 852, 868, 872, 99, 875, 889, 575, 895, 771, 772, 773, 774, 775, 776, 894, 898, 99, -271, 685, 900, 902, -77, 906, 903, 643, 65, 907, 99, 836, 908, 753, 909, 893, 918, 874, 926, 922, 936, 191, 717, 880, 767, 342, 765, 576, 116, 659, 76, 324, 232, 132, 751, 838, 842, 793, 676, 861, 99, 82, -472, -472, -472, -472, 261, 262, 263, 264, 265, 266, 267, 268, 880, 269, 577, 738, 552, 905, 888, 912, 565, 797, 556, 545, 915, 270, 99, 514, 99, 510, 548, 544, 661, 887, 0, 0, 0, 0, 0, 0, 666, 0, 0, 0, 0, 0, 0, 0, 0, 899, 4, 5, 6, 7, 8, 0, 0, 685, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 99, 911, 99, 99, 0, 99, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 99, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 51, 52, 53, 0, 0, 54, 55, 0, 56, 0, 57, 58, 59, 60, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 74, 75, 76, 0, 0, 77, 0, 78, 79, 674, 244, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 270, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 51, 52, 53, 0, 0, 54, 55, 0, 56, 0, 57, 58, 59, 60, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 74, 75, 76, 0, 0, 77, 0, 78, 79, 731, 294, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 245, 11, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 270, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 51, 52, 53, 0, 0, 54, 55, 0, 56, 0, 57, 58, 59, 60, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 74, 75, 76, 0, 0, 77, 0, 78, 79, 243, 244, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 270, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 377, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 245, 11, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 270, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 566, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 270, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 680, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 270, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 747, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 270, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 803, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 270, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 839, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 846, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 901, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, -472, -472, -472, -472, -472, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 927, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 928, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 929, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 930, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 944, 0, 80, 81, 82, 401, 402, 403, 404, 405, 0, 406, 407, 408, 409, 410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 412, 413, 0, 414, 415, 416, 417, 418, 419, 420, 421, 422, 0, 0, 423, 35, 0, 0, 0, 0, 0, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 0, 458, 459, 460, 461, 462, 0, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 0, 0, 0, 0, 4, 5, 6, 7, 8, 0, 0, 473, 474, 9, 10, 0, 11, 0, 0, 475, 0, 0, 0, 0, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 30, 31, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 376, 61, 62, 63, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 633, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 0, 0, 0, 0, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 0, 0, 0, 0, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 707, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 0, 0, 0, 0, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 752, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 0, 0, 0, 0, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 835, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 0, 0, 0, 0, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 29, 0, 0, 0, 0, 0, 32, 33, 34, 35, 36, 0, 37, 0, 0, 38, 39, 40, 41, 42, 0, 43, 0, 44, 0, 45, 0, 0, 46, 0, 0, 0, 47, 48, 49, 50, 0, 52, 53, 0, 0, 54, 0, 0, 56, 0, 57, 58, 59, 0, 0, 0, 0, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 78, 79, 0, 0, 80, 81, 82, 4, 5, 6, 7, 8, 0, 0, 0, 0, 9, 10, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 13, 0, 0, 0, 0, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 32, 33, 115, 35, 0, 0, 37, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 4, 5, 6, 7, 8, 0, 0, 58, 59, 9, 10, 0, 11, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 145, 0, 0, 0, 116, 75, 76, 388, 0, 77, 389, 0, 12, 13, 0, 80, 81, 82, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 32, 33, 115, 35, 0, 0, 37, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 4, 5, 6, 7, 8, 0, 0, 58, 59, 9, 10, 0, 11, 0, 0, 0, 146, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 0, 12, 13, 0, 80, 81, 82, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 32, 33, 115, 35, 0, 0, 37, 365, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 4, 5, 6, 7, 8, 0, 0, 58, 59, 9, 10, 0, 11, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 485, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 0, 12, 13, 0, 80, 81, 82, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 32, 33, 115, 35, 0, 0, 37, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 4, 5, 6, 7, 8, 0, 0, 58, 59, 9, 10, 0, 11, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 521, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 0, 12, 13, 0, 80, 81, 82, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 32, 33, 115, 35, 0, 0, 37, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 4, 5, 6, 7, 8, 0, 0, 58, 59, 9, 10, 0, 11, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 540, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 0, 12, 13, 0, 80, 81, 82, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 32, 33, 115, 35, 0, 0, 37, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 4, 5, 6, 7, 8, 0, 0, 58, 59, 9, 10, 0, 11, 0, 0, 0, 541, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 0, 12, 13, 0, 80, 81, 82, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 32, 33, 115, 35, 0, 0, 37, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 4, 5, 6, 7, 8, 0, 0, 58, 59, 9, 10, 0, 11, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 388, 0, 77, 0, 0, 12, 13, 0, 80, 81, 82, 14, 0, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 0, 26, 27, 28, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 32, 33, 115, 35, 0, 0, 37, 0, 0, 38, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 59, 0, 0, 0, 0, 0, 0, 0, 64, 65, 0, 66, 67, 68, 69, 70, 71, 72, 0, 0, 0, 0, 0, 0, 73, 0, 0, 0, 0, 116, 75, 76, 0, 0, 77, 0, 242, 243, 244, 0, 80, 81, 82, 401, 402, 403, 404, 405, 0, 406, 407, 408, 409, 410, 0, 0, 245, 807, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 412, 413, 0, 414, 415, 416, 417, 418, 419, 420, 421, 422, 0, 0, 876, 0, 0, 0, 0, 0, 0, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 0, 458, 459, 460, 461, 462, 0, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 401, 402, 403, 404, 405, 808, 406, 407, 408, 409, 410, 877, 474, 76, 0, 0, 0, 0, 0, 0, 878, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 412, 413, 0, 414, 415, 416, 417, 418, 419, 420, 421, 422, 0, 0, 876, 0, 0, 0, 0, 0, 0, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 0, 458, 459, 460, 461, 462, 0, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 0, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 877, 474, 76, 0, 0, 0, 0, 0, 0, 904, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 270, 730, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 599, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 242, 243, 244, 0, 0, 0, 0, 0, 0, 604, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 623, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 631, 270, 0, 0, 0, 0, 0, 0, 0, 401, 402, 403, 404, 405, 0, 406, 407, 408, 409, 410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 412, 413, 0, 414, 415, 416, 417, 418, 419, 420, 421, 422, 0, 0, 423, 0, 0, 0, 0, 0, 694, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 0, 458, 459, 460, 461, 462, 0, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 401, 402, 403, 404, 405, 0, 406, 407, 408, 409, 410, 473, 474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 412, 413, 0, 414, 415, 416, 771, 772, 773, 774, 775, 776, 0, 0, 921, 0, 0, 0, 0, 0, 0, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 0, 458, 459, 460, 461, 462, 0, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 0, 473, 474, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 271, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 334, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 375, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 535, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 538, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 555, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 558, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 563, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 582, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 678, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 242, 243, 244, 0, 0, 299, 0, 679, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 561, 269, 242, 243, 244, 0, 0, 0, 0, 699, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 618, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 242, 243, 244, 0, 0, 0, 0, 0, 0, 0, 0, 270, 0, 0, 0, 0, 0, 0, 0, 0, 245, 0, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 0, 269, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 270 }; static const yytype_int16 yycheck[] = { 2, 27, 2, 16, 17, 117, 84, 185, 2, 663, 16, 17, 2, 2, 189, 2, 130, 27, 16, 17, 632, 374, 8, 8, 8, 559, 240, 29, 4, 5, 108, 7, 8, 9, 10, 11, 12, 13, 14, 15, 8, 8, 18, 19, 20, 21, 22, 23, 24, 25, 26, 163, 28, 8, 41, 30, 8, 8, 272, 8, 68, 8, 783, 68, 40, 8, 30, 728, 83, 681, 8, 47, 48, 8, 83, 8, 52, 55, 54, 8, 83, 84, 27, 8, 8, 629, 68, 68, 68, 0, 102, 83, 206, 207, 792, 36, 74, 14, 76, 797, 14, 77, 14, 157, 83, 14, 157, 84, 545, 770, 84, 56, 114, 84, 76, 77, 75, 76, 77, 78, 79, 80, 48, 777, 154, 130, 52, 30, 151, 159, 102, 313, 145, 677, 157, 796, 110, 82, 157, 145, 157, 68, 154, 84, 120, 160, 151, 145, 130, 130, 130, 160, 157, 161, 130, 160, 132, 160, 117, 105, 106, 120, 165, 125, 339, 83, 827, 701, 160, 151, 151, 608, 158, 158, 158, 357, 162, 162, 160, 160, 160, 160, 154, 160, 298, 160, 199, 908, 165, 165, 158, 167, 159, 199, 165, 159, 172, 173, 174, 212, 176, 199, 161, 130, 159, 160, 212, 159, 159, 102, 159, 189, 159, 191, 212, 161, 159, 399, 220, 397, 55, 159, 83, 158, 200, 201, 159, 83, 83, 158, 206, 207, 67, 158, 158, 211, 154, 215, 936, 165, 83, 158, 157, 269, 158, 83, 158, 234, 601, 158, 226, 72, 73, 229, 831, 909, 157, 834, 157, 269, 157, 154, 114, 115, 648, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 154, 270, 240, 152, 273, 154, 275, 29, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 926, 241, 154, 83, 294, 72, 73, 74, 298, 299, 269, 301, 710, 272, 712, 274, 306, 333, 102, 309, 310, 160, 29, 157, 68, 157, 316, 102, 110, 111, 110, 111, 83, 273, 84, 157, 927, 928, 929, 329, 83, 105, 106, 157, 303, 157, 937, 339, 307, 308, 941, 157, 344, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 306, 717, 564, 75, 154, 84, 722, 86, 154, 75, 83, 83, 84, 154, 569, 132, 133, 83, 84, 574, 130, 346, 480, 132, 133, 84, 588, 86, 57, 58, 83, 161, 388, 149, 150, 152, 83, 154, 394, 68, 396, 151, 84, 152, 86, 154, 34, 157, 154, 158, 160, 767, 84, 125, 86, 36, 514, 110, 111, 132, 133, 519, 159, 160, 75, 76, 77, 78, 79, 80, 149, 150, 80, 81, 151, 633, 151, 68, 636, 152, 152, 154, 154, 157, 110, 164, 152, 157, 154, 148, 149, 150, 84, 165, 86, 67, 84, 652, 653, 165, 154, 130, 664, 658, 162, 157, 117, 149, 150, 120, 75, 76, 77, 78, 79, 80, 148, 149, 150, 475, 157, 8, 151, 151, 84, 49, 86, 16, 521, 485, 94, 160, 159, 627, 696, 521, 159, 75, 76, 77, 78, 79, 80, 521, 159, 16, 159, 540, 642, 707, 161, 158, 117, 84, 540, 120, 159, 149, 150, 83, 84, 517, 540, 83, 719, 89, 721, 83, 561, 83, 160, 733, 104, 105, 106, 561, 163, 735, 584, 117, 83, 587, 120, 561, 157, 578, 157, 543, 555, 149, 150, 558, 578, 30, 752, 83, 161, 104, 105, 106, 578, 557, 159, 559, 560, 763, 162, 613, 16, 84, 704, 569, 158, 768, 157, 159, 574, 148, 149, 150, 602, 8, 602, 161, 580, 83, 632, 128, 602, 611, 159, 159, 602, 602, 128, 602, 51, 52, 53, 158, 55, 597, 48, 49, 50, 51, 52, 53, 641, 55, 606, 809, 67, 158, 83, 641, 850, 663, 820, 161, 160, 67, 618, 641, 157, 859, 83, 157, 159, 129, 162, 627, 157, 68, 157, 681, 682, 835, 162, 646, 75, 157, 162, 157, 842, 158, 642, 881, 83, 84, 157, 673, 87, 673, 652, 653, 160, 16, 89, 673, 658, 162, 158, 673, 673, 157, 673, 157, 159, 903, 159, 678, 705, 669, 159, 8, 698, 8, 700, 705, 160, 727, 30, 159, 158, 887, 159, 705, 8, 923, 892, 36, 824, 36, 740, 158, 894, 132, 158, 706, 898, 159, 900, 162, 902, 701, 157, 160, 704, 911, 75, 76, 77, 78, 79, 80, 762, 152, 161, 154, 8, 719, 157, 721, 160, 68, 158, 161, 117, 155, 165, 777, 75, 755, 209, 160, 159, 158, 213, 158, 83, 84, 940, 158, 87, 159, 221, 84, 223, 224, 225, 161, 117, 161, 160, 120, 30, 157, 84, 161, 782, 159, 758, 159, 16, 16, 159, 789, 158, 16, 768, 84, 75, 76, 77, 78, 79, 80, 160, 160, 802, 84, 828, 160, 160, 102, 159, 151, 131, 132, 159, 813, 799, 102, 801, 118, 161, 159, 844, 157, 908, 158, 55, 652, 850, 721, 191, 719, 344, 152, 578, 154, 175, 89, 157, 705, 801, 806, 740, 606, 828, 843, 165, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 881, 55, 346, 682, 311, 881, 854, 890, 330, 745, 316, 302, 896, 67, 871, 272, 873, 269, 307, 301, 580, 852, -1, -1, -1, -1, -1, -1, 909, -1, -1, -1, -1, -1, -1, -1, -1, 868, 3, 4, 5, 6, 7, -1, -1, 926, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, 914, 889, 916, 917, -1, 919, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, 942, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, 111, 112, 113, -1, -1, 116, 117, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, 11, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, 67, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, 111, 112, 113, -1, -1, 116, 117, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, 14, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, 29, 15, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, 67, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, 111, 112, 113, -1, -1, 116, 117, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 10, 11, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, 67, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, 29, 15, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, 67, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, 67, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, 74, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, 67, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, 95, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, 67, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, 101, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, 67, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, 99, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, 97, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, 161, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, 9, 10, 11, 12, 13, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 69, 70, -1, 72, 73, 74, 75, 76, 77, 78, 79, 80, -1, -1, 83, 84, -1, -1, -1, -1, -1, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, -1, 125, 126, 127, 128, 129, -1, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, -1, 152, 153, 12, 13, -1, 15, -1, -1, 160, -1, -1, -1, -1, 165, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, 76, 77, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, 124, 125, 126, 127, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 30, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, 85, -1, 87, -1, -1, 90, 91, 92, 93, 94, -1, 96, -1, 98, -1, 100, -1, -1, 103, -1, -1, -1, 107, 108, 109, 110, -1, 112, 113, -1, -1, 116, -1, -1, 119, -1, 121, 122, 123, -1, -1, -1, -1, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 159, 160, -1, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, -1, -1, -1, 12, 13, -1, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 48, 49, -1, -1, -1, -1, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, -1, -1, 87, -1, -1, 90, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, -1, 122, 123, 12, 13, -1, 15, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, 36, -1, -1, -1, 152, 153, 154, 155, -1, 157, 158, -1, 48, 49, -1, 163, 164, 165, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, -1, -1, 87, -1, -1, 90, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, -1, 122, 123, 12, 13, -1, 15, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, -1, 48, 49, -1, 163, 164, 165, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, -1, -1, 87, 88, -1, 90, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, -1, 122, 123, 12, 13, -1, 15, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, 30, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, -1, 48, 49, -1, 163, 164, 165, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, -1, -1, 87, -1, -1, 90, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, -1, 122, 123, 12, 13, -1, 15, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, 36, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, -1, 48, 49, -1, 163, 164, 165, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, -1, -1, 87, -1, -1, 90, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, -1, 122, 123, 12, 13, -1, 15, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, 36, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, -1, 48, 49, -1, 163, 164, 165, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, -1, -1, 87, -1, -1, 90, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, -1, 122, 123, 12, 13, -1, 15, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, -1, 48, 49, -1, 163, 164, 165, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, -1, -1, 87, -1, -1, 90, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, -1, 122, 123, 12, 13, -1, 15, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, 155, -1, 157, -1, -1, 48, 49, -1, 163, 164, 165, 54, -1, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, -1, 68, 69, 70, -1, -1, -1, -1, 75, -1, -1, -1, -1, -1, 81, 82, 83, 84, -1, -1, 87, -1, -1, 90, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 110, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 122, 123, -1, -1, -1, -1, -1, -1, -1, 131, 132, -1, 134, 135, 136, 137, 138, 139, 140, -1, -1, -1, -1, -1, -1, 147, -1, -1, -1, -1, 152, 153, 154, -1, -1, 157, -1, 9, 10, 11, -1, 163, 164, 165, 3, 4, 5, 6, 7, -1, 9, 10, 11, 12, 13, -1, -1, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 69, 70, -1, 72, 73, 74, 75, 76, 77, 78, 79, 80, -1, -1, 83, -1, -1, -1, -1, -1, -1, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, -1, 125, 126, 127, 128, 129, -1, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 3, 4, 5, 6, 7, 159, 9, 10, 11, 12, 13, 152, 153, 154, -1, -1, -1, -1, -1, -1, 161, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 69, 70, -1, 72, 73, 74, 75, 76, 77, 78, 79, 80, -1, -1, 83, -1, -1, -1, -1, -1, -1, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, -1, 125, 126, 127, 128, 129, -1, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, -1, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, 152, 153, 154, -1, -1, -1, -1, -1, -1, 161, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, 67, 162, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, 161, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, 9, 10, 11, -1, -1, -1, -1, -1, -1, 161, 67, -1, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, 161, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 161, 67, -1, -1, -1, -1, -1, -1, -1, 3, 4, 5, 6, 7, -1, 9, 10, 11, 12, 13, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 161, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 69, 70, -1, 72, 73, 74, 75, 76, 77, 78, 79, 80, -1, -1, 83, -1, -1, -1, -1, -1, 161, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, -1, 125, 126, 127, 128, 129, -1, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 3, 4, 5, 6, 7, -1, 9, 10, 11, 12, 13, 152, 153, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 69, 70, -1, 72, 73, 74, 75, 76, 77, 78, 79, 80, -1, -1, 83, -1, -1, -1, -1, -1, -1, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, -1, 125, 126, 127, 128, 129, -1, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, -1, 152, 153, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, 159, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, 159, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, 9, 10, 11, -1, -1, 14, -1, 158, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 102, 55, 9, 10, 11, -1, -1, -1, -1, 158, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, 9, 10, 11, -1, -1, -1, -1, -1, -1, -1, -1, 67, -1, -1, -1, -1, -1, -1, -1, -1, 29, -1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, -1, 55, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 67 }; /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ static const yytype_uint16 yystos[] = { 0, 167, 171, 0, 3, 4, 5, 6, 7, 12, 13, 15, 48, 49, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 68, 69, 70, 75, 76, 77, 81, 82, 83, 84, 85, 87, 90, 91, 92, 93, 94, 96, 98, 100, 103, 107, 108, 109, 110, 111, 112, 113, 116, 117, 119, 121, 122, 123, 124, 125, 126, 127, 131, 132, 134, 135, 136, 137, 138, 139, 140, 147, 152, 153, 154, 157, 159, 160, 163, 164, 165, 172, 173, 174, 190, 197, 200, 203, 204, 205, 207, 220, 221, 222, 223, 264, 265, 266, 273, 274, 279, 280, 281, 282, 284, 285, 286, 287, 288, 289, 290, 301, 75, 83, 152, 266, 282, 282, 157, 282, 282, 282, 282, 282, 282, 282, 282, 282, 68, 75, 157, 279, 281, 288, 288, 282, 282, 282, 282, 282, 282, 282, 282, 36, 131, 282, 294, 295, 296, 297, 125, 173, 262, 274, 275, 289, 291, 282, 84, 236, 237, 266, 30, 157, 276, 157, 258, 259, 282, 190, 157, 157, 157, 157, 157, 282, 283, 283, 83, 83, 187, 257, 283, 160, 282, 110, 111, 154, 172, 177, 179, 183, 185, 186, 234, 235, 289, 157, 157, 157, 157, 202, 206, 208, 157, 157, 84, 86, 148, 149, 150, 298, 299, 154, 172, 176, 172, 282, 188, 86, 277, 298, 86, 298, 160, 289, 154, 157, 231, 125, 204, 72, 73, 72, 73, 74, 36, 269, 151, 68, 9, 10, 11, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 55, 67, 159, 151, 68, 130, 160, 231, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 57, 58, 269, 282, 14, 294, 282, 288, 157, 14, 162, 8, 263, 151, 231, 278, 68, 130, 151, 160, 16, 8, 159, 269, 283, 282, 8, 159, 94, 282, 260, 261, 282, 282, 187, 282, 159, 159, 159, 16, 8, 159, 159, 188, 159, 172, 185, 102, 154, 154, 172, 178, 183, 159, 8, 159, 8, 159, 195, 196, 288, 282, 302, 303, 282, 158, 83, 83, 83, 294, 294, 68, 130, 148, 299, 88, 282, 288, 86, 148, 299, 172, 159, 175, 160, 158, 124, 161, 189, 190, 197, 200, 205, 207, 163, 164, 282, 83, 155, 158, 232, 233, 282, 201, 157, 190, 157, 30, 159, 83, 267, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 55, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 83, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 152, 153, 160, 168, 169, 170, 289, 292, 283, 282, 282, 282, 30, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 275, 282, 170, 289, 292, 283, 83, 160, 289, 293, 282, 36, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 282, 158, 282, 162, 158, 294, 36, 131, 282, 16, 295, 278, 289, 283, 293, 289, 282, 282, 237, 267, 158, 158, 259, 157, 158, 159, 8, 102, 158, 158, 282, 257, 161, 154, 83, 160, 172, 154, 159, 159, 154, 172, 186, 235, 8, 158, 8, 158, 158, 159, 128, 209, 267, 128, 210, 158, 158, 49, 83, 84, 89, 300, 83, 68, 161, 161, 161, 160, 171, 157, 161, 282, 8, 158, 83, 282, 282, 188, 267, 157, 282, 231, 162, 282, 30, 231, 162, 282, 231, 161, 288, 158, 288, 157, 282, 209, 162, 161, 157, 30, 190, 282, 30, 190, 219, 260, 282, 36, 68, 131, 212, 288, 191, 30, 160, 216, 267, 192, 160, 177, 181, 184, 185, 154, 160, 196, 159, 303, 173, 129, 211, 160, 173, 240, 267, 16, 89, 162, 282, 171, 161, 158, 233, 209, 158, 158, 74, 157, 29, 132, 133, 173, 224, 225, 226, 227, 228, 229, 161, 282, 161, 294, 211, 224, 188, 158, 188, 159, 288, 294, 157, 14, 158, 30, 190, 215, 159, 217, 159, 217, 114, 115, 194, 181, 185, 8, 180, 160, 182, 185, 240, 267, 238, 8, 160, 282, 162, 161, 159, 211, 190, 30, 159, 224, 229, 158, 8, 36, 198, 158, 267, 158, 159, 95, 260, 162, 294, 212, 30, 190, 214, 188, 217, 104, 105, 106, 217, 161, 157, 160, 180, 184, 161, 182, 8, 180, 160, 75, 76, 77, 78, 79, 80, 117, 120, 161, 239, 249, 250, 251, 252, 173, 238, 161, 267, 188, 158, 117, 270, 226, 155, 199, 160, 270, 159, 158, 158, 158, 188, 101, 104, 159, 282, 30, 159, 218, 161, 173, 193, 188, 161, 180, 185, 161, 238, 240, 84, 253, 254, 111, 266, 252, 161, 160, 30, 230, 157, 230, 84, 238, 230, 30, 190, 213, 214, 99, 159, 159, 218, 188, 34, 84, 161, 161, 161, 159, 160, 241, 16, 267, 8, 159, 170, 255, 256, 269, 238, 228, 268, 36, 84, 271, 272, 268, 16, 161, 268, 188, 159, 188, 173, 158, 83, 152, 161, 170, 173, 242, 243, 244, 245, 246, 247, 282, 254, 16, 8, 159, 170, 161, 160, 84, 8, 158, 160, 282, 160, 97, 160, 151, 161, 243, 159, 159, 102, 118, 267, 282, 256, 267, 188, 272, 188, 188, 159, 188, 170, 83, 168, 252, 240, 267, 157, 161, 161, 161, 161, 170, 224, 268, 268, 268, 158, 230, 268, 159, 160, 248, 188, 268, 161 }; /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives. */ static const yytype_uint16 yyr1[] = { 0, 166, 167, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 168, 169, 169, 169, 169, 169, 169, 169, 170, 170, 171, 171, 172, 172, 173, 173, 173, 174, 174, 174, 174, 174, 174, 174, 175, 174, 176, 174, 174, 174, 174, 174, 174, 177, 177, 178, 178, 179, 179, 180, 180, 181, 181, 182, 182, 183, 183, 184, 184, 185, 185, 186, 186, 187, 187, 188, 188, 189, 189, 189, 189, 189, 189, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 190, 191, 190, 190, 190, 190, 190, 190, 192, 192, 193, 193, 194, 194, 195, 195, 196, 197, 198, 198, 199, 199, 201, 200, 202, 200, 203, 203, 204, 204, 206, 205, 208, 207, 209, 209, 210, 210, 211, 211, 212, 212, 212, 212, 213, 213, 214, 214, 215, 215, 216, 216, 216, 216, 217, 217, 217, 218, 218, 219, 219, 220, 220, 221, 221, 222, 222, 223, 223, 224, 224, 225, 225, 226, 226, 227, 227, 228, 228, 229, 229, 229, 230, 230, 231, 231, 232, 232, 233, 233, 234, 234, 235, 236, 236, 237, 237, 238, 238, 239, 239, 239, 239, 240, 240, 241, 241, 241, 242, 242, 243, 243, 244, 245, 245, 245, 245, 246, 246, 247, 248, 248, 249, 249, 250, 250, 251, 251, 252, 252, 252, 252, 252, 252, 253, 253, 254, 254, 255, 255, 256, 257, 258, 258, 259, 260, 260, 261, 261, 263, 262, 264, 264, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 266, 267, 268, 269, 269, 270, 270, 271, 271, 272, 272, 273, 273, 273, 273, 274, 274, 275, 275, 276, 276, 277, 277, 277, 278, 278, 279, 279, 279, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 280, 281, 281, 281, 282, 282, 283, 283, 284, 285, 285, 285, 286, 286, 286, 287, 287, 287, 287, 287, 287, 288, 288, 288, 289, 289, 289, 290, 290, 291, 291, 291, 291, 291, 291, 292, 292, 292, 293, 293, 293, 294, 295, 295, 296, 296, 297, 297, 297, 297, 297, 297, 298, 298, 298, 298, 299, 299, 299, 299, 299, 299, 299, 300, 300, 300, 300, 301, 301, 301, 301, 301, 301, 301, 302, 302, 303 }; /* YYR2[YYN] -- Number of symbols on the right hand side of rule YYN. */ static const yytype_uint8 yyr2[] = { 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 1, 3, 1, 3, 2, 1, 1, 1, 1, 1, 4, 3, 0, 6, 0, 5, 3, 4, 3, 4, 3, 1, 1, 6, 7, 6, 7, 0, 1, 3, 1, 3, 1, 3, 1, 1, 2, 1, 3, 1, 2, 3, 1, 2, 0, 1, 1, 1, 1, 1, 4, 3, 1, 1, 5, 7, 9, 5, 3, 3, 3, 3, 3, 3, 1, 2, 5, 7, 9, 0, 6, 1, 6, 3, 3, 2, 0, 9, 1, 3, 0, 4, 1, 3, 1, 13, 0, 1, 0, 1, 0, 10, 0, 9, 1, 2, 1, 1, 0, 7, 0, 8, 0, 2, 0, 2, 0, 2, 1, 2, 4, 3, 1, 4, 1, 4, 1, 4, 3, 4, 4, 5, 0, 5, 4, 1, 1, 1, 4, 5, 6, 1, 3, 6, 7, 3, 6, 1, 0, 1, 3, 4, 6, 0, 1, 1, 2, 1, 1, 1, 0, 2, 2, 3, 1, 3, 1, 2, 3, 1, 1, 3, 1, 1, 3, 2, 0, 3, 4, 3, 12, 1, 3, 1, 2, 3, 1, 2, 2, 2, 3, 3, 3, 4, 3, 1, 1, 3, 1, 3, 1, 1, 0, 1, 1, 2, 1, 1, 1, 1, 1, 1, 3, 1, 2, 4, 3, 1, 4, 4, 3, 1, 1, 0, 1, 3, 1, 0, 9, 3, 2, 6, 5, 3, 4, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 5, 4, 3, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 2, 1, 2, 4, 2, 13, 14, 1, 0, 0, 0, 1, 0, 4, 3, 1, 1, 2, 2, 4, 4, 2, 1, 1, 1, 1, 0, 3, 0, 1, 1, 0, 1, 4, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 3, 3, 1, 1, 1, 3, 3, 1, 1, 0, 1, 1, 1, 3, 1, 1, 3, 1, 1, 4, 4, 4, 4, 1, 1, 1, 3, 1, 4, 2, 3, 3, 1, 4, 4, 3, 3, 3, 1, 3, 1, 1, 3, 1, 1, 0, 1, 3, 1, 3, 1, 4, 2, 6, 4, 2, 2, 1, 2, 1, 4, 3, 3, 3, 6, 3, 1, 1, 2, 1, 4, 4, 2, 2, 4, 2, 2, 1, 3, 1 }; #define yyerrok (yyerrstatus = 0) #define yyclearin (yychar = YYEMPTY) #define YYEMPTY (-2) #define YYEOF 0 #define YYACCEPT goto yyacceptlab #define YYABORT goto yyabortlab #define YYERROR goto yyerrorlab #define YYRECOVERING() (!!yyerrstatus) #define YYBACKUP(Token, Value) \ do \ if (yychar == YYEMPTY) \ { \ yychar = (Token); \ yylval = (Value); \ YYPOPSTACK (yylen); \ yystate = *yyssp; \ goto yybackup; \ } \ else \ { \ yyerror (YY_("syntax error: cannot back up")); \ YYERROR; \ } \ while (0) /* Error token number */ #define YYTERROR 1 #define YYERRCODE 256 /* Enable debugging if requested. */ #if YYDEBUG # ifndef YYFPRINTF # include /* INFRINGES ON USER NAME SPACE */ # define YYFPRINTF fprintf # endif # define YYDPRINTF(Args) \ do { \ if (yydebug) \ YYFPRINTF Args; \ } while (0) /* This macro is provided for backward compatibility. */ #ifndef YY_LOCATION_PRINT # define YY_LOCATION_PRINT(File, Loc) ((void) 0) #endif # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \ do { \ if (yydebug) \ { \ YYFPRINTF (stderr, "%s ", Title); \ yy_symbol_print (stderr, \ Type, Value); \ YYFPRINTF (stderr, "\n"); \ } \ } while (0) /*----------------------------------------. | Print this symbol's value on YYOUTPUT. | `----------------------------------------*/ static void yy_symbol_value_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) { FILE *yyo = yyoutput; YYUSE (yyo); if (!yyvaluep) return; # ifdef YYPRINT if (yytype < YYNTOKENS) YYPRINT (yyoutput, yytoknum[yytype], *yyvaluep); # endif YYUSE (yytype); } /*--------------------------------. | Print this symbol on YYOUTPUT. | `--------------------------------*/ static void yy_symbol_print (FILE *yyoutput, int yytype, YYSTYPE const * const yyvaluep) { YYFPRINTF (yyoutput, "%s %s (", yytype < YYNTOKENS ? "token" : "nterm", yytname[yytype]); yy_symbol_value_print (yyoutput, yytype, yyvaluep); YYFPRINTF (yyoutput, ")"); } /*------------------------------------------------------------------. | yy_stack_print -- Print the state stack from its BOTTOM up to its | | TOP (included). | `------------------------------------------------------------------*/ static void yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop) { YYFPRINTF (stderr, "Stack now"); for (; yybottom <= yytop; yybottom++) { int yybot = *yybottom; YYFPRINTF (stderr, " %d", yybot); } YYFPRINTF (stderr, "\n"); } # define YY_STACK_PRINT(Bottom, Top) \ do { \ if (yydebug) \ yy_stack_print ((Bottom), (Top)); \ } while (0) /*------------------------------------------------. | Report that the YYRULE is going to be reduced. | `------------------------------------------------*/ static void yy_reduce_print (yytype_int16 *yyssp, YYSTYPE *yyvsp, int yyrule) { unsigned long int yylno = yyrline[yyrule]; int yynrhs = yyr2[yyrule]; int yyi; YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", yyrule - 1, yylno); /* The symbols being reduced. */ for (yyi = 0; yyi < yynrhs; yyi++) { YYFPRINTF (stderr, " $%d = ", yyi + 1); yy_symbol_print (stderr, yystos[yyssp[yyi + 1 - yynrhs]], &(yyvsp[(yyi + 1) - (yynrhs)]) ); YYFPRINTF (stderr, "\n"); } } # define YY_REDUCE_PRINT(Rule) \ do { \ if (yydebug) \ yy_reduce_print (yyssp, yyvsp, Rule); \ } while (0) /* Nonzero means print parse trace. It is left uninitialized so that multiple parsers can coexist. */ int yydebug; #else /* !YYDEBUG */ # define YYDPRINTF(Args) # define YY_SYMBOL_PRINT(Title, Type, Value, Location) # define YY_STACK_PRINT(Bottom, Top) # define YY_REDUCE_PRINT(Rule) #endif /* !YYDEBUG */ /* YYINITDEPTH -- initial size of the parser's stacks. */ #ifndef YYINITDEPTH # define YYINITDEPTH 200 #endif /* YYMAXDEPTH -- maximum size the stacks can grow to (effective only if the built-in stack extension method is used). Do not make this value too large; the results are undefined if YYSTACK_ALLOC_MAXIMUM < YYSTACK_BYTES (YYMAXDEPTH) evaluated with infinite-precision integer arithmetic. */ #ifndef YYMAXDEPTH # define YYMAXDEPTH 10000 #endif #if YYERROR_VERBOSE # ifndef yystrlen # if defined __GLIBC__ && defined _STRING_H # define yystrlen strlen # else /* Return the length of YYSTR. */ static YYSIZE_T yystrlen (const char *yystr) { YYSIZE_T yylen; for (yylen = 0; yystr[yylen]; yylen++) continue; return yylen; } # endif # endif # ifndef yystpcpy # if defined __GLIBC__ && defined _STRING_H && defined _GNU_SOURCE # define yystpcpy stpcpy # else /* Copy YYSRC to YYDEST, returning the address of the terminating '\0' in YYDEST. */ static char * yystpcpy (char *yydest, const char *yysrc) { char *yyd = yydest; const char *yys = yysrc; while ((*yyd++ = *yys++) != '\0') continue; return yyd - 1; } # endif # endif # ifndef yytnamerr /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T yytnamerr (char *yyres, const char *yystr) { if (*yystr == '"') { YYSIZE_T yyn = 0; char const *yyp = yystr; for (;;) switch (*++yyp) { case '\'': case ',': goto do_not_strip_quotes; case '\\': if (*++yyp != '\\') goto do_not_strip_quotes; /* Fall through. */ default: if (yyres) yyres[yyn] = *yyp; yyn++; break; case '"': if (yyres) yyres[yyn] = '\0'; return yyn; } do_not_strip_quotes: ; } if (! yyres) return yystrlen (yystr); return yystpcpy (yyres, yystr) - yyres; } # endif /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message about the unexpected token YYTOKEN for the state stack whose top is YYSSP. Return 0 if *YYMSG was successfully written. Return 1 if *YYMSG is not large enough to hold the message. In that case, also set *YYMSG_ALLOC to the required number of bytes. Return 2 if the required number of bytes is too large to store. */ static int yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) { YYSIZE_T yysize0 = yytnamerr (YY_NULLPTR, yytname[yytoken]); YYSIZE_T yysize = yysize0; enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 }; /* Internationalized format string. */ const char *yyformat = YY_NULLPTR; /* Arguments of yyformat. */ char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM]; /* Number of reported tokens (one for the "unexpected", one per "expected"). */ int yycount = 0; /* There are many possibilities here to consider: - If this state is a consistent state with a default action, then the only way this function was invoked is if the default action is an error action. In that case, don't check for expected tokens because there are none. - The only way there can be no lookahead present (in yychar) is if this state is a consistent state with a default action. Thus, detecting the absence of a lookahead is sufficient to determine that there is no unexpected or expected token to report. In that case, just report a simple "syntax error". - Don't assume there isn't a lookahead just because this state is a consistent state with a default action. There might have been a previous inconsistent state, consistent state with a non-default action, or user semantic action that manipulated yychar. - Of course, the expected token list depends on states to have correct lookahead information, and it depends on the parser not to perform extra reductions after fetching a lookahead from the scanner and before detecting a syntax error. Thus, state merging (from LALR or IELR) and default reductions corrupt the expected token list. However, the list is correct for canonical LR with one exception: it will still contain any token that will not be accepted due to an error action in a later state. */ if (yytoken != YYEMPTY) { int yyn = yypact[*yyssp]; yyarg[yycount++] = yytname[yytoken]; if (!yypact_value_is_default (yyn)) { /* Start YYX at -YYN if negative to avoid negative indexes in YYCHECK. In other words, skip the first -YYN actions for this state because they are default actions. */ int yyxbegin = yyn < 0 ? -yyn : 0; /* Stay within bounds of both yycheck and yytname. */ int yychecklim = YYLAST - yyn + 1; int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS; int yyx; for (yyx = yyxbegin; yyx < yyxend; ++yyx) if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR && !yytable_value_is_error (yytable[yyx + yyn])) { if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM) { yycount = 1; yysize = yysize0; break; } yyarg[yycount++] = yytname[yyx]; { YYSIZE_T yysize1 = yysize + yytnamerr (YY_NULLPTR, yytname[yyx]); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } } } } switch (yycount) { # define YYCASE_(N, S) \ case N: \ yyformat = S; \ break YYCASE_(0, YY_("syntax error")); YYCASE_(1, YY_("syntax error, unexpected %s")); YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s")); YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s")); YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s")); YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s")); # undef YYCASE_ } { YYSIZE_T yysize1 = yysize + yystrlen (yyformat); if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM)) return 2; yysize = yysize1; } if (*yymsg_alloc < yysize) { *yymsg_alloc = 2 * yysize; if (! (yysize <= *yymsg_alloc && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM)) *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM; return 1; } /* Avoid sprintf, as that infringes on the user's name space. Don't have undefined behavior even if the translation produced a string with the wrong number of "%s"s. */ { char *yyp = *yymsg; int yyi = 0; while ((*yyp = *yyformat) != '\0') if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount) { yyp += yytnamerr (yyp, yyarg[yyi++]); yyformat += 2; } else { yyp++; yyformat++; } } return 0; } #endif /* YYERROR_VERBOSE */ /*-----------------------------------------------. | Release the memory associated to this symbol. | `-----------------------------------------------*/ static void yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep) { YYUSE (yyvaluep); if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN switch (yytype) { case 81: /* "integer number (T_LNUMBER)" */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 82: /* "floating-point number (T_DNUMBER)" */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 83: /* "identifier (T_STRING)" */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 84: /* "variable (T_VARIABLE)" */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 85: /* T_INLINE_HTML */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 86: /* "quoted-string and whitespace (T_ENCAPSED_AND_WHITESPACE)" */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 87: /* "quoted-string (T_CONSTANT_ENCAPSED_STRING)" */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 88: /* "variable name (T_STRING_VARNAME)" */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 89: /* "number (T_NUM_STRING)" */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 170: /* identifier */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 171: /* top_statement_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 172: /* namespace_name */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 173: /* name */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 174: /* top_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 178: /* group_use_declaration */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 179: /* mixed_group_use_declaration */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 181: /* inline_use_declarations */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 182: /* unprefixed_use_declarations */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 183: /* use_declarations */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 184: /* inline_use_declaration */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 185: /* unprefixed_use_declaration */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 186: /* use_declaration */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 187: /* const_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 188: /* inner_statement_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 189: /* inner_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 190: /* statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 192: /* catch_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 193: /* catch_name_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 194: /* finally_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 195: /* unset_variables */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 196: /* unset_variable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 197: /* function_declaration_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 200: /* class_declaration_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 205: /* trait_declaration_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 207: /* interface_declaration_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 209: /* extends_from */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 210: /* interface_extends_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 211: /* implements_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 212: /* foreach_variable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 213: /* for_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 214: /* foreach_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 215: /* declare_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 216: /* switch_case_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 217: /* case_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 219: /* while_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 220: /* if_stmt_without_else */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 221: /* if_stmt */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 222: /* alt_if_stmt_without_else */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 223: /* alt_if_stmt */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 224: /* parameter_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 225: /* non_empty_parameter_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 226: /* parameter */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 227: /* optional_type */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 228: /* type_expr */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 229: /* type */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 230: /* return_type */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 231: /* argument_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 232: /* non_empty_argument_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 233: /* argument */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 234: /* global_var_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 235: /* global_var */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 236: /* static_var_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 237: /* static_var */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 238: /* class_statement_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 239: /* class_statement */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 240: /* name_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 241: /* trait_adaptations */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 242: /* trait_adaptation_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 243: /* trait_adaptation */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 244: /* trait_precedence */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 245: /* trait_alias */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 246: /* trait_method_reference */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 247: /* absolute_trait_method_reference */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 248: /* method_body */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 253: /* property_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 254: /* property */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 255: /* class_const_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 256: /* class_const_decl */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 257: /* const_decl */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 258: /* echo_expr_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 259: /* echo_expr */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 260: /* for_exprs */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 261: /* non_empty_for_exprs */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 262: /* anonymous_class */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 264: /* new_expr */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 265: /* expr_without_variable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 267: /* backup_doc_comment */ { if (((*yyvaluep).str)) zend_string_release(((*yyvaluep).str)); } break; case 270: /* lexical_vars */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 271: /* lexical_var_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 272: /* lexical_var */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 273: /* function_call */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 274: /* class_name */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 275: /* class_name_reference */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 276: /* exit_expr */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 277: /* backticks_expr */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 278: /* ctor_arguments */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 279: /* dereferencable_scalar */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 280: /* scalar */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 281: /* constant */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 282: /* expr */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 283: /* optional_expr */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 284: /* variable_class_name */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 285: /* dereferencable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 286: /* callable_expr */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 287: /* callable_variable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 288: /* variable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 289: /* simple_variable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 290: /* static_member */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 291: /* new_variable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 292: /* member_name */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 293: /* property_name */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 294: /* array_pair_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 295: /* possible_array_pair */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 296: /* non_empty_array_pair_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 297: /* array_pair */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 298: /* encaps_list */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 299: /* encaps_var */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 300: /* encaps_var_offset */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 301: /* internal_functions_in_yacc */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 302: /* isset_variables */ { zend_ast_destroy(((*yyvaluep).ast)); } break; case 303: /* isset_variable */ { zend_ast_destroy(((*yyvaluep).ast)); } break; default: break; } YY_IGNORE_MAYBE_UNINITIALIZED_END } /*----------. | yyparse. | `----------*/ int yyparse (void) { /* The lookahead symbol. */ int yychar; /* The semantic value of the lookahead symbol. */ /* Default value used for initialization, for pacifying older GCCs or non-GCC compilers. */ YY_INITIAL_VALUE (static YYSTYPE yyval_default;) YYSTYPE yylval YY_INITIAL_VALUE (= yyval_default); /* Number of syntax errors so far. */ int yynerrs; int yystate; /* Number of tokens to shift before error messages enabled. */ int yyerrstatus; /* The stacks and their tools: 'yyss': related to states. 'yyvs': related to semantic values. Refer to the stacks through separate pointers, to allow yyoverflow to reallocate them elsewhere. */ /* The state stack. */ yytype_int16 yyssa[YYINITDEPTH]; yytype_int16 *yyss; yytype_int16 *yyssp; /* The semantic value stack. */ YYSTYPE yyvsa[YYINITDEPTH]; YYSTYPE *yyvs; YYSTYPE *yyvsp; YYSIZE_T yystacksize; int yyn; int yyresult; /* Lookahead token as an internal (translated) token number. */ int yytoken = 0; /* The variables used to return semantic value and location from the action routines. */ YYSTYPE yyval; #if YYERROR_VERBOSE /* Buffer for error messages, and its allocated size. */ char yymsgbuf[128]; char *yymsg = yymsgbuf; YYSIZE_T yymsg_alloc = sizeof yymsgbuf; #endif #define YYPOPSTACK(N) (yyvsp -= (N), yyssp -= (N)) /* The number of symbols on the RHS of the reduced rule. Keep to zero when no symbol should be popped. */ int yylen = 0; yyssp = yyss = yyssa; yyvsp = yyvs = yyvsa; yystacksize = YYINITDEPTH; YYDPRINTF ((stderr, "Starting parse\n")); yystate = 0; yyerrstatus = 0; yynerrs = 0; yychar = YYEMPTY; /* Cause a token to be read. */ goto yysetstate; /*------------------------------------------------------------. | yynewstate -- Push a new state, which is found in yystate. | `------------------------------------------------------------*/ yynewstate: /* In all cases, when you get here, the value and location stacks have just been pushed. So pushing a state here evens the stacks. */ yyssp++; yysetstate: *yyssp = yystate; if (yyss + yystacksize - 1 <= yyssp) { /* Get the current used size of the three stacks, in elements. */ YYSIZE_T yysize = yyssp - yyss + 1; #ifdef yyoverflow { /* Give user a chance to reallocate the stack. Use copies of these so that the &'s don't force the real ones into memory. */ YYSTYPE *yyvs1 = yyvs; yytype_int16 *yyss1 = yyss; /* Each stack pointer address is followed by the size of the data in use in that stack, in bytes. This used to be a conditional around just the two extra args, but that might be undefined if yyoverflow is a macro. */ yyoverflow (YY_("memory exhausted"), &yyss1, yysize * sizeof (*yyssp), &yyvs1, yysize * sizeof (*yyvsp), &yystacksize); yyss = yyss1; yyvs = yyvs1; } #else /* no yyoverflow */ # ifndef YYSTACK_RELOCATE goto yyexhaustedlab; # else /* Extend the stack our own way. */ if (YYMAXDEPTH <= yystacksize) goto yyexhaustedlab; yystacksize *= 2; if (YYMAXDEPTH < yystacksize) yystacksize = YYMAXDEPTH; { yytype_int16 *yyss1 = yyss; union yyalloc *yyptr = (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize)); if (! yyptr) goto yyexhaustedlab; YYSTACK_RELOCATE (yyss_alloc, yyss); YYSTACK_RELOCATE (yyvs_alloc, yyvs); # undef YYSTACK_RELOCATE if (yyss1 != yyssa) YYSTACK_FREE (yyss1); } # endif #endif /* no yyoverflow */ yyssp = yyss + yysize - 1; yyvsp = yyvs + yysize - 1; YYDPRINTF ((stderr, "Stack size increased to %lu\n", (unsigned long int) yystacksize)); if (yyss + yystacksize - 1 <= yyssp) YYABORT; } YYDPRINTF ((stderr, "Entering state %d\n", yystate)); if (yystate == YYFINAL) YYACCEPT; goto yybackup; /*-----------. | yybackup. | `-----------*/ yybackup: /* Do appropriate processing given the current state. Read a lookahead token if we need one and don't already have one. */ /* First try to decide what to do without reference to lookahead token. */ yyn = yypact[yystate]; if (yypact_value_is_default (yyn)) goto yydefault; /* Not known => get a lookahead token if don't already have one. */ /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol. */ if (yychar == YYEMPTY) { YYDPRINTF ((stderr, "Reading a token: ")); yychar = yylex (&yylval); } if (yychar <= YYEOF) { yychar = yytoken = YYEOF; YYDPRINTF ((stderr, "Now at end of input.\n")); } else { yytoken = YYTRANSLATE (yychar); YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc); } /* If the proper action on seeing token YYTOKEN is to reduce or to detect an error, take that action. */ yyn += yytoken; if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken) goto yydefault; yyn = yytable[yyn]; if (yyn <= 0) { if (yytable_value_is_error (yyn)) goto yyerrlab; yyn = -yyn; goto yyreduce; } /* Count tokens shifted since error; after three, turn off error status. */ if (yyerrstatus) yyerrstatus--; /* Shift the lookahead token. */ YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc); /* Discard the shifted token. */ yychar = YYEMPTY; yystate = yyn; YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN *++yyvsp = yylval; YY_IGNORE_MAYBE_UNINITIALIZED_END goto yynewstate; /*-----------------------------------------------------------. | yydefault -- do the default action for the current state. | `-----------------------------------------------------------*/ yydefault: yyn = yydefact[yystate]; if (yyn == 0) goto yyerrlab; goto yyreduce; /*-----------------------------. | yyreduce -- Do a reduction. | `-----------------------------*/ yyreduce: /* yyn is the number of a rule to reduce with. */ yylen = yyr2[yyn]; /* If YYLEN is nonzero, implement the default value of the action: '$$ = $1'. Otherwise, the following line sets YYVAL to garbage. This behavior is undocumented and Bison users should not rely upon it. Assigning to YYVAL unconditionally makes the parser a bit smaller, and it avoids a GCC warning that YYVAL may be used uninitialized. */ yyval = yyvsp[1-yylen]; YY_REDUCE_PRINT (yyn); switch (yyn) { case 2: { CG(ast) = (yyvsp[0].ast); } break; case 77: { (yyval.ast) = (yyvsp[0].ast); } break; case 78: { zval zv; zend_lex_tstring(&zv); (yyval.ast) = zend_ast_create_zval(&zv); } break; case 79: { (yyval.ast) = zend_ast_list_add((yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 80: { (yyval.ast) = zend_ast_create_list(0, ZEND_AST_STMT_LIST); } break; case 81: { (yyval.ast) = (yyvsp[0].ast); } break; case 82: { (yyval.ast) = zend_ast_append_str((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 83: { (yyval.ast) = (yyvsp[0].ast); (yyval.ast)->attr = ZEND_NAME_NOT_FQ; } break; case 84: { (yyval.ast) = (yyvsp[0].ast); (yyval.ast)->attr = ZEND_NAME_RELATIVE; } break; case 85: { (yyval.ast) = (yyvsp[0].ast); (yyval.ast)->attr = ZEND_NAME_FQ; } break; case 86: { (yyval.ast) = (yyvsp[0].ast); } break; case 87: { (yyval.ast) = (yyvsp[0].ast); } break; case 88: { (yyval.ast) = (yyvsp[0].ast); } break; case 89: { (yyval.ast) = (yyvsp[0].ast); } break; case 90: { (yyval.ast) = (yyvsp[0].ast); } break; case 91: { (yyval.ast) = zend_ast_create(ZEND_AST_HALT_COMPILER, zend_ast_create_zval_from_long(zend_get_scanned_file_offset())); zend_stop_lexing(); } break; case 92: { (yyval.ast) = zend_ast_create(ZEND_AST_NAMESPACE, (yyvsp[-1].ast), NULL); RESET_DOC_COMMENT(); } break; case 93: { RESET_DOC_COMMENT(); } break; case 94: { (yyval.ast) = zend_ast_create(ZEND_AST_NAMESPACE, (yyvsp[-4].ast), (yyvsp[-1].ast)); } break; case 95: { RESET_DOC_COMMENT(); } break; case 96: { (yyval.ast) = zend_ast_create(ZEND_AST_NAMESPACE, NULL, (yyvsp[-1].ast)); } break; case 97: { (yyval.ast) = (yyvsp[-1].ast); } break; case 98: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = (yyvsp[-2].num); } break; case 99: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = ZEND_SYMBOL_CLASS; } break; case 100: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = (yyvsp[-2].num); } break; case 101: { (yyval.ast) = (yyvsp[-1].ast); } break; case 102: { (yyval.num) = ZEND_SYMBOL_FUNCTION; } break; case 103: { (yyval.num) = ZEND_SYMBOL_CONST; } break; case 104: { (yyval.ast) = zend_ast_create(ZEND_AST_GROUP_USE, (yyvsp[-5].ast), (yyvsp[-2].ast)); } break; case 105: { (yyval.ast) = zend_ast_create(ZEND_AST_GROUP_USE, (yyvsp[-5].ast), (yyvsp[-2].ast)); } break; case 106: { (yyval.ast) = zend_ast_create(ZEND_AST_GROUP_USE, (yyvsp[-5].ast), (yyvsp[-2].ast));} break; case 107: { (yyval.ast) = zend_ast_create(ZEND_AST_GROUP_USE, (yyvsp[-5].ast), (yyvsp[-2].ast)); } break; case 110: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 111: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_USE, (yyvsp[0].ast)); } break; case 112: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 113: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_USE, (yyvsp[0].ast)); } break; case 114: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 115: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_USE, (yyvsp[0].ast)); } break; case 116: { (yyval.ast) = (yyvsp[0].ast); (yyval.ast)->attr = ZEND_SYMBOL_CLASS; } break; case 117: { (yyval.ast) = (yyvsp[0].ast); (yyval.ast)->attr = (yyvsp[-1].num); } break; case 118: { (yyval.ast) = zend_ast_create(ZEND_AST_USE_ELEM, (yyvsp[0].ast), NULL); } break; case 119: { (yyval.ast) = zend_ast_create(ZEND_AST_USE_ELEM, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 120: { (yyval.ast) = (yyvsp[0].ast); } break; case 121: { (yyval.ast) = (yyvsp[0].ast); } break; case 122: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 123: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_CONST_DECL, (yyvsp[0].ast)); } break; case 124: { (yyval.ast) = zend_ast_list_add((yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 125: { (yyval.ast) = zend_ast_create_list(0, ZEND_AST_STMT_LIST); } break; case 126: { (yyval.ast) = (yyvsp[0].ast); } break; case 127: { (yyval.ast) = (yyvsp[0].ast); } break; case 128: { (yyval.ast) = (yyvsp[0].ast); } break; case 129: { (yyval.ast) = (yyvsp[0].ast); } break; case 130: { (yyval.ast) = (yyvsp[0].ast); } break; case 131: { (yyval.ast) = NULL; zend_error_noreturn(E_COMPILE_ERROR, "__HALT_COMPILER() can only be used from the outermost scope"); } break; case 132: { (yyval.ast) = (yyvsp[-1].ast); } break; case 133: { (yyval.ast) = (yyvsp[0].ast); } break; case 134: { (yyval.ast) = (yyvsp[0].ast); } break; case 135: { (yyval.ast) = zend_ast_create(ZEND_AST_WHILE, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 136: { (yyval.ast) = zend_ast_create(ZEND_AST_DO_WHILE, (yyvsp[-5].ast), (yyvsp[-2].ast)); } break; case 137: { (yyval.ast) = zend_ast_create(ZEND_AST_FOR, (yyvsp[-6].ast), (yyvsp[-4].ast), (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 138: { (yyval.ast) = zend_ast_create(ZEND_AST_SWITCH, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 139: { (yyval.ast) = zend_ast_create(ZEND_AST_BREAK, (yyvsp[-1].ast)); } break; case 140: { (yyval.ast) = zend_ast_create(ZEND_AST_CONTINUE, (yyvsp[-1].ast)); } break; case 141: { (yyval.ast) = zend_ast_create(ZEND_AST_RETURN, (yyvsp[-1].ast)); } break; case 142: { (yyval.ast) = (yyvsp[-1].ast); } break; case 143: { (yyval.ast) = (yyvsp[-1].ast); } break; case 144: { (yyval.ast) = (yyvsp[-1].ast); } break; case 145: { (yyval.ast) = zend_ast_create(ZEND_AST_ECHO, (yyvsp[0].ast)); } break; case 146: { (yyval.ast) = (yyvsp[-1].ast); } break; case 147: { (yyval.ast) = (yyvsp[-2].ast); } break; case 148: { (yyval.ast) = zend_ast_create(ZEND_AST_FOREACH, (yyvsp[-4].ast), (yyvsp[-2].ast), NULL, (yyvsp[0].ast)); } break; case 149: { (yyval.ast) = zend_ast_create(ZEND_AST_FOREACH, (yyvsp[-6].ast), (yyvsp[-2].ast), (yyvsp[-4].ast), (yyvsp[0].ast)); } break; case 150: { zend_handle_encoding_declaration((yyvsp[-1].ast)); } break; case 151: { (yyval.ast) = zend_ast_create(ZEND_AST_DECLARE, (yyvsp[-3].ast), (yyvsp[0].ast)); } break; case 152: { (yyval.ast) = NULL; } break; case 153: { (yyval.ast) = zend_ast_create(ZEND_AST_TRY, (yyvsp[-3].ast), (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 154: { (yyval.ast) = zend_ast_create(ZEND_AST_THROW, (yyvsp[-1].ast)); } break; case 155: { (yyval.ast) = zend_ast_create(ZEND_AST_GOTO, (yyvsp[-1].ast)); } break; case 156: { (yyval.ast) = zend_ast_create(ZEND_AST_LABEL, (yyvsp[-1].ast)); } break; case 157: { (yyval.ast) = zend_ast_create_list(0, ZEND_AST_CATCH_LIST); } break; case 158: { (yyval.ast) = zend_ast_list_add((yyvsp[-8].ast), zend_ast_create(ZEND_AST_CATCH, (yyvsp[-5].ast), (yyvsp[-4].ast), (yyvsp[-1].ast))); } break; case 159: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_NAME_LIST, (yyvsp[0].ast)); } break; case 160: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 161: { (yyval.ast) = NULL; } break; case 162: { (yyval.ast) = (yyvsp[-1].ast); } break; case 163: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_STMT_LIST, (yyvsp[0].ast)); } break; case 164: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 165: { (yyval.ast) = zend_ast_create(ZEND_AST_UNSET, (yyvsp[0].ast)); } break; case 166: { (yyval.ast) = zend_ast_create_decl(ZEND_AST_FUNC_DECL, (yyvsp[-11].num) | (yyvsp[0].num), (yyvsp[-12].num), (yyvsp[-9].str), zend_ast_get_str((yyvsp[-10].ast)), (yyvsp[-7].ast), NULL, (yyvsp[-2].ast), (yyvsp[-5].ast)); CG(extra_fn_flags) = (yyvsp[-4].num); } break; case 167: { (yyval.num) = 0; } break; case 168: { (yyval.num) = ZEND_PARAM_REF; } break; case 169: { (yyval.num) = 0; } break; case 170: { (yyval.num) = ZEND_PARAM_VARIADIC; } break; case 171: { (yyval.num) = CG(zend_lineno); } break; case 172: { (yyval.ast) = zend_ast_create_decl(ZEND_AST_CLASS, (yyvsp[-9].num), (yyvsp[-7].num), (yyvsp[-3].str), zend_ast_get_str((yyvsp[-6].ast)), (yyvsp[-5].ast), (yyvsp[-4].ast), (yyvsp[-1].ast), NULL); } break; case 173: { (yyval.num) = CG(zend_lineno); } break; case 174: { (yyval.ast) = zend_ast_create_decl(ZEND_AST_CLASS, 0, (yyvsp[-7].num), (yyvsp[-3].str), zend_ast_get_str((yyvsp[-6].ast)), (yyvsp[-5].ast), (yyvsp[-4].ast), (yyvsp[-1].ast), NULL); } break; case 175: { (yyval.num) = (yyvsp[0].num); } break; case 176: { (yyval.num) = zend_add_class_modifier((yyvsp[-1].num), (yyvsp[0].num)); } break; case 177: { (yyval.num) = ZEND_ACC_EXPLICIT_ABSTRACT_CLASS; } break; case 178: { (yyval.num) = ZEND_ACC_FINAL; } break; case 179: { (yyval.num) = CG(zend_lineno); } break; case 180: { (yyval.ast) = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_TRAIT, (yyvsp[-5].num), (yyvsp[-3].str), zend_ast_get_str((yyvsp[-4].ast)), NULL, NULL, (yyvsp[-1].ast), NULL); } break; case 181: { (yyval.num) = CG(zend_lineno); } break; case 182: { (yyval.ast) = zend_ast_create_decl(ZEND_AST_CLASS, ZEND_ACC_INTERFACE, (yyvsp[-6].num), (yyvsp[-3].str), zend_ast_get_str((yyvsp[-5].ast)), NULL, (yyvsp[-4].ast), (yyvsp[-1].ast), NULL); } break; case 183: { (yyval.ast) = NULL; } break; case 184: { (yyval.ast) = (yyvsp[0].ast); } break; case 185: { (yyval.ast) = NULL; } break; case 186: { (yyval.ast) = (yyvsp[0].ast); } break; case 187: { (yyval.ast) = NULL; } break; case 188: { (yyval.ast) = (yyvsp[0].ast); } break; case 189: { (yyval.ast) = (yyvsp[0].ast); } break; case 190: { (yyval.ast) = zend_ast_create(ZEND_AST_REF, (yyvsp[0].ast)); } break; case 191: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = ZEND_ARRAY_SYNTAX_LIST; } break; case 192: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = ZEND_ARRAY_SYNTAX_SHORT; } break; case 193: { (yyval.ast) = (yyvsp[0].ast); } break; case 194: { (yyval.ast) = (yyvsp[-2].ast); } break; case 195: { (yyval.ast) = (yyvsp[0].ast); } break; case 196: { (yyval.ast) = (yyvsp[-2].ast); } break; case 197: { (yyval.ast) = (yyvsp[0].ast); } break; case 198: { (yyval.ast) = (yyvsp[-2].ast); } break; case 199: { (yyval.ast) = (yyvsp[-1].ast); } break; case 200: { (yyval.ast) = (yyvsp[-1].ast); } break; case 201: { (yyval.ast) = (yyvsp[-2].ast); } break; case 202: { (yyval.ast) = (yyvsp[-2].ast); } break; case 203: { (yyval.ast) = zend_ast_create_list(0, ZEND_AST_SWITCH_LIST); } break; case 204: { (yyval.ast) = zend_ast_list_add((yyvsp[-4].ast), zend_ast_create(ZEND_AST_SWITCH_CASE, (yyvsp[-2].ast), (yyvsp[0].ast))); } break; case 205: { (yyval.ast) = zend_ast_list_add((yyvsp[-3].ast), zend_ast_create(ZEND_AST_SWITCH_CASE, NULL, (yyvsp[0].ast))); } break; case 208: { (yyval.ast) = (yyvsp[0].ast); } break; case 209: { (yyval.ast) = (yyvsp[-2].ast); } break; case 210: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_IF, zend_ast_create(ZEND_AST_IF_ELEM, (yyvsp[-2].ast), (yyvsp[0].ast))); } break; case 211: { (yyval.ast) = zend_ast_list_add((yyvsp[-5].ast), zend_ast_create(ZEND_AST_IF_ELEM, (yyvsp[-2].ast), (yyvsp[0].ast))); } break; case 212: { (yyval.ast) = (yyvsp[0].ast); } break; case 213: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), zend_ast_create(ZEND_AST_IF_ELEM, NULL, (yyvsp[0].ast))); } break; case 214: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_IF, zend_ast_create(ZEND_AST_IF_ELEM, (yyvsp[-3].ast), (yyvsp[0].ast))); } break; case 215: { (yyval.ast) = zend_ast_list_add((yyvsp[-6].ast), zend_ast_create(ZEND_AST_IF_ELEM, (yyvsp[-3].ast), (yyvsp[0].ast))); } break; case 216: { (yyval.ast) = (yyvsp[-2].ast); } break; case 217: { (yyval.ast) = zend_ast_list_add((yyvsp[-5].ast), zend_ast_create(ZEND_AST_IF_ELEM, NULL, (yyvsp[-2].ast))); } break; case 218: { (yyval.ast) = (yyvsp[0].ast); } break; case 219: { (yyval.ast) = zend_ast_create_list(0, ZEND_AST_PARAM_LIST); } break; case 220: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_PARAM_LIST, (yyvsp[0].ast)); } break; case 221: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 222: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_PARAM, (yyvsp[-2].num) | (yyvsp[-1].num), (yyvsp[-3].ast), (yyvsp[0].ast), NULL); } break; case 223: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_PARAM, (yyvsp[-4].num) | (yyvsp[-3].num), (yyvsp[-5].ast), (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 224: { (yyval.ast) = NULL; } break; case 225: { (yyval.ast) = (yyvsp[0].ast); } break; case 226: { (yyval.ast) = (yyvsp[0].ast); } break; case 227: { (yyval.ast) = (yyvsp[0].ast); (yyval.ast)->attr |= ZEND_TYPE_NULLABLE; } break; case 228: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_TYPE, IS_ARRAY); } break; case 229: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_TYPE, IS_CALLABLE); } break; case 230: { (yyval.ast) = (yyvsp[0].ast); } break; case 231: { (yyval.ast) = NULL; } break; case 232: { (yyval.ast) = (yyvsp[0].ast); } break; case 233: { (yyval.ast) = zend_ast_create_list(0, ZEND_AST_ARG_LIST); } break; case 234: { (yyval.ast) = (yyvsp[-1].ast); } break; case 235: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_ARG_LIST, (yyvsp[0].ast)); } break; case 236: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 237: { (yyval.ast) = (yyvsp[0].ast); } break; case 238: { (yyval.ast) = zend_ast_create(ZEND_AST_UNPACK, (yyvsp[0].ast)); } break; case 239: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 240: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_STMT_LIST, (yyvsp[0].ast)); } break; case 241: { (yyval.ast) = zend_ast_create(ZEND_AST_GLOBAL, zend_ast_create(ZEND_AST_VAR, (yyvsp[0].ast))); } break; case 242: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 243: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_STMT_LIST, (yyvsp[0].ast)); } break; case 244: { (yyval.ast) = zend_ast_create(ZEND_AST_STATIC, (yyvsp[0].ast), NULL); } break; case 245: { (yyval.ast) = zend_ast_create(ZEND_AST_STATIC, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 246: { (yyval.ast) = zend_ast_list_add((yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 247: { (yyval.ast) = zend_ast_create_list(0, ZEND_AST_STMT_LIST); } break; case 248: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = (yyvsp[-2].num); } break; case 249: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = (yyvsp[-3].num); } break; case 250: { (yyval.ast) = zend_ast_create(ZEND_AST_USE_TRAIT, (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 251: { (yyval.ast) = zend_ast_create_decl(ZEND_AST_METHOD, (yyvsp[-9].num) | (yyvsp[-11].num) | (yyvsp[0].num), (yyvsp[-10].num), (yyvsp[-7].str), zend_ast_get_str((yyvsp[-8].ast)), (yyvsp[-5].ast), NULL, (yyvsp[-1].ast), (yyvsp[-3].ast)); CG(extra_fn_flags) = (yyvsp[-2].num); } break; case 252: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_NAME_LIST, (yyvsp[0].ast)); } break; case 253: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 254: { (yyval.ast) = NULL; } break; case 255: { (yyval.ast) = NULL; } break; case 256: { (yyval.ast) = (yyvsp[-1].ast); } break; case 257: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_TRAIT_ADAPTATIONS, (yyvsp[0].ast)); } break; case 258: { (yyval.ast) = zend_ast_list_add((yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 259: { (yyval.ast) = (yyvsp[-1].ast); } break; case 260: { (yyval.ast) = (yyvsp[-1].ast); } break; case 261: { (yyval.ast) = zend_ast_create(ZEND_AST_TRAIT_PRECEDENCE, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 262: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_TRAIT_ALIAS, 0, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 263: { zval zv; zend_lex_tstring(&zv); (yyval.ast) = zend_ast_create_ex(ZEND_AST_TRAIT_ALIAS, 0, (yyvsp[-2].ast), zend_ast_create_zval(&zv)); } break; case 264: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_TRAIT_ALIAS, (yyvsp[-1].num), (yyvsp[-3].ast), (yyvsp[0].ast)); } break; case 265: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_TRAIT_ALIAS, (yyvsp[0].num), (yyvsp[-2].ast), NULL); } break; case 266: { (yyval.ast) = zend_ast_create(ZEND_AST_METHOD_REFERENCE, NULL, (yyvsp[0].ast)); } break; case 267: { (yyval.ast) = (yyvsp[0].ast); } break; case 268: { (yyval.ast) = zend_ast_create(ZEND_AST_METHOD_REFERENCE, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 269: { (yyval.ast) = NULL; } break; case 270: { (yyval.ast) = (yyvsp[-1].ast); } break; case 271: { (yyval.num) = (yyvsp[0].num); } break; case 272: { (yyval.num) = ZEND_ACC_PUBLIC; } break; case 273: { (yyval.num) = ZEND_ACC_PUBLIC; } break; case 274: { (yyval.num) = (yyvsp[0].num); if (!((yyval.num) & ZEND_ACC_PPP_MASK)) { (yyval.num) |= ZEND_ACC_PUBLIC; } } break; case 275: { (yyval.num) = (yyvsp[0].num); } break; case 276: { (yyval.num) = zend_add_member_modifier((yyvsp[-1].num), (yyvsp[0].num)); } break; case 277: { (yyval.num) = ZEND_ACC_PUBLIC; } break; case 278: { (yyval.num) = ZEND_ACC_PROTECTED; } break; case 279: { (yyval.num) = ZEND_ACC_PRIVATE; } break; case 280: { (yyval.num) = ZEND_ACC_STATIC; } break; case 281: { (yyval.num) = ZEND_ACC_ABSTRACT; } break; case 282: { (yyval.num) = ZEND_ACC_FINAL; } break; case 283: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 284: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_PROP_DECL, (yyvsp[0].ast)); } break; case 285: { (yyval.ast) = zend_ast_create(ZEND_AST_PROP_ELEM, (yyvsp[-1].ast), NULL, ((yyvsp[0].str) ? zend_ast_create_zval_from_str((yyvsp[0].str)) : NULL)); } break; case 286: { (yyval.ast) = zend_ast_create(ZEND_AST_PROP_ELEM, (yyvsp[-3].ast), (yyvsp[-1].ast), ((yyvsp[0].str) ? zend_ast_create_zval_from_str((yyvsp[0].str)) : NULL)); } break; case 287: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 288: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_CLASS_CONST_DECL, (yyvsp[0].ast)); } break; case 289: { (yyval.ast) = zend_ast_create(ZEND_AST_CONST_ELEM, (yyvsp[-3].ast), (yyvsp[-1].ast), ((yyvsp[0].str) ? zend_ast_create_zval_from_str((yyvsp[0].str)) : NULL)); } break; case 290: { (yyval.ast) = zend_ast_create(ZEND_AST_CONST_ELEM, (yyvsp[-3].ast), (yyvsp[-1].ast), ((yyvsp[0].str) ? zend_ast_create_zval_from_str((yyvsp[0].str)) : NULL)); } break; case 291: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 292: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_STMT_LIST, (yyvsp[0].ast)); } break; case 293: { (yyval.ast) = zend_ast_create(ZEND_AST_ECHO, (yyvsp[0].ast)); } break; case 294: { (yyval.ast) = NULL; } break; case 295: { (yyval.ast) = (yyvsp[0].ast); } break; case 296: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 297: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_EXPR_LIST, (yyvsp[0].ast)); } break; case 298: { (yyval.num) = CG(zend_lineno); } break; case 299: { zend_ast *decl = zend_ast_create_decl( ZEND_AST_CLASS, ZEND_ACC_ANON_CLASS, (yyvsp[-7].num), (yyvsp[-3].str), NULL, (yyvsp[-5].ast), (yyvsp[-4].ast), (yyvsp[-1].ast), NULL); (yyval.ast) = zend_ast_create(ZEND_AST_NEW, decl, (yyvsp[-6].ast)); } break; case 300: { (yyval.ast) = zend_ast_create(ZEND_AST_NEW, (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 301: { (yyval.ast) = (yyvsp[0].ast); } break; case 302: { (yyvsp[-3].ast)->attr = ZEND_ARRAY_SYNTAX_LIST; (yyval.ast) = zend_ast_create(ZEND_AST_ASSIGN, (yyvsp[-3].ast), (yyvsp[0].ast)); } break; case 303: { (yyvsp[-3].ast)->attr = ZEND_ARRAY_SYNTAX_SHORT; (yyval.ast) = zend_ast_create(ZEND_AST_ASSIGN, (yyvsp[-3].ast), (yyvsp[0].ast)); } break; case 304: { (yyval.ast) = zend_ast_create(ZEND_AST_ASSIGN, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 305: { (yyval.ast) = zend_ast_create(ZEND_AST_ASSIGN_REF, (yyvsp[-3].ast), (yyvsp[0].ast)); } break; case 306: { (yyval.ast) = zend_ast_create(ZEND_AST_CLONE, (yyvsp[0].ast)); } break; case 307: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_ADD, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 308: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_SUB, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 309: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_MUL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 310: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_POW, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 311: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_DIV, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 312: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_CONCAT, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 313: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_MOD, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 314: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_BW_AND, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 315: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_BW_OR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 316: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_BW_XOR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 317: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_SL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 318: { (yyval.ast) = zend_ast_create_assign_op(ZEND_ASSIGN_SR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 319: { (yyval.ast) = zend_ast_create(ZEND_AST_POST_INC, (yyvsp[-1].ast)); } break; case 320: { (yyval.ast) = zend_ast_create(ZEND_AST_PRE_INC, (yyvsp[0].ast)); } break; case 321: { (yyval.ast) = zend_ast_create(ZEND_AST_POST_DEC, (yyvsp[-1].ast)); } break; case 322: { (yyval.ast) = zend_ast_create(ZEND_AST_PRE_DEC, (yyvsp[0].ast)); } break; case 323: { (yyval.ast) = zend_ast_create(ZEND_AST_OR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 324: { (yyval.ast) = zend_ast_create(ZEND_AST_AND, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 325: { (yyval.ast) = zend_ast_create(ZEND_AST_OR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 326: { (yyval.ast) = zend_ast_create(ZEND_AST_AND, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 327: { (yyval.ast) = zend_ast_create_binary_op(ZEND_BOOL_XOR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 328: { (yyval.ast) = zend_ast_create_binary_op(ZEND_BW_OR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 329: { (yyval.ast) = zend_ast_create_binary_op(ZEND_BW_AND, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 330: { (yyval.ast) = zend_ast_create_binary_op(ZEND_BW_XOR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 331: { (yyval.ast) = zend_ast_create_binary_op(ZEND_CONCAT, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 332: { (yyval.ast) = zend_ast_create_binary_op(ZEND_ADD, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 333: { (yyval.ast) = zend_ast_create_binary_op(ZEND_SUB, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 334: { (yyval.ast) = zend_ast_create_binary_op(ZEND_MUL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 335: { (yyval.ast) = zend_ast_create_binary_op(ZEND_POW, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 336: { (yyval.ast) = zend_ast_create_binary_op(ZEND_DIV, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 337: { (yyval.ast) = zend_ast_create_binary_op(ZEND_MOD, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 338: { (yyval.ast) = zend_ast_create_binary_op(ZEND_SL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 339: { (yyval.ast) = zend_ast_create_binary_op(ZEND_SR, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 340: { (yyval.ast) = zend_ast_create(ZEND_AST_UNARY_PLUS, (yyvsp[0].ast)); } break; case 341: { (yyval.ast) = zend_ast_create(ZEND_AST_UNARY_MINUS, (yyvsp[0].ast)); } break; case 342: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_UNARY_OP, ZEND_BOOL_NOT, (yyvsp[0].ast)); } break; case 343: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_UNARY_OP, ZEND_BW_NOT, (yyvsp[0].ast)); } break; case 344: { (yyval.ast) = zend_ast_create_binary_op(ZEND_IS_IDENTICAL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 345: { (yyval.ast) = zend_ast_create_binary_op(ZEND_IS_NOT_IDENTICAL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 346: { (yyval.ast) = zend_ast_create_binary_op(ZEND_IS_EQUAL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 347: { (yyval.ast) = zend_ast_create_binary_op(ZEND_IS_NOT_EQUAL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 348: { (yyval.ast) = zend_ast_create_binary_op(ZEND_IS_SMALLER, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 349: { (yyval.ast) = zend_ast_create_binary_op(ZEND_IS_SMALLER_OR_EQUAL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 350: { (yyval.ast) = zend_ast_create(ZEND_AST_GREATER, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 351: { (yyval.ast) = zend_ast_create(ZEND_AST_GREATER_EQUAL, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 352: { (yyval.ast) = zend_ast_create_binary_op(ZEND_SPACESHIP, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 353: { (yyval.ast) = zend_ast_create(ZEND_AST_INSTANCEOF, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 354: { (yyval.ast) = (yyvsp[-1].ast); } break; case 355: { (yyval.ast) = (yyvsp[0].ast); } break; case 356: { (yyval.ast) = zend_ast_create(ZEND_AST_CONDITIONAL, (yyvsp[-4].ast), (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 357: { (yyval.ast) = zend_ast_create(ZEND_AST_CONDITIONAL, (yyvsp[-3].ast), NULL, (yyvsp[0].ast)); } break; case 358: { (yyval.ast) = zend_ast_create(ZEND_AST_COALESCE, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 359: { (yyval.ast) = (yyvsp[0].ast); } break; case 360: { (yyval.ast) = zend_ast_create_cast(IS_LONG, (yyvsp[0].ast)); } break; case 361: { (yyval.ast) = zend_ast_create_cast(IS_DOUBLE, (yyvsp[0].ast)); } break; case 362: { (yyval.ast) = zend_ast_create_cast(IS_STRING, (yyvsp[0].ast)); } break; case 363: { (yyval.ast) = zend_ast_create_cast(IS_ARRAY, (yyvsp[0].ast)); } break; case 364: { (yyval.ast) = zend_ast_create_cast(IS_OBJECT, (yyvsp[0].ast)); } break; case 365: { (yyval.ast) = zend_ast_create_cast(_IS_BOOL, (yyvsp[0].ast)); } break; case 366: { (yyval.ast) = zend_ast_create_cast(IS_NULL, (yyvsp[0].ast)); } break; case 367: { (yyval.ast) = zend_ast_create(ZEND_AST_EXIT, (yyvsp[0].ast)); } break; case 368: { (yyval.ast) = zend_ast_create(ZEND_AST_SILENCE, (yyvsp[0].ast)); } break; case 369: { (yyval.ast) = (yyvsp[0].ast); } break; case 370: { (yyval.ast) = zend_ast_create(ZEND_AST_SHELL_EXEC, (yyvsp[-1].ast)); } break; case 371: { (yyval.ast) = zend_ast_create(ZEND_AST_PRINT, (yyvsp[0].ast)); } break; case 372: { (yyval.ast) = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); CG(extra_fn_flags) |= ZEND_ACC_GENERATOR; } break; case 373: { (yyval.ast) = zend_ast_create(ZEND_AST_YIELD, (yyvsp[0].ast), NULL); CG(extra_fn_flags) |= ZEND_ACC_GENERATOR; } break; case 374: { (yyval.ast) = zend_ast_create(ZEND_AST_YIELD, (yyvsp[0].ast), (yyvsp[-2].ast)); CG(extra_fn_flags) |= ZEND_ACC_GENERATOR; } break; case 375: { (yyval.ast) = zend_ast_create(ZEND_AST_YIELD_FROM, (yyvsp[0].ast)); CG(extra_fn_flags) |= ZEND_ACC_GENERATOR; } break; case 376: { (yyval.ast) = zend_ast_create_decl(ZEND_AST_CLOSURE, (yyvsp[-11].num) | (yyvsp[0].num), (yyvsp[-12].num), (yyvsp[-10].str), zend_string_init("{closure}", sizeof("{closure}") - 1, 0), (yyvsp[-8].ast), (yyvsp[-6].ast), (yyvsp[-2].ast), (yyvsp[-5].ast)); CG(extra_fn_flags) = (yyvsp[-4].num); } break; case 377: { (yyval.ast) = zend_ast_create_decl(ZEND_AST_CLOSURE, (yyvsp[-11].num) | (yyvsp[0].num) | ZEND_ACC_STATIC, (yyvsp[-12].num), (yyvsp[-10].str), zend_string_init("{closure}", sizeof("{closure}") - 1, 0), (yyvsp[-8].ast), (yyvsp[-6].ast), (yyvsp[-2].ast), (yyvsp[-5].ast)); CG(extra_fn_flags) = (yyvsp[-4].num); } break; case 378: { (yyval.num) = CG(zend_lineno); } break; case 379: { (yyval.str) = CG(doc_comment); CG(doc_comment) = NULL; } break; case 380: { (yyval.num) = CG(extra_fn_flags); CG(extra_fn_flags) = 0; } break; case 381: { (yyval.num) = 0; } break; case 382: { (yyval.num) = ZEND_ACC_RETURN_REFERENCE; } break; case 383: { (yyval.ast) = NULL; } break; case 384: { (yyval.ast) = (yyvsp[-1].ast); } break; case 385: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 386: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_CLOSURE_USES, (yyvsp[0].ast)); } break; case 387: { (yyval.ast) = (yyvsp[0].ast); } break; case 388: { (yyval.ast) = (yyvsp[0].ast); (yyval.ast)->attr = 1; } break; case 389: { (yyval.ast) = zend_ast_create(ZEND_AST_CALL, (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 390: { (yyval.ast) = zend_ast_create(ZEND_AST_STATIC_CALL, (yyvsp[-3].ast), (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 391: { (yyval.ast) = zend_ast_create(ZEND_AST_STATIC_CALL, (yyvsp[-3].ast), (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 392: { (yyval.ast) = zend_ast_create(ZEND_AST_CALL, (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 393: { zval zv; ZVAL_INTERNED_STR(&zv, ZSTR_KNOWN(ZEND_STR_STATIC)); (yyval.ast) = zend_ast_create_zval_ex(&zv, ZEND_NAME_NOT_FQ); } break; case 394: { (yyval.ast) = (yyvsp[0].ast); } break; case 395: { (yyval.ast) = (yyvsp[0].ast); } break; case 396: { (yyval.ast) = (yyvsp[0].ast); } break; case 397: { (yyval.ast) = NULL; } break; case 398: { (yyval.ast) = (yyvsp[-1].ast); } break; case 399: { (yyval.ast) = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); } break; case 400: { (yyval.ast) = (yyvsp[0].ast); } break; case 401: { (yyval.ast) = (yyvsp[0].ast); } break; case 402: { (yyval.ast) = zend_ast_create_list(0, ZEND_AST_ARG_LIST); } break; case 403: { (yyval.ast) = (yyvsp[0].ast); } break; case 404: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = ZEND_ARRAY_SYNTAX_LONG; } break; case 405: { (yyval.ast) = (yyvsp[-1].ast); (yyval.ast)->attr = ZEND_ARRAY_SYNTAX_SHORT; } break; case 406: { (yyval.ast) = (yyvsp[0].ast); } break; case 407: { (yyval.ast) = (yyvsp[0].ast); } break; case 408: { (yyval.ast) = (yyvsp[0].ast); } break; case 409: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_LINE); } break; case 410: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_FILE); } break; case 411: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_DIR); } break; case 412: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_TRAIT_C); } break; case 413: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_METHOD_C); } break; case 414: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_FUNC_C); } break; case 415: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_NS_C); } break; case 416: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_MAGIC_CONST, T_CLASS_C); } break; case 417: { (yyval.ast) = (yyvsp[-1].ast); } break; case 418: { (yyval.ast) = zend_ast_create_zval_from_str(ZSTR_EMPTY_ALLOC()); } break; case 419: { (yyval.ast) = (yyvsp[-1].ast); } break; case 420: { (yyval.ast) = (yyvsp[-1].ast); } break; case 421: { (yyval.ast) = (yyvsp[0].ast); } break; case 422: { (yyval.ast) = (yyvsp[0].ast); } break; case 423: { (yyval.ast) = zend_ast_create(ZEND_AST_CONST, (yyvsp[0].ast)); } break; case 424: { (yyval.ast) = zend_ast_create(ZEND_AST_CLASS_CONST, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 425: { (yyval.ast) = zend_ast_create(ZEND_AST_CLASS_CONST, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 426: { (yyval.ast) = (yyvsp[0].ast); } break; case 427: { (yyval.ast) = (yyvsp[0].ast); } break; case 428: { (yyval.ast) = NULL; } break; case 429: { (yyval.ast) = (yyvsp[0].ast); } break; case 430: { (yyval.ast) = (yyvsp[0].ast); } break; case 431: { (yyval.ast) = (yyvsp[0].ast); } break; case 432: { (yyval.ast) = (yyvsp[-1].ast); } break; case 433: { (yyval.ast) = (yyvsp[0].ast); } break; case 434: { (yyval.ast) = (yyvsp[0].ast); } break; case 435: { (yyval.ast) = (yyvsp[-1].ast); } break; case 436: { (yyval.ast) = (yyvsp[0].ast); } break; case 437: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[0].ast)); } break; case 438: { (yyval.ast) = zend_ast_create(ZEND_AST_DIM, (yyvsp[-3].ast), (yyvsp[-1].ast)); } break; case 439: { (yyval.ast) = zend_ast_create(ZEND_AST_DIM, (yyvsp[-3].ast), (yyvsp[-1].ast)); } break; case 440: { (yyval.ast) = zend_ast_create(ZEND_AST_DIM, (yyvsp[-3].ast), (yyvsp[-1].ast)); } break; case 441: { (yyval.ast) = zend_ast_create(ZEND_AST_METHOD_CALL, (yyvsp[-3].ast), (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 442: { (yyval.ast) = (yyvsp[0].ast); } break; case 443: { (yyval.ast) = (yyvsp[0].ast); } break; case 444: { (yyval.ast) = (yyvsp[0].ast); } break; case 445: { (yyval.ast) = zend_ast_create(ZEND_AST_PROP, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 446: { (yyval.ast) = (yyvsp[0].ast); } break; case 447: { (yyval.ast) = (yyvsp[-1].ast); } break; case 448: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[0].ast)); } break; case 449: { (yyval.ast) = zend_ast_create(ZEND_AST_STATIC_PROP, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 450: { (yyval.ast) = zend_ast_create(ZEND_AST_STATIC_PROP, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 451: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[0].ast)); } break; case 452: { (yyval.ast) = zend_ast_create(ZEND_AST_DIM, (yyvsp[-3].ast), (yyvsp[-1].ast)); } break; case 453: { (yyval.ast) = zend_ast_create(ZEND_AST_DIM, (yyvsp[-3].ast), (yyvsp[-1].ast)); } break; case 454: { (yyval.ast) = zend_ast_create(ZEND_AST_PROP, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 455: { (yyval.ast) = zend_ast_create(ZEND_AST_STATIC_PROP, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 456: { (yyval.ast) = zend_ast_create(ZEND_AST_STATIC_PROP, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 457: { (yyval.ast) = (yyvsp[0].ast); } break; case 458: { (yyval.ast) = (yyvsp[-1].ast); } break; case 459: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[0].ast)); } break; case 460: { (yyval.ast) = (yyvsp[0].ast); } break; case 461: { (yyval.ast) = (yyvsp[-1].ast); } break; case 462: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[0].ast)); } break; case 463: { /* allow single trailing comma */ (yyval.ast) = zend_ast_list_rtrim((yyvsp[0].ast)); } break; case 464: { (yyval.ast) = NULL; } break; case 465: { (yyval.ast) = (yyvsp[0].ast); } break; case 466: { (yyval.ast) = zend_ast_list_add((yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 467: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_ARRAY, (yyvsp[0].ast)); } break; case 468: { (yyval.ast) = zend_ast_create(ZEND_AST_ARRAY_ELEM, (yyvsp[0].ast), (yyvsp[-2].ast)); } break; case 469: { (yyval.ast) = zend_ast_create(ZEND_AST_ARRAY_ELEM, (yyvsp[0].ast), NULL); } break; case 470: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, (yyvsp[0].ast), (yyvsp[-3].ast)); } break; case 471: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_ARRAY_ELEM, 1, (yyvsp[0].ast), NULL); } break; case 472: { (yyvsp[-1].ast)->attr = ZEND_ARRAY_SYNTAX_LIST; (yyval.ast) = zend_ast_create(ZEND_AST_ARRAY_ELEM, (yyvsp[-1].ast), (yyvsp[-5].ast)); } break; case 473: { (yyvsp[-1].ast)->attr = ZEND_ARRAY_SYNTAX_LIST; (yyval.ast) = zend_ast_create(ZEND_AST_ARRAY_ELEM, (yyvsp[-1].ast), NULL); } break; case 474: { (yyval.ast) = zend_ast_list_add((yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 475: { (yyval.ast) = zend_ast_list_add((yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 476: { (yyval.ast) = zend_ast_create_list(1, ZEND_AST_ENCAPS_LIST, (yyvsp[0].ast)); } break; case 477: { (yyval.ast) = zend_ast_create_list(2, ZEND_AST_ENCAPS_LIST, (yyvsp[-1].ast), (yyvsp[0].ast)); } break; case 478: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[0].ast)); } break; case 479: { (yyval.ast) = zend_ast_create(ZEND_AST_DIM, zend_ast_create(ZEND_AST_VAR, (yyvsp[-3].ast)), (yyvsp[-1].ast)); } break; case 480: { (yyval.ast) = zend_ast_create(ZEND_AST_PROP, zend_ast_create(ZEND_AST_VAR, (yyvsp[-2].ast)), (yyvsp[0].ast)); } break; case 481: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[-1].ast)); } break; case 482: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[-1].ast)); } break; case 483: { (yyval.ast) = zend_ast_create(ZEND_AST_DIM, zend_ast_create(ZEND_AST_VAR, (yyvsp[-4].ast)), (yyvsp[-2].ast)); } break; case 484: { (yyval.ast) = (yyvsp[-1].ast); } break; case 485: { (yyval.ast) = (yyvsp[0].ast); } break; case 486: { (yyval.ast) = (yyvsp[0].ast); } break; case 487: { (yyval.ast) = zend_negate_num_string((yyvsp[0].ast)); } break; case 488: { (yyval.ast) = zend_ast_create(ZEND_AST_VAR, (yyvsp[0].ast)); } break; case 489: { (yyval.ast) = (yyvsp[-1].ast); } break; case 490: { (yyval.ast) = zend_ast_create(ZEND_AST_EMPTY, (yyvsp[-1].ast)); } break; case 491: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_INCLUDE, (yyvsp[0].ast)); } break; case 492: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_INCLUDE_ONCE, (yyvsp[0].ast)); } break; case 493: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_EVAL, (yyvsp[-1].ast)); } break; case 494: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE, (yyvsp[0].ast)); } break; case 495: { (yyval.ast) = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE_ONCE, (yyvsp[0].ast)); } break; case 496: { (yyval.ast) = (yyvsp[0].ast); } break; case 497: { (yyval.ast) = zend_ast_create(ZEND_AST_AND, (yyvsp[-2].ast), (yyvsp[0].ast)); } break; case 498: { (yyval.ast) = zend_ast_create(ZEND_AST_ISSET, (yyvsp[0].ast)); } break; default: break; } /* User semantic actions sometimes alter yychar, and that requires that yytoken be updated with the new translation. We take the approach of translating immediately before every use of yytoken. One alternative is translating here after every semantic action, but that translation would be missed if the semantic action invokes YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or if it invokes YYBACKUP. In the case of YYABORT or YYACCEPT, an incorrect destructor might then be invoked immediately. In the case of YYERROR or YYBACKUP, subsequent parser actions might lead to an incorrect destructor call or verbose syntax error message before the lookahead is translated. */ YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc); YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); *++yyvsp = yyval; /* Now 'shift' the result of the reduction. Determine what state that goes to, based on the state we popped back to and the rule number reduced by. */ yyn = yyr1[yyn]; yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp) yystate = yytable[yystate]; else yystate = yydefgoto[yyn - YYNTOKENS]; goto yynewstate; /*--------------------------------------. | yyerrlab -- here on detecting error. | `--------------------------------------*/ yyerrlab: /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar); /* If not already recovering from an error, report this error. */ if (!yyerrstatus) { ++yynerrs; #if ! YYERROR_VERBOSE yyerror (YY_("syntax error")); #else # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \ yyssp, yytoken) { char const *yymsgp = YY_("syntax error"); int yysyntax_error_status; yysyntax_error_status = YYSYNTAX_ERROR; if (yysyntax_error_status == 0) yymsgp = yymsg; else if (yysyntax_error_status == 1) { if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc); if (!yymsg) { yymsg = yymsgbuf; yymsg_alloc = sizeof yymsgbuf; yysyntax_error_status = 2; } else { yysyntax_error_status = YYSYNTAX_ERROR; yymsgp = yymsg; } } yyerror (yymsgp); if (yysyntax_error_status == 2) goto yyexhaustedlab; } # undef YYSYNTAX_ERROR #endif } if (yyerrstatus == 3) { /* If just tried and failed to reuse lookahead token after an error, discard it. */ if (yychar <= YYEOF) { /* Return failure if at end of input. */ if (yychar == YYEOF) YYABORT; } else { yydestruct ("Error: discarding", yytoken, &yylval); yychar = YYEMPTY; } } /* Else will try to reuse lookahead token after shifting the error token. */ goto yyerrlab1; /*---------------------------------------------------. | yyerrorlab -- error raised explicitly by YYERROR. | `---------------------------------------------------*/ yyerrorlab: /* Pacify compilers like GCC when the user code never invokes YYERROR and the label yyerrorlab therefore never appears in user code. */ if (/*CONSTCOND*/ 0) goto yyerrorlab; /* Do not reclaim the symbols of the rule whose action triggered this YYERROR. */ YYPOPSTACK (yylen); yylen = 0; YY_STACK_PRINT (yyss, yyssp); yystate = *yyssp; goto yyerrlab1; /*-------------------------------------------------------------. | yyerrlab1 -- common code for both syntax error and YYERROR. | `-------------------------------------------------------------*/ yyerrlab1: yyerrstatus = 3; /* Each real token shifted decrements this. */ for (;;) { yyn = yypact[yystate]; if (!yypact_value_is_default (yyn)) { yyn += YYTERROR; if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR) { yyn = yytable[yyn]; if (0 < yyn) break; } } /* Pop the current state because it cannot handle the error token. */ if (yyssp == yyss) YYABORT; yydestruct ("Error: popping", yystos[yystate], yyvsp); YYPOPSTACK (1); yystate = *yyssp; YY_STACK_PRINT (yyss, yyssp); } YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN *++yyvsp = yylval; YY_IGNORE_MAYBE_UNINITIALIZED_END /* Shift the error token. */ YY_SYMBOL_PRINT ("Shifting", yystos[yyn], yyvsp, yylsp); yystate = yyn; goto yynewstate; /*-------------------------------------. | yyacceptlab -- YYACCEPT comes here. | `-------------------------------------*/ yyacceptlab: yyresult = 0; goto yyreturn; /*-----------------------------------. | yyabortlab -- YYABORT comes here. | `-----------------------------------*/ yyabortlab: yyresult = 1; goto yyreturn; #if !defined yyoverflow || YYERROR_VERBOSE /*-------------------------------------------------. | yyexhaustedlab -- memory exhaustion comes here. | `-------------------------------------------------*/ yyexhaustedlab: yyerror (YY_("memory exhausted")); yyresult = 2; /* Fall through. */ #endif yyreturn: if (yychar != YYEMPTY) { /* Make sure we have latest lookahead translation. See comments at user semantic actions for why this is necessary. */ yytoken = YYTRANSLATE (yychar); yydestruct ("Cleanup: discarding lookahead", yytoken, &yylval); } /* Do not reclaim the symbols of the rule whose action triggered this YYABORT or YYACCEPT. */ YYPOPSTACK (yylen); YY_STACK_PRINT (yyss, yyssp); while (yyssp != yyss) { yydestruct ("Cleanup: popping", yystos[*yyssp], yyvsp); YYPOPSTACK (1); } #ifndef yyoverflow if (yyss != yyssa) YYSTACK_FREE (yyss); #endif #if YYERROR_VERBOSE if (yymsg != yymsgbuf) YYSTACK_FREE (yymsg); #endif return yyresult; } /* Copy to YYRES the contents of YYSTR after stripping away unnecessary quotes and backslashes, so that it's suitable for yyerror. The heuristic is that double-quoting is unnecessary unless the string contains an apostrophe, a comma, or backslash (other than backslash-backslash). YYSTR is taken from yytname. If YYRES is null, do not copy; instead, return the length of what the result would have been. */ static YYSIZE_T zend_yytnamerr(char *yyres, const char *yystr) { /* CG(parse_error) states: * 0 => yyres = NULL, yystr is the unexpected token * 1 => yyres = NULL, yystr is one of the expected tokens * 2 => yyres != NULL, yystr is the unexpected token * 3 => yyres != NULL, yystr is one of the expected tokens */ if (yyres && CG(parse_error) < 2) { CG(parse_error) = 2; } if (CG(parse_error) % 2 == 0) { /* The unexpected token */ char buffer[120]; const unsigned char *end, *str, *tok1 = NULL, *tok2 = NULL; unsigned int len = 0, toklen = 0, yystr_len; CG(parse_error)++; if (LANG_SCNG(yy_text)[0] == 0 && LANG_SCNG(yy_leng) == 1 && memcmp(yystr, "\"end of file\"", sizeof("\"end of file\"") - 1) == 0) { if (yyres) { yystpcpy(yyres, "end of file"); } return sizeof("end of file")-1; } str = LANG_SCNG(yy_text); end = memchr(str, '\n', LANG_SCNG(yy_leng)); yystr_len = (unsigned int)yystrlen(yystr); if ((tok1 = memchr(yystr, '(', yystr_len)) != NULL && (tok2 = zend_memrchr(yystr, ')', yystr_len)) != NULL) { toklen = (tok2 - tok1) + 1; } else { tok1 = tok2 = NULL; toklen = 0; } if (end == NULL) { len = LANG_SCNG(yy_leng) > 30 ? 30 : LANG_SCNG(yy_leng); } else { len = (end - str) > 30 ? 30 : (end - str); } if (yyres) { if (toklen) { snprintf(buffer, sizeof(buffer), "'%.*s' %.*s", len, str, toklen, tok1); } else { snprintf(buffer, sizeof(buffer), "'%.*s'", len, str); } yystpcpy(yyres, buffer); } return len + (toklen ? toklen + 1 : 0) + 2; } /* One of the expected tokens */ if (!yyres) { return yystrlen(yystr) - (*yystr == '"' ? 2 : 0); } if (*yystr == '"') { YYSIZE_T yyn = 0; const char *yyp = yystr; for (; *++yyp != '"'; ++yyn) { yyres[yyn] = *yyp; } yyres[yyn] = '\0'; return yyn; } yystpcpy(yyres, yystr); return strlen(yystr); } /* * Local variables: * tab-width: 4 * c-basic-offset: 4 * indent-tabs-mode: t * End: * vim600: sw=4 ts=4 fdm=marker * vim<600: sw=4 ts=4 */