2015-06-13 13:09:34 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace PhpParser\Parser;
|
|
|
|
|
|
|
|
use PhpParser\Error;
|
|
|
|
use PhpParser\Node;
|
|
|
|
use PhpParser\Node\Expr;
|
|
|
|
use PhpParser\Node\Name;
|
|
|
|
use PhpParser\Node\Scalar;
|
|
|
|
use PhpParser\Node\Stmt;
|
|
|
|
|
|
|
|
/* This is an automatically GENERATED file, which should not be manually edited.
|
|
|
|
* Instead edit one of the following:
|
2015-06-13 13:50:16 +02:00
|
|
|
* * the grammar files grammar/php5.y or grammar/php7.y
|
2015-06-13 18:39:55 +02:00
|
|
|
* * the skeleton file grammar/parser.template
|
2015-06-13 13:50:16 +02:00
|
|
|
* * the preprocessing script grammar/rebuildParsers.php
|
2015-06-13 13:09:34 +02:00
|
|
|
*/
|
2015-06-13 13:50:16 +02:00
|
|
|
class Php7 extends \PhpParser\ParserAbstract
|
2015-06-13 13:09:34 +02:00
|
|
|
{
|
|
|
|
protected $tokenToSymbolMapSize = 392;
|
2016-07-06 18:34:09 +02:00
|
|
|
protected $actionTableSize = 880;
|
2016-07-06 23:21:53 +02:00
|
|
|
protected $gotoTableSize = 404;
|
2015-06-13 13:09:34 +02:00
|
|
|
|
|
|
|
protected $invalidSymbol = 157;
|
|
|
|
protected $errorSymbol = 1;
|
|
|
|
protected $defaultAction = -32766;
|
|
|
|
protected $unexpectedTokenRule = 32767;
|
|
|
|
|
2016-07-06 23:21:53 +02:00
|
|
|
protected $YY2TBLSTATE = 332;
|
|
|
|
protected $YYNLSTATES = 559;
|
2015-06-13 13:09:34 +02:00
|
|
|
|
|
|
|
protected $symbolToName = array(
|
|
|
|
"EOF",
|
|
|
|
"error",
|
|
|
|
"T_INCLUDE",
|
|
|
|
"T_INCLUDE_ONCE",
|
|
|
|
"T_EVAL",
|
|
|
|
"T_REQUIRE",
|
|
|
|
"T_REQUIRE_ONCE",
|
|
|
|
"','",
|
|
|
|
"T_LOGICAL_OR",
|
|
|
|
"T_LOGICAL_XOR",
|
|
|
|
"T_LOGICAL_AND",
|
|
|
|
"T_PRINT",
|
|
|
|
"T_YIELD",
|
2015-06-13 16:24:52 +02:00
|
|
|
"T_DOUBLE_ARROW",
|
2015-06-13 13:09:34 +02:00
|
|
|
"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",
|
|
|
|
"'+'",
|
|
|
|
"'-'",
|
|
|
|
"'.'",
|
|
|
|
"'*'",
|
|
|
|
"'/'",
|
|
|
|
"'%'",
|
|
|
|
"'!'",
|
|
|
|
"T_INSTANCEOF",
|
|
|
|
"'~'",
|
|
|
|
"T_INC",
|
|
|
|
"T_DEC",
|
|
|
|
"T_INT_CAST",
|
|
|
|
"T_DOUBLE_CAST",
|
|
|
|
"T_STRING_CAST",
|
|
|
|
"T_ARRAY_CAST",
|
|
|
|
"T_OBJECT_CAST",
|
|
|
|
"T_BOOL_CAST",
|
|
|
|
"T_UNSET_CAST",
|
|
|
|
"'@'",
|
|
|
|
"T_POW",
|
|
|
|
"'['",
|
|
|
|
"T_NEW",
|
|
|
|
"T_CLONE",
|
|
|
|
"T_EXIT",
|
|
|
|
"T_IF",
|
|
|
|
"T_ELSEIF",
|
|
|
|
"T_ELSE",
|
|
|
|
"T_ENDIF",
|
|
|
|
"T_LNUMBER",
|
|
|
|
"T_DNUMBER",
|
|
|
|
"T_STRING",
|
|
|
|
"T_STRING_VARNAME",
|
|
|
|
"T_VARIABLE",
|
|
|
|
"T_NUM_STRING",
|
|
|
|
"T_INLINE_HTML",
|
|
|
|
"T_ENCAPSED_AND_WHITESPACE",
|
|
|
|
"T_CONSTANT_ENCAPSED_STRING",
|
|
|
|
"T_ECHO",
|
|
|
|
"T_DO",
|
|
|
|
"T_WHILE",
|
|
|
|
"T_ENDWHILE",
|
|
|
|
"T_FOR",
|
|
|
|
"T_ENDFOR",
|
|
|
|
"T_FOREACH",
|
|
|
|
"T_ENDFOREACH",
|
|
|
|
"T_DECLARE",
|
|
|
|
"T_ENDDECLARE",
|
|
|
|
"T_AS",
|
|
|
|
"T_SWITCH",
|
|
|
|
"T_ENDSWITCH",
|
|
|
|
"T_CASE",
|
|
|
|
"T_DEFAULT",
|
|
|
|
"T_BREAK",
|
|
|
|
"T_CONTINUE",
|
|
|
|
"T_GOTO",
|
|
|
|
"T_FUNCTION",
|
|
|
|
"T_CONST",
|
|
|
|
"T_RETURN",
|
|
|
|
"T_TRY",
|
|
|
|
"T_CATCH",
|
|
|
|
"T_FINALLY",
|
|
|
|
"T_THROW",
|
|
|
|
"T_USE",
|
|
|
|
"T_INSTEADOF",
|
|
|
|
"T_GLOBAL",
|
|
|
|
"T_STATIC",
|
|
|
|
"T_ABSTRACT",
|
|
|
|
"T_FINAL",
|
|
|
|
"T_PRIVATE",
|
|
|
|
"T_PROTECTED",
|
|
|
|
"T_PUBLIC",
|
|
|
|
"T_VAR",
|
|
|
|
"T_UNSET",
|
|
|
|
"T_ISSET",
|
|
|
|
"T_EMPTY",
|
|
|
|
"T_HALT_COMPILER",
|
|
|
|
"T_CLASS",
|
|
|
|
"T_TRAIT",
|
|
|
|
"T_INTERFACE",
|
|
|
|
"T_EXTENDS",
|
|
|
|
"T_IMPLEMENTS",
|
|
|
|
"T_OBJECT_OPERATOR",
|
|
|
|
"T_LIST",
|
|
|
|
"T_ARRAY",
|
|
|
|
"T_CALLABLE",
|
|
|
|
"T_CLASS_C",
|
|
|
|
"T_TRAIT_C",
|
|
|
|
"T_METHOD_C",
|
|
|
|
"T_FUNC_C",
|
|
|
|
"T_LINE",
|
|
|
|
"T_FILE",
|
|
|
|
"T_START_HEREDOC",
|
|
|
|
"T_END_HEREDOC",
|
|
|
|
"T_DOLLAR_OPEN_CURLY_BRACES",
|
|
|
|
"T_CURLY_OPEN",
|
|
|
|
"T_PAAMAYIM_NEKUDOTAYIM",
|
|
|
|
"T_NAMESPACE",
|
|
|
|
"T_NS_C",
|
|
|
|
"T_DIR",
|
|
|
|
"T_NS_SEPARATOR",
|
|
|
|
"T_ELLIPSIS",
|
|
|
|
"';'",
|
|
|
|
"'{'",
|
|
|
|
"'}'",
|
|
|
|
"'('",
|
|
|
|
"')'",
|
|
|
|
"'`'",
|
|
|
|
"']'",
|
2015-06-13 15:42:09 +02:00
|
|
|
"'\"'",
|
|
|
|
"'$'"
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $tokenToSymbol = array(
|
|
|
|
0, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
2015-06-13 16:24:52 +02:00
|
|
|
157, 157, 157, 53, 155, 157, 156, 52, 35, 157,
|
|
|
|
151, 152, 50, 47, 7, 48, 49, 51, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 29, 148,
|
|
|
|
41, 15, 43, 28, 65, 157, 157, 157, 157, 157,
|
2015-06-13 13:09:34 +02:00
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
2015-06-13 16:24:52 +02:00
|
|
|
157, 67, 157, 154, 34, 157, 153, 157, 157, 157,
|
2015-06-13 13:09:34 +02:00
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
2015-06-13 16:24:52 +02:00
|
|
|
157, 157, 157, 149, 33, 150, 55, 157, 157, 157,
|
2015-06-13 13:09:34 +02:00
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 157, 157, 157, 157,
|
|
|
|
157, 157, 157, 157, 157, 157, 1, 2, 3, 4,
|
2015-06-13 16:24:52 +02:00
|
|
|
5, 6, 8, 9, 10, 11, 12, 13, 14, 16,
|
2015-06-13 13:09:34 +02:00
|
|
|
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
|
2015-06-13 16:24:52 +02:00
|
|
|
27, 30, 31, 32, 36, 37, 38, 39, 40, 42,
|
|
|
|
44, 45, 46, 54, 56, 57, 58, 59, 60, 61,
|
|
|
|
62, 63, 64, 66, 68, 69, 70, 71, 72, 73,
|
|
|
|
74, 75, 76, 77, 78, 79, 80, 81, 157, 157,
|
2015-06-13 13:09:34 +02:00
|
|
|
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, 157, 157, 157, 157,
|
|
|
|
157, 157, 138, 139, 140, 141, 142, 143, 144, 145,
|
|
|
|
146, 147
|
|
|
|
);
|
|
|
|
|
|
|
|
protected $action = array(
|
2016-07-06 23:21:53 +02:00
|
|
|
564, 565, 566, 567, 568, 211, 569, 570, 571, 607,
|
|
|
|
608,-32766,-32766,-32766,-32767,-32767,-32767,-32767, 88, 89,
|
|
|
|
90, 91, 92, 525,-32766,-32766,-32766,-32766,-32766,-32766,
|
|
|
|
757,-32766, 112,-32766,-32766,-32766,-32766,-32766,-32766,-32767,
|
2015-10-02 11:03:12 +02:00
|
|
|
-32767,-32767,-32767,-32767,-32766, 0,-32766,-32766,-32766,-32766,
|
2016-07-06 23:21:53 +02:00
|
|
|
-32766,-32766, 572, 28,-32766,-32766,-32766, 114, 833, 834,
|
|
|
|
835, 832, 831, 830, 241, 238, 573, 574, 575, 576,
|
|
|
|
577, 578, 579, 282,-32766, 639,-32766,-32766,-32766,-32766,
|
|
|
|
-32766, 24, 580, 581, 582, 583, 584, 585, 586, 587,
|
|
|
|
588, 589, 590, 610, 611, 612, 613, 614, 602, 603,
|
|
|
|
604, 605, 606, 591, 592, 593, 594, 595, 596, 597,
|
|
|
|
633, 634, 635, 636, 637, 638, 598, 599, 600, 601,
|
|
|
|
631, 622, 620, 621, 617, 618, 339, 609, 615, 616,
|
|
|
|
623, 624, 626, 625, 627, 628, 40, 41, 376, 42,
|
|
|
|
43, 619, 630, 629, -212, 44, 45, -265, 46, 758,
|
|
|
|
-32766,-32766,-32766, 264, 21, 22, 833, 834, 835, 832,
|
|
|
|
831, 830, 825, -421, 221, 641, 261, 994, 364,-32766,
|
|
|
|
-32766, 960,-32766,-32766,-32766,-32766, -422,-32766, -160, 37,
|
|
|
|
994, 47, 48, 514, 213,-32766,-32766, 49, -217, 50,
|
|
|
|
217, 218, 51, 52, 53, 54, 55, 56, 57, 58,
|
|
|
|
939, 22, 235, 59, 346,-32766,-32766,-32766, -454, 961,
|
|
|
|
962, 641, 302, 994, -236, 1028, 223, 960, 394,-32766,
|
|
|
|
1036, 710, 1038, 1037, -421,-32766, -462,-32766,-32766,-32766,
|
|
|
|
268, 404,-32766, 345, 348,-32766, 350, -422, -421, 63,
|
|
|
|
253, -463, 655, 656, 270, -421, 403, -424, 373, 515,
|
|
|
|
119, -422, 348,-32766, 389, 390, 811, 270, -422,-32766,
|
|
|
|
-425, 111, 221, 393, 394, 709, 966, 967, 968, 969,
|
|
|
|
963, 964, 240, 25, 220, 341, 118, 404, 970, 965,
|
|
|
|
348, 790,-32766, 357, 285, 61, 334, 250, 365, 251,
|
|
|
|
270, 377, -122, -122, -122, -4, 710, 378, 641, 791,
|
|
|
|
-420, 699, 39,-32766, 32, 17, 379, -122, 380, -122,
|
|
|
|
381, -122, 382, -122, 115, 383, -122, -122, -122, 33,
|
|
|
|
34, 384, 347, -160, 35, 385, -159, 123, 60, 1010,
|
|
|
|
1007, 283, 284, 386, 387,-32766,-32766,-32766, 362, 388,
|
|
|
|
224, 7, 685, 728, 391, 392, 93, 94, 95, 241,
|
|
|
|
237, 784, 785, -454, 356,-32766, 431,-32766,-32766, -236,
|
|
|
|
994, -420, 96, 254, 404, 122, 377, 348, 712, 530,
|
|
|
|
-122, -462, 378, -462, 118, -420, 699, 291, 932, 32,
|
|
|
|
17, 379, -420, 380, 113, 381, -463, 382, -463, 806,
|
|
|
|
383,-32766,-32766,-32766, 33, 34, 384, 347, 340, 35,
|
|
|
|
385, 129, 120, 60, 249, 710, 283, 284, 386, 387,
|
|
|
|
1033,-32766, 700, 974, 388, 272, 116, 647, 728, 391,
|
|
|
|
392,-32766,-32766,-32766, 697, 696, 70, 71, 72, 90,
|
|
|
|
91, 92, 353, 534, 393, 532, 109, 270, 266,-32766,
|
|
|
|
-32766, 488, 18, 712, 530, -4, 26, 110, 73, 74,
|
2015-10-02 11:03:12 +02:00
|
|
|
75, 76, 77, 78, 79, 80, 81, 82, 83, 84,
|
|
|
|
85, 86, 87, 88, 89, 90, 91, 92, 93, 94,
|
2016-07-06 23:21:53 +02:00
|
|
|
95, -159, 237, 128, 710, 377, 452, 499, 500, 655,
|
|
|
|
656, 378, 807, 16, 96, 699, 125, 293, 32, 17,
|
|
|
|
379, 126, 380, 239, 381, 654, 382, 371, 6, 383,
|
|
|
|
484, 485, 543, 33, 34, 384, 710, 117, 35, 385,
|
|
|
|
-32766,-32766, 60, 648, 533, 283, 284, 708, 822, 548,
|
|
|
|
810, 558, 124, 388, 547, 542, 214, 721, 237, 222,
|
|
|
|
38, 96, 219, 509, 536, 235, 935, 443, 430, 444,
|
|
|
|
440, 524, 489, 425, 377, 424, 354, 352, 642, 668,
|
|
|
|
378, 351, 712, 530, 699, 312, 1031, 32, 17, 379,
|
|
|
|
641, 380, 435, 381, 513, 382, 486, 730, 383, 497,
|
|
|
|
729,-32766, 33, 34, 384, 710, 377, 35, 385, 429,
|
|
|
|
447, 60, 378, 263, 283, 284, 699, 973, 290, 32,
|
|
|
|
17, 379, 388, 380, 510, 381, 10, 382, 210, 493,
|
|
|
|
383, -80, 332, 535, 33, 34, 384, 710, 503, 35,
|
|
|
|
385, 494, 0, 60, 976, 0, 283, 284, 482, 0,
|
|
|
|
265, 712, 530, 9, 388, 262, 3, 267, 336, 0,
|
|
|
|
0, 0, 0, 0, 0, 537, 0, 393, 0, 0,
|
|
|
|
-381, 0, 0, 0, 0, 377, 0, 0, 0, 0,
|
|
|
|
0, 378, 0, 744, 530, 699, 0, 437, 32, 17,
|
|
|
|
379, 723, 380, 335, 381, 322, 382, 318, 317, 383,
|
|
|
|
305, 353, 260, 33, 34, 384, 710, 377, 35, 385,
|
|
|
|
557, 556, 60, 378, 31, 283, 284, 699, 30, 652,
|
|
|
|
32, 17, 379, 388, 380, 651, 381, 814, 382, 698,
|
|
|
|
816, 383, 653, 815, 818, 33, 34, 384, 817, 740,
|
|
|
|
35, 385, 742, 688, 60, 752, 751, 283, 284, 745,
|
|
|
|
760, 690, 712, 530, 701, 388, 695, 707, 694, 693,
|
2015-10-02 11:03:12 +02:00
|
|
|
27, 97, 98, 99, 100, 101, 102, 103, 104, 105,
|
2016-07-06 23:21:53 +02:00
|
|
|
106, 107, 108, 706, 715, 259, 377, 69, 554, 553,
|
|
|
|
551, 549, 378, 546, 712, 530, 699, 545, 541, 32,
|
|
|
|
17, 379, 540, 380, 538, 381, 531, 382, 333, 36,
|
|
|
|
383, 864, 866, 927, 33, 34, 384, 926, 724, 35,
|
|
|
|
385, 717, -420, 60, 1034, 823, 283, 284, 650, 1035,
|
|
|
|
686, 726, 658, 657, 388, 725, 928, 749, 660, 659,
|
|
|
|
750, 550, 727, 1032, 995, 988, 1000, 1005, 1008, 649,
|
|
|
|
0, -445, 343, 338, 269, 234, 233, 232, 231, 216,
|
|
|
|
215, 212, 130, 712, 530, 127, 920, -425, 121, -424,
|
|
|
|
-423, 68, 20, -447, 67, 66, 23, 29, 62, 65,
|
|
|
|
64, 0, 11, -420, 15, 19, 904, 245, 292, 478,
|
|
|
|
-215, 903, 466, 523, 907, 461, 958, -420, 949, 520,
|
|
|
|
374, -213, 370, 368, -420, 366, 14, 975, 13, 12,
|
|
|
|
-212, 0, -392, 0, 487, 999, 1030, 986, 987, 957
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $actionCheck = array(
|
2015-10-02 11:03:12 +02:00
|
|
|
2, 3, 4, 5, 6, 13, 8, 9, 10, 11,
|
|
|
|
12, 8, 9, 10, 41, 42, 43, 44, 45, 46,
|
|
|
|
47, 48, 49, 77, 8, 9, 10, 8, 9, 10,
|
|
|
|
29, 28, 13, 30, 31, 32, 33, 34, 35, 36,
|
|
|
|
37, 38, 39, 40, 28, 0, 30, 31, 32, 33,
|
|
|
|
34, 35, 54, 13, 8, 9, 10, 7, 112, 113,
|
2016-07-06 18:34:09 +02:00
|
|
|
114, 115, 116, 117, 28, 7, 68, 69, 70, 71,
|
|
|
|
72, 73, 74, 7, 28, 77, 30, 31, 32, 33,
|
2015-10-02 11:03:12 +02:00
|
|
|
34, 7, 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,
|
2016-07-06 18:34:09 +02:00
|
|
|
122, 123, 124, 125, 126, 127, 7, 129, 130, 131,
|
2015-10-02 11:03:12 +02:00
|
|
|
132, 133, 134, 135, 136, 137, 2, 3, 4, 5,
|
2016-07-05 22:58:49 +02:00
|
|
|
6, 143, 144, 145, 152, 11, 12, 79, 14, 148,
|
2016-07-06 18:34:09 +02:00
|
|
|
8, 9, 10, 109, 7, 67, 112, 113, 114, 115,
|
|
|
|
116, 117, 118, 67, 35, 77, 7, 79, 29, 67,
|
|
|
|
28, 83, 30, 31, 32, 33, 67, 109, 7, 67,
|
|
|
|
79, 47, 48, 77, 7, 83, 118, 53, 152, 55,
|
2015-10-02 11:03:12 +02:00
|
|
|
56, 57, 58, 59, 60, 61, 62, 63, 64, 65,
|
2016-07-05 22:58:49 +02:00
|
|
|
112, 67, 68, 69, 70, 8, 9, 10, 7, 75,
|
2016-07-06 18:34:09 +02:00
|
|
|
76, 77, 79, 79, 7, 82, 7, 83, 130, 67,
|
|
|
|
77, 1, 79, 80, 128, 28, 7, 30, 31, 32,
|
|
|
|
7, 143, 130, 7, 146, 83, 102, 128, 142, 151,
|
|
|
|
128, 7, 102, 103, 156, 149, 112, 151, 7, 143,
|
|
|
|
149, 142, 146, 151, 120, 121, 150, 156, 149, 8,
|
|
|
|
151, 149, 35, 129, 130, 1, 132, 133, 134, 135,
|
|
|
|
136, 137, 138, 140, 141, 123, 147, 143, 144, 145,
|
|
|
|
146, 152, 130, 7, 7, 151, 146, 153, 149, 155,
|
|
|
|
156, 71, 72, 73, 74, 0, 1, 77, 77, 152,
|
|
|
|
67, 81, 67, 151, 84, 85, 86, 87, 88, 89,
|
|
|
|
90, 91, 92, 93, 15, 95, 96, 97, 98, 99,
|
|
|
|
100, 101, 102, 152, 104, 105, 7, 67, 108, 152,
|
|
|
|
77, 111, 112, 113, 114, 8, 9, 10, 7, 119,
|
|
|
|
35, 7, 122, 123, 124, 125, 50, 51, 52, 28,
|
|
|
|
54, 130, 131, 152, 7, 28, 82, 30, 31, 152,
|
|
|
|
79, 128, 66, 128, 143, 15, 71, 146, 148, 149,
|
|
|
|
150, 152, 77, 154, 147, 142, 81, 142, 152, 84,
|
|
|
|
85, 86, 149, 88, 149, 90, 152, 92, 154, 148,
|
|
|
|
95, 8, 9, 10, 99, 100, 101, 102, 103, 104,
|
|
|
|
105, 15, 149, 108, 109, 1, 111, 112, 113, 114,
|
|
|
|
150, 28, 148, 139, 119, 67, 15, 122, 123, 124,
|
|
|
|
125, 8, 9, 10, 148, 148, 8, 9, 10, 47,
|
|
|
|
48, 49, 146, 29, 129, 149, 15, 156, 143, 8,
|
|
|
|
9, 72, 73, 148, 149, 150, 28, 15, 30, 31,
|
2015-10-02 11:03:12 +02:00
|
|
|
32, 33, 34, 35, 36, 37, 38, 39, 40, 41,
|
|
|
|
42, 43, 44, 45, 46, 47, 48, 49, 50, 51,
|
2016-07-06 18:34:09 +02:00
|
|
|
52, 152, 54, 15, 1, 71, 128, 72, 73, 102,
|
|
|
|
103, 77, 148, 152, 66, 81, 97, 98, 84, 85,
|
2016-07-06 23:21:53 +02:00
|
|
|
86, 15, 88, 29, 90, 148, 92, 102, 103, 95,
|
2016-07-06 18:34:09 +02:00
|
|
|
106, 107, 29, 99, 100, 101, 1, 29, 104, 105,
|
|
|
|
130, 131, 108, 148, 149, 111, 112, 29, 148, 149,
|
2016-07-06 23:21:53 +02:00
|
|
|
148, 149, 29, 119, 29, 29, 35, 35, 54, 35,
|
|
|
|
67, 66, 35, 74, 29, 68, 79, 77, 77, 77,
|
|
|
|
86, 89, 87, 77, 71, 77, 77, 77, 77, 77,
|
|
|
|
77, 102, 148, 149, 81, 78, 77, 84, 85, 86,
|
|
|
|
77, 88, 82, 90, 79, 92, 79, 123, 95, 79,
|
2016-07-05 22:58:49 +02:00
|
|
|
123, 82, 99, 100, 101, 1, 71, 104, 105, 79,
|
2016-07-06 23:21:53 +02:00
|
|
|
94, 108, 77, 127, 111, 112, 81, 139, 142, 84,
|
|
|
|
85, 86, 119, 88, 91, 90, 94, 92, 94, 93,
|
|
|
|
95, 94, 149, 29, 99, 100, 101, 1, 96, 104,
|
|
|
|
105, 96, -1, 108, 139, -1, 111, 112, 109, -1,
|
|
|
|
110, 148, 149, 142, 119, 126, 142, 126, 146, -1,
|
|
|
|
-1, -1, -1, -1, -1, 29, -1, 129, -1, -1,
|
|
|
|
142, -1, -1, -1, -1, 71, -1, -1, -1, -1,
|
|
|
|
-1, 77, -1, 148, 149, 81, -1, 146, 84, 85,
|
|
|
|
86, 147, 88, 146, 90, 146, 92, 146, 146, 95,
|
|
|
|
146, 146, 149, 99, 100, 101, 1, 71, 104, 105,
|
2016-07-06 18:34:09 +02:00
|
|
|
148, 148, 108, 77, 148, 111, 112, 81, 148, 148,
|
2015-10-02 11:03:12 +02:00
|
|
|
84, 85, 86, 119, 88, 148, 90, 148, 92, 148,
|
|
|
|
148, 95, 148, 148, 148, 99, 100, 101, 148, 148,
|
|
|
|
104, 105, 148, 148, 108, 148, 148, 111, 112, 148,
|
|
|
|
148, 148, 148, 149, 148, 119, 148, 148, 148, 148,
|
|
|
|
15, 16, 17, 18, 19, 20, 21, 22, 23, 24,
|
2016-07-06 23:21:53 +02:00
|
|
|
25, 26, 27, 148, 150, 149, 71, 149, 149, 149,
|
2015-10-02 11:03:12 +02:00
|
|
|
149, 149, 77, 149, 148, 149, 81, 149, 149, 84,
|
2016-07-05 22:58:49 +02:00
|
|
|
85, 86, 149, 88, 149, 90, 149, 92, 149, 151,
|
|
|
|
95, 56, 57, 150, 99, 100, 101, 150, 150, 104,
|
2015-10-02 11:03:12 +02:00
|
|
|
105, 150, 67, 108, 150, 150, 111, 112, 150, 150,
|
|
|
|
150, 150, 150, 150, 119, 150, 150, 150, 150, 150,
|
|
|
|
150, 150, 150, 150, 150, 150, 150, 150, 150, 150,
|
2016-07-06 23:21:53 +02:00
|
|
|
-1, 151, 151, 151, 151, 151, 151, 151, 151, 151,
|
2015-10-02 11:03:12 +02:00
|
|
|
151, 151, 151, 148, 149, 151, 153, 151, 151, 151,
|
2016-07-06 18:34:09 +02:00
|
|
|
151, 151, 151, 151, 151, 151, 151, 151, 151, 151,
|
2016-07-06 23:21:53 +02:00
|
|
|
151, -1, 152, 128, 152, 152, 152, 152, 152, 152,
|
2015-10-02 11:03:12 +02:00
|
|
|
152, 152, 152, 152, 152, 152, 152, 142, 152, 152,
|
2016-07-06 18:34:09 +02:00
|
|
|
152, 152, 152, 152, 149, 152, 152, 155, 152, 152,
|
|
|
|
152, -1, 153, -1, 154, 154, 154, 154, 154, 154
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $actionBase = array(
|
2016-07-06 18:34:09 +02:00
|
|
|
0, 220, 295, 101, 106, 552, -2, -2, -2, -2,
|
|
|
|
-54, 574, 606, 473, 606, 404, 505, 675, 675, 675,
|
2016-07-06 23:21:53 +02:00
|
|
|
129, 227, 497, 497, 497, 477, 478, 491, 494, 134,
|
2015-10-02 11:03:12 +02:00
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
2016-07-06 23:21:53 +02:00
|
|
|
134, 1, 264, 40, 595, 695, 702, 703, 692, 690,
|
|
|
|
504, 696, 694, 653, 654, 493, 655, 656, 657, 658,
|
|
|
|
697, 720, 693, 701, 418, 418, 418, 418, 418, 418,
|
|
|
|
418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
|
|
|
|
251, 19, 431, 413, 413, 413, 413, 413, 413, 413,
|
2016-07-06 18:34:09 +02:00
|
|
|
413, 413, 413, 413, 413, 413, 413, 413, 413, 413,
|
2016-07-06 23:21:53 +02:00
|
|
|
413, 413, 383, 383, 383, 327, 197, 142, 46, 715,
|
|
|
|
16, 3, 3, 3, 3, 3, -27, -27, -27, -27,
|
|
|
|
305, 305, 508, 508, 467, 88, 88, 88, 88, 88,
|
|
|
|
88, 88, 88, 88, 88, 652, 641, 645, 646, 382,
|
|
|
|
382, 36, 36, 36, 36, 152, 68, 102, 321, 321,
|
|
|
|
274, 221, 475, 712, 109, 96, 296, 296, 296, 140,
|
|
|
|
480, 133, 133, 253, 253, 233, 233, 235, 233, 377,
|
|
|
|
377, 377, 380, 380, 380, 380, 286, 380, 380, 380,
|
|
|
|
598, 489, 143, 515, 647, 372, 512, 650, 112, 234,
|
|
|
|
219, 517, 482, 281, 449, 281, 394, 369, 405, 498,
|
|
|
|
281, 281, 139, 1, 370, 474, 551, 462, 347, 547,
|
|
|
|
277, 276, 348, 365, 331, 596, 541, 700, 319, 699,
|
|
|
|
201, 177, 260, 474, 474, 474, 147, 523, 453, 207,
|
|
|
|
-8, 649, 619, 171, 395, 648, 643, 241, 642, 334,
|
|
|
|
226, 549, 483, 483, 483, 483, 483, 483, 492, 483,
|
|
|
|
466, 681, 681, 460, 487, 492, 618, 492, 483, 681,
|
|
|
|
492, 492, 499, 483, 501, 501, 466, 500, 456, 681,
|
|
|
|
681, 456, 460, 492, 533, 532, 509, 514, 464, 464,
|
|
|
|
509, 492, 464, 487, 464, 45, 687, 689, 488, 688,
|
|
|
|
686, 684, 661, 683, 468, 617, 447, 444, 669, 668,
|
|
|
|
680, 461, 470, 670, 685, 511, 554, 469, 421, 432,
|
|
|
|
484, 463, 679, 449, 525, 465, 465, 465, 463, 676,
|
|
|
|
465, 465, 465, 465, 465, 465, 465, 465, 725, 74,
|
|
|
|
446, 454, 581, 580, 579, 299, 578, 524, 486, 401,
|
|
|
|
602, 448, 511, 511, 640, 719, 673, 471, 667, 706,
|
|
|
|
677, 540, 50, 350, 666, 651, 522, 472, 521, 665,
|
|
|
|
601, 704, 479, 639, 511, 638, 465, 660, 682, 723,
|
|
|
|
724, 678, 721, 713, 58, 519, 576, 223, 722, 659,
|
|
|
|
600, 599, 536, 717, 698, 711, 710, 223, 573, 455,
|
|
|
|
709, 506, 662, 490, 663, 615, 476, 634, 674, 572,
|
|
|
|
716, 714, 718, 571, 568, 613, 609, 458, 386, 671,
|
|
|
|
496, 459, 503, 567, 457, 485, 631, 608, 664, 565,
|
|
|
|
564, 628, 627, 707, 507, 525, 481, 510, 502, 452,
|
|
|
|
604, 623, 708, 495, 561, 560, 556, 594, 555, 635,
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2015-10-02 11:03:12 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2016-07-06 23:21:53 +02:00
|
|
|
134, 134, -2, -2, -2, 0, 0, 0, 0, -2,
|
2015-10-02 11:03:12 +02:00
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 134, 134,
|
2016-07-06 23:21:53 +02:00
|
|
|
134, 134, 134, 134, 134, 134, 134, 134, 0, 0,
|
2015-10-02 11:03:12 +02:00
|
|
|
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,
|
2015-06-13 13:09:34 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2015-06-13 14:59:24 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2015-10-02 11:03:12 +02:00
|
|
|
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,
|
|
|
|
418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
|
|
|
|
418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
|
2016-07-06 23:21:53 +02:00
|
|
|
418, 418, 418, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 418,
|
|
|
|
418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
|
|
|
|
418, 418, 418, 418, 418, 418, 418, 418, 418, 418,
|
|
|
|
418, 418, 418, 418, 418, 418, 418, 418, 0, 418,
|
|
|
|
418, 418, 418, 418, 418, 296, 296, 296, 296, 88,
|
|
|
|
88, 88, 88, 88, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 44, 44, 44, 44, 296, 296,
|
|
|
|
221, 221, 221, 221, 88, 44, 88, 221, 221, 133,
|
|
|
|
0, 133, 133, 0, 0, 0, 0, 0, 483, 133,
|
|
|
|
0, 0, 281, 281, 0, 0, 0, 0, 483, 483,
|
|
|
|
483, 221, 221, 221, 221, 483, 221, 221, 221, 281,
|
|
|
|
133, 0, 389, 389, 223, 389, 389, 0, 0, 0,
|
|
|
|
483, 483, 0, 500, 0, 0, 0, 0, 681, 0,
|
|
|
|
0, 0, 0, 0, 465, 50, 667, 0, 66, 0,
|
|
|
|
0, 0, 0, 0, 471, 66, 209, 0, 209, 0,
|
|
|
|
0, 0, 465, 465, 465, 0, 471, 471, 0, 0,
|
|
|
|
159, 471, 0, 0, 159, 119, 0, 119, 0, 0,
|
|
|
|
223
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $actionDefault = array(
|
|
|
|
3,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2016-07-06 23:21:53 +02:00
|
|
|
32767,32767, 464, 464, 464,32767,32767,32767,32767, 283,
|
|
|
|
283, 283,32767, 418, 418, 418, 418, 418, 418, 418,
|
|
|
|
32767,32767,32767,32767,32767, 363,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2015-06-13 13:09:34 +02:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2016-07-06 23:21:53 +02:00
|
|
|
32767,32767,32767, 461,32767,32767,32767,32767,32767,32767,
|
2015-06-13 13:09:34 +02:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2016-07-06 23:21:53 +02:00
|
|
|
32767,32767,32767,32767, 346, 347, 349, 350, 282, 419,
|
|
|
|
235, 460, 281, 116, 244, 237, 189, 280, 221, 119,
|
|
|
|
311, 364, 313, 362, 366, 312, 288, 293, 294, 295,
|
|
|
|
296, 297, 298, 299, 300, 301, 302, 303, 304, 286,
|
|
|
|
287, 365, 343, 342, 341, 309, 310, 314, 316, 285,
|
|
|
|
315, 332, 333, 330, 331, 334, 335, 336, 337, 338,
|
|
|
|
32767,32767, 456, 456,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767, 267, 267, 267, 267, 323,
|
|
|
|
324, 227, 227, 227, 227,32767, 268,32767, 227,32767,
|
|
|
|
32767,32767,32767,32767, 412, 340, 318, 319, 317,32767,
|
|
|
|
391,32767, 393,32767,32767, 306, 308, 386, 289,32767,
|
2015-12-03 22:55:07 +01:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2016-07-06 23:21:53 +02:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767, 388, 420,
|
|
|
|
420,32767,32767,32767, 380,32767, 157, 208, 210, 396,
|
|
|
|
32767,32767,32767,32767,32767, 328,32767,32767,32767,32767,
|
|
|
|
32767,32767, 470,32767,32767,32767,32767,32767, 420,32767,
|
|
|
|
420,32767,32767, 320, 321, 322,32767,32767,32767, 420,
|
|
|
|
420,32767,32767, 420,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767, 161,32767,
|
|
|
|
32767, 394, 394,32767,32767, 161, 389, 161,32767,32767,
|
|
|
|
161, 161, 174,32767, 172, 172,32767,32767, 176,32767,
|
|
|
|
434, 176,32767, 161, 194, 194, 372, 163, 229, 229,
|
|
|
|
372, 161, 229,32767, 229,32767,32767,32767, 82,32767,
|
2015-12-03 22:55:07 +01:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2016-07-06 23:21:53 +02:00
|
|
|
32767,32767,32767,32767,32767, 382,32767,32767,32767, 400,
|
|
|
|
32767, 413, 432, 380,32767, 326, 327, 329,32767, 422,
|
|
|
|
351, 352, 353, 354, 355, 356, 357, 359,32767, 457,
|
|
|
|
385,32767,32767,32767,32767,32767,32767, 84, 108, 243,
|
|
|
|
32767, 469, 84, 383,32767, 469,32767,32767,32767,32767,
|
|
|
|
32767,32767, 284,32767,32767,32767, 84,32767, 84,32767,
|
|
|
|
32767,32767,32767, 420, 384,32767, 325, 397, 438,32767,
|
|
|
|
32767, 421,32767,32767, 216, 84,32767, 175,32767,32767,
|
|
|
|
32767,32767,32767,32767, 400,32767,32767, 177,32767,32767,
|
|
|
|
420,32767,32767,32767,32767,32767, 279,32767,32767,32767,
|
|
|
|
32767,32767, 420,32767,32767,32767,32767, 220,32767,32767,
|
2015-06-13 16:24:52 +02:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2016-07-06 23:21:53 +02:00
|
|
|
32767,32767,32767,32767, 82, 60,32767, 261,32767,32767,
|
2016-07-06 18:34:09 +02:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2016-07-06 23:21:53 +02:00
|
|
|
121, 121, 3, 3, 121, 121, 121, 121, 121, 121,
|
|
|
|
121, 121, 121, 121, 121, 121, 121, 121, 121, 246,
|
|
|
|
154, 246, 202, 246, 246, 205, 194, 194, 253
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $goto = array(
|
2016-07-06 23:21:53 +02:00
|
|
|
160, 160, 133, 133, 133, 143, 145, 176, 161, 158,
|
|
|
|
158, 158, 158, 159, 159, 159, 159, 159, 159, 159,
|
|
|
|
154, 155, 156, 157, 173, 171, 174, 405, 406, 295,
|
|
|
|
407, 410, 411, 412, 413, 414, 415, 416, 417, 851,
|
|
|
|
134, 135, 136, 137, 138, 139, 140, 141, 142, 144,
|
|
|
|
170, 172, 175, 192, 195, 196, 197, 198, 200, 201,
|
|
|
|
202, 203, 204, 205, 206, 207, 208, 209, 229, 230,
|
|
|
|
246, 247, 248, 313, 314, 315, 456, 177, 178, 179,
|
|
|
|
180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
|
|
|
190, 146, 191, 147, 162, 163, 164, 193, 165, 148,
|
|
|
|
149, 150, 166, 151, 194, 131, 167, 152, 168, 169,
|
|
|
|
153, 516, 427, 274, 526, 458, 682, 644, 773, 773,
|
|
|
|
1014, 1014, 432, 432, 432, 645, 759, 5, 739, 432,
|
|
|
|
552, 646, 421, 768, 763, 423, 426, 439, 459, 460,
|
|
|
|
462, 472, 490, 445, 448, 432, 555, 479, 481, 502,
|
|
|
|
506, 756, 511, 512, 770, 519, 755, 521, 527, 766,
|
|
|
|
529, 409, 409, 409, 409, 409, 409, 409, 409, 409,
|
|
|
|
409, 409, 409, 409, 409, 409, 320, 492, 310, 310,
|
|
|
|
258, 308, 308, 255, 256, 279, 453, 319, 280, 323,
|
|
|
|
480, 1025, 1025, 252, 243, 432, 432, 446, 465, 432,
|
|
|
|
432, 1025, 432, 457, 821, 528, 936, 496, 508, 819,
|
|
|
|
507, 433, 294, 475, 476, 522, 454, 408, 408, 408,
|
|
|
|
408, 408, 408, 408, 408, 408, 408, 408, 408, 408,
|
|
|
|
408, 408, 474, 474, 959, 959, 959, 959, 959, 959,
|
|
|
|
959, 959, 959, 959, 959, 959, 959, 669, 297, 455,
|
|
|
|
469, 438, 449, 1024, 1024, 226, 676, 227, 228, 477,
|
|
|
|
275, 331, 703, 1024, 367, 420, 937, 420, 743, 451,
|
|
|
|
296, 793, 8, 491, 1011, 1017, 938, 990, 849, 669,
|
|
|
|
669, 309, 1027, 898, 789, 778, 281, 1001, 325, 782,
|
|
|
|
665, 303, 663, 306, 797, 539, 328, 929, 934, 361,
|
|
|
|
471, 673, 747, 800, 276, 277, 372, 837, 0, 0,
|
2015-06-13 16:24:52 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2015-12-03 22:55:07 +01:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2016-07-06 23:21:53 +02:00
|
|
|
662, 662, 670, 670, 670, 672, 0, 661, 783, 783,
|
|
|
|
783, 783, 940, 0, 940, 783, 783, 998, 783, 998,
|
|
|
|
0, 0, 0, 829, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 1009, 1009, 0, 0, 737,
|
|
|
|
737, 737, 737, 0, 732, 738, 505, 0, 0, 0,
|
|
|
|
0, 0, 996, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 799, 0, 799, 0, 0,
|
|
|
|
0, 0, 1002, 1003
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $gotoCheck = array(
|
2015-10-02 11:03:12 +02:00
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
2016-07-06 23:21:53 +02:00
|
|
|
23, 51, 8, 63, 5, 79, 10, 10, 68, 68,
|
|
|
|
68, 68, 8, 8, 8, 11, 10, 91, 10, 8,
|
|
|
|
10, 12, 10, 10, 10, 38, 38, 38, 38, 38,
|
|
|
|
38, 35, 35, 28, 8, 8, 28, 28, 28, 28,
|
2015-10-02 11:03:12 +02:00
|
|
|
28, 28, 28, 28, 28, 28, 28, 28, 28, 28,
|
2016-07-06 23:21:53 +02:00
|
|
|
28, 114, 114, 114, 114, 114, 114, 114, 114, 114,
|
|
|
|
114, 114, 114, 114, 114, 114, 45, 45, 45, 45,
|
2015-10-02 11:03:12 +02:00
|
|
|
45, 45, 45, 45, 45, 45, 45, 45, 45, 45,
|
2016-07-06 23:21:53 +02:00
|
|
|
45, 123, 123, 111, 111, 8, 8, 8, 8, 8,
|
|
|
|
8, 123, 8, 7, 7, 7, 75, 55, 7, 7,
|
|
|
|
55, 8, 55, 54, 54, 54, 8, 112, 112, 112,
|
|
|
|
112, 112, 112, 112, 112, 112, 112, 112, 112, 112,
|
|
|
|
112, 112, 69, 69, 69, 69, 69, 69, 69, 69,
|
|
|
|
69, 69, 69, 69, 69, 69, 69, 19, 52, 2,
|
|
|
|
2, 52, 52, 122, 122, 59, 25, 59, 59, 61,
|
|
|
|
61, 61, 44, 122, 52, 108, 75, 108, 29, 113,
|
|
|
|
41, 77, 52, 43, 119, 121, 75, 75, 94, 19,
|
|
|
|
19, 42, 122, 95, 73, 71, 14, 116, 18, 74,
|
|
|
|
21, 9, 20, 13, 78, 65, 17, 101, 103, 57,
|
|
|
|
58, 22, 62, 80, 63, 63, 99, 93, -1, -1,
|
2015-12-03 22:55:07 +01:00
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
2016-02-09 13:30:39 +01:00
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
2016-07-06 23:21:53 +02:00
|
|
|
19, 19, 19, 19, 19, 19, -1, 19, 51, 51,
|
|
|
|
51, 51, 51, -1, 51, 51, 51, 79, 51, 79,
|
|
|
|
-1, -1, -1, 91, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, 79, 79, -1, -1, 51,
|
|
|
|
51, 51, 51, -1, 51, 51, 51, -1, -1, -1,
|
|
|
|
-1, -1, 79, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, 79, -1, 79, -1, -1,
|
|
|
|
-1, -1, 79, 79
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $gotoBase = array(
|
2016-07-06 23:21:53 +02:00
|
|
|
0, 0, -283, 0, 0, 104, 0, 200, -137, 25,
|
|
|
|
115, 123, 129, 12, 37, 0, 0, -37, 28, -2,
|
|
|
|
10, 29, -55, -20, 0, 249, 0, 0, -388, 252,
|
|
|
|
0, 0, 0, 0, 0, 111, 0, 0, 101, 0,
|
|
|
|
0, 238, 65, 62, 248, -34, 0, 0, 0, 0,
|
|
|
|
0, 107, -99, 0, -19, -162, 0, -56, -61, -296,
|
|
|
|
0, -4, -60, -252, 0, 2, 0, 0, -92, 22,
|
|
|
|
0, 47, 0, 45, 48, -83, 0, 250, 9, 112,
|
|
|
|
-54, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 117, 0, -66, 64, 46, 0, 0, 0, -64,
|
|
|
|
0, -45, 0, -47, 0, 0, 0, 0, 30, 0,
|
|
|
|
0, -57, 7, 246, -49, 0, 33, 0, 0, 61,
|
|
|
|
0, 251, 11, -51, 0
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $gotoDefault = array(
|
2016-07-06 23:21:53 +02:00
|
|
|
-32768, 375, 560, 2, 561, 632, 640, 498, 395, 428,
|
|
|
|
741, 683, 684, 299, 337, 396, 298, 326, 321, 671,
|
|
|
|
664, 666, 674, 132, 329, 677, 1, 679, 434, 711,
|
|
|
|
287, 687, 288, 501, 689, 441, 691, 692, 422, 300,
|
|
|
|
301, 442, 307, 473, 702, 199, 304, 704, 286, 705,
|
|
|
|
714, 289, 504, 483, 463, 495, 397, 358, 470, 225,
|
|
|
|
450, 467, 746, 273, 754, 544, 762, 765, 398, 399,
|
|
|
|
464, 777, 363, 787, 781, 954, 316, 792, 798, 985,
|
|
|
|
801, 804, 344, 327, 324, 808, 809, 4, 813, 517,
|
|
|
|
518, 828, 236, 836, 850, 342, 917, 919, 436, 369,
|
|
|
|
930, 355, 330, 933, 989, 349, 400, 359, 946, 257,
|
|
|
|
278, 242, 401, 418, 244, 402, 360, 992, 311, 1012,
|
|
|
|
419, 1018, 1026, 271, 468
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $ruleToNonTerminal = array(
|
2015-10-02 11:03:12 +02:00
|
|
|
0, 1, 3, 3, 2, 5, 5, 5, 5, 5,
|
|
|
|
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
|
|
|
|
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
|
|
|
|
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
|
|
|
|
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
|
|
|
|
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
|
|
|
|
5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
|
|
|
|
5, 5, 5, 6, 6, 6, 6, 6, 6, 6,
|
|
|
|
7, 7, 8, 8, 9, 4, 4, 4, 4, 4,
|
|
|
|
4, 4, 4, 4, 4, 4, 14, 14, 15, 15,
|
|
|
|
15, 15, 17, 17, 13, 13, 18, 18, 19, 19,
|
|
|
|
20, 20, 21, 21, 16, 16, 22, 24, 24, 25,
|
|
|
|
26, 26, 28, 27, 27, 27, 27, 29, 29, 29,
|
|
|
|
29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
|
|
|
|
29, 29, 29, 29, 29, 29, 29, 29, 29, 29,
|
2016-04-20 16:47:10 +02:00
|
|
|
29, 29, 10, 10, 48, 48, 50, 49, 49, 42,
|
|
|
|
42, 52, 52, 53, 53, 11, 12, 12, 12, 56,
|
|
|
|
56, 56, 57, 57, 60, 60, 58, 58, 61, 61,
|
|
|
|
36, 36, 44, 44, 47, 47, 47, 46, 46, 62,
|
|
|
|
37, 37, 37, 37, 63, 63, 64, 64, 65, 65,
|
|
|
|
34, 34, 30, 30, 66, 32, 32, 67, 31, 31,
|
2016-07-06 23:21:53 +02:00
|
|
|
33, 33, 43, 43, 43, 43, 54, 54, 70, 70,
|
|
|
|
71, 71, 73, 73, 74, 74, 74, 72, 72, 55,
|
|
|
|
55, 75, 75, 76, 76, 77, 77, 77, 39, 39,
|
|
|
|
78, 40, 40, 80, 80, 59, 59, 81, 81, 81,
|
|
|
|
81, 86, 86, 87, 87, 88, 88, 88, 88, 88,
|
|
|
|
89, 90, 90, 85, 85, 82, 82, 84, 84, 92,
|
|
|
|
92, 91, 91, 91, 91, 91, 91, 83, 83, 93,
|
|
|
|
93, 41, 41, 35, 35, 23, 23, 23, 23, 23,
|
2015-10-02 11:03:12 +02:00
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 23,
|
2016-07-06 23:21:53 +02:00
|
|
|
23, 23, 23, 23, 23, 23, 23, 23, 23, 100,
|
|
|
|
94, 94, 99, 99, 102, 102, 103, 104, 104, 104,
|
|
|
|
108, 108, 51, 51, 51, 95, 95, 106, 106, 96,
|
|
|
|
96, 98, 98, 98, 101, 101, 112, 112, 69, 114,
|
|
|
|
114, 114, 97, 97, 97, 97, 97, 97, 97, 97,
|
|
|
|
97, 97, 97, 97, 97, 97, 97, 97, 38, 38,
|
|
|
|
110, 110, 110, 105, 105, 105, 115, 115, 115, 115,
|
|
|
|
115, 115, 45, 45, 45, 79, 79, 79, 117, 109,
|
|
|
|
109, 109, 109, 109, 109, 107, 107, 107, 116, 116,
|
|
|
|
116, 68, 118, 118, 119, 119, 119, 113, 120, 120,
|
|
|
|
121, 121, 121, 121, 121, 111, 111, 111, 111, 123,
|
|
|
|
122, 122, 122, 122, 122, 122, 122, 124, 124, 124
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $ruleToLength = array(
|
|
|
|
1, 1, 2, 0, 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,
|
2016-02-09 13:30:39 +01:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2015-10-02 11:03:12 +02:00
|
|
|
1, 1, 1, 3, 1, 1, 1, 1, 1, 3,
|
|
|
|
5, 4, 3, 4, 2, 3, 1, 1, 7, 8,
|
|
|
|
6, 7, 3, 1, 3, 1, 3, 1, 1, 3,
|
|
|
|
1, 2, 1, 2, 3, 1, 3, 3, 1, 3,
|
|
|
|
2, 0, 1, 1, 1, 1, 1, 3, 7, 10,
|
|
|
|
5, 7, 9, 5, 3, 3, 3, 3, 3, 3,
|
|
|
|
1, 2, 5, 7, 9, 5, 6, 3, 3, 2,
|
2016-04-20 16:47:10 +02:00
|
|
|
2, 1, 1, 1, 0, 2, 8, 0, 4, 1,
|
|
|
|
3, 0, 1, 0, 1, 10, 7, 6, 5, 1,
|
|
|
|
2, 2, 0, 2, 0, 2, 0, 2, 1, 3,
|
|
|
|
1, 4, 1, 4, 1, 1, 4, 1, 3, 3,
|
|
|
|
3, 4, 4, 5, 0, 2, 4, 3, 1, 1,
|
|
|
|
1, 4, 0, 2, 5, 0, 2, 6, 0, 2,
|
2016-07-06 23:21:53 +02:00
|
|
|
0, 3, 1, 2, 1, 1, 1, 0, 1, 3,
|
|
|
|
4, 6, 1, 2, 1, 1, 1, 0, 1, 0,
|
|
|
|
2, 2, 3, 1, 3, 1, 2, 2, 3, 1,
|
|
|
|
1, 3, 1, 1, 3, 2, 0, 3, 4, 9,
|
|
|
|
3, 1, 3, 0, 2, 4, 5, 4, 4, 4,
|
|
|
|
3, 1, 1, 1, 3, 1, 1, 0, 1, 1,
|
|
|
|
2, 1, 1, 1, 1, 1, 1, 1, 3, 1,
|
|
|
|
3, 3, 1, 0, 1, 1, 3, 3, 3, 4,
|
|
|
|
4, 1, 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,
|
2015-10-02 11:03:12 +02:00
|
|
|
3, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
2016-07-06 23:21:53 +02:00
|
|
|
3, 5, 4, 3, 4, 4, 2, 2, 4, 2,
|
|
|
|
2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
|
|
|
|
1, 3, 2, 1, 2, 4, 2, 10, 11, 7,
|
|
|
|
3, 2, 0, 4, 1, 3, 2, 2, 2, 4,
|
|
|
|
1, 1, 1, 2, 3, 1, 1, 1, 1, 0,
|
|
|
|
3, 0, 1, 1, 0, 1, 1, 3, 3, 4,
|
2016-07-06 18:34:09 +02:00
|
|
|
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
|
2016-07-06 23:21:53 +02:00
|
|
|
1, 1, 1, 1, 3, 2, 3, 3, 0, 1,
|
|
|
|
1, 3, 1, 1, 3, 1, 1, 4, 4, 4,
|
|
|
|
1, 4, 1, 1, 3, 1, 4, 2, 3, 1,
|
|
|
|
4, 4, 3, 3, 3, 1, 3, 1, 1, 3,
|
|
|
|
1, 4, 3, 1, 1, 1, 0, 1, 3, 1,
|
|
|
|
3, 1, 4, 2, 0, 2, 2, 1, 2, 1,
|
|
|
|
1, 4, 3, 3, 3, 6, 3, 1, 1, 1
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected function reduceRule0() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule1() {
|
|
|
|
$this->semValue = $this->handleNamespaces($this->semStack[$this->stackPos-(1-1)]);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule2() {
|
|
|
|
if (is_array($this->semStack[$this->stackPos-(2-2)])) { $this->semValue = array_merge($this->semStack[$this->stackPos-(2-1)], $this->semStack[$this->stackPos-(2-2)]); } else { $this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)]; };
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule3() {
|
|
|
|
$this->semValue = array();
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule4() {
|
2016-04-05 11:53:50 +02:00
|
|
|
$startAttributes = $this->lookaheadStartAttributes; if (isset($startAttributes['comments'])) { $nop = new Stmt\Nop(['comments' => $startAttributes['comments']]); } else { $nop = null; };
|
|
|
|
if ($nop !== null) { $this->semStack[$this->stackPos-(1-1)][] = $nop; } $this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule5() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule6() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule7() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule8() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule9() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule10() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule11() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule12() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule13() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule14() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule15() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule16() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule17() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule18() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule19() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule20() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule21() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule22() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule23() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule24() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule25() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule26() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule27() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule28() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule29() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule30() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule31() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule32() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule33() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule34() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule35() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule36() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule37() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule38() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule39() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule40() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule41() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule42() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule43() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule44() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule45() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule46() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule47() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule48() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule49() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule50() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule51() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule52() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule53() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule54() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule55() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule56() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule57() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule58() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule59() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule60() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule61() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule62() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule63() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule64() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule65() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule66() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule67() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule68() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule69() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule70() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule71() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule72() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule73() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule74() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule75() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule76() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule77() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule78() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule79() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule80() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule81() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule82() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule83() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule84() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Name($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule85() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule86() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule87() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule88() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\HaltCompiler($this->lexer->handleHaltCompiler(), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule89() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Namespace_($this->semStack[$this->stackPos-(3-2)], null, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule90() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Namespace_($this->semStack[$this->stackPos-(5-2)], $this->semStack[$this->stackPos-(5-4)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule91() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Namespace_(null, $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule92() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Use_($this->semStack[$this->stackPos-(3-2)], Stmt\Use_::TYPE_NORMAL, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule93() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Use_($this->semStack[$this->stackPos-(4-3)], $this->semStack[$this->stackPos-(4-2)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule94() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule95() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Const_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule96() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = Stmt\Use_::TYPE_FUNCTION;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule97() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = Stmt\Use_::TYPE_CONSTANT;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule98() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\GroupUse(new Name($this->semStack[$this->stackPos-(7-3)], $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(7-6)], $this->semStack[$this->stackPos-(7-2)], $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule99() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\GroupUse(new Name($this->semStack[$this->stackPos-(8-4)], $this->startAttributeStack[$this->stackPos-(8-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(8-7)], $this->semStack[$this->stackPos-(8-2)], $this->startAttributeStack[$this->stackPos-(8-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule100() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\GroupUse(new Name($this->semStack[$this->stackPos-(6-2)], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(6-5)], Stmt\Use_::TYPE_UNKNOWN, $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule101() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\GroupUse(new Name($this->semStack[$this->stackPos-(7-3)], $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(7-6)], Stmt\Use_::TYPE_UNKNOWN, $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule102() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule103() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule104() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule105() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule106() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule107() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule108() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\UseUse($this->semStack[$this->stackPos-(1-1)], null, Stmt\Use_::TYPE_UNKNOWN, $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule109() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\UseUse($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], Stmt\Use_::TYPE_UNKNOWN, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule110() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule111() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule112() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)]; $this->semValue->type = Stmt\Use_::TYPE_NORMAL;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule113() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)]; $this->semValue->type = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule114() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule115() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule116() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Node\Const_($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule117() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule118() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule119() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Node\Const_($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule120() {
|
2015-10-02 11:03:12 +02:00
|
|
|
if (is_array($this->semStack[$this->stackPos-(2-2)])) { $this->semValue = array_merge($this->semStack[$this->stackPos-(2-1)], $this->semStack[$this->stackPos-(2-2)]); } else { $this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)]; };
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule121() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule122() {
|
2016-04-05 11:53:50 +02:00
|
|
|
$startAttributes = $this->lookaheadStartAttributes; if (isset($startAttributes['comments'])) { $nop = new Stmt\Nop(['comments' => $startAttributes['comments']]); } else { $nop = null; };
|
|
|
|
if ($nop !== null) { $this->semStack[$this->stackPos-(1-1)][] = $nop; } $this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule123() {
|
2016-02-09 13:30:39 +01:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule124() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule125() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule126() {
|
2015-10-02 11:03:12 +02:00
|
|
|
throw new Error('__HALT_COMPILER() can only be used from the outermost scope', $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule127() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule128() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\If_($this->semStack[$this->stackPos-(7-3)], ['stmts' => is_array($this->semStack[$this->stackPos-(7-5)]) ? $this->semStack[$this->stackPos-(7-5)] : array($this->semStack[$this->stackPos-(7-5)]), 'elseifs' => $this->semStack[$this->stackPos-(7-6)], 'else' => $this->semStack[$this->stackPos-(7-7)]], $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule129() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\If_($this->semStack[$this->stackPos-(10-3)], ['stmts' => $this->semStack[$this->stackPos-(10-6)], 'elseifs' => $this->semStack[$this->stackPos-(10-7)], 'else' => $this->semStack[$this->stackPos-(10-8)]], $this->startAttributeStack[$this->stackPos-(10-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule130() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\While_($this->semStack[$this->stackPos-(5-3)], $this->semStack[$this->stackPos-(5-5)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule131() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Do_($this->semStack[$this->stackPos-(7-5)], is_array($this->semStack[$this->stackPos-(7-2)]) ? $this->semStack[$this->stackPos-(7-2)] : array($this->semStack[$this->stackPos-(7-2)]), $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule132() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\For_(['init' => $this->semStack[$this->stackPos-(9-3)], 'cond' => $this->semStack[$this->stackPos-(9-5)], 'loop' => $this->semStack[$this->stackPos-(9-7)], 'stmts' => $this->semStack[$this->stackPos-(9-9)]], $this->startAttributeStack[$this->stackPos-(9-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule133() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Switch_($this->semStack[$this->stackPos-(5-3)], $this->semStack[$this->stackPos-(5-5)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule134() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Break_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule135() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Continue_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule136() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Return_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule137() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Global_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule138() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Static_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule139() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Echo_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule140() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\InlineHTML($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule141() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule142() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Unset_($this->semStack[$this->stackPos-(5-3)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule143() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Foreach_($this->semStack[$this->stackPos-(7-3)], $this->semStack[$this->stackPos-(7-5)][0], ['keyVar' => null, 'byRef' => $this->semStack[$this->stackPos-(7-5)][1], 'stmts' => $this->semStack[$this->stackPos-(7-7)]], $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule144() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Foreach_($this->semStack[$this->stackPos-(9-3)], $this->semStack[$this->stackPos-(9-7)][0], ['keyVar' => $this->semStack[$this->stackPos-(9-5)], 'byRef' => $this->semStack[$this->stackPos-(9-7)][1], 'stmts' => $this->semStack[$this->stackPos-(9-9)]], $this->startAttributeStack[$this->stackPos-(9-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule145() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Declare_($this->semStack[$this->stackPos-(5-3)], $this->semStack[$this->stackPos-(5-5)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule146() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\TryCatch($this->semStack[$this->stackPos-(6-3)], $this->semStack[$this->stackPos-(6-5)], $this->semStack[$this->stackPos-(6-6)], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule147() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Throw_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule148() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Goto_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule149() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Stmt\Label($this->semStack[$this->stackPos-(2-1)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule150() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule151() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array(); /* means: no statement */
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule152() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule153() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$startAttributes = $this->startAttributeStack[$this->stackPos-(1-1)]; if (isset($startAttributes['comments'])) { $this->semValue = new Stmt\Nop(['comments' => $startAttributes['comments']]); } else { $this->semValue = null; };
|
|
|
|
if ($this->semValue === null) $this->semValue = array(); /* means: no statement */
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule154() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule155() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule156() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Catch_($this->semStack[$this->stackPos-(8-3)], substr($this->semStack[$this->stackPos-(8-4)], 1), $this->semStack[$this->stackPos-(8-7)], $this->startAttributeStack[$this->stackPos-(8-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule157() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule158() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule159() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule160() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule161() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = false;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule162() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = true;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule163() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = false;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule164() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = true;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule165() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Function_($this->semStack[$this->stackPos-(10-3)], ['byRef' => $this->semStack[$this->stackPos-(10-2)], 'params' => $this->semStack[$this->stackPos-(10-5)], 'returnType' => $this->semStack[$this->stackPos-(10-7)], 'stmts' => $this->semStack[$this->stackPos-(10-9)]], $this->startAttributeStack[$this->stackPos-(10-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule166() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Class_($this->semStack[$this->stackPos-(7-2)], ['type' => $this->semStack[$this->stackPos-(7-1)], 'extends' => $this->semStack[$this->stackPos-(7-3)], 'implements' => $this->semStack[$this->stackPos-(7-4)], 'stmts' => $this->semStack[$this->stackPos-(7-6)]], $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule167() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Interface_($this->semStack[$this->stackPos-(6-2)], ['extends' => $this->semStack[$this->stackPos-(6-3)], 'stmts' => $this->semStack[$this->stackPos-(6-5)]], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule168() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Trait_($this->semStack[$this->stackPos-(5-2)], $this->semStack[$this->stackPos-(5-4)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule169() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = 0;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule170() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_ABSTRACT;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule171() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_FINAL;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule172() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule173() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule174() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule175() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule176() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule177() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule178() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule179() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule180() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = is_array($this->semStack[$this->stackPos-(1-1)]) ? $this->semStack[$this->stackPos-(1-1)] : array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule181() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule182() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = is_array($this->semStack[$this->stackPos-(1-1)]) ? $this->semStack[$this->stackPos-(1-1)] : array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule183() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule184() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = is_array($this->semStack[$this->stackPos-(1-1)]) ? $this->semStack[$this->stackPos-(1-1)] : array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule185() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule186() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule187() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule188() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule189() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\DeclareDeclare($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule190() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule191() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule192() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule193() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(5-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule194() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule195() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule196() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Case_($this->semStack[$this->stackPos-(4-2)], $this->semStack[$this->stackPos-(4-4)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule197() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Case_(null, $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule198() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule199() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule200() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = is_array($this->semStack[$this->stackPos-(1-1)]) ? $this->semStack[$this->stackPos-(1-1)] : array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule201() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule202() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule203() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule204() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\ElseIf_($this->semStack[$this->stackPos-(5-3)], is_array($this->semStack[$this->stackPos-(5-5)]) ? $this->semStack[$this->stackPos-(5-5)] : array($this->semStack[$this->stackPos-(5-5)]), $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule205() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule206() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule207() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\ElseIf_($this->semStack[$this->stackPos-(6-3)], $this->semStack[$this->stackPos-(6-6)], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule208() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule209() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Else_(is_array($this->semStack[$this->stackPos-(2-2)]) ? $this->semStack[$this->stackPos-(2-2)] : array($this->semStack[$this->stackPos-(2-2)]), $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule210() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule211() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Stmt\Else_($this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule212() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)], false);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule213() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(2-2)], true);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule214() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)], false);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule215() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)], false);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule216() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule217() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule218() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule219() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule220() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Node\Param(substr($this->semStack[$this->stackPos-(4-4)], 1), null, $this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-2)], $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule221() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Node\Param(substr($this->semStack[$this->stackPos-(6-4)], 1), $this->semStack[$this->stackPos-(6-6)], $this->semStack[$this->stackPos-(6-1)], $this->semStack[$this->stackPos-(6-2)], $this->semStack[$this->stackPos-(6-3)], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule222() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule223() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Node\NullableType($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule224() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->handleBuiltinTypes($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule225() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = 'array';
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule226() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = 'callable';
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule227() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule228() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule229() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule230() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule231() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule232() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule233() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule234() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule235() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Node\Arg($this->semStack[$this->stackPos-(1-1)], false, false, $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule236() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Node\Arg($this->semStack[$this->stackPos-(2-2)], true, false, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule237() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Node\Arg($this->semStack[$this->stackPos-(2-2)], false, true, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule238() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule239() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule240() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule241() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule242() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule243() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\StaticVar(substr($this->semStack[$this->stackPos-(1-1)], 1), null, $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule244() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\StaticVar(substr($this->semStack[$this->stackPos-(3-1)], 1), $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule245() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule246() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule247() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\Property($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule248() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\ClassConst($this->semStack[$this->stackPos-(4-3)], $this->semStack[$this->stackPos-(4-1)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule249() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\ClassMethod($this->semStack[$this->stackPos-(9-4)], ['type' => $this->semStack[$this->stackPos-(9-1)], 'byRef' => $this->semStack[$this->stackPos-(9-3)], 'params' => $this->semStack[$this->stackPos-(9-6)], 'returnType' => $this->semStack[$this->stackPos-(9-8)], 'stmts' => $this->semStack[$this->stackPos-(9-9)]], $this->startAttributeStack[$this->stackPos-(9-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule250() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\TraitUse($this->semStack[$this->stackPos-(3-2)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule251() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule252() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule253() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule254() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule255() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\TraitUseAdaptation\Precedence($this->semStack[$this->stackPos-(4-1)][0], $this->semStack[$this->stackPos-(4-1)][1], $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule256() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$this->stackPos-(5-1)][0], $this->semStack[$this->stackPos-(5-1)][1], $this->semStack[$this->stackPos-(5-3)], $this->semStack[$this->stackPos-(5-4)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule257() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$this->stackPos-(4-1)][0], $this->semStack[$this->stackPos-(4-1)][1], $this->semStack[$this->stackPos-(4-3)], null, $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule258() {
|
2016-07-06 18:34:09 +02:00
|
|
|
$this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$this->stackPos-(4-1)][0], $this->semStack[$this->stackPos-(4-1)][1], null, $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule259() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\TraitUseAdaptation\Alias($this->semStack[$this->stackPos-(4-1)][0], $this->semStack[$this->stackPos-(4-1)][1], null, $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule260() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule261() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule262() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array(null, $this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule263() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule264() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule265() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule266() {
|
2016-07-06 18:34:09 +02:00
|
|
|
$this->semValue = 0;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule267() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = 0;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule268() {
|
2016-07-06 18:34:09 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule269() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule270() {
|
2016-07-06 23:21:53 +02:00
|
|
|
Stmt\Class_::verifyModifier($this->semStack[$this->stackPos-(2-1)], $this->semStack[$this->stackPos-(2-2)]); $this->semValue = $this->semStack[$this->stackPos-(2-1)] | $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule271() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_PUBLIC;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule272() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_PROTECTED;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule273() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_PRIVATE;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule274() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_STATIC;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule275() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_ABSTRACT;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule276() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_FINAL;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule277() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule278() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule279() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\PropertyProperty(substr($this->semStack[$this->stackPos-(1-1)], 1), null, $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule280() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Stmt\PropertyProperty(substr($this->semStack[$this->stackPos-(3-1)], 1), $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule281() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule282() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule283() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule284() {
|
2016-07-06 18:34:09 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule285() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule286() {
|
2016-07-06 18:34:09 +02:00
|
|
|
$this->semValue = new Expr\Assign($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule287() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Assign($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule288() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Assign($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule289() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignRef($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-4)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule290() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignRef($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-4)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule291() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule292() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Clone_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule293() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\Plus($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule294() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\Minus($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule295() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\Mul($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule296() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\Div($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule297() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\Concat($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule298() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\Mod($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule299() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\BitwiseAnd($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule300() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\BitwiseOr($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule301() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\BitwiseXor($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule302() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\ShiftLeft($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule303() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\ShiftRight($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule304() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\AssignOp\Pow($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule305() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\PostInc($this->semStack[$this->stackPos-(2-1)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule306() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\PreInc($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule307() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\PostDec($this->semStack[$this->stackPos-(2-1)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule308() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\PreDec($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule309() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\BooleanOr($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule310() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\BooleanAnd($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule311() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\LogicalOr($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule312() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\LogicalAnd($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule313() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\LogicalXor($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule314() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\BitwiseOr($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule315() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\BitwiseAnd($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule316() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\BitwiseXor($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule317() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Concat($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule318() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Plus($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule319() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Minus($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule320() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Mul($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule321() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Div($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule322() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Mod($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule323() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\ShiftLeft($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule324() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\ShiftRight($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule325() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Pow($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule326() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\UnaryPlus($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule327() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\UnaryMinus($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule328() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BooleanNot($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule329() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BitwiseNot($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule330() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Identical($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule331() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\NotIdentical($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule332() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Equal($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule333() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\NotEqual($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule334() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Spaceship($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule335() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Smaller($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule336() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\SmallerOrEqual($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule337() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Greater($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule338() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\GreaterOrEqual($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule339() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Instanceof_($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule340() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2016-02-09 13:30:39 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule341() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Ternary($this->semStack[$this->stackPos-(5-1)], $this->semStack[$this->stackPos-(5-3)], $this->semStack[$this->stackPos-(5-5)], $this->startAttributeStack[$this->stackPos-(5-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule342() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Ternary($this->semStack[$this->stackPos-(4-1)], null, $this->semStack[$this->stackPos-(4-4)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule343() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\BinaryOp\Coalesce($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule344() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Isset_($this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule345() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Empty_($this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule346() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Include_($this->semStack[$this->stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule347() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Include_($this->semStack[$this->stackPos-(2-2)], Expr\Include_::TYPE_INCLUDE_ONCE, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule348() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Eval_($this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule349() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Include_($this->semStack[$this->stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule350() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Include_($this->semStack[$this->stackPos-(2-2)], Expr\Include_::TYPE_REQUIRE_ONCE, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule351() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Cast\Int_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule352() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Cast\Double($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule353() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Cast\String_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule354() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Cast\Array_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule355() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Cast\Object_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule356() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Cast\Bool_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule357() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Cast\Unset_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule358() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$attrs = $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes;
|
|
|
|
$attrs['kind'] = strtolower($this->semStack[$this->stackPos-(2-1)]) === 'exit' ? Expr\Exit_::KIND_EXIT : Expr\Exit_::KIND_DIE;
|
|
|
|
$this->semValue = new Expr\Exit_($this->semStack[$this->stackPos-(2-2)], $attrs);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule359() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ErrorSuppress($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule360() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule361() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ShellExec($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule362() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Print_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule363() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Yield_(null, null, $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule364() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Yield_($this->semStack[$this->stackPos-(2-2)], null, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule365() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Yield_($this->semStack[$this->stackPos-(4-4)], $this->semStack[$this->stackPos-(4-2)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule366() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\YieldFrom($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule367() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Closure(['static' => false, 'byRef' => $this->semStack[$this->stackPos-(10-2)], 'params' => $this->semStack[$this->stackPos-(10-4)], 'uses' => $this->semStack[$this->stackPos-(10-6)], 'returnType' => $this->semStack[$this->stackPos-(10-7)], 'stmts' => $this->semStack[$this->stackPos-(10-9)]], $this->startAttributeStack[$this->stackPos-(10-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule368() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Closure(['static' => true, 'byRef' => $this->semStack[$this->stackPos-(11-3)], 'params' => $this->semStack[$this->stackPos-(11-5)], 'uses' => $this->semStack[$this->stackPos-(11-7)], 'returnType' => $this->semStack[$this->stackPos-(11-8)], 'stmts' => $this->semStack[$this->stackPos-(11-10)]], $this->startAttributeStack[$this->stackPos-(11-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule369() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array(new Stmt\Class_(null, ['type' => 0, 'extends' => $this->semStack[$this->stackPos-(7-3)], 'implements' => $this->semStack[$this->stackPos-(7-4)], 'stmts' => $this->semStack[$this->stackPos-(7-6)]], $this->startAttributeStack[$this->stackPos-(7-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(7-2)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule370() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\New_($this->semStack[$this->stackPos-(3-2)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule371() {
|
2016-07-06 23:21:53 +02:00
|
|
|
list($class, $ctorArgs) = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = new Expr\New_($class, $ctorArgs, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule372() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule373() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule374() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule375() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule376() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ClosureUse(substr($this->semStack[$this->stackPos-(2-2)], 1), $this->semStack[$this->stackPos-(2-1)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule377() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\FuncCall($this->semStack[$this->stackPos-(2-1)], $this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule378() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\FuncCall($this->semStack[$this->stackPos-(2-1)], $this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule379() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\StaticCall($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-3)], $this->semStack[$this->stackPos-(4-4)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule380() {
|
2016-07-06 18:34:09 +02:00
|
|
|
$this->semValue = new Name($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule381() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule382() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Name($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule383() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Name\FullyQualified($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule384() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Name\Relative($this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule385() {
|
2016-07-06 18:34:09 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule386() {
|
2016-07-06 18:34:09 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule387() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule388() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule389() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule390() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule391() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule392() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array(new Scalar\EncapsedStringPart(Scalar\String_::parseEscapeSequences($this->semStack[$this->stackPos-(1-1)], '`'), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes));
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-02-09 13:30:39 +01:00
|
|
|
protected function reduceRule393() {
|
2016-07-06 23:21:53 +02:00
|
|
|
foreach ($this->semStack[$this->stackPos-(1-1)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '`', true); } }; $this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2016-04-20 16:47:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule394() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array();
|
2016-07-06 18:34:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule395() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2016-07-06 18:34:09 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule396() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ConstFetch($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule397() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ClassConstFetch($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule398() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$attrs = $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = Expr\Array_::KIND_SHORT;
|
|
|
|
$this->semValue = new Expr\Array_($this->semStack[$this->stackPos-(3-2)], $attrs);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule399() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$attrs = $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes; $attrs['kind'] = Expr\Array_::KIND_LONG;
|
|
|
|
$this->semValue = new Expr\Array_($this->semStack[$this->stackPos-(4-3)], $attrs);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule400() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule401() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$attrs = $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes; $attrs['kind'] = ($this->semStack[$this->stackPos-(1-1)][0] === "'" || ($this->semStack[$this->stackPos-(1-1)][1] === "'" && ($this->semStack[$this->stackPos-(1-1)][0] === 'b' || $this->semStack[$this->stackPos-(1-1)][0] === 'B')) ? Scalar\String_::KIND_SINGLE_QUOTED : Scalar\String_::KIND_DOUBLE_QUOTED);
|
|
|
|
$this->semValue = new Scalar\String_(Scalar\String_::parse($this->semStack[$this->stackPos-(1-1)]), $attrs);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule402() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = Scalar\LNumber::fromString($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule403() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\DNumber(Scalar\DNumber::parse($this->semStack[$this->stackPos-(1-1)]), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule404() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Line($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule405() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\File($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule406() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Dir($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule407() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Class_($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule408() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Trait_($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule409() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Method($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule410() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Function_($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule411() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Namespace_($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule412() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule413() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule414() {
|
2016-04-02 15:22:24 +02:00
|
|
|
$attrs = $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = strpos($this->semStack[$this->stackPos-(3-1)], "'") === false ? Scalar\String_::KIND_HEREDOC : Scalar\String_::KIND_NOWDOC; preg_match('/\A[bB]?<<<[ \t]*[\'"]?([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)[\'"]?(?:\r\n|\n|\r)\z/', $this->semStack[$this->stackPos-(3-1)], $matches); $attrs['docLabel'] = $matches[1];;
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\String_(Scalar\String_::parseDocString($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-2)]), $attrs);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule415() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$attrs = $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes; $attrs['kind'] = strpos($this->semStack[$this->stackPos-(2-1)], "'") === false ? Scalar\String_::KIND_HEREDOC : Scalar\String_::KIND_NOWDOC; preg_match('/\A[bB]?<<<[ \t]*[\'"]?([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)[\'"]?(?:\r\n|\n|\r)\z/', $this->semStack[$this->stackPos-(2-1)], $matches); $attrs['docLabel'] = $matches[1];;
|
|
|
|
$this->semValue = new Scalar\String_('', $attrs);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule416() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$attrs = $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = Scalar\String_::KIND_DOUBLE_QUOTED;
|
|
|
|
foreach ($this->semStack[$this->stackPos-(3-2)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, '"', true); } }; $this->semValue = new Scalar\Encapsed($this->semStack[$this->stackPos-(3-2)], $attrs);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule417() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$attrs = $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes; $attrs['kind'] = strpos($this->semStack[$this->stackPos-(3-1)], "'") === false ? Scalar\String_::KIND_HEREDOC : Scalar\String_::KIND_NOWDOC; preg_match('/\A[bB]?<<<[ \t]*[\'"]?([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*)[\'"]?(?:\r\n|\n|\r)\z/', $this->semStack[$this->stackPos-(3-1)], $matches); $attrs['docLabel'] = $matches[1];;
|
|
|
|
foreach ($this->semStack[$this->stackPos-(3-2)] as $s) { if ($s instanceof Node\Scalar\EncapsedStringPart) { $s->value = Node\Scalar\String_::parseEscapeSequences($s->value, null, true); } } $s->value = preg_replace('~(\r\n|\n|\r)\z~', '', $s->value); if ('' === $s->value) array_pop($this->semStack[$this->stackPos-(3-2)]);; $this->semValue = new Scalar\Encapsed($this->semStack[$this->stackPos-(3-2)], $attrs);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule418() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule419() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule420() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule421() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule422() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule423() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule424() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule425() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule426() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule427() {
|
2015-10-02 11:03:12 +02:00
|
|
|
$this->semValue = new Expr\ArrayDimFetch($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule428() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Expr\ArrayDimFetch($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule429() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ArrayDimFetch($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule430() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule431() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\MethodCall($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-3)], $this->semStack[$this->stackPos-(4-4)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule432() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule433() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule434() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\PropertyFetch($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule435() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = substr($this->semStack[$this->stackPos-(1-1)], 1);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule436() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule437() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule438() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\StaticPropertyFetch($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule439() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule440() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Expr\ArrayDimFetch($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule441() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ArrayDimFetch($this->semStack[$this->stackPos-(4-1)], $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule442() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\PropertyFetch($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule443() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Expr\StaticPropertyFetch($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule444() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\StaticPropertyFetch($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule445() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule446() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule447() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule448() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule449() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule450() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule451() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\List_($this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule452() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule453() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule454() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule455() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule456() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule457() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)]; $end = count($this->semValue)-1; if ($this->semValue[$end] === null) unset($this->semValue[$end]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule458() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule459() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule460() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Expr\ArrayItem($this->semStack[$this->stackPos-(3-3)], $this->semStack[$this->stackPos-(3-1)], false, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule461() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Expr\ArrayItem($this->semStack[$this->stackPos-(1-1)], null, false, $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule462() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Expr\ArrayItem($this->semStack[$this->stackPos-(4-4)], $this->semStack[$this->stackPos-(4-1)], true, $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule463() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Expr\ArrayItem($this->semStack[$this->stackPos-(2-2)], null, true, $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule464() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule465() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule466() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semStack[$this->stackPos-(2-1)][] = $this->semStack[$this->stackPos-(2-2)]; $this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule467() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule468() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(2-1)], $this->semStack[$this->stackPos-(2-2)]);
|
2015-08-20 16:42:49 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule469() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\EncapsedStringPart($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-08-20 16:42:49 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule470() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Variable(substr($this->semStack[$this->stackPos-(1-1)], 1), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-08-20 16:42:49 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule471() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ArrayDimFetch(new Expr\Variable(substr($this->semStack[$this->stackPos-(4-1)], 1), $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-08-20 16:42:49 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule472() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\PropertyFetch(new Expr\Variable(substr($this->semStack[$this->stackPos-(3-1)], 1), $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-12-03 22:55:07 +01:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule473() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-12-07 12:12:00 +01:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule474() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-12-07 12:12:00 +01:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule475() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Expr\ArrayDimFetch(new Expr\Variable($this->semStack[$this->stackPos-(6-2)], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(6-4)], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes);
|
2015-10-02 11:03:12 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule476() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-10-02 11:03:12 +02:00
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule477() {
|
2016-04-20 16:47:10 +02:00
|
|
|
$this->semValue = new Scalar\String_($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
2016-07-06 18:34:09 +02:00
|
|
|
protected function reduceRule478() {
|
2016-07-06 23:21:53 +02:00
|
|
|
$this->semValue = new Scalar\String_($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule479() {
|
2015-06-13 13:09:34 +02:00
|
|
|
$this->semValue = new Expr\Variable(substr($this->semStack[$this->stackPos-(1-1)], 1), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
}
|