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;
|
2015-08-20 16:42:49 +02:00
|
|
|
protected $actionTableSize = 1023;
|
|
|
|
protected $gotoTableSize = 397;
|
2015-06-13 13:09:34 +02:00
|
|
|
|
|
|
|
protected $invalidSymbol = 157;
|
|
|
|
protected $errorSymbol = 1;
|
|
|
|
protected $defaultAction = -32766;
|
|
|
|
protected $unexpectedTokenRule = 32767;
|
|
|
|
|
2015-08-20 16:42:49 +02:00
|
|
|
protected $YY2TBLSTATE = 348;
|
|
|
|
protected $YYNLSTATES = 557;
|
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(
|
2015-08-20 16:42:49 +02:00
|
|
|
697, 58, 59, 393, 60, 61,-32766,-32766,-32766,-32766,
|
|
|
|
62, 63, 1016, 64, 1018, 1017,-32766,-32766,-32766,-32766,
|
2015-06-13 16:24:52 +02:00
|
|
|
-32766,-32766, 108, 109, 110,-32766,-32766, 57,-32766,-32766,
|
|
|
|
-32766,-32766,-32766,-32766,-32767,-32767,-32767,-32767,-32767,-32766,
|
2015-08-20 16:42:49 +02:00
|
|
|
975,-32766,-32766,-32766,-32766,-32766, 65, 66,-32766,-32766,
|
|
|
|
-32766, 1006, 67, 129, 68, 233, 234, 69, 70, 71,
|
|
|
|
72, 73, 74, 75, 76, 357, 40, 247, 77, 362,
|
|
|
|
394, 0,-32766, 1006, 940, 941, 395, 131, 975, 55,
|
|
|
|
686, 277, 939, 50, 27, 396, 741, 397, 268, 398,
|
|
|
|
-32766, 399, 355,-32766, 400,-32766,-32766,-32766, 51, 52,
|
|
|
|
401, 363, 308, 53, 402, 140,-32766, 78, 955, 130,
|
|
|
|
300, 301, 403, 404, 299,-32766, 289, 286, 405, 406,
|
|
|
|
407, 672, 713, 408, 409, 765, 766, 420, 410, 411,
|
|
|
|
364, 945, 946, 947, 948, 942, 943, 256, 420, 42,
|
|
|
|
267, 364, 420, 949, 944, 364, 954, 692, 529, 227,
|
|
|
|
79, -446, 265,-32766, 266, 286, 561, 562, 563, 564,
|
|
|
|
565, 128, 566, 567, 568, 604, 605,-32766,-32766,-32766,
|
|
|
|
33, -193, -193, -193,-32766, 319, 280, 463, 526, 814,
|
|
|
|
815, 816, 813, 812, 811, 806, 381,-32766, 1013,-32766,
|
|
|
|
-32766,-32766,-32766,-32766,-32766, 390,-32767,-32767,-32767,-32767,
|
|
|
|
106, 107, 108, 109, 110, 742, -447, 240, 569, 551,
|
|
|
|
-32766,-32766,-32766, 814, 815, 816, 813, 812, 811, -191,
|
|
|
|
-191, -191, 570, 571, 572, 573, 574, 575, 576, 254,
|
|
|
|
-32766, 627,-32766,-32766,-32766,-32766, 43, 236, 577, 578,
|
|
|
|
579, 580, 581, 582, 583, 584, 585, 586, 587, 607,
|
|
|
|
608, 609, 610, 611, 599, 600, 601, 602, 603, 588,
|
|
|
|
589, 590, 591, 592, 593, 594, 621, 622, 623, 624,
|
|
|
|
625, 626, 595, 596, 597, 598,-32766, 619, 617, 618,
|
|
|
|
614, 615, 366, 606, 612, 613, 39, -405, -198, 88,
|
|
|
|
89, 90, 269,-32766,-32766, 229, -446, 616, -446, -1,
|
|
|
|
284, 410,-32766,-32766,-32766,-32766, 382, -146, 239, 44,
|
2015-06-13 16:24:52 +02:00
|
|
|
237, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
|
|
|
100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
2015-08-20 16:42:49 +02:00
|
|
|
110, 111, 112, 113, -404, 253, 787, 361, 356, -183,
|
|
|
|
-183, -183, 765, 766, 264,-32766,-32766, 114, -405, 953,
|
|
|
|
-32766, -447, 629, -447, -403, 420,-32766, 635, 364,-32766,
|
|
|
|
-32766,-32766, -405,-32766, -202,-32766, -437,-32766, 975, -405,
|
|
|
|
-32766, -408, -219, -147,-32766,-32766,-32766, 366, 282,-32766,
|
|
|
|
-32766, 46, 379,-32766, 237, 638,-32766, 419,-32766,-32766,
|
|
|
|
-32766,-32766, 127, -183,-32766, -404, 133,-32766,-32766,-32766,
|
|
|
|
-32766, 40, 356, 111, 112, 113, 988, 253, 264, -404,
|
|
|
|
517, 629, 373, 975, 146, -403, -404, 939, -407, 114,
|
|
|
|
-32766, 635, 135,-32766,-32766,-32766, 629, 771, 144, -403,
|
|
|
|
-32766, 772, 143,-32766,-32766,-32766, -403,-32766, 136,-32766,
|
|
|
|
991,-32766, 282, 139,-32766, 286, 919, 132,-32766,-32766,
|
|
|
|
-32766, 366, -146,-32766,-32766, 370, 141,-32766, 531, 230,
|
|
|
|
-32766, 419,-32766,-32766, 411, 550, 544, 34,-32766, 643,
|
|
|
|
644,-32766,-32766,-32766,-32766, 356, 518, 420, 137, 364,
|
|
|
|
364, 264, 912, 792, 555, 81, -182, -182, -182, 706,
|
|
|
|
286, 302, 374, 696, 635,-32766, 135,-32766,-32766,-32766,
|
|
|
|
255, 629, 506, 507, 253,-32766, 496, 28,-32766,-32766,
|
|
|
|
-32766, -437,-32766, 350,-32766, 282,-32766, -219, -147,-32766,
|
|
|
|
142, 310, 637,-32766,-32766,-32766, 366, 22,-32766,-32766,
|
|
|
|
56, 539,-32766, 238, 114,-32766, 419,-32766,-32766, 366,
|
|
|
|
-182, -248, 247,-32766, 643, 644,-32766,-32766,-32766,-32766,
|
|
|
|
-32766,-32766, -197, 642,-32766,-32766,-32766, 491, 492,-32766,
|
|
|
|
-32766,-32766,-32766, 791, 546,-32766, 803, 556,-32766,-32766,
|
|
|
|
514,-32766,-32766,-32766,-32766, 629,-32766,-32766,-32766,-32766,
|
|
|
|
-32766, 629,-32766,-32766,-32766, 656,-32766, 456,-32766, 455,
|
|
|
|
-32766, 636, 533,-32766, 915, 445, 134,-32766,-32766,-32766,
|
|
|
|
366, 440,-32766,-32766, 366, 630,-32766, 1011, 788,-32766,
|
|
|
|
419,-32766,-32766, 439, 369,-32766,-32766,-32766, 371, 366,
|
|
|
|
-32766,-32766,-32766,-32766,-32766,-32766,-32766,-32766, 444, 516,
|
|
|
|
-32766,-32766, 683, 684,-32766, 505, 494, 288,-32766,-32766,
|
|
|
|
-32766,-32766,-32766, 1006, 629, 287,-32766,-32766,-32766, 497,
|
|
|
|
452,-32766,-32766,-32766, 525,-32766, 509,-32766, 281,-32766,
|
|
|
|
515, 501,-32766, 489, 458, -70,-32766,-32766,-32766, 366,
|
|
|
|
37,-32766,-32766, 226, 502,-32766, 538, 368,-32766, 419,
|
|
|
|
-32766,-32766, 388,-32766,-32766,-32766,-32766, 410, 334,-32766,
|
|
|
|
-32766,-32766,-32766, 279, 307, 715, 714, 335, 952, 370,
|
|
|
|
278, 1010, 0,-32766,-32766,-32766,-32766, 283,-32766, 0,
|
|
|
|
629, 329, 0, 0,-32766,-32766,-32766,-32766,-32766,-32766,
|
|
|
|
0,-32766, 0,-32766, 36,-32766, -363, 30,-32766, 352,
|
|
|
|
900, 0,-32766,-32766,-32766, 366, 351,-32766,-32766, 339,
|
|
|
|
322,-32766, 235, 449,-32766, 419,-32766,-32766, 708, 366,
|
|
|
|
639, 640,-32766, 797, 694,-32766,-32766,-32766,-32766, 725,
|
|
|
|
-32766,-32766, 685,-32766, 796, 799, 798, 687, 727,-32766,
|
|
|
|
-32766,-32766,-32766, 675, 736, 735, 729, 744,-32766, 677,
|
|
|
|
688,-32766,-32766, 682, 629, 695, 681, 680,-32766, 641,
|
|
|
|
543,-32766,-32766,-32766, 542,-32766, 49,-32766, 48,-32766,
|
|
|
|
795, 981,-32766, 553, 549, 548,-32766,-32766,-32766, 366,
|
|
|
|
545,-32766,-32766, 541, 540,-32766, 535, 532,-32766, 419,
|
|
|
|
-32766,-32766, 530, 554, 883, 87,-32766, 275, 536,-32766,
|
|
|
|
-32766,-32766,-32766,-32766, 276, 349, 348, 980, 986, 629,
|
|
|
|
989, 969, 976,-32766, 1012, 534,-32766,-32766,-32766, 646,
|
|
|
|
-32766, 645,-32766, 1015,-32766,-32766,-32766,-32766, 1014, 712,
|
|
|
|
648,-32766,-32766,-32766, 366, 804,-32766,-32766, 700, 907,
|
|
|
|
-32766, 906, 734,-32766, 419,-32766,-32766, 733, 908, 710,
|
|
|
|
709,-32766, 702, 711,-32766,-32766,-32766,-32766, 45, 115,
|
|
|
|
116, 117, 118, 119, 120, 121, 122, 123, 124, 125,
|
|
|
|
126, 366, 647, 673, 968, 38, -406, -407, 359, 354,
|
|
|
|
-32766,-32766,-32766,-32766, 285, -408, -428, 252, 251, 250,
|
|
|
|
249,-32766,-32766,-32766,-32766, 232, 231, 228, 147, 844,
|
|
|
|
846, 145, 138, 86, 85, 84, 83, 82, 80, 54,
|
|
|
|
-403, 47, -430, 41, 0, 476, -199, 21, 26, 29,
|
|
|
|
260, 0, 309, 471, 487, 524, 887, 884, 937, 929,
|
|
|
|
522, 391, 387, 385, 383, 25, 24, 23, -198, 0,
|
|
|
|
0, 967, 938, 495, 0, 0, 0, 0, 0, 0,
|
2015-06-13 16:24:52 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2015-08-20 16:42:49 +02:00
|
|
|
0, -403, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, -403, 0, 0, 0, 0,
|
|
|
|
0, 0, -403
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $actionCheck = array(
|
2015-06-13 16:24:52 +02:00
|
|
|
1, 2, 3, 4, 5, 6, 8, 9, 10, 67,
|
|
|
|
11, 12, 77, 14, 79, 80, 8, 9, 10, 8,
|
|
|
|
9, 10, 47, 48, 49, 83, 28, 67, 30, 31,
|
|
|
|
32, 33, 34, 35, 36, 37, 38, 39, 40, 28,
|
2015-08-20 16:42:49 +02:00
|
|
|
79, 30, 31, 32, 33, 34, 47, 48, 8, 9,
|
|
|
|
10, 82, 53, 13, 55, 56, 57, 58, 59, 60,
|
2015-06-13 16:24:52 +02:00
|
|
|
61, 62, 63, 64, 65, 123, 67, 68, 69, 70,
|
2015-08-20 16:42:49 +02:00
|
|
|
71, 0, 130, 82, 75, 76, 77, 7, 79, 67,
|
|
|
|
81, 7, 83, 84, 85, 86, 29, 88, 128, 90,
|
|
|
|
67, 92, 7, 151, 95, 8, 9, 10, 99, 100,
|
|
|
|
101, 102, 142, 104, 105, 67, 83, 108, 139, 149,
|
|
|
|
111, 112, 113, 114, 7, 28, 67, 156, 119, 120,
|
|
|
|
121, 122, 123, 124, 125, 130, 131, 143, 129, 130,
|
|
|
|
146, 132, 133, 134, 135, 136, 137, 138, 143, 7,
|
|
|
|
128, 146, 143, 144, 145, 146, 155, 148, 149, 13,
|
2015-06-13 16:24:52 +02:00
|
|
|
151, 7, 153, 130, 155, 156, 2, 3, 4, 5,
|
|
|
|
6, 149, 8, 9, 10, 11, 12, 8, 9, 10,
|
|
|
|
103, 72, 73, 74, 151, 79, 109, 128, 77, 112,
|
|
|
|
113, 114, 115, 116, 117, 118, 29, 28, 150, 30,
|
|
|
|
31, 32, 33, 34, 35, 7, 41, 42, 43, 44,
|
2015-08-20 16:42:49 +02:00
|
|
|
45, 46, 47, 48, 49, 148, 7, 35, 54, 29,
|
|
|
|
8, 9, 10, 112, 113, 114, 115, 116, 117, 72,
|
|
|
|
73, 74, 68, 69, 70, 71, 72, 73, 74, 7,
|
2015-06-13 16:24:52 +02:00
|
|
|
28, 77, 30, 31, 32, 33, 140, 141, 84, 85,
|
2015-06-13 13:09:34 +02:00
|
|
|
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,
|
2015-06-13 16:24:52 +02:00
|
|
|
116, 117, 118, 119, 120, 121, 1, 123, 124, 125,
|
2015-08-20 16:42:49 +02:00
|
|
|
126, 127, 102, 129, 130, 131, 7, 67, 152, 8,
|
|
|
|
9, 10, 82, 113, 114, 7, 152, 143, 154, 0,
|
|
|
|
7, 129, 122, 123, 124, 125, 149, 7, 7, 28,
|
2015-06-13 16:24:52 +02:00
|
|
|
35, 30, 31, 32, 33, 34, 35, 36, 37, 38,
|
2015-06-13 14:59:24 +02:00
|
|
|
39, 40, 41, 42, 43, 44, 45, 46, 47, 48,
|
2015-08-20 16:42:49 +02:00
|
|
|
49, 50, 51, 52, 67, 54, 148, 7, 103, 96,
|
|
|
|
97, 98, 130, 131, 109, 8, 71, 66, 128, 139,
|
|
|
|
1, 152, 77, 154, 67, 143, 81, 122, 146, 84,
|
|
|
|
85, 86, 142, 88, 152, 90, 7, 92, 79, 149,
|
|
|
|
95, 151, 7, 7, 99, 100, 101, 102, 143, 104,
|
|
|
|
105, 13, 7, 108, 35, 150, 111, 112, 113, 114,
|
|
|
|
8, 9, 15, 150, 119, 128, 15, 122, 123, 124,
|
|
|
|
125, 67, 103, 50, 51, 52, 77, 54, 109, 142,
|
|
|
|
77, 77, 7, 79, 15, 128, 149, 83, 151, 66,
|
|
|
|
71, 122, 147, 148, 149, 1, 77, 152, 15, 142,
|
|
|
|
81, 152, 15, 84, 85, 86, 149, 88, 149, 90,
|
|
|
|
152, 92, 143, 15, 95, 156, 112, 15, 99, 100,
|
|
|
|
101, 102, 152, 104, 105, 146, 29, 108, 149, 35,
|
|
|
|
111, 112, 113, 114, 130, 29, 29, 7, 119, 102,
|
|
|
|
103, 122, 123, 124, 125, 103, 143, 143, 149, 146,
|
|
|
|
146, 109, 152, 150, 29, 151, 96, 97, 98, 35,
|
|
|
|
156, 7, 7, 29, 122, 71, 147, 148, 149, 1,
|
|
|
|
29, 77, 72, 73, 54, 81, 72, 73, 84, 85,
|
|
|
|
86, 152, 88, 146, 90, 143, 92, 152, 152, 95,
|
|
|
|
97, 98, 150, 99, 100, 101, 102, 152, 104, 105,
|
|
|
|
67, 29, 108, 35, 66, 111, 112, 113, 114, 102,
|
|
|
|
150, 79, 68, 119, 102, 103, 122, 123, 124, 125,
|
|
|
|
113, 114, 74, 148, 8, 9, 10, 106, 107, 122,
|
|
|
|
123, 124, 125, 148, 149, 103, 148, 149, 1, 71,
|
|
|
|
74, 109, 148, 149, 28, 77, 30, 31, 32, 81,
|
|
|
|
118, 77, 84, 85, 86, 77, 88, 77, 90, 77,
|
|
|
|
92, 148, 149, 95, 79, 77, 29, 99, 100, 101,
|
|
|
|
102, 77, 104, 105, 102, 77, 108, 77, 148, 111,
|
|
|
|
112, 113, 114, 77, 77, 113, 114, 119, 77, 102,
|
|
|
|
122, 123, 124, 125, 122, 123, 124, 125, 79, 79,
|
|
|
|
113, 114, 148, 148, 1, 79, 79, 82, 71, 122,
|
|
|
|
123, 124, 125, 82, 77, 82, 148, 149, 81, 87,
|
|
|
|
86, 84, 85, 86, 89, 88, 96, 90, 110, 92,
|
|
|
|
91, 93, 95, 109, 94, 94, 99, 100, 101, 102,
|
|
|
|
94, 104, 105, 94, 96, 108, 29, 102, 111, 112,
|
|
|
|
113, 114, 102, 8, 9, 10, 119, 129, 146, 122,
|
|
|
|
123, 124, 125, 127, 142, 123, 123, 146, 139, 146,
|
|
|
|
126, 154, -1, 28, 71, 30, 31, 126, 1, -1,
|
|
|
|
77, 78, -1, -1, 81, 148, 149, 84, 85, 86,
|
|
|
|
-1, 88, -1, 90, 142, 92, 142, 142, 95, 146,
|
|
|
|
153, -1, 99, 100, 101, 102, 146, 104, 105, 146,
|
|
|
|
146, 108, 35, 146, 111, 112, 113, 114, 147, 102,
|
|
|
|
148, 148, 119, 148, 148, 122, 123, 124, 125, 148,
|
|
|
|
113, 114, 148, 1, 148, 148, 148, 148, 148, 122,
|
|
|
|
123, 124, 125, 148, 148, 148, 148, 148, 71, 148,
|
|
|
|
148, 148, 149, 148, 77, 148, 148, 148, 81, 148,
|
|
|
|
148, 84, 85, 86, 148, 88, 148, 90, 148, 92,
|
|
|
|
148, 150, 95, 149, 149, 149, 99, 100, 101, 102,
|
|
|
|
149, 104, 105, 149, 149, 108, 149, 149, 111, 112,
|
|
|
|
113, 114, 149, 149, 152, 149, 119, 149, 29, 122,
|
|
|
|
123, 124, 125, 71, 149, 149, 149, 154, 150, 77,
|
|
|
|
150, 150, 150, 81, 150, 150, 84, 85, 86, 150,
|
|
|
|
88, 150, 90, 150, 92, 148, 149, 95, 150, 150,
|
|
|
|
150, 99, 100, 101, 102, 150, 104, 105, 150, 150,
|
|
|
|
108, 150, 150, 111, 112, 113, 114, 150, 150, 150,
|
|
|
|
150, 119, 150, 150, 122, 123, 124, 125, 15, 16,
|
|
|
|
17, 18, 19, 20, 21, 22, 23, 24, 25, 26,
|
|
|
|
27, 102, 150, 150, 154, 151, 151, 151, 151, 151,
|
|
|
|
148, 149, 113, 114, 151, 151, 151, 151, 151, 151,
|
|
|
|
151, 122, 123, 124, 125, 151, 151, 151, 151, 56,
|
|
|
|
57, 151, 151, 151, 151, 151, 151, 151, 151, 151,
|
|
|
|
67, 151, 151, 151, -1, 152, 152, 152, 152, 152,
|
|
|
|
152, -1, 152, 152, 152, 152, 152, 152, 152, 152,
|
|
|
|
152, 152, 152, 152, 152, 152, 152, 152, 152, -1,
|
|
|
|
-1, 154, 154, 154, -1, -1, -1, -1, -1, -1,
|
2015-06-13 16:24:52 +02:00
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
2015-08-20 16:42:49 +02:00
|
|
|
-1, 128, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, 142, -1, -1, -1, -1,
|
|
|
|
-1, -1, 149
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $actionBase = array(
|
2015-08-20 16:42:49 +02:00
|
|
|
0, 243, 390, 299, 235, 372, 147, 99, 753, 695,
|
|
|
|
562, 568, 569, 732, 730, 721, 478, 565, 719, 718,
|
|
|
|
715, 647, 502, 437, 180, 437, 799, 517, 517, 517,
|
|
|
|
289, 333, 605, 154, 154, 154, 154, 101, 275, 349,
|
|
|
|
707, 707, 707, 633, 567, 424, 498, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 762, 762,
|
|
|
|
762, 762, 762, 762, 762, 762, 762, 762, 57, 619,
|
|
|
|
368, 606, 798, 804, 801, 796, 795, 579, 800, 805,
|
|
|
|
694, 692, 427, 691, 651, 688, 690, 802, 819, 797,
|
|
|
|
803, 281, 281, 281, 281, 281, 281, 281, 281, 281,
|
|
|
|
281, 281, 281, 281, 281, 281, 281, 337, 40, 382,
|
2015-06-13 16:24:52 +02:00
|
|
|
8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
|
2015-08-20 16:42:49 +02:00
|
|
|
8, 8, 8, 8, 8, 8, 8, 8, 87, 87,
|
|
|
|
87, 675, 546, 202, 11, 873, 159, -2, -2, -2,
|
|
|
|
-2, -2, 155, 155, 155, 155, 172, 172, 558, 558,
|
|
|
|
474, 334, 334, 334, 334, 334, 334, 334, 334, 334,
|
|
|
|
334, 709, 733, 729, 728, -25, -25, -58, 462, 212,
|
|
|
|
212, 212, 212, 23, -5, -5, 210, -31, -9, 220,
|
|
|
|
267, 353, 353, 353, 367, 563, 555, 329, 329, 559,
|
|
|
|
561, 287, 287, -40, 287, 442, 442, 442, -16, -16,
|
|
|
|
-16, -16, 309, -16, -16, -16, 676, 96, 96, -65,
|
|
|
|
578, 727, 415, 560, 722, 12, 199, 144, 590, 583,
|
|
|
|
-39, 575, -39, 451, 434, 430, 584, -39, -39, 157,
|
|
|
|
57, 418, 450, 614, 510, 405, 602, 484, 485, 49,
|
|
|
|
443, 375, 678, 603, 793, 300, 672, 359, 288, 38,
|
|
|
|
450, 450, 450, 279, 685, 687, 365, 136, 752, 686,
|
|
|
|
366, 710, 701, 460, 188, 699, 330, 652, 504, 504,
|
|
|
|
504, 504, 504, 504, 454, 504, 524, 754, 754, 512,
|
|
|
|
557, 454, 788, 454, 504, 754, 454, 132, 454, 574,
|
|
|
|
504, 581, 581, 524, 549, 566, 754, 754, 566, 512,
|
|
|
|
454, 646, 642, 554, 601, 471, 471, 554, 454, 471,
|
|
|
|
557, 471, 71, 787, 786, 464, 785, 790, 784, 757,
|
|
|
|
783, 536, 673, 573, 572, 775, 774, 782, 518, 537,
|
|
|
|
776, 792, 597, 641, 541, 377, 585, 463, 755, 575,
|
|
|
|
553, 468, 468, 468, 463, 764, 468, 468, 468, 468,
|
|
|
|
468, 468, 468, 468, 818, 552, 564, 639, 638, 637,
|
|
|
|
432, 635, 594, 570, 381, 668, 597, 597, 577, 528,
|
|
|
|
769, 807, 781, 650, 70, 428, 768, 542, 508, 551,
|
|
|
|
767, 667, 806, 530, 703, 597, 468, 765, 791, 817,
|
|
|
|
750, 756, 683, 812, 222, 593, 632, 293, 547, 665,
|
|
|
|
664, 648, 815, 811, 810, 580, 293, 631, 794, 758,
|
|
|
|
556, 763, 661, 417, 413, 708, 780, 629, 814, 813,
|
|
|
|
816, 628, 627, 656, 655, 399, 777, 436, 496, 626,
|
|
|
|
515, 550, 654, 766, 625, 620, 808, 571, 553, 582,
|
|
|
|
548, 576, 674, 809, 455, 611, 618, 617, 616, 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 15:42:09 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, -1, -1,
|
2015-06-13 13:09:34 +02:00
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
2015-06-13 15:42:09 +02:00
|
|
|
-1, -1, -1, -1, -1, -1, -1, 154, 154, 154,
|
|
|
|
0, 0, 0, 0, 154, -1, -1, -1, -1, -1,
|
2015-06-13 13:09:34 +02:00
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
2015-06-13 16:24:52 +02:00
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, 281, 281, 281, 281, 281,
|
|
|
|
281, 281, 281, 281, 281, 281, 281, 281, 281, 281,
|
|
|
|
281, 281, 281, 281, 281, 281, 281, 281, 0, 0,
|
2015-06-13 14:59:24 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2015-06-13 16:24:52 +02:00
|
|
|
0, 0, 0, 0, 281, 281, 281, 281, 281, 281,
|
|
|
|
281, 281, 281, 281, 281, 281, 281, 281, 281, 281,
|
|
|
|
281, 281, 281, 281, 281, 281, 281, 281, 281, 281,
|
2015-08-20 16:42:49 +02:00
|
|
|
281, 281, 0, 281, 281, 281, 281, 281, 281, 353,
|
|
|
|
353, 353, 353, 334, 334, 334, 334, 334, 0, 0,
|
2015-06-13 16:24:52 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 67, 67,
|
2015-08-20 16:42:49 +02:00
|
|
|
67, 67, 353, 353, 334, 67, 504, 504, 504, 504,
|
|
|
|
334, 504, 504, 96, 96, 96, 0, 0, 0, 0,
|
|
|
|
0, 504, 96, 96, -39, -39, 96, 96, 0, 0,
|
|
|
|
0, 0, 504, 504, 504, 504, 504, 504, 504, 504,
|
|
|
|
504, 504, 504, -39, 0, 0, 0, 423, 423, 293,
|
|
|
|
423, 423, 0, 0, 0, 504, 504, 0, 549, 0,
|
|
|
|
0, 0, 0, 754, 0, 0, 0, 0, 0, 468,
|
|
|
|
70, 769, 0, 107, 0, 0, 0, 0, 0, 528,
|
|
|
|
107, 301, 0, 301, 0, 0, 0, 468, 468, 468,
|
|
|
|
0, 528, 528, 0, 0, 74, 528, 0, 74, 85,
|
|
|
|
0, 0, 85, 0, 293
|
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,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2015-08-20 16:42:49 +02:00
|
|
|
440, 440, 400,32767,32767,32767,32767, 266, 266, 266,
|
|
|
|
32767, 401, 401, 401, 401, 401, 401, 401,32767,32767,
|
|
|
|
32767,32767,32767, 345,32767,32767,32767,32767,32767,32767,
|
2015-06-13 16:24:52 +02:00
|
|
|
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,
|
2015-08-20 16:42:49 +02:00
|
|
|
445,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,
|
2015-08-20 16:42:49 +02:00
|
|
|
32767, 328, 329, 331, 332, 265, 402, 218, 444, 264,
|
|
|
|
106, 227, 220, 175, 109, 263, 206, 293, 346, 295,
|
|
|
|
344, 348, 294, 270, 275, 276, 277, 278, 279, 280,
|
|
|
|
281, 282, 283, 284, 285, 286, 269, 347, 325, 324,
|
|
|
|
323, 291, 292, 296, 298, 268, 297, 314, 315, 312,
|
|
|
|
313, 316, 317, 318, 319, 320,32767,32767, 439, 439,
|
2015-06-13 13:09:34 +02:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2015-08-20 16:42:49 +02:00
|
|
|
32767, 250, 250, 250, 250, 305, 306,32767, 251, 210,
|
|
|
|
210, 210, 210,32767, 210,32767,32767,32767,32767, 393,
|
|
|
|
322, 300, 301, 299,32767, 373,32767,32767,32767,32767,
|
|
|
|
375, 288, 290, 368, 271,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767,32767, 374,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767, 370, 403, 403,32767,32767,
|
|
|
|
32767, 362,32767, 144, 194, 196, 378,32767,32767,32767,
|
|
|
|
32767,32767, 310,32767,32767,32767,32767,32767,32767, 452,
|
|
|
|
32767,32767,32767,32767,32767, 403,32767, 403,32767,32767,
|
|
|
|
302, 303, 304,32767,32767,32767, 403, 403,32767,32767,
|
|
|
|
403,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
|
|
|
32767,32767,32767,32767, 148,32767,32767, 376, 376,32767,
|
|
|
|
32767, 148, 371, 148,32767,32767, 148, 399, 148, 161,
|
|
|
|
32767, 159, 159,32767,32767, 163,32767, 417, 163,32767,
|
|
|
|
148, 180, 180, 354, 150, 212, 212, 354, 148, 212,
|
|
|
|
32767, 212,32767,32767,32767, 72,32767,32767,32767,32767,
|
2015-06-13 16:24:52 +02:00
|
|
|
32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,
|
2015-08-20 16:42:49 +02:00
|
|
|
32767,32767, 364,32767,32767,32767,32767, 394, 415, 362,
|
|
|
|
32767, 308, 309, 311,32767, 405, 333, 334, 335, 336,
|
|
|
|
337, 338, 339, 341,32767, 367,32767,32767,32767,32767,
|
|
|
|
32767,32767, 74, 98, 226,32767, 74, 365,32767,32767,
|
|
|
|
32767,32767,32767,32767, 267,32767,32767, 74,32767, 74,
|
|
|
|
32767,32767,32767,32767, 403, 366, 307, 379, 421,32767,
|
|
|
|
32767, 404,32767,32767, 201, 74,32767, 162,32767,32767,
|
|
|
|
32767,32767,32767,32767,32767,32767, 164,32767, 403,32767,
|
|
|
|
32767,32767,32767,32767, 262,32767,32767,32767,32767,32767,
|
|
|
|
403,32767,32767,32767,32767, 205,32767,32767,32767,32767,
|
2015-06-13 16:24:52 +02:00
|
|
|
32767,32767,32767,32767,32767,32767,32767, 72, 59,32767,
|
2015-08-20 16:42:49 +02:00
|
|
|
244,32767,32767,32767,32767,32767,32767,32767,32767, 111,
|
|
|
|
111, 3, 229, 3, 141, 229, 111, 188, 111, 111,
|
|
|
|
229, 229, 180, 180, 111, 111, 236, 111, 111, 111,
|
|
|
|
111, 111, 111, 111, 111, 111, 111
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $goto = array(
|
2015-06-13 16:24:52 +02:00
|
|
|
177, 177, 150, 150, 150, 160, 162, 193, 178, 175,
|
|
|
|
175, 175, 175, 176, 176, 176, 176, 176, 176, 176,
|
2015-08-20 16:42:49 +02:00
|
|
|
171, 172, 173, 174, 190, 188, 191, 421, 422, 312,
|
|
|
|
423, 426, 427, 428, 429, 430, 431, 432, 433, 831,
|
2015-06-13 16:24:52 +02:00
|
|
|
151, 152, 153, 154, 155, 156, 157, 158, 159, 161,
|
|
|
|
187, 189, 192, 208, 211, 212, 213, 214, 216, 217,
|
|
|
|
218, 219, 220, 221, 222, 223, 224, 225, 245, 246,
|
2015-08-20 16:42:49 +02:00
|
|
|
261, 262, 263, 330, 331, 332, 466, 194, 195, 196,
|
2015-06-13 16:24:52 +02:00
|
|
|
197, 198, 199, 200, 201, 202, 203, 204, 205, 206,
|
|
|
|
163, 207, 164, 179, 180, 181, 209, 182, 165, 166,
|
|
|
|
167, 183, 168, 210, 148, 184, 185, 169, 186, 170,
|
2015-08-20 16:42:49 +02:00
|
|
|
519, 442, 291, 1005, 1005, 467, 802, 528, 468, 690,
|
|
|
|
513, 800, 446, 446, 446, 1008, 1005, 504, 32, 446,
|
|
|
|
512, 664, 311, 9, 757, 757, 995, 995, 4, 6,
|
|
|
|
5, 10, 11, 1008, 1008, 459, 446, 12, 13, 527,
|
|
|
|
1, 14, 15, 16, 17, 2, 18, 19, 7, 20,
|
|
|
|
424, 424, 424, 424, 424, 424, 424, 424, 424, 424,
|
|
|
|
424, 424, 424, 424, 424, 337, 500, 327, 327, 274,
|
|
|
|
325, 325, 271, 272, 296, 464, 336, 297, 340, 488,
|
|
|
|
774, 916, 633, 633, 633, 446, 446, 457, 475, 446,
|
|
|
|
446, 462, 446, 657, 438, 441, 451, 469, 470, 472,
|
|
|
|
242, 447, 634, 634, 634, 243, 244, 465, 425, 425,
|
|
|
|
425, 425, 425, 425, 425, 425, 425, 425, 425, 425,
|
|
|
|
425, 425, 425, 632, 632, 632, 999, 657, 657, 483,
|
|
|
|
484, 523, 313, 314, 481, 498, 450, 499, 460, 829,
|
|
|
|
917, 743, 728, 726, 724, 726, 537, 436, 752, 747,
|
|
|
|
384, 918, 971, 486, 292, 347, 270, 258, 35, 435,
|
|
|
|
992, 326, 293, 294, 878, 435, 298, 761, 982, 770,
|
|
|
|
341, 320, 653, 323, 778, 651, 547, 650, 650, 658,
|
|
|
|
658, 658, 660, 345, 649, 909, 914, 378, 781, 661,
|
|
|
|
480, 389, 731, 818, 0, 0, 0, 0, 0, 0,
|
2015-06-13 16:24:52 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
2015-08-20 16:42:49 +02:00
|
|
|
0, 0, 0, 0, 0, 0, 920, 0, 764, 764,
|
|
|
|
764, 764, 920, 764, 764, 979, 0, 0, 0, 810,
|
|
|
|
0, 979, 0, 0, 0, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 990, 990, 722, 722, 722,
|
|
|
|
722, 0, 717, 723, 511, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 977, 0, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 780, 0,
|
|
|
|
780, 0, 0, 0, 0, 983, 984
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $gotoCheck = array(
|
2015-08-20 16:42:49 +02:00
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
48, 7, 60, 118, 118, 6, 6, 6, 74, 41,
|
|
|
|
6, 6, 7, 7, 7, 118, 118, 52, 86, 7,
|
|
|
|
52, 24, 52, 25, 65, 65, 65, 65, 2, 25,
|
|
|
|
2, 25, 25, 118, 118, 7, 7, 25, 25, 4,
|
|
|
|
25, 25, 25, 25, 25, 25, 25, 25, 25, 25,
|
|
|
|
107, 107, 107, 107, 107, 107, 107, 107, 107, 107,
|
|
|
|
107, 107, 107, 107, 107, 42, 42, 42, 42, 42,
|
|
|
|
42, 42, 42, 42, 42, 42, 42, 42, 42, 42,
|
|
|
|
72, 70, 10, 10, 10, 7, 7, 7, 7, 7,
|
|
|
|
7, 109, 7, 18, 35, 35, 35, 35, 35, 35,
|
|
|
|
56, 7, 11, 11, 11, 56, 56, 7, 108, 108,
|
|
|
|
108, 108, 108, 108, 108, 108, 108, 108, 108, 108,
|
|
|
|
108, 108, 108, 9, 9, 9, 117, 18, 18, 51,
|
|
|
|
51, 51, 38, 49, 32, 32, 49, 40, 49, 89,
|
|
|
|
70, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
|
|
|
49, 70, 70, 58, 58, 58, 106, 106, 49, 103,
|
|
|
|
115, 39, 60, 60, 90, 103, 13, 67, 112, 69,
|
|
|
|
17, 8, 20, 12, 73, 19, 62, 18, 18, 18,
|
|
|
|
18, 18, 18, 16, 18, 96, 98, 54, 75, 21,
|
|
|
|
55, 94, 59, 88, -1, -1, -1, -1, -1, -1,
|
2015-06-13 16:24:52 +02:00
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
|
2015-08-20 16:42:49 +02:00
|
|
|
-1, -1, -1, -1, -1, -1, 48, -1, 48, 48,
|
|
|
|
48, 48, 48, 48, 48, 74, -1, -1, -1, 86,
|
|
|
|
-1, 74, -1, -1, -1, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, 74, 74, 48, 48, 48,
|
|
|
|
48, -1, 48, 48, 48, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, 74, -1, -1, -1, -1, -1,
|
|
|
|
-1, -1, -1, -1, -1, -1, -1, -1, 74, -1,
|
|
|
|
74, -1, -1, -1, -1, 74, 74
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $gotoBase = array(
|
2015-08-20 16:42:49 +02:00
|
|
|
0, 0, -393, 0, 112, 0, 85, -153, -1, 230,
|
|
|
|
189, 209, -15, 12, 0, 0, -56, 4, -61, -14,
|
|
|
|
5, -74, -38, 0, 97, -397, 0, 0, 0, 0,
|
|
|
|
0, 0, 196, 0, 0, 152, 0, 0, 192, 39,
|
|
|
|
20, 94, -51, 0, 0, 0, 0, 0, 79, -120,
|
|
|
|
0, -11, -259, 0, -75, -78, -325, 0, -16, -77,
|
|
|
|
-270, 0, -24, 0, 0, -92, 0, 23, 0, 24,
|
|
|
|
-115, 0, 151, -18, 88, -76, 0, 0, 0, 0,
|
|
|
|
0, 0, 0, 0, 0, 0, 91, 0, -87, 19,
|
|
|
|
21, 0, 0, 0, -86, 0, -63, 0, -65, 0,
|
|
|
|
0, 0, 0, 22, 0, 0, 1, -66, -8, 160,
|
|
|
|
0, 0, 10, 0, 0, 41, 0, 194, -144, 0
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $gotoDefault = array(
|
2015-08-20 16:42:49 +02:00
|
|
|
-32768, 392, 3, 559, 620, 628, 493, 412, 443, 669,
|
|
|
|
670, 671, 316, 353, 413, 315, 342, 338, 659, 652,
|
|
|
|
654, 662, 149, 343, 665, 8, 667, 304, 674, 305,
|
|
|
|
508, 676, 453, 678, 679, 437, 317, 318, 454, 324,
|
|
|
|
482, 689, 215, 321, 691, 303, 693, 699, 306, 510,
|
|
|
|
490, 473, 503, 414, 375, 479, 241, 461, 477, 730,
|
|
|
|
290, 738, 552, 746, 749, 415, 474, 760, 380, 768,
|
|
|
|
934, 333, 773, 779, 966, 782, 785, 360, 344, 485,
|
|
|
|
789, 790, 31, 794, 520, 521, 809, 248, 817, 830,
|
|
|
|
358, 897, 899, 448, 386, 910, 372, 346, 913, 970,
|
|
|
|
365, 416, 376, 926, 273, 295, 257, 417, 259, 434,
|
|
|
|
998, 418, 377, 973, 328, 993, 367, 1000, 1007, 478
|
2015-06-13 13:09:34 +02:00
|
|
|
);
|
|
|
|
|
|
|
|
protected $ruleToNonTerminal = array(
|
|
|
|
0, 1, 2, 2, 4, 4, 4, 4, 4, 4,
|
|
|
|
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
|
|
|
|
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
|
|
|
|
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
|
|
|
|
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
|
|
|
|
4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
|
|
|
|
4, 4, 4, 5, 5, 5, 5, 5, 5, 5,
|
|
|
|
6, 6, 7, 7, 8, 3, 3, 3, 3, 3,
|
|
|
|
3, 3, 3, 3, 3, 3, 13, 13, 14, 14,
|
2015-08-20 16:42:49 +02:00
|
|
|
14, 14, 16, 16, 12, 12, 17, 17, 18, 18,
|
|
|
|
19, 19, 20, 20, 15, 15, 21, 23, 23, 24,
|
|
|
|
25, 25, 26, 26, 26, 26, 9, 9, 9, 9,
|
|
|
|
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
2015-06-13 13:09:34 +02:00
|
|
|
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
|
2015-08-20 16:42:49 +02:00
|
|
|
9, 45, 45, 47, 46, 46, 39, 39, 49, 49,
|
|
|
|
50, 50, 10, 11, 11, 11, 53, 53, 53, 54,
|
|
|
|
54, 57, 57, 55, 55, 58, 58, 33, 33, 41,
|
|
|
|
41, 44, 44, 43, 43, 59, 34, 34, 34, 34,
|
|
|
|
60, 60, 61, 61, 62, 62, 31, 31, 27, 27,
|
|
|
|
63, 29, 29, 64, 28, 28, 30, 30, 40, 40,
|
|
|
|
40, 51, 51, 66, 66, 67, 67, 69, 69, 69,
|
|
|
|
68, 68, 52, 52, 70, 70, 71, 71, 72, 72,
|
|
|
|
72, 36, 36, 73, 37, 37, 75, 75, 56, 56,
|
|
|
|
76, 76, 76, 76, 81, 81, 82, 82, 83, 83,
|
|
|
|
83, 83, 83, 84, 85, 85, 80, 80, 77, 77,
|
|
|
|
79, 79, 87, 87, 86, 86, 86, 86, 86, 86,
|
|
|
|
78, 78, 88, 88, 38, 38, 32, 32, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 22, 22, 22, 22, 22, 22, 22, 22, 22,
|
|
|
|
22, 95, 89, 89, 94, 94, 97, 97, 98, 99,
|
|
|
|
99, 99, 103, 103, 48, 48, 48, 90, 90, 101,
|
|
|
|
101, 91, 91, 93, 93, 93, 96, 96, 107, 107,
|
|
|
|
108, 108, 108, 92, 92, 92, 92, 92, 92, 92,
|
|
|
|
92, 92, 92, 92, 92, 92, 92, 92, 92, 110,
|
|
|
|
110, 35, 35, 105, 105, 105, 100, 100, 100, 111,
|
|
|
|
111, 111, 111, 111, 111, 42, 42, 42, 74, 74,
|
|
|
|
74, 113, 104, 104, 104, 104, 104, 104, 102, 102,
|
|
|
|
102, 112, 112, 112, 65, 114, 114, 115, 115, 115,
|
|
|
|
109, 109, 116, 116, 117, 117, 117, 117, 106, 106,
|
|
|
|
106, 106, 118, 118, 118, 118, 118, 118, 118, 119,
|
|
|
|
119, 119
|
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,
|
|
|
|
1, 1, 1, 3, 1, 1, 1, 1, 1, 3,
|
2015-08-20 16:42:49 +02:00
|
|
|
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, 3, 7, 10, 5,
|
|
|
|
7, 9, 5, 3, 3, 3, 3, 3, 3, 1,
|
|
|
|
2, 5, 7, 9, 5, 1, 6, 3, 3, 2,
|
|
|
|
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, 4, 1, 3, 3, 3, 4, 4, 5,
|
|
|
|
0, 2, 4, 3, 1, 1, 1, 4, 0, 2,
|
|
|
|
5, 0, 2, 6, 0, 2, 0, 3, 1, 2,
|
|
|
|
1, 1, 0, 1, 3, 4, 6, 1, 1, 1,
|
|
|
|
0, 1, 0, 2, 2, 3, 1, 3, 1, 2,
|
|
|
|
2, 3, 1, 1, 3, 1, 1, 3, 2, 0,
|
|
|
|
3, 3, 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, 4, 4, 1, 2, 3, 3, 3, 3, 3,
|
|
|
|
3, 3, 3, 3, 3, 3, 3, 2, 2, 2,
|
2015-06-13 16:24:52 +02:00
|
|
|
2, 3, 3, 3, 3, 3, 3, 3, 3, 3,
|
2015-08-20 16:42:49 +02:00
|
|
|
3, 3, 3, 3, 3, 3, 3, 3, 2, 2,
|
|
|
|
2, 2, 3, 3, 3, 3, 3, 3, 3, 3,
|
|
|
|
3, 3, 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,
|
|
|
|
4, 3, 1, 1, 1, 1, 1, 1, 1, 1,
|
|
|
|
1, 1, 1, 1, 1, 3, 2, 3, 3, 0,
|
|
|
|
1, 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,
|
|
|
|
0, 2, 3, 1, 3, 1, 4, 2, 2, 2,
|
|
|
|
1, 2, 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() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
|
|
|
}
|
|
|
|
|
|
|
|
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() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule71() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule72() {
|
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule73() {
|
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule74() {
|
|
|
|
$this->semValue = new Name($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule75() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule76() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule77() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule78() {
|
|
|
|
$this->semValue = new Stmt\HaltCompiler($this->lexer->handleHaltCompiler(), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule79() {
|
|
|
|
$this->semValue = new Stmt\Namespace_($this->semStack[$this->stackPos-(3-2)], null, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule80() {
|
|
|
|
$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);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule81() {
|
|
|
|
$this->semValue = new Stmt\Namespace_(null, $this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule82() {
|
|
|
|
$this->semValue = new Stmt\Use_($this->semStack[$this->stackPos-(3-2)], Stmt\Use_::TYPE_NORMAL, $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule83() {
|
|
|
|
$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);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule84() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule85() {
|
|
|
|
$this->semValue = new Stmt\Const_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule86() {
|
|
|
|
$this->semValue = Stmt\Use_::TYPE_FUNCTION;
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule87() {
|
|
|
|
$this->semValue = Stmt\Use_::TYPE_CONSTANT;
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule88() {
|
|
|
|
$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);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule89() {
|
2015-08-20 16:42:49 +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 reduceRule90() {
|
2015-08-20 16:42:49 +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 reduceRule91() {
|
2015-08-20 16:42:49 +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 reduceRule92() {
|
2015-08-20 16:42:49 +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 reduceRule93() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule94() {
|
2015-08-20 16:42:49 +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 reduceRule95() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule96() {
|
|
|
|
$this->semStack[$this->stackPos-(3-1)][] = $this->semStack[$this->stackPos-(3-3)]; $this->semValue = $this->semStack[$this->stackPos-(3-1)];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule97() {
|
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule98() {
|
2015-08-20 16:42:49 +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 reduceRule99() {
|
2015-08-20 16:42:49 +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 reduceRule100() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule101() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule102() {
|
2015-08-20 16:42:49 +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 reduceRule103() {
|
2015-08-20 16:42:49 +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 reduceRule104() {
|
2015-08-20 16:42:49 +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-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule106() {
|
2015-08-20 16:42:49 +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 reduceRule107() {
|
2015-08-20 16:42:49 +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 reduceRule108() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule109() {
|
2015-08-20 16:42:49 +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 reduceRule110() {
|
2015-08-20 16:42:49 +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 reduceRule111() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule112() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule113() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule114() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule115() {
|
2015-08-20 16:42:49 +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 reduceRule116() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule117() {
|
2015-08-20 16:42:49 +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 reduceRule118() {
|
2015-08-20 16:42:49 +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 reduceRule119() {
|
2015-08-20 16:42:49 +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 reduceRule120() {
|
2015-08-20 16:42:49 +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 reduceRule121() {
|
2015-08-20 16:42:49 +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 reduceRule122() {
|
2015-08-20 16:42:49 +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 reduceRule123() {
|
2015-08-20 16:42:49 +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 reduceRule124() {
|
2015-08-20 16:42:49 +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 reduceRule125() {
|
2015-08-20 16:42:49 +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 reduceRule126() {
|
2015-08-20 16:42:49 +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 reduceRule127() {
|
2015-08-20 16:42:49 +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 reduceRule128() {
|
2015-08-20 16:42:49 +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 reduceRule129() {
|
2015-08-20 16:42:49 +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 reduceRule130() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule131() {
|
2015-08-20 16:42:49 +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 reduceRule132() {
|
2015-08-20 16:42:49 +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 reduceRule133() {
|
2015-08-20 16:42:49 +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 reduceRule134() {
|
2015-08-20 16:42:49 +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 reduceRule135() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array(); /* means: no statement */
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule136() {
|
2015-08-20 16:42:49 +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 reduceRule137() {
|
2015-08-20 16:42:49 +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 reduceRule138() {
|
2015-08-20 16:42:49 +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 reduceRule139() {
|
2015-08-20 16:42:49 +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 reduceRule140() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array(); /* means: no statement */
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule141() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule142() {
|
2015-08-20 16:42:49 +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 reduceRule143() {
|
2015-08-20 16:42:49 +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 reduceRule144() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule145() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule146() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule147() {
|
2015-08-20 16:42:49 +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 reduceRule148() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = false;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule149() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = true;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule150() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = false;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule151() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = true;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule152() {
|
2015-08-20 16:42:49 +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 reduceRule153() {
|
2015-08-20 16:42:49 +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 reduceRule154() {
|
2015-08-20 16:42:49 +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 reduceRule155() {
|
2015-08-20 16:42:49 +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 reduceRule156() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = 0;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule157() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_ABSTRACT;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule158() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_FINAL;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule159() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule160() {
|
2015-06-13 16:24:52 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule161() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule162() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule163() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule164() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule165() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule166() {
|
2015-08-20 16:42:49 +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 reduceRule167() {
|
2015-06-13 16:24:52 +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 reduceRule168() {
|
2015-06-13 16:24:52 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule169() {
|
2015-08-20 16:42:49 +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 reduceRule170() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule171() {
|
2015-08-20 16:42:49 +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 reduceRule172() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule173() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule174() {
|
2015-08-20 16:42:49 +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 reduceRule175() {
|
2015-08-20 16:42:49 +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 reduceRule176() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule177() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule178() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule179() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(5-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule180() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule181() {
|
2015-08-20 16:42:49 +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 reduceRule182() {
|
2015-08-20 16:42:49 +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 reduceRule183() {
|
2015-08-20 16:42:49 +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 reduceRule184() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule185() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule186() {
|
2015-08-20 16:42:49 +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 reduceRule187() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule188() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule189() {
|
2015-08-20 16:42:49 +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 reduceRule190() {
|
2015-08-20 16:42:49 +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 reduceRule191() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule192() {
|
2015-08-20 16:42:49 +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 reduceRule193() {
|
2015-08-20 16:42:49 +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 reduceRule194() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule195() {
|
2015-08-20 16:42:49 +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 reduceRule196() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule197() {
|
2015-08-20 16:42:49 +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 reduceRule198() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)], false);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule199() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(2-2)], true);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule200() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)], false);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule201() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule202() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule203() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule204() {
|
2015-08-20 16:42:49 +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 reduceRule205() {
|
2015-08-20 16:42:49 +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 reduceRule206() {
|
2015-08-20 16:42:49 +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 reduceRule207() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->handleScalarTypes($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule208() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = 'array';
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule209() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = 'callable';
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule210() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule211() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule212() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule213() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule214() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule215() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule216() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule217() {
|
2015-06-13 16:24:52 +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 reduceRule218() {
|
2015-08-20 16:42:49 +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 reduceRule219() {
|
2015-08-20 16:42:49 +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 reduceRule220() {
|
2015-08-20 16:42:49 +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 reduceRule221() {
|
2015-08-20 16:42:49 +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 reduceRule222() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule223() {
|
2015-08-20 16:42:49 +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 reduceRule224() {
|
2015-08-20 16:42:49 +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 reduceRule225() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule226() {
|
2015-08-20 16:42:49 +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 reduceRule227() {
|
2015-08-20 16:42:49 +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 reduceRule228() {
|
2015-08-20 16:42:49 +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 reduceRule229() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule230() {
|
2015-08-20 16:42:49 +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 reduceRule231() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Stmt\ClassConst($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule232() {
|
2015-08-20 16:42:49 +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 reduceRule233() {
|
2015-08-20 16:42:49 +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 reduceRule234() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule235() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule236() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule237() {
|
2015-08-20 16:42:49 +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 reduceRule238() {
|
2015-08-20 16:42:49 +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 reduceRule239() {
|
2015-08-20 16:42:49 +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 reduceRule240() {
|
2015-08-20 16:42:49 +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 reduceRule241() {
|
2015-08-20 16:42:49 +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 reduceRule242() {
|
2015-08-20 16:42:49 +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 reduceRule243() {
|
2015-08-20 16:42:49 +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 reduceRule244() {
|
2015-06-13 16:24:52 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule245() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array(null, $this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule246() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule247() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule248() {
|
2015-06-13 16:24:52 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule249() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = 0;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule250() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = 0;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule251() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule252() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule253() {
|
2015-08-20 16:42:49 +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 reduceRule254() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_PUBLIC;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule255() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_PROTECTED;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule256() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_PRIVATE;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule257() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_STATIC;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule258() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_ABSTRACT;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule259() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = Stmt\Class_::MODIFIER_FINAL;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule260() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule261() {
|
2015-08-20 16:42:49 +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 reduceRule262() {
|
2015-08-20 16:42:49 +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 reduceRule263() {
|
2015-08-20 16:42:49 +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 reduceRule264() {
|
2015-08-20 16:42:49 +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 reduceRule265() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule266() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule267() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule268() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule269() {
|
2015-08-20 16:42:49 +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 reduceRule270() {
|
2015-08-20 16:42:49 +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 reduceRule271() {
|
2015-08-20 16:42:49 +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 reduceRule272() {
|
2015-08-20 16:42:49 +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 reduceRule273() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule274() {
|
2015-08-20 16:42:49 +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 reduceRule275() {
|
2015-08-20 16:42:49 +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 reduceRule276() {
|
2015-08-20 16:42:49 +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 reduceRule277() {
|
2015-08-20 16:42:49 +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 reduceRule278() {
|
2015-08-20 16:42:49 +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 reduceRule279() {
|
2015-08-20 16:42:49 +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 reduceRule280() {
|
2015-08-20 16:42:49 +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 reduceRule281() {
|
2015-08-20 16:42:49 +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 reduceRule282() {
|
2015-08-20 16:42:49 +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 reduceRule283() {
|
2015-08-20 16:42:49 +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 reduceRule284() {
|
2015-08-20 16:42:49 +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 reduceRule285() {
|
2015-08-20 16:42:49 +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 reduceRule286() {
|
2015-08-20 16:42:49 +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 reduceRule287() {
|
2015-08-20 16:42:49 +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 reduceRule288() {
|
2015-08-20 16:42:49 +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 reduceRule289() {
|
2015-08-20 16:42:49 +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 reduceRule290() {
|
2015-08-20 16:42:49 +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 reduceRule291() {
|
2015-08-20 16:42:49 +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 reduceRule292() {
|
2015-08-20 16:42:49 +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 reduceRule293() {
|
2015-08-20 16:42:49 +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 reduceRule294() {
|
2015-08-20 16:42:49 +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 reduceRule295() {
|
2015-08-20 16:42:49 +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 reduceRule296() {
|
2015-08-20 16:42:49 +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 reduceRule297() {
|
2015-08-20 16:42:49 +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 reduceRule298() {
|
2015-08-20 16:42:49 +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 reduceRule299() {
|
2015-08-20 16:42:49 +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 reduceRule300() {
|
2015-08-20 16:42:49 +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 reduceRule301() {
|
2015-08-20 16:42:49 +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 reduceRule302() {
|
2015-08-20 16:42:49 +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 reduceRule303() {
|
2015-08-20 16:42:49 +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 reduceRule304() {
|
2015-08-20 16:42:49 +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 reduceRule305() {
|
2015-08-20 16:42:49 +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 reduceRule306() {
|
2015-08-20 16:42:49 +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 reduceRule307() {
|
2015-08-20 16:42:49 +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 reduceRule308() {
|
2015-08-20 16:42:49 +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 reduceRule309() {
|
2015-08-20 16:42:49 +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 reduceRule310() {
|
2015-08-20 16:42:49 +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 reduceRule311() {
|
2015-08-20 16:42:49 +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 reduceRule312() {
|
2015-08-20 16:42:49 +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 reduceRule313() {
|
2015-08-20 16:42:49 +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 reduceRule314() {
|
2015-08-20 16:42:49 +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);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule315() {
|
2015-08-20 16:42:49 +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);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule316() {
|
2015-08-20 16:42:49 +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);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule317() {
|
2015-08-20 16:42:49 +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);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule318() {
|
2015-08-20 16:42:49 +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);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule319() {
|
2015-08-20 16:42:49 +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);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule320() {
|
2015-08-20 16:42:49 +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);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule321() {
|
2015-08-20 16:42:49 +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);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule322() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule323() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule324() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule325() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule326() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule327() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule328() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule329() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule330() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule331() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule332() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule333() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule334() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule335() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule336() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule337() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule338() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule339() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule340() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Expr\Exit_($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule341() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule342() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule343() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule344() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule345() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule346() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule347() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule348() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule349() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule350() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule351() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule352() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule353() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule354() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule355() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule356() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule357() {
|
2015-08-20 16:42:49 +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 reduceRule358() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule359() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule360() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule361() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule362() {
|
2015-08-20 16:42:49 +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 reduceRule363() {
|
2015-06-13 15:42:09 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule364() {
|
2015-08-20 16:42:49 +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 reduceRule365() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule366() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule367() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule368() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule369() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule370() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule371() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule372() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule373() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule374() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array(Scalar\String_::parseEscapeSequences($this->semStack[$this->stackPos-(1-1)], '`'));
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule375() {
|
2015-08-20 16:42:49 +02:00
|
|
|
foreach ($this->semStack[$this->stackPos-(1-1)] as &$s) { if (is_string($s)) { $s = Node\Scalar\String_::parseEscapeSequences($s, '`', true); } }; $this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule376() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule377() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule378() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule379() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule380() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Expr\Array_($this->semStack[$this->stackPos-(4-3)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule381() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Expr\Array_($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule382() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\String_(Scalar\String_::parse($this->semStack[$this->stackPos-(1-1)]), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule383() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\LNumber(Scalar\LNumber::parse($this->semStack[$this->stackPos-(1-1)]), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule384() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule385() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Line($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule386() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\File($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule387() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Dir($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule388() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Class_($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule389() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Trait_($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule390() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Method($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule391() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Function_($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule392() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\MagicConst\Namespace_($this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule393() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule394() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule395() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\String_(Scalar\String_::parseDocString($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 reduceRule396() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Scalar\String_('', $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule397() {
|
2015-08-20 16:42:49 +02:00
|
|
|
foreach ($this->semStack[$this->stackPos-(3-2)] as &$s) { if (is_string($s)) { $s = Node\Scalar\String_::parseEscapeSequences($s, '"', true); } }; $this->semValue = new Scalar\Encapsed($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule398() {
|
2015-09-19 16:07:29 +02:00
|
|
|
foreach ($this->semStack[$this->stackPos-(3-2)] as &$s) { if (is_string($s)) { $s = Node\Scalar\String_::parseEscapeSequences($s, null, true); } } $s = preg_replace('~(\r\n|\n|\r)\z~', '', $s); if ('' === $s) array_pop($this->semStack[$this->stackPos-(3-2)]);; $this->semValue = new Scalar\Encapsed($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule399() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule400() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule401() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule402() {
|
2015-06-13 16:24:52 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule403() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule404() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule405() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule406() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule407() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule408() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule409() {
|
2015-08-20 16:42:49 +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 reduceRule410() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule411() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule412() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule413() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule414() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule415() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule416() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule417() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 15:42:09 +02:00
|
|
|
protected function reduceRule418() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = substr($this->semStack[$this->stackPos-(1-1)], 1);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 15:42:09 +02:00
|
|
|
protected function reduceRule419() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(4-3)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 15:42:09 +02:00
|
|
|
protected function reduceRule420() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 15:42:09 +02:00
|
|
|
protected function reduceRule421() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 15:42:09 +02:00
|
|
|
protected function reduceRule422() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 15:42:09 +02:00
|
|
|
protected function reduceRule423() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule424() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule425() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule426() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule427() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule428() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule429() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule430() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule431() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule432() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule433() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule434() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule435() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule436() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule437() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule438() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(1-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule439() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = null;
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule440() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array();
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule441() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(2-1)];
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule442() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule443() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule444() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule445() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule446() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule447() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule448() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule449() {
|
2015-08-20 16:42:49 +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
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule450() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(1-1)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule451() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = array($this->semStack[$this->stackPos-(2-1)], $this->semStack[$this->stackPos-(2-2)]);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule452() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Expr\Variable(substr($this->semStack[$this->stackPos-(1-1)], 1), $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule453() {
|
2015-08-20 16:42:49 +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-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule454() {
|
2015-08-20 16:42:49 +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-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule455() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule456() {
|
2015-08-20 16:42:49 +02:00
|
|
|
$this->semValue = new Expr\Variable($this->semStack[$this->stackPos-(3-2)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
|
2015-06-13 13:09:34 +02:00
|
|
|
}
|
|
|
|
|
2015-06-13 16:24:52 +02:00
|
|
|
protected function reduceRule457() {
|
2015-08-20 16:42:49 +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);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule458() {
|
|
|
|
$this->semValue = $this->semStack[$this->stackPos-(3-2)];
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule459() {
|
|
|
|
$this->semValue = new Scalar\String_($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule460() {
|
|
|
|
$this->semValue = new Scalar\String_($this->semStack[$this->stackPos-(1-1)], $this->startAttributeStack[$this->stackPos-(1-1)] + $this->endAttributes);
|
|
|
|
}
|
|
|
|
|
|
|
|
protected function reduceRule461() {
|
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);
|
|
|
|
}
|
|
|
|
}
|