diff --git a/change_log.txt b/change_log.txt index f17cf33a..2b659965 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,6 @@ +09/05/2010 +- update of template and config file parser because of minor parser generator bugs + 07/05/2010 - bugfix on {insert} diff --git a/libs/sysplugins/smarty_internal_configfileparser.php b/libs/sysplugins/smarty_internal_configfileparser.php index 3621a487..3cd3f0f0 100644 --- a/libs/sysplugins/smarty_internal_configfileparser.php +++ b/libs/sysplugins/smarty_internal_configfileparser.php @@ -368,7 +368,7 @@ static public $yy_action = array( function __destruct() { - while ($this->yyidx >= 0) { + while ($this->yystack !== Array()) { $this->yy_pop_parser_stack(); } if (is_resource(self::$yyTraceFILE)) { @@ -404,7 +404,7 @@ static public $yy_action = array( $this->yystack[$this->yyidx]->stateno, self::$yyRuleInfo[$yyruleno]['lhs']); if (isset(self::$yyExpectedTokens[$nextstate])) { - $expected += self::$yyExpectedTokens[$nextstate]; + $expected = array_merge($expected, self::$yyExpectedTokens[$nextstate]); if (in_array($token, self::$yyExpectedTokens[$nextstate], true)) { $this->yyidx = $yyidx; @@ -439,6 +439,8 @@ static public $yy_action = array( } break; } while (true); + $this->yyidx = $yyidx; + $this->yystack = $stack; return array_unique($expected); } @@ -581,6 +583,11 @@ static public $yy_action = array( while ($this->yyidx >= 0) { $this->yy_pop_parser_stack(); } +#line 127 "smarty_internal_configfileparser.y" + + $this->internalError = true; + $this->compiler->trigger_config_file_error("Stack overflow in configfile parser"); +#line 586 "smarty_internal_configfileparser.php" return; } $yytos = new TPC_yyStackEntry; @@ -645,51 +652,51 @@ static public $yy_action = array( 15 => 15, 16 => 16, ); -#line 127 "smarty_internal_configfileparser.y" +#line 133 "smarty_internal_configfileparser.y" function yy_r0(){ $this->_retvalue = null; } -#line 645 "smarty_internal_configfileparser.php" -#line 130 "smarty_internal_configfileparser.y" - function yy_r1(){ $this->add_global_vars($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = null; } -#line 648 "smarty_internal_configfileparser.php" +#line 653 "smarty_internal_configfileparser.php" #line 136 "smarty_internal_configfileparser.y" - function yy_r4(){ $this->add_section_vars($this->yystack[$this->yyidx + -3]->minor, $this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = null; } -#line 651 "smarty_internal_configfileparser.php" -#line 137 "smarty_internal_configfileparser.y" - function yy_r5(){ if ($this->smarty->config_read_hidden) { $this->add_section_vars($this->yystack[$this->yyidx + -3]->minor, $this->yystack[$this->yyidx + 0]->minor); } $this->_retvalue = null; } -#line 654 "smarty_internal_configfileparser.php" -#line 140 "smarty_internal_configfileparser.y" - function yy_r6(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } -#line 657 "smarty_internal_configfileparser.php" -#line 141 "smarty_internal_configfileparser.y" - function yy_r7(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor, Array($this->yystack[$this->yyidx + 0]->minor)); } -#line 660 "smarty_internal_configfileparser.php" + function yy_r1(){ $this->add_global_vars($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = null; } +#line 656 "smarty_internal_configfileparser.php" #line 142 "smarty_internal_configfileparser.y" - function yy_r8(){ $this->_retvalue = Array(); } -#line 663 "smarty_internal_configfileparser.php" + function yy_r4(){ $this->add_section_vars($this->yystack[$this->yyidx + -3]->minor, $this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = null; } +#line 659 "smarty_internal_configfileparser.php" +#line 143 "smarty_internal_configfileparser.y" + function yy_r5(){ if ($this->smarty->config_read_hidden) { $this->add_section_vars($this->yystack[$this->yyidx + -3]->minor, $this->yystack[$this->yyidx + 0]->minor); } $this->_retvalue = null; } +#line 662 "smarty_internal_configfileparser.php" #line 146 "smarty_internal_configfileparser.y" - function yy_r9(){ $this->_retvalue = Array("key" => $this->yystack[$this->yyidx + -2]->minor, "value" => $this->yystack[$this->yyidx + 0]->minor); } -#line 666 "smarty_internal_configfileparser.php" + function yy_r6(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } +#line 665 "smarty_internal_configfileparser.php" +#line 147 "smarty_internal_configfileparser.y" + function yy_r7(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor, Array($this->yystack[$this->yyidx + 0]->minor)); } +#line 668 "smarty_internal_configfileparser.php" #line 148 "smarty_internal_configfileparser.y" - function yy_r10(){ $this->_retvalue = (float) $this->yystack[$this->yyidx + 0]->minor; } -#line 669 "smarty_internal_configfileparser.php" -#line 149 "smarty_internal_configfileparser.y" - function yy_r11(){ $this->_retvalue = (int) $this->yystack[$this->yyidx + 0]->minor; } -#line 672 "smarty_internal_configfileparser.php" -#line 150 "smarty_internal_configfileparser.y" - function yy_r12(){ $this->_retvalue = $this->parse_bool($this->yystack[$this->yyidx + 0]->minor); } -#line 675 "smarty_internal_configfileparser.php" -#line 151 "smarty_internal_configfileparser.y" - function yy_r13(){ $this->_retvalue = self::parse_single_quoted_string($this->yystack[$this->yyidx + 0]->minor); } -#line 678 "smarty_internal_configfileparser.php" + function yy_r8(){ $this->_retvalue = Array(); } +#line 671 "smarty_internal_configfileparser.php" #line 152 "smarty_internal_configfileparser.y" - function yy_r14(){ $this->_retvalue = self::parse_double_quoted_string($this->yystack[$this->yyidx + 0]->minor); } -#line 681 "smarty_internal_configfileparser.php" -#line 153 "smarty_internal_configfileparser.y" - function yy_r15(){ $this->_retvalue = self::parse_tripple_double_quoted_string($this->yystack[$this->yyidx + 0]->minor); } -#line 684 "smarty_internal_configfileparser.php" + function yy_r9(){ $this->_retvalue = Array("key" => $this->yystack[$this->yyidx + -2]->minor, "value" => $this->yystack[$this->yyidx + 0]->minor); } +#line 674 "smarty_internal_configfileparser.php" #line 154 "smarty_internal_configfileparser.y" + function yy_r10(){ $this->_retvalue = (float) $this->yystack[$this->yyidx + 0]->minor; } +#line 677 "smarty_internal_configfileparser.php" +#line 155 "smarty_internal_configfileparser.y" + function yy_r11(){ $this->_retvalue = (int) $this->yystack[$this->yyidx + 0]->minor; } +#line 680 "smarty_internal_configfileparser.php" +#line 156 "smarty_internal_configfileparser.y" + function yy_r12(){ $this->_retvalue = $this->parse_bool($this->yystack[$this->yyidx + 0]->minor); } +#line 683 "smarty_internal_configfileparser.php" +#line 157 "smarty_internal_configfileparser.y" + function yy_r13(){ $this->_retvalue = self::parse_single_quoted_string($this->yystack[$this->yyidx + 0]->minor); } +#line 686 "smarty_internal_configfileparser.php" +#line 158 "smarty_internal_configfileparser.y" + function yy_r14(){ $this->_retvalue = self::parse_double_quoted_string($this->yystack[$this->yyidx + 0]->minor); } +#line 689 "smarty_internal_configfileparser.php" +#line 159 "smarty_internal_configfileparser.y" + function yy_r15(){ $this->_retvalue = self::parse_tripple_double_quoted_string($this->yystack[$this->yyidx + 0]->minor); } +#line 692 "smarty_internal_configfileparser.php" +#line 160 "smarty_internal_configfileparser.y" function yy_r16(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 687 "smarty_internal_configfileparser.php" +#line 695 "smarty_internal_configfileparser.php" private $_retvalue; @@ -751,7 +758,7 @@ static public $yy_action = array( $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_config_file_error(); -#line 750 "smarty_internal_configfileparser.php" +#line 758 "smarty_internal_configfileparser.php" } function yy_accept() @@ -768,7 +775,7 @@ static public $yy_action = array( $this->internalError = false; $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; -#line 768 "smarty_internal_configfileparser.php" +#line 776 "smarty_internal_configfileparser.php" } function doParse($yymajor, $yytokenvalue) @@ -861,4 +868,4 @@ static public $yy_action = array( } while ($yymajor != self::YYNOCODE && $this->yyidx >= 0); } } -?> +?> \ No newline at end of file diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index 6e267641..9fbfbebb 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -206,310 +206,310 @@ class Smarty_Internal_Templateparser#line 79 "smarty_internal_templateparser.php const TP_QUOTE = 70; const TP_BACKTICK = 71; const TP_DOLLARID = 72; - const YY_NO_ACTION = 552; - const YY_ACCEPT_ACTION = 551; - const YY_ERROR_ACTION = 550; + const YY_NO_ACTION = 548; + const YY_ACCEPT_ACTION = 547; + const YY_ERROR_ACTION = 546; const YY_SZ_ACTTAB = 1877; static public $yy_action = array( - /* 0 */ 185, 284, 363, 30, 329, 99, 279, 101, 52, 122, - /* 10 */ 100, 270, 266, 158, 327, 312, 309, 313, 339, 179, - /* 20 */ 153, 302, 311, 287, 285, 186, 283, 92, 110, 275, - /* 30 */ 49, 47, 44, 40, 16, 22, 345, 341, 21, 20, - /* 40 */ 342, 343, 18, 19, 283, 300, 297, 296, 292, 293, - /* 50 */ 294, 153, 149, 31, 3, 105, 134, 352, 359, 360, - /* 60 */ 361, 362, 358, 357, 353, 354, 355, 356, 340, 185, - /* 70 */ 124, 30, 284, 185, 279, 26, 99, 228, 103, 53, - /* 80 */ 122, 100, 551, 85, 235, 299, 301, 30, 179, 339, - /* 90 */ 279, 32, 179, 23, 287, 285, 90, 283, 248, 49, - /* 100 */ 47, 44, 40, 16, 22, 345, 341, 21, 20, 342, - /* 110 */ 343, 18, 19, 187, 423, 37, 30, 331, 88, 279, - /* 120 */ 226, 423, 237, 310, 262, 303, 352, 359, 360, 361, - /* 130 */ 362, 358, 357, 353, 354, 355, 356, 340, 185, 284, - /* 140 */ 17, 185, 422, 210, 315, 215, 57, 5, 110, 179, - /* 150 */ 326, 193, 275, 335, 107, 160, 339, 179, 188, 5, - /* 160 */ 179, 287, 285, 154, 283, 27, 107, 269, 49, 47, - /* 170 */ 44, 40, 16, 22, 345, 341, 21, 20, 342, 343, - /* 180 */ 18, 19, 185, 157, 327, 284, 5, 114, 199, 249, - /* 190 */ 11, 215, 55, 107, 110, 352, 359, 360, 361, 362, - /* 200 */ 358, 357, 353, 354, 355, 356, 340, 287, 285, 151, - /* 210 */ 283, 278, 49, 47, 44, 40, 16, 22, 345, 341, - /* 220 */ 21, 20, 342, 343, 18, 19, 185, 221, 90, 30, - /* 230 */ 30, 94, 279, 225, 28, 351, 117, 227, 165, 352, - /* 240 */ 359, 360, 361, 362, 358, 357, 353, 354, 355, 356, - /* 250 */ 340, 258, 229, 298, 299, 301, 49, 47, 44, 40, - /* 260 */ 16, 22, 345, 341, 21, 20, 342, 343, 18, 19, - /* 270 */ 5, 187, 348, 246, 212, 223, 245, 107, 33, 179, - /* 280 */ 179, 255, 275, 352, 359, 360, 361, 362, 358, 357, - /* 290 */ 353, 354, 355, 356, 340, 185, 284, 6, 185, 316, - /* 300 */ 210, 106, 215, 54, 118, 110, 179, 55, 30, 330, - /* 310 */ 306, 279, 10, 339, 179, 211, 230, 179, 287, 285, - /* 320 */ 8, 283, 179, 198, 323, 49, 47, 44, 40, 16, - /* 330 */ 22, 345, 341, 21, 20, 342, 343, 18, 19, 185, - /* 340 */ 170, 275, 284, 337, 30, 14, 273, 279, 215, 161, - /* 350 */ 179, 110, 352, 359, 360, 361, 362, 358, 357, 353, - /* 360 */ 354, 355, 356, 340, 287, 285, 236, 283, 344, 49, - /* 370 */ 47, 44, 40, 16, 22, 345, 341, 21, 20, 342, - /* 380 */ 343, 18, 19, 185, 30, 261, 197, 279, 26, 217, - /* 390 */ 207, 220, 25, 244, 133, 256, 352, 359, 360, 361, - /* 400 */ 362, 358, 357, 353, 354, 355, 356, 340, 290, 167, - /* 410 */ 43, 240, 110, 49, 47, 44, 40, 16, 22, 345, - /* 420 */ 341, 21, 20, 342, 343, 18, 19, 185, 283, 96, - /* 430 */ 242, 318, 170, 30, 243, 41, 279, 14, 179, 164, - /* 440 */ 352, 359, 360, 361, 362, 358, 357, 353, 354, 355, - /* 450 */ 356, 340, 30, 179, 252, 182, 238, 49, 47, 44, - /* 460 */ 40, 16, 22, 345, 341, 21, 20, 342, 343, 18, - /* 470 */ 19, 185, 319, 328, 307, 338, 156, 327, 206, 179, - /* 480 */ 179, 179, 179, 332, 352, 359, 360, 361, 362, 358, - /* 490 */ 357, 353, 354, 355, 356, 340, 30, 189, 178, 203, - /* 500 */ 222, 49, 47, 44, 40, 16, 22, 345, 341, 21, - /* 510 */ 20, 342, 343, 18, 19, 166, 334, 322, 272, 155, - /* 520 */ 5, 116, 27, 179, 179, 38, 15, 107, 352, 359, - /* 530 */ 360, 361, 362, 358, 357, 353, 354, 355, 356, 340, - /* 540 */ 185, 284, 320, 260, 219, 173, 208, 215, 84, 233, - /* 550 */ 110, 131, 30, 333, 139, 279, 168, 220, 339, 162, - /* 560 */ 194, 159, 425, 287, 285, 290, 283, 201, 290, 425, - /* 570 */ 49, 47, 44, 40, 16, 22, 345, 341, 21, 20, - /* 580 */ 342, 343, 18, 19, 185, 347, 43, 284, 317, 314, - /* 590 */ 104, 277, 179, 215, 43, 179, 110, 352, 359, 360, - /* 600 */ 361, 362, 358, 357, 353, 354, 355, 356, 340, 287, - /* 610 */ 285, 119, 283, 271, 49, 47, 44, 40, 16, 22, - /* 620 */ 345, 341, 21, 20, 342, 343, 18, 19, 304, 7, - /* 630 */ 349, 291, 190, 13, 39, 179, 7, 179, 179, 463, - /* 640 */ 231, 352, 359, 360, 361, 362, 358, 357, 353, 354, - /* 650 */ 355, 356, 340, 185, 284, 10, 146, 267, 184, 5, - /* 660 */ 215, 51, 120, 110, 137, 259, 107, 308, 206, 163, - /* 670 */ 290, 339, 247, 321, 179, 200, 287, 285, 290, 283, - /* 680 */ 305, 112, 4, 49, 47, 44, 40, 16, 22, 345, - /* 690 */ 341, 21, 20, 342, 343, 18, 19, 185, 115, 43, - /* 700 */ 284, 336, 295, 270, 288, 43, 215, 95, 179, 110, - /* 710 */ 352, 359, 360, 361, 362, 358, 357, 353, 354, 355, - /* 720 */ 356, 340, 287, 285, 111, 283, 251, 49, 47, 44, - /* 730 */ 40, 16, 22, 345, 341, 21, 20, 342, 343, 18, - /* 740 */ 19, 185, 34, 209, 268, 278, 55, 42, 132, 244, - /* 750 */ 41, 121, 55, 97, 352, 359, 360, 361, 362, 358, - /* 760 */ 357, 353, 354, 355, 356, 340, 281, 147, 224, 280, - /* 770 */ 9, 49, 47, 44, 40, 16, 22, 345, 341, 21, - /* 780 */ 20, 342, 343, 18, 19, 185, 265, 221, 284, 254, - /* 790 */ 148, 29, 286, 195, 215, 93, 89, 110, 352, 359, - /* 800 */ 360, 361, 362, 358, 357, 353, 354, 355, 356, 340, - /* 810 */ 287, 285, 303, 283, 12, 49, 47, 44, 40, 16, - /* 820 */ 22, 345, 341, 21, 20, 342, 343, 18, 19, 185, - /* 830 */ 91, 274, 303, 303, 303, 303, 303, 303, 303, 303, - /* 840 */ 152, 234, 352, 359, 360, 361, 362, 358, 357, 353, - /* 850 */ 354, 355, 356, 340, 290, 303, 303, 303, 303, 49, - /* 860 */ 47, 44, 40, 16, 22, 345, 341, 21, 20, 342, - /* 870 */ 343, 18, 19, 185, 303, 303, 284, 303, 303, 303, - /* 880 */ 282, 303, 215, 303, 303, 110, 352, 359, 360, 361, - /* 890 */ 362, 358, 357, 353, 354, 355, 356, 340, 287, 285, - /* 900 */ 303, 283, 303, 49, 47, 44, 40, 16, 22, 345, - /* 910 */ 341, 21, 20, 342, 343, 18, 19, 191, 303, 303, - /* 920 */ 303, 303, 303, 303, 303, 303, 303, 303, 303, 278, - /* 930 */ 352, 359, 360, 361, 362, 358, 357, 353, 354, 355, - /* 940 */ 356, 340, 150, 3, 303, 108, 87, 166, 123, 303, - /* 950 */ 192, 3, 196, 113, 169, 303, 290, 38, 15, 124, - /* 960 */ 213, 102, 127, 48, 303, 98, 126, 124, 213, 125, - /* 970 */ 140, 48, 303, 303, 281, 281, 303, 36, 281, 281, - /* 980 */ 46, 45, 281, 289, 290, 35, 90, 1, 46, 45, - /* 990 */ 3, 289, 113, 177, 90, 1, 263, 138, 145, 303, - /* 1000 */ 303, 86, 3, 166, 114, 177, 124, 213, 303, 86, - /* 1010 */ 48, 290, 290, 38, 15, 142, 303, 135, 124, 213, - /* 1020 */ 303, 303, 48, 303, 35, 274, 303, 46, 45, 290, - /* 1030 */ 289, 290, 303, 90, 1, 3, 35, 114, 172, 46, - /* 1040 */ 45, 130, 289, 274, 129, 90, 1, 3, 86, 113, - /* 1050 */ 177, 124, 175, 128, 281, 48, 303, 281, 303, 303, - /* 1060 */ 86, 303, 144, 124, 213, 303, 281, 48, 303, 35, - /* 1070 */ 303, 303, 46, 45, 143, 289, 290, 303, 90, 1, - /* 1080 */ 3, 36, 113, 171, 46, 45, 303, 289, 290, 303, - /* 1090 */ 90, 1, 3, 86, 113, 174, 124, 213, 303, 303, - /* 1100 */ 48, 303, 274, 303, 303, 86, 303, 303, 124, 213, - /* 1110 */ 303, 303, 48, 303, 36, 303, 303, 46, 45, 303, - /* 1120 */ 289, 303, 303, 90, 1, 3, 35, 109, 177, 46, - /* 1130 */ 45, 303, 289, 303, 303, 90, 1, 3, 86, 114, - /* 1140 */ 177, 124, 213, 303, 303, 48, 303, 303, 303, 303, - /* 1150 */ 86, 303, 303, 124, 213, 303, 303, 48, 303, 35, - /* 1160 */ 303, 303, 46, 45, 303, 289, 303, 303, 90, 1, - /* 1170 */ 3, 35, 114, 183, 46, 45, 303, 289, 303, 303, - /* 1180 */ 90, 303, 303, 86, 303, 303, 124, 213, 303, 303, - /* 1190 */ 48, 303, 284, 303, 303, 86, 180, 303, 215, 81, - /* 1200 */ 303, 110, 303, 303, 35, 303, 303, 46, 45, 339, - /* 1210 */ 289, 303, 303, 90, 287, 285, 284, 283, 303, 303, - /* 1220 */ 210, 303, 215, 61, 303, 110, 181, 325, 86, 303, - /* 1230 */ 303, 303, 303, 339, 303, 303, 303, 303, 287, 285, - /* 1240 */ 284, 283, 303, 303, 210, 303, 215, 61, 218, 110, - /* 1250 */ 303, 303, 284, 303, 303, 303, 210, 339, 215, 61, - /* 1260 */ 303, 110, 287, 285, 284, 283, 303, 303, 210, 339, - /* 1270 */ 215, 61, 239, 110, 287, 285, 284, 283, 303, 303, - /* 1280 */ 180, 339, 215, 81, 214, 110, 287, 285, 303, 283, - /* 1290 */ 303, 303, 303, 339, 303, 303, 216, 303, 287, 285, - /* 1300 */ 284, 283, 303, 303, 210, 303, 215, 61, 303, 110, - /* 1310 */ 303, 324, 303, 303, 303, 303, 303, 339, 303, 303, - /* 1320 */ 303, 303, 287, 285, 284, 283, 303, 303, 210, 303, - /* 1330 */ 215, 56, 204, 110, 303, 303, 284, 303, 303, 303, - /* 1340 */ 210, 339, 215, 80, 303, 110, 287, 285, 284, 283, - /* 1350 */ 303, 303, 210, 339, 215, 69, 303, 110, 287, 285, - /* 1360 */ 284, 283, 303, 303, 210, 339, 215, 83, 303, 110, - /* 1370 */ 287, 285, 303, 283, 303, 303, 303, 339, 303, 303, - /* 1380 */ 303, 136, 287, 285, 284, 283, 166, 303, 210, 303, - /* 1390 */ 215, 65, 303, 110, 303, 290, 38, 15, 303, 303, - /* 1400 */ 303, 339, 303, 303, 303, 303, 287, 285, 284, 283, - /* 1410 */ 303, 303, 210, 303, 215, 76, 303, 110, 303, 303, - /* 1420 */ 284, 303, 303, 303, 210, 339, 176, 59, 303, 110, - /* 1430 */ 287, 285, 284, 283, 303, 303, 210, 339, 215, 71, - /* 1440 */ 303, 110, 287, 285, 284, 283, 303, 303, 210, 339, - /* 1450 */ 215, 73, 303, 110, 287, 285, 303, 283, 303, 303, - /* 1460 */ 303, 339, 303, 303, 303, 141, 287, 285, 284, 283, - /* 1470 */ 166, 303, 210, 303, 215, 68, 303, 110, 303, 290, - /* 1480 */ 38, 15, 303, 303, 303, 339, 303, 303, 303, 303, - /* 1490 */ 287, 285, 284, 283, 303, 303, 210, 303, 215, 82, - /* 1500 */ 303, 110, 303, 303, 284, 303, 303, 303, 210, 339, - /* 1510 */ 215, 75, 303, 110, 287, 285, 284, 283, 303, 303, - /* 1520 */ 210, 339, 215, 77, 303, 110, 287, 285, 284, 283, - /* 1530 */ 303, 303, 210, 339, 215, 70, 303, 110, 287, 285, - /* 1540 */ 303, 283, 303, 303, 303, 339, 303, 303, 303, 303, - /* 1550 */ 287, 285, 284, 283, 303, 303, 210, 303, 215, 72, - /* 1560 */ 303, 110, 303, 303, 303, 303, 303, 303, 303, 339, - /* 1570 */ 303, 303, 303, 303, 287, 285, 284, 283, 303, 303, - /* 1580 */ 210, 303, 215, 64, 303, 110, 303, 303, 284, 303, - /* 1590 */ 303, 303, 210, 339, 215, 50, 303, 110, 287, 285, - /* 1600 */ 284, 283, 303, 303, 210, 339, 215, 78, 303, 110, - /* 1610 */ 287, 285, 284, 283, 303, 303, 210, 339, 215, 67, - /* 1620 */ 303, 110, 287, 285, 303, 283, 303, 303, 303, 339, - /* 1630 */ 303, 303, 303, 303, 287, 285, 284, 283, 303, 303, - /* 1640 */ 210, 303, 215, 63, 303, 110, 303, 303, 303, 303, - /* 1650 */ 303, 303, 303, 339, 303, 303, 303, 303, 287, 285, - /* 1660 */ 284, 283, 303, 303, 210, 303, 215, 74, 303, 110, - /* 1670 */ 303, 303, 284, 303, 303, 303, 210, 339, 215, 60, - /* 1680 */ 303, 110, 287, 285, 284, 283, 303, 303, 210, 339, - /* 1690 */ 215, 62, 303, 110, 287, 285, 284, 283, 303, 303, - /* 1700 */ 210, 339, 215, 66, 303, 110, 287, 285, 303, 283, - /* 1710 */ 303, 303, 303, 339, 303, 303, 303, 303, 287, 285, - /* 1720 */ 284, 283, 303, 303, 210, 303, 215, 79, 303, 110, - /* 1730 */ 303, 303, 303, 303, 303, 303, 303, 339, 303, 303, - /* 1740 */ 303, 303, 287, 285, 284, 283, 303, 303, 210, 303, - /* 1750 */ 215, 58, 303, 110, 284, 303, 303, 303, 250, 303, - /* 1760 */ 215, 339, 303, 110, 303, 303, 287, 285, 303, 283, - /* 1770 */ 303, 253, 303, 303, 284, 303, 287, 285, 346, 283, - /* 1780 */ 215, 284, 303, 110, 303, 205, 303, 215, 241, 303, - /* 1790 */ 110, 350, 2, 303, 303, 303, 287, 285, 202, 283, - /* 1800 */ 303, 303, 303, 287, 285, 284, 283, 303, 124, 276, - /* 1810 */ 303, 215, 241, 303, 110, 303, 2, 303, 303, 303, - /* 1820 */ 303, 303, 303, 303, 303, 303, 303, 287, 285, 303, - /* 1830 */ 283, 303, 124, 303, 303, 303, 303, 303, 303, 303, - /* 1840 */ 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, - /* 1850 */ 264, 24, 232, 303, 303, 303, 303, 303, 303, 303, - /* 1860 */ 303, 303, 303, 303, 303, 303, 303, 303, 303, 303, - /* 1870 */ 303, 303, 303, 303, 257, 24, 232, + /* 0 */ 184, 281, 9, 15, 326, 188, 276, 206, 53, 117, + /* 10 */ 112, 267, 323, 156, 324, 309, 306, 310, 336, 177, + /* 20 */ 158, 299, 308, 284, 282, 209, 280, 194, 112, 320, + /* 30 */ 47, 43, 45, 39, 18, 17, 342, 338, 23, 20, + /* 40 */ 339, 340, 21, 22, 280, 54, 297, 294, 293, 289, + /* 50 */ 290, 291, 158, 116, 197, 3, 247, 349, 356, 357, + /* 60 */ 358, 359, 355, 354, 350, 351, 352, 353, 337, 184, + /* 70 */ 281, 124, 184, 304, 188, 163, 206, 60, 170, 112, + /* 80 */ 177, 318, 198, 13, 332, 31, 25, 336, 177, 223, + /* 90 */ 252, 177, 284, 282, 89, 280, 295, 296, 298, 47, + /* 100 */ 43, 45, 39, 18, 17, 342, 338, 23, 20, 339, + /* 110 */ 340, 21, 22, 16, 348, 114, 150, 10, 547, 84, + /* 120 */ 231, 296, 298, 44, 111, 34, 349, 356, 357, 358, + /* 130 */ 359, 355, 354, 350, 351, 352, 353, 337, 184, 248, + /* 140 */ 87, 281, 245, 44, 257, 174, 242, 206, 51, 119, + /* 150 */ 112, 15, 10, 220, 276, 26, 89, 177, 336, 111, + /* 160 */ 422, 4, 32, 284, 282, 14, 280, 422, 47, 43, + /* 170 */ 45, 39, 18, 17, 342, 338, 23, 20, 339, 340, + /* 180 */ 21, 22, 184, 170, 10, 264, 15, 15, 13, 276, + /* 190 */ 276, 111, 44, 207, 161, 349, 356, 357, 358, 359, + /* 200 */ 355, 354, 350, 351, 352, 353, 337, 15, 152, 324, + /* 210 */ 276, 26, 47, 43, 45, 39, 18, 17, 342, 338, + /* 220 */ 23, 20, 339, 340, 21, 22, 184, 15, 202, 207, + /* 230 */ 276, 35, 15, 328, 29, 276, 113, 233, 250, 349, + /* 240 */ 356, 357, 358, 359, 355, 354, 350, 351, 352, 353, + /* 250 */ 337, 228, 216, 176, 222, 195, 47, 43, 45, 39, + /* 260 */ 18, 17, 342, 338, 23, 20, 339, 340, 21, 22, + /* 270 */ 10, 314, 239, 313, 155, 208, 272, 111, 177, 40, + /* 280 */ 177, 262, 159, 349, 356, 357, 358, 359, 355, 354, + /* 290 */ 350, 351, 352, 353, 337, 184, 281, 177, 184, 234, + /* 300 */ 173, 106, 206, 83, 230, 112, 177, 261, 15, 327, + /* 310 */ 303, 276, 261, 336, 177, 218, 33, 177, 284, 282, + /* 320 */ 307, 280, 300, 205, 255, 47, 43, 45, 39, 18, + /* 330 */ 17, 342, 338, 23, 20, 339, 340, 21, 22, 184, + /* 340 */ 28, 105, 281, 94, 259, 269, 283, 107, 206, 238, + /* 350 */ 4, 112, 349, 356, 357, 358, 359, 355, 354, 350, + /* 360 */ 351, 352, 353, 337, 284, 282, 147, 280, 275, 47, + /* 370 */ 43, 45, 39, 18, 17, 342, 338, 23, 20, 339, + /* 380 */ 340, 21, 22, 184, 419, 319, 301, 15, 160, 324, + /* 390 */ 276, 177, 177, 177, 272, 237, 349, 356, 357, 358, + /* 400 */ 359, 355, 354, 350, 351, 352, 353, 337, 15, 302, + /* 410 */ 177, 211, 219, 47, 43, 45, 39, 18, 17, 342, + /* 420 */ 338, 23, 20, 339, 340, 21, 22, 184, 345, 15, + /* 430 */ 281, 275, 183, 109, 249, 177, 206, 27, 272, 112, + /* 440 */ 349, 356, 357, 358, 359, 355, 354, 350, 351, 352, + /* 450 */ 353, 337, 284, 282, 184, 280, 7, 47, 43, 45, + /* 460 */ 39, 18, 17, 342, 338, 23, 20, 339, 340, 21, + /* 470 */ 22, 184, 192, 177, 281, 325, 54, 311, 274, 5, + /* 480 */ 206, 54, 177, 112, 349, 356, 357, 358, 359, 355, + /* 490 */ 354, 350, 351, 352, 353, 337, 284, 282, 120, 280, + /* 500 */ 30, 47, 43, 45, 39, 18, 17, 342, 338, 23, + /* 510 */ 20, 339, 340, 21, 22, 184, 213, 316, 331, 346, + /* 520 */ 38, 41, 256, 8, 177, 177, 177, 235, 349, 356, + /* 530 */ 357, 358, 359, 355, 354, 350, 351, 352, 353, 337, + /* 540 */ 162, 232, 317, 112, 214, 47, 43, 45, 39, 18, + /* 550 */ 17, 342, 338, 23, 20, 339, 340, 21, 22, 280, + /* 560 */ 253, 333, 244, 420, 92, 229, 153, 260, 177, 263, + /* 570 */ 420, 2, 349, 356, 357, 358, 359, 355, 354, 350, + /* 580 */ 351, 352, 353, 337, 184, 281, 128, 124, 341, 98, + /* 590 */ 196, 101, 52, 118, 99, 144, 10, 15, 330, 278, + /* 600 */ 276, 44, 336, 111, 6, 157, 305, 284, 282, 287, + /* 610 */ 280, 192, 186, 177, 47, 43, 45, 39, 18, 17, + /* 620 */ 342, 338, 23, 20, 339, 340, 21, 22, 184, 240, + /* 630 */ 19, 258, 15, 196, 268, 199, 110, 27, 44, 215, + /* 640 */ 243, 349, 356, 357, 358, 359, 355, 354, 350, 351, + /* 650 */ 352, 353, 337, 200, 11, 12, 312, 103, 47, 43, + /* 660 */ 45, 39, 18, 17, 342, 338, 23, 20, 339, 340, + /* 670 */ 21, 22, 184, 288, 335, 334, 344, 315, 272, 360, + /* 680 */ 177, 177, 177, 177, 177, 349, 356, 357, 358, 359, + /* 690 */ 355, 354, 350, 351, 352, 353, 337, 227, 210, 266, + /* 700 */ 193, 88, 47, 43, 45, 39, 18, 17, 342, 338, + /* 710 */ 23, 20, 339, 340, 21, 22, 184, 265, 217, 281, + /* 720 */ 40, 148, 271, 273, 122, 206, 254, 203, 112, 349, + /* 730 */ 356, 357, 358, 359, 355, 354, 350, 351, 352, 353, + /* 740 */ 337, 284, 282, 292, 280, 277, 47, 43, 45, 39, + /* 750 */ 18, 17, 342, 338, 23, 20, 339, 340, 21, 22, + /* 760 */ 95, 8, 267, 24, 90, 154, 302, 246, 131, 302, + /* 770 */ 54, 460, 241, 349, 356, 357, 358, 359, 355, 354, + /* 780 */ 350, 351, 352, 353, 337, 184, 281, 123, 140, 125, + /* 790 */ 98, 10, 100, 49, 118, 99, 134, 167, 111, 143, + /* 800 */ 278, 164, 278, 336, 166, 213, 133, 93, 284, 282, + /* 810 */ 287, 280, 91, 287, 302, 47, 43, 45, 39, 18, + /* 820 */ 17, 342, 338, 23, 20, 339, 340, 21, 22, 184, + /* 830 */ 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, + /* 840 */ 136, 329, 349, 356, 357, 358, 359, 355, 354, 350, + /* 850 */ 351, 352, 353, 337, 287, 302, 302, 302, 302, 47, + /* 860 */ 43, 45, 39, 18, 17, 342, 338, 23, 20, 339, + /* 870 */ 340, 21, 22, 184, 302, 302, 302, 302, 302, 302, + /* 880 */ 302, 302, 302, 302, 302, 102, 349, 356, 357, 358, + /* 890 */ 359, 355, 354, 350, 351, 352, 353, 337, 278, 302, + /* 900 */ 302, 302, 302, 47, 43, 45, 39, 18, 17, 342, + /* 910 */ 338, 23, 20, 339, 340, 21, 22, 187, 302, 302, + /* 920 */ 302, 302, 302, 302, 302, 302, 302, 302, 302, 275, + /* 930 */ 349, 356, 357, 358, 359, 355, 354, 350, 351, 352, + /* 940 */ 353, 337, 135, 3, 302, 104, 86, 163, 121, 302, + /* 950 */ 204, 3, 201, 108, 171, 302, 287, 31, 25, 124, + /* 960 */ 212, 96, 302, 48, 302, 126, 127, 124, 212, 302, + /* 970 */ 130, 48, 302, 302, 278, 165, 302, 36, 278, 278, + /* 980 */ 46, 42, 302, 286, 287, 37, 89, 1, 46, 42, + /* 990 */ 3, 286, 108, 178, 89, 1, 226, 145, 151, 302, + /* 1000 */ 302, 85, 3, 163, 108, 178, 124, 212, 302, 85, + /* 1010 */ 48, 287, 287, 31, 25, 146, 302, 149, 124, 212, + /* 1020 */ 302, 302, 48, 302, 36, 271, 302, 46, 42, 287, + /* 1030 */ 286, 287, 302, 89, 1, 3, 37, 108, 169, 46, + /* 1040 */ 42, 129, 286, 271, 138, 89, 1, 3, 85, 116, + /* 1050 */ 178, 124, 212, 97, 278, 48, 302, 132, 287, 302, + /* 1060 */ 85, 302, 139, 124, 212, 302, 278, 48, 302, 36, + /* 1070 */ 302, 287, 46, 42, 142, 286, 287, 302, 89, 1, + /* 1080 */ 3, 37, 116, 168, 46, 42, 302, 286, 287, 302, + /* 1090 */ 89, 1, 3, 85, 108, 172, 124, 175, 302, 302, + /* 1100 */ 48, 302, 271, 302, 302, 85, 302, 302, 124, 212, + /* 1110 */ 302, 302, 48, 302, 37, 302, 302, 46, 42, 302, + /* 1120 */ 286, 302, 302, 89, 1, 3, 37, 115, 178, 46, + /* 1130 */ 42, 302, 286, 302, 302, 89, 1, 3, 85, 116, + /* 1140 */ 179, 124, 212, 302, 302, 48, 302, 302, 302, 302, + /* 1150 */ 85, 302, 302, 124, 212, 302, 302, 48, 302, 37, + /* 1160 */ 302, 302, 46, 42, 302, 286, 302, 302, 89, 1, + /* 1170 */ 3, 37, 116, 178, 46, 42, 302, 286, 302, 302, + /* 1180 */ 89, 302, 302, 85, 302, 302, 124, 212, 302, 302, + /* 1190 */ 48, 302, 281, 302, 302, 85, 181, 302, 206, 73, + /* 1200 */ 302, 112, 302, 302, 37, 302, 302, 46, 42, 336, + /* 1210 */ 286, 302, 302, 89, 284, 282, 281, 280, 302, 302, + /* 1220 */ 188, 302, 206, 59, 302, 112, 182, 322, 85, 302, + /* 1230 */ 302, 302, 302, 336, 302, 302, 302, 137, 284, 282, + /* 1240 */ 281, 280, 163, 302, 181, 302, 206, 73, 190, 112, + /* 1250 */ 302, 287, 31, 25, 302, 302, 302, 336, 302, 302, + /* 1260 */ 302, 302, 284, 282, 281, 280, 302, 302, 188, 302, + /* 1270 */ 206, 59, 302, 112, 302, 321, 281, 302, 302, 302, + /* 1280 */ 188, 336, 206, 59, 302, 112, 284, 282, 281, 280, + /* 1290 */ 302, 302, 188, 336, 206, 59, 251, 112, 284, 282, + /* 1300 */ 281, 280, 302, 302, 188, 336, 206, 77, 191, 112, + /* 1310 */ 284, 282, 302, 280, 302, 302, 302, 336, 302, 302, + /* 1320 */ 221, 141, 284, 282, 281, 280, 163, 302, 188, 302, + /* 1330 */ 206, 69, 302, 112, 302, 287, 31, 25, 302, 302, + /* 1340 */ 302, 336, 302, 302, 302, 302, 284, 282, 281, 280, + /* 1350 */ 302, 302, 188, 302, 206, 75, 302, 112, 302, 302, + /* 1360 */ 281, 302, 302, 302, 188, 336, 206, 72, 302, 112, + /* 1370 */ 284, 282, 281, 280, 302, 302, 188, 336, 206, 71, + /* 1380 */ 302, 112, 284, 282, 281, 280, 302, 302, 188, 336, + /* 1390 */ 206, 79, 302, 112, 284, 282, 302, 280, 302, 302, + /* 1400 */ 302, 336, 302, 302, 302, 302, 284, 282, 281, 280, + /* 1410 */ 302, 302, 188, 302, 206, 65, 302, 112, 302, 302, + /* 1420 */ 302, 302, 302, 302, 302, 336, 302, 302, 302, 302, + /* 1430 */ 284, 282, 281, 280, 302, 302, 188, 302, 180, 66, + /* 1440 */ 302, 112, 302, 302, 281, 302, 302, 302, 188, 336, + /* 1450 */ 206, 82, 302, 112, 284, 282, 281, 280, 302, 302, + /* 1460 */ 188, 336, 206, 74, 302, 112, 284, 282, 281, 280, + /* 1470 */ 302, 302, 188, 336, 206, 63, 302, 112, 284, 282, + /* 1480 */ 302, 280, 302, 302, 302, 336, 302, 302, 302, 302, + /* 1490 */ 284, 282, 281, 280, 302, 302, 188, 302, 206, 55, + /* 1500 */ 302, 112, 302, 302, 302, 302, 302, 302, 302, 336, + /* 1510 */ 302, 302, 302, 302, 284, 282, 281, 280, 302, 302, + /* 1520 */ 188, 302, 206, 57, 302, 112, 302, 302, 281, 302, + /* 1530 */ 302, 302, 188, 336, 206, 70, 302, 112, 284, 282, + /* 1540 */ 281, 280, 302, 302, 188, 336, 206, 68, 302, 112, + /* 1550 */ 284, 282, 281, 280, 302, 302, 188, 336, 206, 80, + /* 1560 */ 302, 112, 284, 282, 302, 280, 302, 302, 302, 336, + /* 1570 */ 302, 302, 302, 302, 284, 282, 281, 280, 302, 302, + /* 1580 */ 188, 302, 206, 78, 302, 112, 302, 302, 302, 302, + /* 1590 */ 302, 302, 302, 336, 302, 302, 302, 302, 284, 282, + /* 1600 */ 281, 280, 302, 302, 188, 302, 206, 62, 302, 112, + /* 1610 */ 302, 302, 281, 302, 302, 302, 188, 336, 206, 56, + /* 1620 */ 302, 112, 284, 282, 281, 280, 302, 302, 188, 336, + /* 1630 */ 206, 58, 302, 112, 284, 282, 281, 280, 302, 302, + /* 1640 */ 188, 336, 206, 61, 302, 112, 284, 282, 302, 280, + /* 1650 */ 302, 302, 302, 336, 302, 302, 302, 302, 284, 282, + /* 1660 */ 281, 280, 302, 302, 188, 302, 206, 81, 302, 112, + /* 1670 */ 302, 302, 302, 302, 302, 302, 302, 336, 302, 302, + /* 1680 */ 302, 302, 284, 282, 281, 280, 302, 302, 188, 302, + /* 1690 */ 206, 67, 302, 112, 302, 302, 281, 302, 302, 302, + /* 1700 */ 188, 336, 206, 64, 302, 112, 284, 282, 281, 280, + /* 1710 */ 302, 302, 188, 336, 206, 50, 302, 112, 284, 282, + /* 1720 */ 281, 280, 302, 302, 188, 336, 206, 76, 302, 112, + /* 1730 */ 284, 282, 302, 280, 302, 302, 302, 336, 302, 302, + /* 1740 */ 302, 302, 284, 282, 281, 280, 302, 302, 189, 302, + /* 1750 */ 206, 302, 302, 112, 302, 302, 302, 302, 302, 302, + /* 1760 */ 302, 185, 302, 302, 302, 302, 284, 282, 281, 280, + /* 1770 */ 302, 302, 343, 302, 206, 302, 302, 112, 281, 302, + /* 1780 */ 302, 302, 225, 302, 206, 347, 302, 112, 302, 302, + /* 1790 */ 284, 282, 302, 280, 302, 224, 302, 302, 281, 302, + /* 1800 */ 284, 282, 285, 280, 206, 281, 302, 112, 302, 279, + /* 1810 */ 302, 206, 260, 302, 112, 302, 2, 302, 302, 302, + /* 1820 */ 284, 282, 302, 280, 302, 302, 302, 284, 282, 302, + /* 1830 */ 280, 281, 124, 302, 302, 270, 302, 206, 302, 302, + /* 1840 */ 112, 302, 302, 302, 302, 302, 302, 302, 302, 302, + /* 1850 */ 302, 302, 302, 284, 282, 302, 280, 302, 302, 302, + /* 1860 */ 302, 302, 302, 302, 302, 302, 302, 302, 302, 302, + /* 1870 */ 302, 302, 302, 302, 236, 19, 258, ); static public $yy_lookahead = array( - /* 0 */ 1, 77, 13, 12, 13, 81, 15, 83, 84, 85, + /* 0 */ 1, 77, 30, 12, 13, 81, 15, 83, 84, 85, /* 10 */ 86, 104, 13, 106, 107, 4, 5, 6, 94, 20, - /* 20 */ 9, 10, 11, 99, 100, 83, 102, 88, 86, 23, + /* 20 */ 9, 10, 11, 99, 100, 83, 102, 26, 86, 57, /* 30 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - /* 40 */ 41, 42, 43, 44, 102, 3, 4, 5, 6, 7, - /* 50 */ 8, 9, 103, 12, 12, 14, 15, 58, 59, 60, + /* 40 */ 41, 42, 43, 44, 102, 18, 3, 4, 5, 6, + /* 50 */ 7, 8, 9, 14, 15, 12, 47, 58, 59, 60, /* 60 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 1, - /* 70 */ 28, 12, 77, 1, 15, 16, 81, 71, 83, 84, - /* 80 */ 85, 86, 74, 75, 76, 77, 78, 12, 20, 94, - /* 90 */ 15, 16, 20, 25, 99, 100, 55, 102, 23, 31, + /* 70 */ 77, 28, 1, 13, 81, 87, 83, 84, 51, 86, + /* 80 */ 20, 13, 89, 56, 13, 97, 98, 94, 20, 18, + /* 90 */ 13, 20, 99, 100, 55, 102, 76, 77, 78, 31, /* 100 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - /* 110 */ 42, 43, 44, 54, 13, 24, 12, 13, 15, 15, - /* 120 */ 17, 20, 19, 78, 21, 80, 58, 59, 60, 61, - /* 130 */ 62, 63, 64, 65, 66, 67, 68, 69, 1, 77, - /* 140 */ 27, 1, 13, 81, 55, 83, 84, 46, 86, 20, - /* 150 */ 13, 89, 23, 13, 53, 22, 94, 20, 18, 46, - /* 160 */ 20, 99, 100, 30, 102, 16, 53, 15, 31, 32, + /* 110 */ 42, 43, 44, 12, 15, 14, 15, 46, 74, 75, + /* 120 */ 76, 77, 78, 45, 53, 27, 58, 59, 60, 61, + /* 130 */ 62, 63, 64, 65, 66, 67, 68, 69, 1, 47, + /* 140 */ 15, 77, 17, 45, 19, 81, 21, 83, 84, 85, + /* 150 */ 86, 12, 46, 54, 15, 16, 55, 20, 94, 53, + /* 160 */ 13, 46, 25, 99, 100, 27, 102, 20, 31, 32, /* 170 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, - /* 180 */ 43, 44, 1, 106, 107, 77, 46, 14, 15, 81, - /* 190 */ 16, 83, 18, 53, 86, 58, 59, 60, 61, 62, - /* 200 */ 63, 64, 65, 66, 67, 68, 69, 99, 100, 103, - /* 210 */ 102, 105, 31, 32, 33, 34, 35, 36, 37, 38, - /* 220 */ 39, 40, 41, 42, 43, 44, 1, 53, 55, 12, - /* 230 */ 12, 15, 15, 15, 12, 15, 14, 15, 13, 58, + /* 180 */ 43, 44, 1, 51, 46, 15, 12, 12, 56, 15, + /* 190 */ 15, 53, 45, 54, 13, 58, 59, 60, 61, 62, + /* 200 */ 63, 64, 65, 66, 67, 68, 69, 12, 106, 107, + /* 210 */ 15, 16, 31, 32, 33, 34, 35, 36, 37, 38, + /* 220 */ 39, 40, 41, 42, 43, 44, 1, 12, 54, 54, + /* 230 */ 15, 16, 12, 13, 12, 15, 14, 15, 23, 58, /* 240 */ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, - /* 250 */ 69, 29, 71, 76, 77, 78, 31, 32, 33, 34, + /* 250 */ 69, 29, 89, 90, 14, 15, 31, 32, 33, 34, /* 260 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, - /* 270 */ 46, 54, 13, 13, 54, 51, 13, 53, 12, 20, - /* 280 */ 20, 57, 23, 58, 59, 60, 61, 62, 63, 64, - /* 290 */ 65, 66, 67, 68, 69, 1, 77, 30, 1, 13, - /* 300 */ 81, 14, 83, 84, 85, 86, 20, 18, 12, 13, - /* 310 */ 13, 15, 46, 94, 20, 18, 47, 20, 99, 100, - /* 320 */ 20, 102, 20, 27, 57, 31, 32, 33, 34, 35, + /* 270 */ 46, 13, 47, 13, 22, 51, 23, 53, 20, 2, + /* 280 */ 20, 57, 30, 58, 59, 60, 61, 62, 63, 64, + /* 290 */ 65, 66, 67, 68, 69, 1, 77, 20, 1, 13, + /* 300 */ 81, 14, 83, 84, 85, 86, 20, 77, 12, 13, + /* 310 */ 13, 15, 77, 94, 20, 18, 12, 20, 99, 100, + /* 320 */ 78, 102, 80, 27, 71, 31, 32, 33, 34, 35, /* 330 */ 36, 37, 38, 39, 40, 41, 42, 43, 44, 1, - /* 340 */ 51, 23, 77, 13, 12, 56, 81, 15, 83, 15, - /* 350 */ 20, 86, 58, 59, 60, 61, 62, 63, 64, 65, - /* 360 */ 66, 67, 68, 69, 99, 100, 47, 102, 15, 31, + /* 340 */ 2, 14, 77, 113, 114, 29, 81, 14, 83, 114, + /* 350 */ 46, 86, 58, 59, 60, 61, 62, 63, 64, 65, + /* 360 */ 66, 67, 68, 69, 99, 100, 103, 102, 105, 31, /* 370 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - /* 380 */ 42, 43, 44, 1, 12, 47, 54, 15, 16, 14, - /* 390 */ 15, 51, 27, 77, 82, 13, 58, 59, 60, 61, - /* 400 */ 62, 63, 64, 65, 66, 67, 68, 69, 96, 83, - /* 410 */ 45, 47, 86, 31, 32, 33, 34, 35, 36, 37, - /* 420 */ 38, 39, 40, 41, 42, 43, 44, 1, 102, 113, - /* 430 */ 114, 13, 51, 12, 108, 2, 15, 56, 20, 13, + /* 380 */ 42, 43, 44, 1, 13, 13, 13, 12, 106, 107, + /* 390 */ 15, 20, 20, 20, 23, 13, 58, 59, 60, 61, + /* 400 */ 62, 63, 64, 65, 66, 67, 68, 69, 12, 96, + /* 410 */ 20, 15, 95, 31, 32, 33, 34, 35, 36, 37, + /* 420 */ 38, 39, 40, 41, 42, 43, 44, 1, 13, 12, + /* 430 */ 77, 105, 15, 14, 81, 20, 83, 16, 23, 86, /* 440 */ 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, - /* 450 */ 68, 69, 12, 20, 13, 15, 13, 31, 32, 33, + /* 450 */ 68, 69, 99, 100, 1, 102, 30, 31, 32, 33, /* 460 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - /* 470 */ 44, 1, 13, 13, 13, 13, 106, 107, 2, 20, - /* 480 */ 20, 20, 20, 13, 58, 59, 60, 61, 62, 63, - /* 490 */ 64, 65, 66, 67, 68, 69, 12, 89, 90, 15, - /* 500 */ 15, 31, 32, 33, 34, 35, 36, 37, 38, 39, - /* 510 */ 40, 41, 42, 43, 44, 87, 13, 13, 29, 88, - /* 520 */ 46, 14, 16, 20, 20, 97, 98, 53, 58, 59, + /* 470 */ 44, 1, 51, 20, 77, 13, 18, 55, 81, 16, + /* 480 */ 83, 18, 20, 86, 58, 59, 60, 61, 62, 63, + /* 490 */ 64, 65, 66, 67, 68, 69, 99, 100, 20, 102, + /* 500 */ 24, 31, 32, 33, 34, 35, 36, 37, 38, 39, + /* 510 */ 40, 41, 42, 43, 44, 1, 53, 13, 13, 13, + /* 520 */ 48, 20, 13, 16, 20, 20, 20, 13, 58, 59, /* 530 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, - /* 540 */ 1, 77, 15, 57, 15, 81, 15, 83, 84, 85, - /* 550 */ 86, 82, 12, 13, 82, 15, 87, 51, 94, 87, - /* 560 */ 29, 22, 13, 99, 100, 96, 102, 27, 96, 20, - /* 570 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - /* 580 */ 41, 42, 43, 44, 1, 13, 45, 77, 13, 55, - /* 590 */ 14, 81, 20, 83, 45, 20, 86, 58, 59, 60, - /* 600 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 99, - /* 610 */ 100, 20, 102, 15, 31, 32, 33, 34, 35, 36, - /* 620 */ 37, 38, 39, 40, 41, 42, 43, 44, 13, 16, - /* 630 */ 13, 13, 26, 46, 48, 20, 16, 20, 20, 26, - /* 640 */ 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, - /* 650 */ 67, 68, 69, 1, 77, 46, 82, 15, 81, 46, - /* 660 */ 83, 84, 85, 86, 82, 13, 53, 13, 2, 87, - /* 670 */ 96, 94, 47, 13, 20, 26, 99, 100, 96, 102, - /* 680 */ 96, 14, 16, 31, 32, 33, 34, 35, 36, 37, - /* 690 */ 38, 39, 40, 41, 42, 43, 44, 1, 14, 45, - /* 700 */ 77, 13, 10, 104, 81, 45, 83, 79, 20, 86, - /* 710 */ 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, - /* 720 */ 68, 69, 99, 100, 14, 102, 89, 31, 32, 33, - /* 730 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - /* 740 */ 44, 1, 2, 47, 101, 105, 18, 20, 103, 77, - /* 750 */ 2, 108, 18, 92, 58, 59, 60, 61, 62, 63, - /* 760 */ 64, 65, 66, 67, 68, 69, 105, 103, 95, 107, - /* 770 */ 46, 31, 32, 33, 34, 35, 36, 37, 38, 39, - /* 780 */ 40, 41, 42, 43, 44, 1, 114, 53, 77, 20, - /* 790 */ 103, 91, 81, 91, 83, 88, 103, 86, 58, 59, - /* 800 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, - /* 810 */ 99, 100, 115, 102, 30, 31, 32, 33, 34, 35, + /* 540 */ 83, 71, 15, 86, 15, 31, 32, 33, 34, 35, + /* 550 */ 36, 37, 38, 39, 40, 41, 42, 43, 44, 102, + /* 560 */ 13, 13, 47, 13, 15, 108, 15, 8, 20, 13, + /* 570 */ 20, 12, 58, 59, 60, 61, 62, 63, 64, 65, + /* 580 */ 66, 67, 68, 69, 1, 77, 92, 28, 15, 81, + /* 590 */ 2, 83, 84, 85, 86, 82, 46, 12, 13, 105, + /* 600 */ 15, 45, 94, 53, 16, 22, 13, 99, 100, 96, + /* 610 */ 102, 51, 27, 20, 31, 32, 33, 34, 35, 36, + /* 620 */ 37, 38, 39, 40, 41, 42, 43, 44, 1, 70, + /* 630 */ 71, 72, 12, 2, 15, 15, 14, 16, 45, 15, + /* 640 */ 13, 58, 59, 60, 61, 62, 63, 64, 65, 66, + /* 650 */ 67, 68, 69, 29, 46, 20, 55, 14, 31, 32, + /* 660 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, + /* 670 */ 43, 44, 1, 13, 13, 13, 13, 13, 23, 13, + /* 680 */ 20, 20, 20, 20, 20, 58, 59, 60, 61, 62, + /* 690 */ 63, 64, 65, 66, 67, 68, 69, 57, 15, 15, + /* 700 */ 26, 103, 31, 32, 33, 34, 35, 36, 37, 38, + /* 710 */ 39, 40, 41, 42, 43, 44, 1, 101, 47, 77, + /* 720 */ 2, 103, 110, 81, 108, 83, 20, 91, 86, 58, + /* 730 */ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, + /* 740 */ 69, 99, 100, 10, 102, 107, 31, 32, 33, 34, + /* 750 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + /* 760 */ 79, 16, 104, 91, 88, 88, 115, 89, 103, 115, + /* 770 */ 18, 26, 57, 58, 59, 60, 61, 62, 63, 64, + /* 780 */ 65, 66, 67, 68, 69, 1, 77, 92, 103, 92, + /* 790 */ 81, 46, 83, 84, 85, 86, 82, 13, 53, 82, + /* 800 */ 105, 87, 105, 94, 87, 53, 103, 88, 99, 100, + /* 810 */ 96, 102, 88, 96, 115, 31, 32, 33, 34, 35, /* 820 */ 36, 37, 38, 39, 40, 41, 42, 43, 44, 1, - /* 830 */ 88, 110, 115, 115, 115, 115, 115, 115, 115, 115, + /* 830 */ 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, /* 840 */ 82, 13, 58, 59, 60, 61, 62, 63, 64, 65, /* 850 */ 66, 67, 68, 69, 96, 115, 115, 115, 115, 31, /* 860 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - /* 870 */ 42, 43, 44, 1, 115, 115, 77, 115, 115, 115, - /* 880 */ 81, 115, 83, 115, 115, 86, 58, 59, 60, 61, - /* 890 */ 62, 63, 64, 65, 66, 67, 68, 69, 99, 100, - /* 900 */ 115, 102, 115, 31, 32, 33, 34, 35, 36, 37, + /* 870 */ 42, 43, 44, 1, 115, 115, 115, 115, 115, 115, + /* 880 */ 115, 115, 115, 115, 115, 92, 58, 59, 60, 61, + /* 890 */ 62, 63, 64, 65, 66, 67, 68, 69, 105, 115, + /* 900 */ 115, 115, 115, 31, 32, 33, 34, 35, 36, 37, /* 910 */ 38, 39, 40, 41, 42, 43, 44, 93, 115, 115, /* 920 */ 115, 115, 115, 115, 115, 115, 115, 115, 115, 105, /* 930 */ 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, /* 940 */ 68, 69, 82, 12, 115, 14, 15, 87, 17, 115, /* 950 */ 19, 12, 21, 14, 15, 115, 96, 97, 98, 28, - /* 960 */ 29, 92, 92, 32, 115, 92, 92, 28, 29, 92, - /* 970 */ 82, 32, 115, 115, 105, 105, 115, 46, 105, 105, - /* 980 */ 49, 50, 105, 52, 96, 46, 55, 56, 49, 50, + /* 960 */ 29, 92, 115, 32, 115, 92, 92, 28, 29, 115, + /* 970 */ 82, 32, 115, 115, 105, 87, 115, 46, 105, 105, + /* 980 */ 49, 50, 115, 52, 96, 46, 55, 56, 49, 50, /* 990 */ 12, 52, 14, 15, 55, 56, 57, 82, 82, 115, /* 1000 */ 115, 70, 12, 87, 14, 15, 28, 29, 115, 70, /* 1010 */ 32, 96, 96, 97, 98, 82, 115, 82, 28, 29, /* 1020 */ 115, 115, 32, 115, 46, 110, 115, 49, 50, 96, /* 1030 */ 52, 96, 115, 55, 56, 12, 46, 14, 15, 49, - /* 1040 */ 50, 92, 52, 110, 92, 55, 56, 12, 70, 14, - /* 1050 */ 15, 28, 29, 92, 105, 32, 115, 105, 115, 115, + /* 1040 */ 50, 92, 52, 110, 82, 55, 56, 12, 70, 14, + /* 1050 */ 15, 28, 29, 92, 105, 32, 115, 82, 96, 115, /* 1060 */ 70, 115, 82, 28, 29, 115, 105, 32, 115, 46, - /* 1070 */ 115, 115, 49, 50, 82, 52, 96, 115, 55, 56, + /* 1070 */ 115, 96, 49, 50, 82, 52, 96, 115, 55, 56, /* 1080 */ 12, 46, 14, 15, 49, 50, 115, 52, 96, 115, /* 1090 */ 55, 56, 12, 70, 14, 15, 28, 29, 115, 115, /* 1100 */ 32, 115, 110, 115, 115, 70, 115, 115, 28, 29, @@ -525,119 +525,119 @@ static public $yy_action = array( /* 1200 */ 115, 86, 115, 115, 46, 115, 115, 49, 50, 94, /* 1210 */ 52, 115, 115, 55, 99, 100, 77, 102, 115, 115, /* 1220 */ 81, 115, 83, 84, 115, 86, 111, 112, 70, 115, - /* 1230 */ 115, 115, 115, 94, 115, 115, 115, 115, 99, 100, - /* 1240 */ 77, 102, 115, 115, 81, 115, 83, 84, 109, 86, - /* 1250 */ 115, 115, 77, 115, 115, 115, 81, 94, 83, 84, - /* 1260 */ 115, 86, 99, 100, 77, 102, 115, 115, 81, 94, - /* 1270 */ 83, 84, 109, 86, 99, 100, 77, 102, 115, 115, - /* 1280 */ 81, 94, 83, 84, 109, 86, 99, 100, 115, 102, - /* 1290 */ 115, 115, 115, 94, 115, 115, 109, 115, 99, 100, - /* 1300 */ 77, 102, 115, 115, 81, 115, 83, 84, 115, 86, - /* 1310 */ 115, 112, 115, 115, 115, 115, 115, 94, 115, 115, - /* 1320 */ 115, 115, 99, 100, 77, 102, 115, 115, 81, 115, - /* 1330 */ 83, 84, 109, 86, 115, 115, 77, 115, 115, 115, - /* 1340 */ 81, 94, 83, 84, 115, 86, 99, 100, 77, 102, - /* 1350 */ 115, 115, 81, 94, 83, 84, 115, 86, 99, 100, - /* 1360 */ 77, 102, 115, 115, 81, 94, 83, 84, 115, 86, - /* 1370 */ 99, 100, 115, 102, 115, 115, 115, 94, 115, 115, - /* 1380 */ 115, 82, 99, 100, 77, 102, 87, 115, 81, 115, - /* 1390 */ 83, 84, 115, 86, 115, 96, 97, 98, 115, 115, + /* 1230 */ 115, 115, 115, 94, 115, 115, 115, 82, 99, 100, + /* 1240 */ 77, 102, 87, 115, 81, 115, 83, 84, 109, 86, + /* 1250 */ 115, 96, 97, 98, 115, 115, 115, 94, 115, 115, + /* 1260 */ 115, 115, 99, 100, 77, 102, 115, 115, 81, 115, + /* 1270 */ 83, 84, 115, 86, 115, 112, 77, 115, 115, 115, + /* 1280 */ 81, 94, 83, 84, 115, 86, 99, 100, 77, 102, + /* 1290 */ 115, 115, 81, 94, 83, 84, 109, 86, 99, 100, + /* 1300 */ 77, 102, 115, 115, 81, 94, 83, 84, 109, 86, + /* 1310 */ 99, 100, 115, 102, 115, 115, 115, 94, 115, 115, + /* 1320 */ 109, 82, 99, 100, 77, 102, 87, 115, 81, 115, + /* 1330 */ 83, 84, 115, 86, 115, 96, 97, 98, 115, 115, + /* 1340 */ 115, 94, 115, 115, 115, 115, 99, 100, 77, 102, + /* 1350 */ 115, 115, 81, 115, 83, 84, 115, 86, 115, 115, + /* 1360 */ 77, 115, 115, 115, 81, 94, 83, 84, 115, 86, + /* 1370 */ 99, 100, 77, 102, 115, 115, 81, 94, 83, 84, + /* 1380 */ 115, 86, 99, 100, 77, 102, 115, 115, 81, 94, + /* 1390 */ 83, 84, 115, 86, 99, 100, 115, 102, 115, 115, /* 1400 */ 115, 94, 115, 115, 115, 115, 99, 100, 77, 102, /* 1410 */ 115, 115, 81, 115, 83, 84, 115, 86, 115, 115, - /* 1420 */ 77, 115, 115, 115, 81, 94, 83, 84, 115, 86, - /* 1430 */ 99, 100, 77, 102, 115, 115, 81, 94, 83, 84, - /* 1440 */ 115, 86, 99, 100, 77, 102, 115, 115, 81, 94, - /* 1450 */ 83, 84, 115, 86, 99, 100, 115, 102, 115, 115, - /* 1460 */ 115, 94, 115, 115, 115, 82, 99, 100, 77, 102, - /* 1470 */ 87, 115, 81, 115, 83, 84, 115, 86, 115, 96, - /* 1480 */ 97, 98, 115, 115, 115, 94, 115, 115, 115, 115, + /* 1420 */ 115, 115, 115, 115, 115, 94, 115, 115, 115, 115, + /* 1430 */ 99, 100, 77, 102, 115, 115, 81, 115, 83, 84, + /* 1440 */ 115, 86, 115, 115, 77, 115, 115, 115, 81, 94, + /* 1450 */ 83, 84, 115, 86, 99, 100, 77, 102, 115, 115, + /* 1460 */ 81, 94, 83, 84, 115, 86, 99, 100, 77, 102, + /* 1470 */ 115, 115, 81, 94, 83, 84, 115, 86, 99, 100, + /* 1480 */ 115, 102, 115, 115, 115, 94, 115, 115, 115, 115, /* 1490 */ 99, 100, 77, 102, 115, 115, 81, 115, 83, 84, - /* 1500 */ 115, 86, 115, 115, 77, 115, 115, 115, 81, 94, - /* 1510 */ 83, 84, 115, 86, 99, 100, 77, 102, 115, 115, - /* 1520 */ 81, 94, 83, 84, 115, 86, 99, 100, 77, 102, + /* 1500 */ 115, 86, 115, 115, 115, 115, 115, 115, 115, 94, + /* 1510 */ 115, 115, 115, 115, 99, 100, 77, 102, 115, 115, + /* 1520 */ 81, 115, 83, 84, 115, 86, 115, 115, 77, 115, /* 1530 */ 115, 115, 81, 94, 83, 84, 115, 86, 99, 100, - /* 1540 */ 115, 102, 115, 115, 115, 94, 115, 115, 115, 115, - /* 1550 */ 99, 100, 77, 102, 115, 115, 81, 115, 83, 84, - /* 1560 */ 115, 86, 115, 115, 115, 115, 115, 115, 115, 94, + /* 1540 */ 77, 102, 115, 115, 81, 94, 83, 84, 115, 86, + /* 1550 */ 99, 100, 77, 102, 115, 115, 81, 94, 83, 84, + /* 1560 */ 115, 86, 99, 100, 115, 102, 115, 115, 115, 94, /* 1570 */ 115, 115, 115, 115, 99, 100, 77, 102, 115, 115, - /* 1580 */ 81, 115, 83, 84, 115, 86, 115, 115, 77, 115, - /* 1590 */ 115, 115, 81, 94, 83, 84, 115, 86, 99, 100, - /* 1600 */ 77, 102, 115, 115, 81, 94, 83, 84, 115, 86, - /* 1610 */ 99, 100, 77, 102, 115, 115, 81, 94, 83, 84, - /* 1620 */ 115, 86, 99, 100, 115, 102, 115, 115, 115, 94, - /* 1630 */ 115, 115, 115, 115, 99, 100, 77, 102, 115, 115, - /* 1640 */ 81, 115, 83, 84, 115, 86, 115, 115, 115, 115, + /* 1580 */ 81, 115, 83, 84, 115, 86, 115, 115, 115, 115, + /* 1590 */ 115, 115, 115, 94, 115, 115, 115, 115, 99, 100, + /* 1600 */ 77, 102, 115, 115, 81, 115, 83, 84, 115, 86, + /* 1610 */ 115, 115, 77, 115, 115, 115, 81, 94, 83, 84, + /* 1620 */ 115, 86, 99, 100, 77, 102, 115, 115, 81, 94, + /* 1630 */ 83, 84, 115, 86, 99, 100, 77, 102, 115, 115, + /* 1640 */ 81, 94, 83, 84, 115, 86, 99, 100, 115, 102, /* 1650 */ 115, 115, 115, 94, 115, 115, 115, 115, 99, 100, /* 1660 */ 77, 102, 115, 115, 81, 115, 83, 84, 115, 86, - /* 1670 */ 115, 115, 77, 115, 115, 115, 81, 94, 83, 84, - /* 1680 */ 115, 86, 99, 100, 77, 102, 115, 115, 81, 94, - /* 1690 */ 83, 84, 115, 86, 99, 100, 77, 102, 115, 115, - /* 1700 */ 81, 94, 83, 84, 115, 86, 99, 100, 115, 102, - /* 1710 */ 115, 115, 115, 94, 115, 115, 115, 115, 99, 100, - /* 1720 */ 77, 102, 115, 115, 81, 115, 83, 84, 115, 86, - /* 1730 */ 115, 115, 115, 115, 115, 115, 115, 94, 115, 115, + /* 1670 */ 115, 115, 115, 115, 115, 115, 115, 94, 115, 115, + /* 1680 */ 115, 115, 99, 100, 77, 102, 115, 115, 81, 115, + /* 1690 */ 83, 84, 115, 86, 115, 115, 77, 115, 115, 115, + /* 1700 */ 81, 94, 83, 84, 115, 86, 99, 100, 77, 102, + /* 1710 */ 115, 115, 81, 94, 83, 84, 115, 86, 99, 100, + /* 1720 */ 77, 102, 115, 115, 81, 94, 83, 84, 115, 86, + /* 1730 */ 99, 100, 115, 102, 115, 115, 115, 94, 115, 115, /* 1740 */ 115, 115, 99, 100, 77, 102, 115, 115, 81, 115, - /* 1750 */ 83, 84, 115, 86, 77, 115, 115, 115, 81, 115, - /* 1760 */ 83, 94, 115, 86, 115, 115, 99, 100, 115, 102, - /* 1770 */ 115, 94, 115, 115, 77, 115, 99, 100, 81, 102, - /* 1780 */ 83, 77, 115, 86, 115, 81, 115, 83, 8, 115, - /* 1790 */ 86, 94, 12, 115, 115, 115, 99, 100, 94, 102, - /* 1800 */ 115, 115, 115, 99, 100, 77, 102, 115, 28, 81, + /* 1750 */ 83, 115, 115, 86, 115, 115, 115, 115, 115, 115, + /* 1760 */ 115, 94, 115, 115, 115, 115, 99, 100, 77, 102, + /* 1770 */ 115, 115, 81, 115, 83, 115, 115, 86, 77, 115, + /* 1780 */ 115, 115, 81, 115, 83, 94, 115, 86, 115, 115, + /* 1790 */ 99, 100, 115, 102, 115, 94, 115, 115, 77, 115, + /* 1800 */ 99, 100, 81, 102, 83, 77, 115, 86, 115, 81, /* 1810 */ 115, 83, 8, 115, 86, 115, 12, 115, 115, 115, - /* 1820 */ 115, 115, 115, 115, 115, 115, 115, 99, 100, 115, - /* 1830 */ 102, 115, 28, 115, 115, 115, 115, 115, 115, 115, - /* 1840 */ 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, - /* 1850 */ 70, 71, 72, 115, 115, 115, 115, 115, 115, 115, + /* 1820 */ 99, 100, 115, 102, 115, 115, 115, 99, 100, 115, + /* 1830 */ 102, 77, 28, 115, 115, 81, 115, 83, 115, 115, + /* 1840 */ 86, 115, 115, 115, 115, 115, 115, 115, 115, 115, + /* 1850 */ 115, 115, 115, 99, 100, 115, 102, 115, 115, 115, /* 1860 */ 115, 115, 115, 115, 115, 115, 115, 115, 115, 115, /* 1870 */ 115, 115, 115, 115, 70, 71, 72, ); - const YY_SHIFT_USE_DFLT = -12; - const YY_SHIFT_MAX = 225; + const YY_SHIFT_USE_DFLT = -29; + const YY_SHIFT_MAX = 223; static public $yy_shift_ofst = array( - /* 0 */ 42, 1080, 931, 931, 1035, 978, 1080, 1068, 1113, 978, - /* 10 */ 978, 1035, 978, 978, 939, 978, 978, 978, 978, 978, - /* 20 */ 978, 978, 978, 978, 978, 978, 978, 978, 978, 978, - /* 30 */ 978, 978, 978, 978, 978, 978, 978, 978, 978, 978, - /* 40 */ 990, 990, 1023, 1158, 1125, 1125, 1125, 1125, 1125, 1125, - /* 50 */ 68, -1, 137, 294, 294, 41, 225, 470, 426, 181, - /* 60 */ 652, 784, 539, 338, 696, 382, 828, 740, 583, 872, + /* 0 */ 43, 1080, 931, 931, 990, 978, 978, 990, 1023, 1080, + /* 10 */ 990, 990, 1113, 939, 990, 990, 990, 990, 990, 990, + /* 20 */ 990, 990, 990, 990, 990, 990, 990, 990, 990, 990, + /* 30 */ 990, 990, 990, 990, 990, 990, 990, 990, 990, 1035, + /* 40 */ 1035, 1068, 1158, 1158, 1125, 1158, 1158, 1158, 1158, -1, + /* 50 */ 137, 68, 294, 294, 101, 382, 225, 181, 338, 426, + /* 60 */ 828, 784, 671, 715, 627, 583, 470, 514, 872, 872, /* 70 */ 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, - /* 80 */ 872, 872, 872, 872, 872, 42, 1780, 140, 297, 289, - /* 90 */ 173, 433, 433, 433, 72, 11, 1804, 75, 59, 654, - /* 100 */ 174, 259, 217, 129, 421, 484, 421, 375, 440, 218, - /* 110 */ 734, 421, 421, 218, 421, 421, 421, 421, 302, 710, - /* 120 */ 302, 728, 302, 727, 103, 540, 296, 372, 332, -9, - /* 130 */ 104, 461, 381, 503, 266, 286, 260, 460, 330, 688, - /* 140 */ 459, 418, 462, 618, 615, 575, 504, 381, 381, 381, - /* 150 */ 617, 381, 572, 692, 710, 748, 728, 728, 728, 769, - /* 160 */ 769, 724, -12, -12, -12, -12, -12, -12, -12, 224, - /* 170 */ 222, 101, 613, 549, 113, 506, 6, 474, 133, 531, - /* 180 */ 365, 267, 666, 474, 660, 220, 89, 152, 216, 91, - /* 190 */ 287, 263, 300, -11, 149, 667, 591, 598, 576, 534, - /* 200 */ 684, 507, 606, 587, 625, 649, 642, 609, 620, 586, - /* 210 */ 541, 529, 353, 340, 319, 318, 269, 334, 364, 441, - /* 220 */ 489, 527, 486, 485, 443, 476, + /* 80 */ 872, 872, 872, 872, 43, 559, 71, 297, 27, 39, + /* 90 */ 277, 277, 453, 277, 1804, 11, 215, 139, 593, 463, + /* 100 */ 415, 371, 175, 375, 417, 375, 375, 375, 396, 375, + /* 110 */ 375, 240, 752, 375, 620, 396, 375, 390, 390, 390, + /* 120 */ 419, 501, 458, 585, 125, 296, 195, 220, -9, 174, + /* 130 */ 462, 132, 504, 132, 60, 258, 373, 286, 372, 260, + /* 140 */ 132, 664, 660, 548, 505, 661, 662, 132, 132, 663, + /* 150 */ 304, 506, 458, 608, 718, 706, 458, 706, 733, 419, + /* 160 */ 458, -29, -29, -29, -29, -29, -29, -29, 745, 550, + /* 170 */ 222, 224, 138, 147, 556, 421, 252, 624, 106, 106, + /* 180 */ 253, 98, -28, 588, 99, 674, 333, 77, 78, 1, + /* 190 */ 9, 92, 316, 327, 287, 115, 170, 422, 666, 608, + /* 200 */ 621, 478, 619, 622, 635, 643, 655, 684, 683, 601, + /* 210 */ 640, 631, 560, 527, 509, 507, 476, 472, 529, 547, + /* 220 */ 573, 515, 551, 549, ); const YY_REDUCE_USE_DFLT = -94; - const YY_REDUCE_MAX = 168; + const YY_REDUCE_MAX = 167; static public $yy_reduce_ofst = array( - /* 0 */ 8, 1115, -76, -5, 577, 1223, 1199, 464, 62, 1187, - /* 10 */ 1139, 219, 1163, 1175, 1391, 1415, 1427, 1439, 1367, 1355, - /* 20 */ 1271, 1259, 1283, 1307, 1343, 1331, 1451, 1475, 1595, 1607, - /* 30 */ 1619, 1247, 1643, 1667, 1583, 1559, 1499, 1511, 1523, 1535, - /* 40 */ 1697, 1677, 1704, 108, 799, 265, 510, 623, 1728, 711, - /* 50 */ 1299, 916, 860, 860, 1383, 326, 428, 428, 428, 428, - /* 60 */ 428, 428, 428, 428, 428, 428, 428, 428, 428, 428, - /* 70 */ 428, 428, 428, 428, 428, 428, 428, 428, 428, 428, - /* 80 */ 428, 428, 428, 428, 428, 177, 316, 582, 469, -93, - /* 90 */ -58, 915, 992, 933, 472, 45, 672, 824, 106, 980, - /* 100 */ 370, 758, 106, 758, 949, 869, 874, 643, 869, 873, - /* 110 */ 370, 870, 661, 869, 869, 877, 952, 961, 888, 408, - /* 120 */ 935, 77, 574, 312, 673, 640, 640, 640, 640, 640, - /* 130 */ 640, 584, 599, 584, 645, 584, 584, 584, 584, 584, - /* 140 */ 584, 584, 584, 584, 584, 584, 584, 599, 599, 599, - /* 150 */ 584, 599, 584, 628, 637, 721, 662, 662, 662, 702, - /* 160 */ 700, 693, 742, 707, 664, 687, 431, -51, -61, + /* 0 */ 44, 1115, 709, 508, 1199, -76, 64, 1187, 219, 1163, + /* 10 */ 1139, 1211, -7, 1391, 1379, 1415, 1439, 1451, 1367, 1355, + /* 20 */ 1271, 1247, 1283, 1295, 1331, 1307, 1463, 1475, 1583, 1619, + /* 30 */ 1631, 1643, 1607, 1559, 1499, 1223, 1523, 1535, 1547, 1691, + /* 40 */ 1701, 1667, 1754, 1721, 353, 1728, 397, 265, 642, 916, + /* 50 */ 1155, 860, 916, 1239, 457, -12, -12, -12, -12, -12, + /* 60 */ -12, -12, -12, -12, -12, -12, -12, -12, -12, -12, + /* 70 */ -12, -12, -12, -12, -12, -12, -12, -12, -12, -12, + /* 80 */ -12, -12, -12, -12, 20, 230, 888, 714, -93, -58, + /* 90 */ 915, 992, 717, 933, 235, 242, 824, 263, 758, 282, + /* 100 */ 935, 935, 263, 874, 793, 697, 695, 494, 793, 873, + /* 110 */ 869, 616, 282, 949, 793, 961, 793, 975, 962, 980, + /* 120 */ 163, 513, 102, 326, 317, 326, 326, 326, 326, 326, + /* 130 */ 313, 658, 313, 658, 313, 313, 313, 313, 313, 313, + /* 140 */ 658, 313, 313, 313, 313, 313, 313, 658, 658, 313, + /* 150 */ 618, 313, 638, 598, 612, 672, 638, 636, 681, 678, + /* 160 */ 638, 665, 685, 677, 724, 676, 719, 703, ); static public $yyExpectedTokens = array( /* 0 */ array(3, 4, 5, 6, 7, 8, 9, 12, 28, ), @@ -653,8 +653,8 @@ static public $yy_action = array( /* 10 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 11 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 12 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), - /* 13 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), - /* 14 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 57, 70, ), + /* 13 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 57, 70, ), + /* 14 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 15 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 16 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 17 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), @@ -682,33 +682,33 @@ static public $yy_action = array( /* 39 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 40 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 41 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), - /* 42 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), + /* 42 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 43 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 44 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 45 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 46 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 47 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 48 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), - /* 49 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), + /* 49 */ array(1, 13, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 50 */ array(1, 20, 25, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 51 */ array(1, 13, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 52 */ array(1, 13, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 52 */ array(1, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 53 */ array(1, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 54 */ array(1, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 55 */ array(12, 14, 15, 55, ), - /* 56 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 54 */ array(12, 14, 15, 55, ), + /* 55 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 56 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 57 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 58 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 59 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, ), + /* 58 */ array(1, 2, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 59 */ array(1, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 60 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 61 */ array(1, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 62 */ array(1, 22, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 63 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 64 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 65 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 66 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 67 */ array(1, 2, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 68 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 61 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 62 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 63 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 64 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 65 */ array(1, 22, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 66 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, ), + /* 67 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), + /* 68 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 69 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 70 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 71 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), @@ -724,63 +724,63 @@ static public $yy_action = array( /* 81 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 82 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 83 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 84 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), - /* 85 */ array(3, 4, 5, 6, 7, 8, 9, 12, 28, ), - /* 86 */ array(8, 12, 28, 70, 71, 72, ), - /* 87 */ array(1, 13, 18, 20, 46, 53, ), - /* 88 */ array(1, 13, 18, 20, ), - /* 89 */ array(18, 51, 56, ), - /* 90 */ array(14, 15, 55, ), + /* 84 */ array(3, 4, 5, 6, 7, 8, 9, 12, 28, ), + /* 85 */ array(8, 12, 28, 70, 71, 72, ), + /* 86 */ array(1, 13, 18, 20, 46, 53, ), + /* 87 */ array(1, 13, 18, 20, ), + /* 88 */ array(18, 51, 56, ), + /* 89 */ array(14, 15, 55, ), + /* 90 */ array(2, 20, ), /* 91 */ array(2, 20, ), - /* 92 */ array(2, 20, ), + /* 92 */ array(1, 20, ), /* 93 */ array(2, 20, ), - /* 94 */ array(1, 20, ), + /* 94 */ array(8, 12, 28, 70, 71, 72, ), /* 95 */ array(4, 5, 6, 9, 10, 11, ), - /* 96 */ array(8, 12, 28, 70, 71, 72, ), - /* 97 */ array(12, 15, 16, 23, ), - /* 98 */ array(12, 15, 16, 54, ), - /* 99 */ array(13, 20, 45, ), - /* 100 */ array(16, 18, 53, ), + /* 96 */ array(12, 15, 16, 23, ), + /* 97 */ array(12, 15, 16, 54, ), + /* 98 */ array(13, 20, 45, ), + /* 99 */ array(16, 18, 53, ), + /* 100 */ array(13, 20, 23, ), /* 101 */ array(13, 20, 23, ), /* 102 */ array(12, 15, 54, ), - /* 103 */ array(13, 20, 23, ), + /* 103 */ array(12, 15, ), /* 104 */ array(12, 15, ), /* 105 */ array(12, 15, ), /* 106 */ array(12, 15, ), - /* 107 */ array(14, 15, ), + /* 107 */ array(12, 15, ), /* 108 */ array(12, 15, ), /* 109 */ array(12, 15, ), - /* 110 */ array(18, 53, ), - /* 111 */ array(12, 15, ), - /* 112 */ array(12, 15, ), + /* 110 */ array(12, 15, ), + /* 111 */ array(14, 15, ), + /* 112 */ array(18, 53, ), /* 113 */ array(12, 15, ), /* 114 */ array(12, 15, ), /* 115 */ array(12, 15, ), /* 116 */ array(12, 15, ), - /* 117 */ array(12, 15, ), + /* 117 */ array(20, ), /* 118 */ array(20, ), - /* 119 */ array(14, ), - /* 120 */ array(20, ), - /* 121 */ array(18, ), - /* 122 */ array(20, ), - /* 123 */ array(20, ), + /* 119 */ array(20, ), + /* 120 */ array(14, ), + /* 121 */ array(20, ), + /* 122 */ array(18, ), + /* 123 */ array(12, 13, 15, 27, ), /* 124 */ array(15, 17, 19, 21, ), /* 125 */ array(12, 13, 15, 27, ), - /* 126 */ array(12, 13, 15, 27, ), - /* 127 */ array(12, 15, 16, ), - /* 128 */ array(12, 15, 54, ), - /* 129 */ array(12, 13, 15, ), - /* 130 */ array(12, 13, 15, ), - /* 131 */ array(13, 20, ), - /* 132 */ array(51, 56, ), - /* 133 */ array(13, 20, ), - /* 134 */ array(12, 46, ), + /* 126 */ array(12, 15, 16, ), + /* 127 */ array(12, 13, 15, ), + /* 128 */ array(12, 13, 15, ), + /* 129 */ array(12, 15, 54, ), + /* 130 */ array(13, 20, ), + /* 131 */ array(51, 56, ), + /* 132 */ array(13, 20, ), + /* 133 */ array(51, 56, ), + /* 134 */ array(13, 20, ), /* 135 */ array(13, 20, ), /* 136 */ array(13, 20, ), /* 137 */ array(13, 20, ), /* 138 */ array(13, 20, ), /* 139 */ array(13, 20, ), - /* 140 */ array(13, 20, ), + /* 140 */ array(51, 56, ), /* 141 */ array(13, 20, ), /* 142 */ array(13, 20, ), /* 143 */ array(13, 20, ), @@ -789,83 +789,83 @@ static public $yy_action = array( /* 146 */ array(13, 20, ), /* 147 */ array(51, 56, ), /* 148 */ array(51, 56, ), - /* 149 */ array(51, 56, ), - /* 150 */ array(13, 20, ), - /* 151 */ array(51, 56, ), - /* 152 */ array(13, 20, ), - /* 153 */ array(10, ), - /* 154 */ array(14, ), - /* 155 */ array(2, ), + /* 149 */ array(13, 20, ), + /* 150 */ array(12, 46, ), + /* 151 */ array(13, 20, ), + /* 152 */ array(18, ), + /* 153 */ array(46, ), + /* 154 */ array(2, ), + /* 155 */ array(20, ), /* 156 */ array(18, ), - /* 157 */ array(18, ), - /* 158 */ array(18, ), - /* 159 */ array(20, ), - /* 160 */ array(20, ), - /* 161 */ array(46, ), + /* 157 */ array(20, ), + /* 158 */ array(10, ), + /* 159 */ array(14, ), + /* 160 */ array(18, ), + /* 161 */ array(), /* 162 */ array(), /* 163 */ array(), /* 164 */ array(), /* 165 */ array(), /* 166 */ array(), /* 167 */ array(), - /* 168 */ array(), - /* 169 */ array(46, 51, 53, 57, ), + /* 168 */ array(16, 26, 46, 53, ), + /* 169 */ array(13, 20, 46, 53, ), /* 170 */ array(12, 14, 15, 29, ), - /* 171 */ array(13, 20, 46, 53, ), - /* 172 */ array(16, 26, 46, 53, ), + /* 171 */ array(46, 51, 53, 57, ), + /* 172 */ array(27, 46, 53, ), /* 173 */ array(13, 20, 45, ), - /* 174 */ array(27, 46, 53, ), + /* 174 */ array(13, 45, ), /* 175 */ array(16, 51, ), - /* 176 */ array(23, 71, ), - /* 177 */ array(46, 53, ), - /* 178 */ array(22, 30, ), - /* 179 */ array(15, 29, ), - /* 180 */ array(27, 45, ), - /* 181 */ array(30, 57, ), - /* 182 */ array(2, 16, ), - /* 183 */ array(46, 53, ), - /* 184 */ array(13, 45, ), - /* 185 */ array(15, 54, ), - /* 186 */ array(55, ), - /* 187 */ array(15, ), - /* 188 */ array(15, ), - /* 189 */ array(24, ), - /* 190 */ array(14, ), - /* 191 */ array(13, ), - /* 192 */ array(20, ), - /* 193 */ array(13, ), - /* 194 */ array(16, ), - /* 195 */ array(14, ), - /* 196 */ array(20, ), - /* 197 */ array(15, ), - /* 198 */ array(14, ), - /* 199 */ array(55, ), - /* 200 */ array(14, ), - /* 201 */ array(14, ), - /* 202 */ array(26, ), - /* 203 */ array(46, ), - /* 204 */ array(47, ), - /* 205 */ array(26, ), - /* 206 */ array(15, ), - /* 207 */ array(46, ), - /* 208 */ array(16, ), - /* 209 */ array(48, ), - /* 210 */ array(45, ), - /* 211 */ array(15, ), - /* 212 */ array(15, ), - /* 213 */ array(51, ), - /* 214 */ array(47, ), - /* 215 */ array(23, ), - /* 216 */ array(47, ), - /* 217 */ array(15, ), - /* 218 */ array(47, ), + /* 176 */ array(22, 30, ), + /* 177 */ array(15, 29, ), + /* 178 */ array(46, 53, ), + /* 179 */ array(46, 53, ), + /* 180 */ array(23, 71, ), + /* 181 */ array(27, 45, ), + /* 182 */ array(30, 57, ), + /* 183 */ array(2, 16, ), + /* 184 */ array(15, 54, ), + /* 185 */ array(26, ), + /* 186 */ array(14, ), + /* 187 */ array(13, ), + /* 188 */ array(45, ), + /* 189 */ array(26, ), + /* 190 */ array(47, ), + /* 191 */ array(47, ), + /* 192 */ array(29, ), + /* 193 */ array(14, ), + /* 194 */ array(14, ), + /* 195 */ array(46, ), + /* 196 */ array(15, ), + /* 197 */ array(55, ), + /* 198 */ array(13, ), + /* 199 */ array(46, ), + /* 200 */ array(16, ), + /* 201 */ array(20, ), + /* 202 */ array(15, ), + /* 203 */ array(14, ), + /* 204 */ array(20, ), + /* 205 */ array(14, ), + /* 206 */ array(23, ), + /* 207 */ array(15, ), + /* 208 */ array(15, ), + /* 209 */ array(55, ), + /* 210 */ array(57, ), + /* 211 */ array(2, ), + /* 212 */ array(51, ), + /* 213 */ array(15, ), + /* 214 */ array(13, ), + /* 215 */ array(16, ), + /* 216 */ array(24, ), + /* 217 */ array(48, ), + /* 218 */ array(15, ), /* 219 */ array(13, ), - /* 220 */ array(29, ), - /* 221 */ array(15, ), - /* 222 */ array(57, ), + /* 220 */ array(15, ), + /* 221 */ array(47, ), + /* 222 */ array(15, ), /* 223 */ array(15, ), - /* 224 */ array(13, ), - /* 225 */ array(2, ), + /* 224 */ array(), + /* 225 */ array(), /* 226 */ array(), /* 227 */ array(), /* 228 */ array(), @@ -1001,53 +1001,50 @@ static public $yy_action = array( /* 358 */ array(), /* 359 */ array(), /* 360 */ array(), - /* 361 */ array(), - /* 362 */ array(), - /* 363 */ array(), ); static public $yy_default = array( - /* 0 */ 550, 533, 550, 550, 550, 505, 550, 550, 550, 505, - /* 10 */ 505, 550, 505, 505, 550, 550, 550, 550, 550, 550, - /* 20 */ 550, 550, 550, 550, 550, 550, 550, 550, 550, 550, - /* 30 */ 550, 550, 550, 550, 550, 550, 550, 550, 550, 550, - /* 40 */ 550, 550, 550, 550, 550, 550, 550, 550, 550, 550, - /* 50 */ 422, 550, 550, 422, 422, 550, 550, 550, 550, 550, - /* 60 */ 550, 504, 550, 550, 550, 550, 550, 550, 550, 448, - /* 70 */ 431, 452, 428, 451, 455, 443, 534, 535, 439, 404, - /* 80 */ 447, 536, 442, 444, 424, 364, 550, 463, 550, 512, - /* 90 */ 550, 422, 422, 422, 422, 550, 550, 550, 477, 432, - /* 100 */ 470, 456, 477, 456, 550, 550, 550, 550, 550, 550, - /* 110 */ 470, 550, 550, 550, 550, 550, 550, 550, 422, 550, - /* 120 */ 422, 508, 422, 422, 550, 550, 550, 550, 478, 550, - /* 130 */ 550, 550, 495, 550, 477, 550, 550, 550, 550, 550, - /* 140 */ 550, 550, 550, 550, 550, 550, 550, 498, 497, 496, - /* 150 */ 550, 475, 550, 378, 550, 438, 491, 510, 513, 549, - /* 160 */ 549, 477, 515, 515, 477, 477, 515, 477, 515, 463, - /* 170 */ 550, 463, 427, 432, 463, 461, 456, 463, 550, 550, - /* 180 */ 432, 550, 489, 453, 432, 550, 550, 550, 550, 429, - /* 190 */ 550, 550, 550, 550, 550, 550, 550, 550, 550, 550, - /* 200 */ 550, 550, 550, 489, 550, 550, 550, 511, 427, 465, - /* 210 */ 432, 550, 550, 461, 550, 456, 550, 550, 550, 550, - /* 220 */ 550, 550, 550, 550, 550, 489, 416, 480, 541, 542, - /* 230 */ 502, 485, 543, 426, 490, 365, 502, 414, 413, 503, - /* 240 */ 501, 547, 540, 499, 546, 403, 406, 500, 405, 454, - /* 250 */ 516, 430, 419, 517, 548, 483, 407, 538, 481, 482, - /* 260 */ 484, 465, 415, 486, 537, 539, 390, 433, 468, 471, - /* 270 */ 476, 479, 462, 459, 514, 460, 457, 458, 488, 489, - /* 280 */ 494, 487, 436, 472, 469, 467, 434, 464, 435, 466, - /* 290 */ 421, 418, 372, 373, 374, 375, 371, 370, 366, 367, - /* 300 */ 368, 369, 376, 377, 385, 420, 412, 417, 384, 383, - /* 310 */ 379, 380, 381, 382, 473, 474, 392, 391, 393, 394, - /* 320 */ 492, 389, 388, 530, 532, 531, 545, 493, 395, 409, - /* 330 */ 410, 411, 401, 408, 396, 397, 398, 400, 399, 437, - /* 340 */ 529, 446, 449, 450, 506, 445, 441, 386, 544, 387, - /* 350 */ 440, 507, 518, 525, 526, 527, 528, 524, 523, 519, - /* 360 */ 520, 521, 522, 402, + /* 0 */ 546, 529, 546, 546, 502, 546, 546, 502, 546, 546, + /* 10 */ 502, 502, 546, 546, 546, 546, 546, 546, 546, 546, + /* 20 */ 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, + /* 30 */ 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, + /* 40 */ 546, 546, 546, 546, 546, 546, 546, 546, 546, 546, + /* 50 */ 419, 546, 419, 419, 546, 546, 546, 546, 546, 501, + /* 60 */ 546, 546, 546, 546, 546, 546, 546, 546, 428, 448, + /* 70 */ 441, 444, 449, 532, 531, 445, 436, 401, 530, 439, + /* 80 */ 425, 452, 440, 421, 361, 546, 460, 546, 508, 546, + /* 90 */ 419, 419, 419, 419, 546, 546, 546, 474, 429, 467, + /* 100 */ 453, 453, 474, 546, 546, 546, 546, 546, 546, 546, + /* 110 */ 546, 546, 467, 546, 546, 546, 546, 419, 419, 419, + /* 120 */ 546, 419, 505, 546, 546, 546, 546, 546, 546, 475, + /* 130 */ 546, 494, 546, 495, 546, 546, 546, 546, 546, 546, + /* 140 */ 493, 546, 546, 546, 546, 546, 546, 472, 492, 546, + /* 150 */ 474, 546, 506, 474, 435, 545, 509, 545, 375, 546, + /* 160 */ 488, 474, 474, 511, 511, 511, 511, 474, 424, 460, + /* 170 */ 546, 460, 460, 429, 429, 458, 546, 546, 460, 450, + /* 180 */ 453, 429, 546, 486, 546, 546, 546, 546, 429, 546, + /* 190 */ 546, 546, 546, 546, 546, 507, 546, 546, 546, 486, + /* 200 */ 546, 546, 546, 546, 546, 546, 453, 546, 546, 546, + /* 210 */ 546, 486, 458, 546, 546, 424, 426, 462, 546, 546, + /* 220 */ 546, 546, 546, 546, 513, 512, 483, 481, 478, 496, + /* 230 */ 423, 362, 538, 477, 403, 404, 534, 487, 535, 462, + /* 240 */ 533, 482, 412, 479, 499, 413, 427, 497, 498, 451, + /* 250 */ 402, 500, 400, 410, 544, 537, 416, 411, 539, 536, + /* 260 */ 543, 542, 480, 386, 430, 465, 468, 473, 476, 459, + /* 270 */ 456, 510, 457, 454, 455, 485, 486, 491, 484, 433, + /* 280 */ 469, 466, 464, 431, 461, 432, 463, 418, 415, 369, + /* 290 */ 370, 371, 372, 368, 367, 363, 364, 365, 366, 373, + /* 300 */ 374, 382, 417, 409, 414, 381, 380, 376, 377, 378, + /* 310 */ 379, 470, 471, 389, 388, 390, 391, 489, 387, 385, + /* 320 */ 526, 528, 527, 541, 490, 392, 406, 407, 408, 398, + /* 330 */ 405, 393, 394, 395, 397, 396, 434, 525, 443, 446, + /* 340 */ 447, 503, 442, 438, 383, 540, 384, 437, 504, 514, + /* 350 */ 521, 522, 523, 524, 520, 519, 515, 516, 517, 518, + /* 360 */ 399, ); const YYNOCODE = 116; const YYSTACKDEPTH = 100; - const YYNSTATE = 364; - const YYNRULE = 186; + const YYNSTATE = 361; + const YYNRULE = 185; const YYERRORSYMBOL = 73; const YYERRSYMDT = 'yy0'; const YYFALLBACK = 0; @@ -1254,47 +1251,46 @@ static public $yy_action = array( /* 142 */ "modifier ::= VERT AT ID", /* 143 */ "modifier ::= VERT ID", /* 144 */ "static_class_access ::= method", - /* 145 */ "static_class_access ::= DOLLAR ID OPENP params CLOSEP", - /* 146 */ "static_class_access ::= method objectchain", - /* 147 */ "static_class_access ::= ID", - /* 148 */ "static_class_access ::= DOLLAR ID arrayindex", - /* 149 */ "static_class_access ::= DOLLAR ID arrayindex objectchain", - /* 150 */ "modparameters ::= modparameters modparameter", - /* 151 */ "modparameters ::=", - /* 152 */ "modparameter ::= COLON value", - /* 153 */ "modparameter ::= COLON array", - /* 154 */ "ifcond ::= EQUALS", - /* 155 */ "ifcond ::= NOTEQUALS", - /* 156 */ "ifcond ::= GREATERTHAN", - /* 157 */ "ifcond ::= LESSTHAN", - /* 158 */ "ifcond ::= GREATEREQUAL", - /* 159 */ "ifcond ::= LESSEQUAL", - /* 160 */ "ifcond ::= IDENTITY", - /* 161 */ "ifcond ::= NONEIDENTITY", - /* 162 */ "ifcond ::= MOD", - /* 163 */ "lop ::= LAND", - /* 164 */ "lop ::= LOR", - /* 165 */ "lop ::= LXOR", - /* 166 */ "array ::= OPENB arrayelements CLOSEB", - /* 167 */ "arrayelements ::= arrayelement", - /* 168 */ "arrayelements ::= arrayelements COMMA arrayelement", - /* 169 */ "arrayelements ::=", - /* 170 */ "arrayelement ::= value APTR expr", - /* 171 */ "arrayelement ::= ID APTR expr", - /* 172 */ "arrayelement ::= expr", - /* 173 */ "doublequoted_with_quotes ::= QUOTE QUOTE", - /* 174 */ "doublequoted_with_quotes ::= QUOTE doublequoted QUOTE", - /* 175 */ "doublequoted ::= doublequoted doublequotedcontent", - /* 176 */ "doublequoted ::= doublequotedcontent", - /* 177 */ "doublequotedcontent ::= BACKTICK variable BACKTICK", - /* 178 */ "doublequotedcontent ::= BACKTICK expr BACKTICK", - /* 179 */ "doublequotedcontent ::= DOLLARID", - /* 180 */ "doublequotedcontent ::= LDEL variable RDEL", - /* 181 */ "doublequotedcontent ::= LDEL expr RDEL", - /* 182 */ "doublequotedcontent ::= smartytag", - /* 183 */ "doublequotedcontent ::= OTHER", - /* 184 */ "optspace ::= SPACE", - /* 185 */ "optspace ::=", + /* 145 */ "static_class_access ::= method objectchain", + /* 146 */ "static_class_access ::= ID", + /* 147 */ "static_class_access ::= DOLLAR ID arrayindex", + /* 148 */ "static_class_access ::= DOLLAR ID arrayindex objectchain", + /* 149 */ "modparameters ::= modparameters modparameter", + /* 150 */ "modparameters ::=", + /* 151 */ "modparameter ::= COLON value", + /* 152 */ "modparameter ::= COLON array", + /* 153 */ "ifcond ::= EQUALS", + /* 154 */ "ifcond ::= NOTEQUALS", + /* 155 */ "ifcond ::= GREATERTHAN", + /* 156 */ "ifcond ::= LESSTHAN", + /* 157 */ "ifcond ::= GREATEREQUAL", + /* 158 */ "ifcond ::= LESSEQUAL", + /* 159 */ "ifcond ::= IDENTITY", + /* 160 */ "ifcond ::= NONEIDENTITY", + /* 161 */ "ifcond ::= MOD", + /* 162 */ "lop ::= LAND", + /* 163 */ "lop ::= LOR", + /* 164 */ "lop ::= LXOR", + /* 165 */ "array ::= OPENB arrayelements CLOSEB", + /* 166 */ "arrayelements ::= arrayelement", + /* 167 */ "arrayelements ::= arrayelements COMMA arrayelement", + /* 168 */ "arrayelements ::=", + /* 169 */ "arrayelement ::= value APTR expr", + /* 170 */ "arrayelement ::= ID APTR expr", + /* 171 */ "arrayelement ::= expr", + /* 172 */ "doublequoted_with_quotes ::= QUOTE QUOTE", + /* 173 */ "doublequoted_with_quotes ::= QUOTE doublequoted QUOTE", + /* 174 */ "doublequoted ::= doublequoted doublequotedcontent", + /* 175 */ "doublequoted ::= doublequotedcontent", + /* 176 */ "doublequotedcontent ::= BACKTICK variable BACKTICK", + /* 177 */ "doublequotedcontent ::= BACKTICK expr BACKTICK", + /* 178 */ "doublequotedcontent ::= DOLLARID", + /* 179 */ "doublequotedcontent ::= LDEL variable RDEL", + /* 180 */ "doublequotedcontent ::= LDEL expr RDEL", + /* 181 */ "doublequotedcontent ::= smartytag", + /* 182 */ "doublequotedcontent ::= OTHER", + /* 183 */ "optspace ::= SPACE", + /* 184 */ "optspace ::=", ); function tokenName($tokenType) @@ -1335,7 +1331,7 @@ static public $yy_action = array( function __destruct() { - while ($this->yyidx >= 0) { + while ($this->yystack !== Array()) { $this->yy_pop_parser_stack(); } if (is_resource(self::$yyTraceFILE)) { @@ -1371,7 +1367,7 @@ static public $yy_action = array( $this->yystack[$this->yyidx]->stateno, self::$yyRuleInfo[$yyruleno]['lhs']); if (isset(self::$yyExpectedTokens[$nextstate])) { - $expected += self::$yyExpectedTokens[$nextstate]; + $expected = array_merge($expected, self::$yyExpectedTokens[$nextstate]); if (in_array($token, self::$yyExpectedTokens[$nextstate], true)) { $this->yyidx = $yyidx; @@ -1406,6 +1402,8 @@ static public $yy_action = array( } break; } while (true); + $this->yyidx = $yyidx; + $this->yystack = $stack; return array_unique($expected); } @@ -1548,6 +1546,11 @@ static public $yy_action = array( while ($this->yyidx >= 0) { $this->yy_pop_parser_stack(); } +#line 80 "smarty_internal_templateparser.y" + + $this->internalError = true; + $this->compiler->trigger_template_error("Stack overflow in template parser"); +#line 1549 "smarty_internal_templateparser.php" return; } $yytos = new TP_yyStackEntry; @@ -1713,7 +1716,6 @@ static public $yy_action = array( array( 'lhs' => 87, 'rhs' => 3 ), array( 'lhs' => 87, 'rhs' => 2 ), array( 'lhs' => 101, 'rhs' => 1 ), - array( 'lhs' => 101, 'rhs' => 5 ), array( 'lhs' => 101, 'rhs' => 2 ), array( 'lhs' => 101, 'rhs' => 1 ), array( 'lhs' => 101, 'rhs' => 3 ), @@ -1772,7 +1774,7 @@ static public $yy_action = array( 103 => 0, 108 => 0, 144 => 0, - 167 => 0, + 166 => 0, 1 => 1, 2 => 2, 3 => 3, @@ -1789,7 +1791,7 @@ static public $yy_action = array( 93 => 13, 95 => 13, 96 => 13, - 146 => 13, + 145 => 13, 17 => 17, 18 => 17, 19 => 19, @@ -1817,8 +1819,8 @@ static public $yy_action = array( 41 => 41, 57 => 41, 140 => 41, - 147 => 41, - 172 => 41, + 146 => 41, + 171 => 41, 42 => 42, 43 => 43, 44 => 44, @@ -1847,7 +1849,7 @@ static public $yy_action = array( 72 => 70, 73 => 73, 123 => 73, - 184 => 73, + 183 => 73, 74 => 74, 75 => 75, 78 => 75, @@ -1879,7 +1881,7 @@ static public $yy_action = array( 111 => 111, 112 => 112, 113 => 113, - 151 => 113, + 150 => 113, 114 => 114, 115 => 115, 116 => 116, @@ -1889,7 +1891,7 @@ static public $yy_action = array( 119 => 119, 120 => 120, 122 => 122, - 185 => 122, + 184 => 122, 124 => 124, 125 => 125, 126 => 126, @@ -1909,12 +1911,12 @@ static public $yy_action = array( 141 => 141, 142 => 142, 143 => 142, - 145 => 145, + 147 => 147, 148 => 148, 149 => 149, - 150 => 150, - 152 => 152, - 153 => 152, + 151 => 151, + 152 => 151, + 153 => 153, 154 => 154, 155 => 155, 156 => 156, @@ -1927,27 +1929,26 @@ static public $yy_action = array( 163 => 163, 164 => 164, 165 => 165, - 166 => 166, + 167 => 167, 168 => 168, 169 => 169, 170 => 170, - 171 => 171, + 172 => 172, 173 => 173, 174 => 174, 175 => 175, 176 => 176, - 177 => 177, - 178 => 177, - 180 => 177, - 179 => 179, + 177 => 176, + 179 => 176, + 178 => 178, + 180 => 180, 181 => 181, 182 => 182, - 183 => 183, ); -#line 85 "smarty_internal_templateparser.y" - function yy_r0(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 1944 "smarty_internal_templateparser.php" #line 91 "smarty_internal_templateparser.y" + function yy_r0(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } +#line 1946 "smarty_internal_templateparser.php" +#line 97 "smarty_internal_templateparser.y" function yy_r1(){if ($this->template->extract_code == false) { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } else { @@ -1955,8 +1956,8 @@ static public $yy_action = array( $this->template->extracted_compiled_code .= $this->yystack[$this->yyidx + 0]->minor; } } -#line 1953 "smarty_internal_templateparser.php" -#line 99 "smarty_internal_templateparser.y" +#line 1955 "smarty_internal_templateparser.php" +#line 105 "smarty_internal_templateparser.y" function yy_r2(){if ($this->template->extract_code == false) { $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } else { @@ -1965,8 +1966,8 @@ static public $yy_action = array( $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } } -#line 1963 "smarty_internal_templateparser.php" -#line 112 "smarty_internal_templateparser.y" +#line 1965 "smarty_internal_templateparser.php" +#line 118 "smarty_internal_templateparser.y" function yy_r3(){ if ($this->compiler->has_code) { $tmp =''; foreach ($this->compiler->prefix_code as $code) {$tmp.=$code;} $this->compiler->prefix_code=array(); @@ -1977,11 +1978,11 @@ static public $yy_action = array( $this->compiler->has_variable_string = false; $this->block_nesting_level = count($this->compiler->_tag_stack); } -#line 1975 "smarty_internal_templateparser.php" -#line 124 "smarty_internal_templateparser.y" - function yy_r4(){ $this->_retvalue = ''; } -#line 1978 "smarty_internal_templateparser.php" +#line 1977 "smarty_internal_templateparser.php" #line 130 "smarty_internal_templateparser.y" + function yy_r4(){ $this->_retvalue = ''; } +#line 1980 "smarty_internal_templateparser.php" +#line 136 "smarty_internal_templateparser.y" function yy_r6(){ if ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU) { $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); @@ -1993,8 +1994,8 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 1991 "smarty_internal_templateparser.php" -#line 142 "smarty_internal_templateparser.y" +#line 1993 "smarty_internal_templateparser.php" +#line 148 "smarty_internal_templateparser.y" function yy_r7(){if ($this->is_xml) { $this->compiler->tag_nocache = true; $this->is_xml = true; @@ -2009,131 +2010,131 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 2007 "smarty_internal_templateparser.php" -#line 157 "smarty_internal_templateparser.y" +#line 2009 "smarty_internal_templateparser.php" +#line 163 "smarty_internal_templateparser.y" function yy_r8(){if ($this->lex->strip) { $this->_retvalue = preg_replace('![\$this->yystack[$this->yyidx + 0]->minor ]*[\r\n]+[\$this->yystack[$this->yyidx + 0]->minor ]*!', '', self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor)); } else { $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } } -#line 2015 "smarty_internal_templateparser.php" -#line 165 "smarty_internal_templateparser.y" +#line 2017 "smarty_internal_templateparser.php" +#line 171 "smarty_internal_templateparser.y" function yy_r9(){ $this->compiler->tag_nocache = true; $this->is_xml = true; $this->_retvalue = $this->compiler->processNocacheCode("", $this->compiler, true); } -#line 2018 "smarty_internal_templateparser.php" -#line 168 "smarty_internal_templateparser.y" +#line 2020 "smarty_internal_templateparser.php" +#line 174 "smarty_internal_templateparser.y" function yy_r10(){if ($this->lex->strip) { $this->_retvalue = preg_replace('![\t ]*[\r\n]+[\t ]*!', '', $this->yystack[$this->yyidx + 0]->minor); } else { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } } -#line 2026 "smarty_internal_templateparser.php" -#line 176 "smarty_internal_templateparser.y" +#line 2028 "smarty_internal_templateparser.php" +#line 182 "smarty_internal_templateparser.y" function yy_r11(){ $this->_retvalue = ''; } -#line 2029 "smarty_internal_templateparser.php" -#line 177 "smarty_internal_templateparser.y" +#line 2031 "smarty_internal_templateparser.php" +#line 183 "smarty_internal_templateparser.y" function yy_r12(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } -#line 2032 "smarty_internal_templateparser.php" -#line 179 "smarty_internal_templateparser.y" +#line 2034 "smarty_internal_templateparser.php" +#line 185 "smarty_internal_templateparser.y" function yy_r13(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2035 "smarty_internal_templateparser.php" -#line 184 "smarty_internal_templateparser.y" +#line 2037 "smarty_internal_templateparser.php" +#line 190 "smarty_internal_templateparser.y" function yy_r17(){ $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } -#line 2038 "smarty_internal_templateparser.php" -#line 186 "smarty_internal_templateparser.y" +#line 2040 "smarty_internal_templateparser.php" +#line 192 "smarty_internal_templateparser.y" function yy_r19(){ $this->_retvalue = self::escape_end_tag($this->yystack[$this->yyidx + 0]->minor); } -#line 2041 "smarty_internal_templateparser.php" -#line 194 "smarty_internal_templateparser.y" +#line 2043 "smarty_internal_templateparser.php" +#line 200 "smarty_internal_templateparser.y" function yy_r20(){ $this->_retvalue = $this->compiler->compileTag('private_print_expression',array('value'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2044 "smarty_internal_templateparser.php" -#line 195 "smarty_internal_templateparser.y" +#line 2046 "smarty_internal_templateparser.php" +#line 201 "smarty_internal_templateparser.y" function yy_r21(){ $this->_retvalue = $this->compiler->compileTag('private_print_expression',array_merge(array('value'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)); } -#line 2047 "smarty_internal_templateparser.php" -#line 206 "smarty_internal_templateparser.y" +#line 2049 "smarty_internal_templateparser.php" +#line 212 "smarty_internal_templateparser.y" function yy_r25(){ $this->_retvalue = $this->compiler->compileTag('assign',array('value'=>$this->yystack[$this->yyidx + -1]->minor,'var'=>"'".$this->yystack[$this->yyidx + -3]->minor."'")); } -#line 2050 "smarty_internal_templateparser.php" -#line 208 "smarty_internal_templateparser.y" +#line 2052 "smarty_internal_templateparser.php" +#line 214 "smarty_internal_templateparser.y" function yy_r27(){ $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array('value'=>$this->yystack[$this->yyidx + -2]->minor,'var'=>"'".$this->yystack[$this->yyidx + -4]->minor."'"),$this->yystack[$this->yyidx + -1]->minor)); } -#line 2053 "smarty_internal_templateparser.php" -#line 210 "smarty_internal_templateparser.y" +#line 2055 "smarty_internal_templateparser.php" +#line 216 "smarty_internal_templateparser.y" function yy_r29(){ $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array('value'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -4]->minor,$this->yystack[$this->yyidx + -1]->minor)); } -#line 2056 "smarty_internal_templateparser.php" -#line 213 "smarty_internal_templateparser.y" - function yy_r31(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,$this->yystack[$this->yyidx + -1]->minor); } -#line 2059 "smarty_internal_templateparser.php" -#line 215 "smarty_internal_templateparser.y" - function yy_r33(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor,array()); } -#line 2062 "smarty_internal_templateparser.php" -#line 217 "smarty_internal_templateparser.y" - function yy_r34(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor,array_merge(array('object_methode'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)); } -#line 2065 "smarty_internal_templateparser.php" +#line 2058 "smarty_internal_templateparser.php" #line 219 "smarty_internal_templateparser.y" + function yy_r31(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,$this->yystack[$this->yyidx + -1]->minor); } +#line 2061 "smarty_internal_templateparser.php" +#line 221 "smarty_internal_templateparser.y" + function yy_r33(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor,array()); } +#line 2064 "smarty_internal_templateparser.php" +#line 223 "smarty_internal_templateparser.y" + function yy_r34(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor,array_merge(array('object_methode'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)); } +#line 2067 "smarty_internal_templateparser.php" +#line 225 "smarty_internal_templateparser.y" function yy_r35(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor,$this->yystack[$this->yyidx + -1]->minor).'_retvalue .= $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -3]->minor,'params'=>'ob_get_clean()'.$this->yystack[$this->yyidx + -2]->minor)).'?>'; } -#line 2070 "smarty_internal_templateparser.php" -#line 223 "smarty_internal_templateparser.y" +#line 2072 "smarty_internal_templateparser.php" +#line 229 "smarty_internal_templateparser.y" function yy_r36(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -6]->minor,array_merge(array('object_methode'=>$this->yystack[$this->yyidx + -4]->minor),$this->yystack[$this->yyidx + -1]->minor)).'_retvalue .= $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -3]->minor,'params'=>'ob_get_clean()'.$this->yystack[$this->yyidx + -2]->minor)).'?>'; } -#line 2075 "smarty_internal_templateparser.php" -#line 227 "smarty_internal_templateparser.y" +#line 2077 "smarty_internal_templateparser.php" +#line 233 "smarty_internal_templateparser.y" function yy_r37(){ $this->_retvalue = $this->compiler->compileTag(($this->yystack[$this->yyidx + -3]->minor == 'else if')? 'elseif' : $this->yystack[$this->yyidx + -3]->minor,array('if condition'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2078 "smarty_internal_templateparser.php" -#line 230 "smarty_internal_templateparser.y" +#line 2080 "smarty_internal_templateparser.php" +#line 236 "smarty_internal_templateparser.y" function yy_r39(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -11]->minor,array('start'=>$this->yystack[$this->yyidx + -9]->minor,'ifexp'=>$this->yystack[$this->yyidx + -6]->minor,'varloop'=>$this->yystack[$this->yyidx + -2]->minor,'loop'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2082 "smarty_internal_templateparser.php" -#line 233 "smarty_internal_templateparser.y" +#line 2084 "smarty_internal_templateparser.php" +#line 239 "smarty_internal_templateparser.y" function yy_r40(){ $this->_retvalue = '='.$this->yystack[$this->yyidx + 0]->minor; } -#line 2085 "smarty_internal_templateparser.php" -#line 234 "smarty_internal_templateparser.y" +#line 2087 "smarty_internal_templateparser.php" +#line 240 "smarty_internal_templateparser.y" function yy_r41(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2088 "smarty_internal_templateparser.php" -#line 235 "smarty_internal_templateparser.y" +#line 2090 "smarty_internal_templateparser.php" +#line 241 "smarty_internal_templateparser.y" function yy_r42(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -6]->minor,array_merge(array('start'=>$this->yystack[$this->yyidx + -4]->minor,'to'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)); } -#line 2091 "smarty_internal_templateparser.php" -#line 236 "smarty_internal_templateparser.y" +#line 2093 "smarty_internal_templateparser.php" +#line 242 "smarty_internal_templateparser.y" function yy_r43(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -7]->minor,array('start'=>$this->yystack[$this->yyidx + -5]->minor,'to'=>$this->yystack[$this->yyidx + -3]->minor,'step'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2094 "smarty_internal_templateparser.php" -#line 238 "smarty_internal_templateparser.y" +#line 2096 "smarty_internal_templateparser.php" +#line 244 "smarty_internal_templateparser.y" function yy_r44(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -6]->minor,array('from'=>$this->yystack[$this->yyidx + -4]->minor,'item'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2098 "smarty_internal_templateparser.php" -#line 240 "smarty_internal_templateparser.y" +#line 2100 "smarty_internal_templateparser.php" +#line 246 "smarty_internal_templateparser.y" function yy_r45(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -9]->minor,array('from'=>$this->yystack[$this->yyidx + -7]->minor,'item'=>$this->yystack[$this->yyidx + -1]->minor,'key'=>$this->yystack[$this->yyidx + -4]->minor)); } -#line 2102 "smarty_internal_templateparser.php" -#line 242 "smarty_internal_templateparser.y" +#line 2104 "smarty_internal_templateparser.php" +#line 248 "smarty_internal_templateparser.y" function yy_r46(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -6]->minor,array('from'=>$this->yystack[$this->yyidx + -4]->minor,'item'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2106 "smarty_internal_templateparser.php" -#line 244 "smarty_internal_templateparser.y" +#line 2108 "smarty_internal_templateparser.php" +#line 250 "smarty_internal_templateparser.y" function yy_r47(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -9]->minor,array('from'=>$this->yystack[$this->yyidx + -7]->minor,'item'=>$this->yystack[$this->yyidx + -1]->minor,'key'=>$this->yystack[$this->yyidx + -4]->minor)); } -#line 2110 "smarty_internal_templateparser.php" -#line 248 "smarty_internal_templateparser.y" - function yy_r48(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor.'close',array()); } -#line 2113 "smarty_internal_templateparser.php" -#line 253 "smarty_internal_templateparser.y" - function yy_r53(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',$this->yystack[$this->yyidx + -1]->minor); } -#line 2116 "smarty_internal_templateparser.php" +#line 2112 "smarty_internal_templateparser.php" #line 254 "smarty_internal_templateparser.y" + function yy_r48(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor.'close',array()); } +#line 2115 "smarty_internal_templateparser.php" +#line 259 "smarty_internal_templateparser.y" + function yy_r53(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',$this->yystack[$this->yyidx + -1]->minor); } +#line 2118 "smarty_internal_templateparser.php" +#line 260 "smarty_internal_templateparser.y" function yy_r54(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor.'close',$this->yystack[$this->yyidx + -1]->minor).'_retvalue .= $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -3]->minor,'params'=>'ob_get_clean()'.$this->yystack[$this->yyidx + -2]->minor)).'?>'; } -#line 2121 "smarty_internal_templateparser.php" -#line 258 "smarty_internal_templateparser.y" +#line 2123 "smarty_internal_templateparser.php" +#line 264 "smarty_internal_templateparser.y" function yy_r55(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor.'close',array('object_methode'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2124 "smarty_internal_templateparser.php" -#line 265 "smarty_internal_templateparser.y" +#line 2126 "smarty_internal_templateparser.php" +#line 271 "smarty_internal_templateparser.y" function yy_r56(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor); } -#line 2127 "smarty_internal_templateparser.php" -#line 269 "smarty_internal_templateparser.y" +#line 2129 "smarty_internal_templateparser.php" +#line 275 "smarty_internal_templateparser.y" function yy_r58(){ $this->_retvalue = array(); } -#line 2130 "smarty_internal_templateparser.php" -#line 272 "smarty_internal_templateparser.y" +#line 2132 "smarty_internal_templateparser.php" +#line 278 "smarty_internal_templateparser.y" function yy_r59(){ if (preg_match('~^true$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>'true'); } elseif (preg_match('~^false$~i', $this->yystack[$this->yyidx + 0]->minor)) { @@ -2142,74 +2143,74 @@ static public $yy_action = array( $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>'null'); } else $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>"'".$this->yystack[$this->yyidx + 0]->minor."'"); } -#line 2140 "smarty_internal_templateparser.php" -#line 280 "smarty_internal_templateparser.y" +#line 2142 "smarty_internal_templateparser.php" +#line 286 "smarty_internal_templateparser.y" function yy_r60(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2143 "smarty_internal_templateparser.php" -#line 283 "smarty_internal_templateparser.y" +#line 2145 "smarty_internal_templateparser.php" +#line 289 "smarty_internal_templateparser.y" function yy_r63(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor=>'true'); } -#line 2146 "smarty_internal_templateparser.php" -#line 290 "smarty_internal_templateparser.y" +#line 2148 "smarty_internal_templateparser.php" +#line 296 "smarty_internal_templateparser.y" function yy_r65(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } -#line 2149 "smarty_internal_templateparser.php" -#line 291 "smarty_internal_templateparser.y" +#line 2151 "smarty_internal_templateparser.php" +#line 297 "smarty_internal_templateparser.y" function yy_r66(){ $this->yystack[$this->yyidx + -2]->minor[]=$this->yystack[$this->yyidx + 0]->minor; $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor; } -#line 2152 "smarty_internal_templateparser.php" -#line 293 "smarty_internal_templateparser.y" +#line 2154 "smarty_internal_templateparser.php" +#line 299 "smarty_internal_templateparser.y" function yy_r67(){ $this->_retvalue = array('var' => $this->yystack[$this->yyidx + -2]->minor, 'value'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2155 "smarty_internal_templateparser.php" -#line 302 "smarty_internal_templateparser.y" +#line 2157 "smarty_internal_templateparser.php" +#line 308 "smarty_internal_templateparser.y" function yy_r69(){$this->_retvalue = '$_smarty_tpl->getStreamVariable(\''. $this->yystack[$this->yyidx + -2]->minor .'://'. $this->yystack[$this->yyidx + 0]->minor . '\')'; } -#line 2158 "smarty_internal_templateparser.php" -#line 304 "smarty_internal_templateparser.y" - function yy_r70(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . trim($this->yystack[$this->yyidx + -1]->minor) . $this->yystack[$this->yyidx + 0]->minor; } -#line 2161 "smarty_internal_templateparser.php" +#line 2160 "smarty_internal_templateparser.php" #line 310 "smarty_internal_templateparser.y" + function yy_r70(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . trim($this->yystack[$this->yyidx + -1]->minor) . $this->yystack[$this->yyidx + 0]->minor; } +#line 2163 "smarty_internal_templateparser.php" +#line 316 "smarty_internal_templateparser.y" function yy_r73(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2164 "smarty_internal_templateparser.php" -#line 313 "smarty_internal_templateparser.y" - function yy_r74(){ $this->_retvalue = $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -1]->minor,'params'=>$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor)); } -#line 2167 "smarty_internal_templateparser.php" -#line 317 "smarty_internal_templateparser.y" - function yy_r75(){$this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2170 "smarty_internal_templateparser.php" -#line 318 "smarty_internal_templateparser.y" - function yy_r76(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2173 "smarty_internal_templateparser.php" +#line 2166 "smarty_internal_templateparser.php" #line 319 "smarty_internal_templateparser.y" - function yy_r77(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2176 "smarty_internal_templateparser.php" -#line 321 "smarty_internal_templateparser.y" - function yy_r79(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2179 "smarty_internal_templateparser.php" -#line 322 "smarty_internal_templateparser.y" - function yy_r80(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2182 "smarty_internal_templateparser.php" + function yy_r74(){ $this->_retvalue = $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -1]->minor,'params'=>$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor)); } +#line 2169 "smarty_internal_templateparser.php" #line 323 "smarty_internal_templateparser.y" - function yy_r81(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2185 "smarty_internal_templateparser.php" + function yy_r75(){$this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2172 "smarty_internal_templateparser.php" #line 324 "smarty_internal_templateparser.y" - function yy_r82(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2188 "smarty_internal_templateparser.php" + function yy_r76(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2175 "smarty_internal_templateparser.php" #line 325 "smarty_internal_templateparser.y" + function yy_r77(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2178 "smarty_internal_templateparser.php" +#line 327 "smarty_internal_templateparser.y" + function yy_r79(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2181 "smarty_internal_templateparser.php" +#line 328 "smarty_internal_templateparser.y" + function yy_r80(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2184 "smarty_internal_templateparser.php" +#line 329 "smarty_internal_templateparser.y" + function yy_r81(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2187 "smarty_internal_templateparser.php" +#line 330 "smarty_internal_templateparser.y" + function yy_r82(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2190 "smarty_internal_templateparser.php" +#line 331 "smarty_internal_templateparser.y" function yy_r83(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2191 "smarty_internal_templateparser.php" -#line 326 "smarty_internal_templateparser.y" - function yy_r84(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2194 "smarty_internal_templateparser.php" +#line 2193 "smarty_internal_templateparser.php" #line 332 "smarty_internal_templateparser.y" - function yy_r90(){$this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'='.$this->yystack[$this->yyidx + 0]->minor.';?>'; $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.'$_tmp'.$this->prefix_number; } -#line 2197 "smarty_internal_templateparser.php" + function yy_r84(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2196 "smarty_internal_templateparser.php" #line 338 "smarty_internal_templateparser.y" + function yy_r90(){$this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'='.$this->yystack[$this->yyidx + 0]->minor.';?>'; $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.'$_tmp'.$this->prefix_number; } +#line 2199 "smarty_internal_templateparser.php" +#line 344 "smarty_internal_templateparser.y" function yy_r91(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '.$this->yystack[$this->yyidx + -2]->minor.' : '.$this->yystack[$this->yyidx + 0]->minor; } -#line 2200 "smarty_internal_templateparser.php" -#line 345 "smarty_internal_templateparser.y" +#line 2202 "smarty_internal_templateparser.php" +#line 351 "smarty_internal_templateparser.y" function yy_r94(){ $this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2203 "smarty_internal_templateparser.php" -#line 350 "smarty_internal_templateparser.y" +#line 2205 "smarty_internal_templateparser.php" +#line 356 "smarty_internal_templateparser.y" function yy_r98(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2206 "smarty_internal_templateparser.php" -#line 352 "smarty_internal_templateparser.y" +#line 2208 "smarty_internal_templateparser.php" +#line 358 "smarty_internal_templateparser.y" function yy_r99(){ if (preg_match('~^true$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = 'true'; } elseif (preg_match('~^false$~i', $this->yystack[$this->yyidx + 0]->minor)) { @@ -2218,19 +2219,19 @@ static public $yy_action = array( $this->_retvalue = 'null'; } else $this->_retvalue = "'".$this->yystack[$this->yyidx + 0]->minor."'"; } -#line 2216 "smarty_internal_templateparser.php" -#line 363 "smarty_internal_templateparser.y" - function yy_r101(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2219 "smarty_internal_templateparser.php" +#line 2218 "smarty_internal_templateparser.php" #line 369 "smarty_internal_templateparser.y" + function yy_r101(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } +#line 2221 "smarty_internal_templateparser.php" +#line 375 "smarty_internal_templateparser.y" function yy_r104(){if (!$this->template->security || $this->smarty->security_handler->isTrustedStaticClass($this->yystack[$this->yyidx + -2]->minor, $this->compiler)) { $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } } -#line 2224 "smarty_internal_templateparser.php" -#line 373 "smarty_internal_templateparser.y" +#line 2226 "smarty_internal_templateparser.php" +#line 379 "smarty_internal_templateparser.y" function yy_r105(){ $this->prefix_number++; $this->compiler->prefix_code[] = ''.$this->yystack[$this->yyidx + 0]->minor.'prefix_number.'=ob_get_clean();?>'; $this->_retvalue = '$_tmp'.$this->prefix_number; } -#line 2227 "smarty_internal_templateparser.php" -#line 382 "smarty_internal_templateparser.y" +#line 2229 "smarty_internal_templateparser.php" +#line 388 "smarty_internal_templateparser.y" function yy_r106(){if ($this->yystack[$this->yyidx + 0]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']); } else { if (isset($this->compiler->local_var[$this->yystack[$this->yyidx + 0]->minor['var']])) { @@ -2239,93 +2240,93 @@ static public $yy_action = array( $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + 0]->minor['var'] .')->value'.$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']; } $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor['var'],"'"), null, true, false)->nocache;} } -#line 2237 "smarty_internal_templateparser.php" -#line 391 "smarty_internal_templateparser.y" +#line 2239 "smarty_internal_templateparser.php" +#line 397 "smarty_internal_templateparser.y" function yy_r107(){if (isset($this->compiler->local_var[$this->yystack[$this->yyidx + -2]->minor])) { $this->_retvalue = '$_smarty_tpl->tpl_vars['. $this->yystack[$this->yyidx + -2]->minor .']->'.$this->yystack[$this->yyidx + 0]->minor; } else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor .')->'.$this->yystack[$this->yyidx + 0]->minor; } $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor,"'"), null, true, false)->nocache; } -#line 2245 "smarty_internal_templateparser.php" -#line 400 "smarty_internal_templateparser.y" +#line 2247 "smarty_internal_templateparser.php" +#line 406 "smarty_internal_templateparser.y" function yy_r109(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } -#line 2248 "smarty_internal_templateparser.php" -#line 401 "smarty_internal_templateparser.y" +#line 2250 "smarty_internal_templateparser.php" +#line 407 "smarty_internal_templateparser.y" function yy_r110(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2251 "smarty_internal_templateparser.php" -#line 404 "smarty_internal_templateparser.y" - function yy_r111(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'smarty_internal_index'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2254 "smarty_internal_templateparser.php" +#line 2253 "smarty_internal_templateparser.php" #line 410 "smarty_internal_templateparser.y" - function yy_r112(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2257 "smarty_internal_templateparser.php" -#line 412 "smarty_internal_templateparser.y" - function yy_r113(){return; } -#line 2260 "smarty_internal_templateparser.php" + function yy_r111(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'smarty_internal_index'=>$this->yystack[$this->yyidx + 0]->minor); } +#line 2256 "smarty_internal_templateparser.php" #line 416 "smarty_internal_templateparser.y" - function yy_r114(){ $this->_retvalue = '[$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + 0]->minor .')->value]'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable('$this->yystack[$this->yyidx + 0]->minor', null, true, false)->nocache; } -#line 2263 "smarty_internal_templateparser.php" -#line 417 "smarty_internal_templateparser.y" - function yy_r115(){ $this->_retvalue = '[$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor .')->'.$this->yystack[$this->yyidx + 0]->minor.']'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor,"'"), null, true, false)->nocache; } -#line 2266 "smarty_internal_templateparser.php" + function yy_r112(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2259 "smarty_internal_templateparser.php" #line 418 "smarty_internal_templateparser.y" - function yy_r116(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } -#line 2269 "smarty_internal_templateparser.php" -#line 419 "smarty_internal_templateparser.y" - function yy_r117(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } -#line 2272 "smarty_internal_templateparser.php" -#line 420 "smarty_internal_templateparser.y" - function yy_r118(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } -#line 2275 "smarty_internal_templateparser.php" + function yy_r113(){return; } +#line 2262 "smarty_internal_templateparser.php" #line 422 "smarty_internal_templateparser.y" - function yy_r119(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } -#line 2278 "smarty_internal_templateparser.php" + function yy_r114(){ $this->_retvalue = '[$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + 0]->minor .')->value]'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable('$this->yystack[$this->yyidx + 0]->minor', null, true, false)->nocache; } +#line 2265 "smarty_internal_templateparser.php" #line 423 "smarty_internal_templateparser.y" + function yy_r115(){ $this->_retvalue = '[$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor .')->'.$this->yystack[$this->yyidx + 0]->minor.']'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor,"'"), null, true, false)->nocache; } +#line 2268 "smarty_internal_templateparser.php" +#line 424 "smarty_internal_templateparser.y" + function yy_r116(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } +#line 2271 "smarty_internal_templateparser.php" +#line 425 "smarty_internal_templateparser.y" + function yy_r117(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } +#line 2274 "smarty_internal_templateparser.php" +#line 426 "smarty_internal_templateparser.y" + function yy_r118(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } +#line 2277 "smarty_internal_templateparser.php" +#line 428 "smarty_internal_templateparser.y" + function yy_r119(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } +#line 2280 "smarty_internal_templateparser.php" +#line 429 "smarty_internal_templateparser.y" function yy_r120(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } -#line 2281 "smarty_internal_templateparser.php" -#line 427 "smarty_internal_templateparser.y" +#line 2283 "smarty_internal_templateparser.php" +#line 433 "smarty_internal_templateparser.y" function yy_r122(){$this->_retvalue = ''; } -#line 2284 "smarty_internal_templateparser.php" -#line 435 "smarty_internal_templateparser.y" +#line 2286 "smarty_internal_templateparser.php" +#line 441 "smarty_internal_templateparser.y" function yy_r124(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2287 "smarty_internal_templateparser.php" -#line 437 "smarty_internal_templateparser.y" +#line 2289 "smarty_internal_templateparser.php" +#line 443 "smarty_internal_templateparser.y" function yy_r125(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2290 "smarty_internal_templateparser.php" -#line 439 "smarty_internal_templateparser.y" +#line 2292 "smarty_internal_templateparser.php" +#line 445 "smarty_internal_templateparser.y" function yy_r126(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2293 "smarty_internal_templateparser.php" -#line 444 "smarty_internal_templateparser.y" +#line 2295 "smarty_internal_templateparser.php" +#line 450 "smarty_internal_templateparser.y" function yy_r127(){ if ($this->yystack[$this->yyidx + -1]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',$this->yystack[$this->yyidx + -1]->minor['smarty_internal_index']).$this->yystack[$this->yyidx + 0]->minor;} else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -1]->minor['var'] .')->value'.$this->yystack[$this->yyidx + -1]->minor['smarty_internal_index'].$this->yystack[$this->yyidx + 0]->minor; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -1]->minor['var'],"'"), null, true, false)->nocache;} } -#line 2297 "smarty_internal_templateparser.php" -#line 446 "smarty_internal_templateparser.y" +#line 2299 "smarty_internal_templateparser.php" +#line 452 "smarty_internal_templateparser.y" function yy_r128(){ if ($this->yystack[$this->yyidx + -2]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',$this->yystack[$this->yyidx + -2]->minor['smarty_internal_index']).'::'.$this->yystack[$this->yyidx + 0]->minor;} else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor['var'] .')->value'.$this->yystack[$this->yyidx + -2]->minor['smarty_internal_index'].'::'.$this->yystack[$this->yyidx + 0]->minor; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor['var'],"'"), null, true, false)->nocache;} } -#line 2301 "smarty_internal_templateparser.php" -#line 449 "smarty_internal_templateparser.y" - function yy_r129(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2304 "smarty_internal_templateparser.php" -#line 451 "smarty_internal_templateparser.y" - function yy_r130(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2307 "smarty_internal_templateparser.php" -#line 453 "smarty_internal_templateparser.y" - function yy_r131(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2310 "smarty_internal_templateparser.php" -#line 454 "smarty_internal_templateparser.y" - function yy_r132(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2313 "smarty_internal_templateparser.php" +#line 2303 "smarty_internal_templateparser.php" #line 455 "smarty_internal_templateparser.y" + function yy_r129(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } +#line 2306 "smarty_internal_templateparser.php" +#line 457 "smarty_internal_templateparser.y" + function yy_r130(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2309 "smarty_internal_templateparser.php" +#line 459 "smarty_internal_templateparser.y" + function yy_r131(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2312 "smarty_internal_templateparser.php" +#line 460 "smarty_internal_templateparser.y" + function yy_r132(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2315 "smarty_internal_templateparser.php" +#line 461 "smarty_internal_templateparser.y" function yy_r133(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2316 "smarty_internal_templateparser.php" -#line 456 "smarty_internal_templateparser.y" +#line 2318 "smarty_internal_templateparser.php" +#line 462 "smarty_internal_templateparser.y" function yy_r134(){ $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2319 "smarty_internal_templateparser.php" -#line 458 "smarty_internal_templateparser.y" - function yy_r135(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2322 "smarty_internal_templateparser.php" +#line 2321 "smarty_internal_templateparser.php" #line 464 "smarty_internal_templateparser.y" + function yy_r135(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2324 "smarty_internal_templateparser.php" +#line 470 "smarty_internal_templateparser.y" function yy_r136(){if (!$this->template->security || $this->smarty->security_handler->isTrustedPhpFunction($this->yystack[$this->yyidx + -3]->minor, $this->compiler)) { if ($this->yystack[$this->yyidx + -3]->minor == 'isset' || $this->yystack[$this->yyidx + -3]->minor == 'empty' || $this->yystack[$this->yyidx + -3]->minor == 'array' || is_callable($this->yystack[$this->yyidx + -3]->minor)) { $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; @@ -2333,123 +2334,120 @@ static public $yy_action = array( $this->compiler->trigger_template_error ("unknown function \"" . $this->yystack[$this->yyidx + -3]->minor . "\""); } } } -#line 2331 "smarty_internal_templateparser.php" -#line 475 "smarty_internal_templateparser.y" - function yy_r137(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2334 "smarty_internal_templateparser.php" -#line 477 "smarty_internal_templateparser.y" - function yy_r138(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -3]->minor .'\')->value;?>'; $this->_retvalue = '$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2337 "smarty_internal_templateparser.php" +#line 2333 "smarty_internal_templateparser.php" #line 481 "smarty_internal_templateparser.y" + function yy_r137(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } +#line 2336 "smarty_internal_templateparser.php" +#line 482 "smarty_internal_templateparser.y" + function yy_r138(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -3]->minor .'\')->value;?>'; $this->_retvalue = '$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -1]->minor .')'; } +#line 2339 "smarty_internal_templateparser.php" +#line 486 "smarty_internal_templateparser.y" function yy_r139(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.",".$this->yystack[$this->yyidx + 0]->minor; } -#line 2340 "smarty_internal_templateparser.php" -#line 485 "smarty_internal_templateparser.y" - function yy_r141(){ return; } -#line 2343 "smarty_internal_templateparser.php" +#line 2342 "smarty_internal_templateparser.php" #line 490 "smarty_internal_templateparser.y" - function yy_r142(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2346 "smarty_internal_templateparser.php" + function yy_r141(){ return; } +#line 2345 "smarty_internal_templateparser.php" #line 495 "smarty_internal_templateparser.y" - function yy_r145(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -3]->minor .'\')->value;?>'; $this->_retvalue = '$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2349 "smarty_internal_templateparser.php" -#line 502 "smarty_internal_templateparser.y" - function yy_r148(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2352 "smarty_internal_templateparser.php" -#line 504 "smarty_internal_templateparser.y" - function yy_r149(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2355 "smarty_internal_templateparser.php" -#line 515 "smarty_internal_templateparser.y" - function yy_r150(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2358 "smarty_internal_templateparser.php" -#line 519 "smarty_internal_templateparser.y" - function yy_r152(){$this->_retvalue = ','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2361 "smarty_internal_templateparser.php" -#line 523 "smarty_internal_templateparser.y" - function yy_r154(){$this->_retvalue = '=='; } -#line 2364 "smarty_internal_templateparser.php" -#line 524 "smarty_internal_templateparser.y" - function yy_r155(){$this->_retvalue = '!='; } -#line 2367 "smarty_internal_templateparser.php" -#line 525 "smarty_internal_templateparser.y" - function yy_r156(){$this->_retvalue = '>'; } -#line 2370 "smarty_internal_templateparser.php" + function yy_r142(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } +#line 2348 "smarty_internal_templateparser.php" +#line 505 "smarty_internal_templateparser.y" + function yy_r147(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2351 "smarty_internal_templateparser.php" +#line 507 "smarty_internal_templateparser.y" + function yy_r148(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2354 "smarty_internal_templateparser.php" +#line 518 "smarty_internal_templateparser.y" + function yy_r149(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2357 "smarty_internal_templateparser.php" +#line 522 "smarty_internal_templateparser.y" + function yy_r151(){$this->_retvalue = ','.$this->yystack[$this->yyidx + 0]->minor; } +#line 2360 "smarty_internal_templateparser.php" #line 526 "smarty_internal_templateparser.y" - function yy_r157(){$this->_retvalue = '<'; } -#line 2373 "smarty_internal_templateparser.php" + function yy_r153(){$this->_retvalue = '=='; } +#line 2363 "smarty_internal_templateparser.php" #line 527 "smarty_internal_templateparser.y" - function yy_r158(){$this->_retvalue = '>='; } -#line 2376 "smarty_internal_templateparser.php" + function yy_r154(){$this->_retvalue = '!='; } +#line 2366 "smarty_internal_templateparser.php" #line 528 "smarty_internal_templateparser.y" - function yy_r159(){$this->_retvalue = '<='; } -#line 2379 "smarty_internal_templateparser.php" + function yy_r155(){$this->_retvalue = '>'; } +#line 2369 "smarty_internal_templateparser.php" #line 529 "smarty_internal_templateparser.y" - function yy_r160(){$this->_retvalue = '==='; } -#line 2382 "smarty_internal_templateparser.php" + function yy_r156(){$this->_retvalue = '<'; } +#line 2372 "smarty_internal_templateparser.php" #line 530 "smarty_internal_templateparser.y" - function yy_r161(){$this->_retvalue = '!=='; } -#line 2385 "smarty_internal_templateparser.php" + function yy_r157(){$this->_retvalue = '>='; } +#line 2375 "smarty_internal_templateparser.php" #line 531 "smarty_internal_templateparser.y" - function yy_r162(){$this->_retvalue = '%'; } -#line 2388 "smarty_internal_templateparser.php" + function yy_r158(){$this->_retvalue = '<='; } +#line 2378 "smarty_internal_templateparser.php" +#line 532 "smarty_internal_templateparser.y" + function yy_r159(){$this->_retvalue = '==='; } +#line 2381 "smarty_internal_templateparser.php" #line 533 "smarty_internal_templateparser.y" - function yy_r163(){$this->_retvalue = '&&'; } -#line 2391 "smarty_internal_templateparser.php" + function yy_r160(){$this->_retvalue = '!=='; } +#line 2384 "smarty_internal_templateparser.php" #line 534 "smarty_internal_templateparser.y" - function yy_r164(){$this->_retvalue = '||'; } -#line 2394 "smarty_internal_templateparser.php" -#line 535 "smarty_internal_templateparser.y" - function yy_r165(){$this->_retvalue = ' XOR '; } -#line 2397 "smarty_internal_templateparser.php" -#line 540 "smarty_internal_templateparser.y" - function yy_r166(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2400 "smarty_internal_templateparser.php" -#line 542 "smarty_internal_templateparser.y" - function yy_r168(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2403 "smarty_internal_templateparser.php" + function yy_r161(){$this->_retvalue = '%'; } +#line 2387 "smarty_internal_templateparser.php" +#line 536 "smarty_internal_templateparser.y" + function yy_r162(){$this->_retvalue = '&&'; } +#line 2390 "smarty_internal_templateparser.php" +#line 537 "smarty_internal_templateparser.y" + function yy_r163(){$this->_retvalue = '||'; } +#line 2393 "smarty_internal_templateparser.php" +#line 538 "smarty_internal_templateparser.y" + function yy_r164(){$this->_retvalue = ' XOR '; } +#line 2396 "smarty_internal_templateparser.php" #line 543 "smarty_internal_templateparser.y" - function yy_r169(){ return; } -#line 2406 "smarty_internal_templateparser.php" -#line 544 "smarty_internal_templateparser.y" - function yy_r170(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2409 "smarty_internal_templateparser.php" + function yy_r165(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2399 "smarty_internal_templateparser.php" #line 545 "smarty_internal_templateparser.y" - function yy_r171(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2412 "smarty_internal_templateparser.php" -#line 552 "smarty_internal_templateparser.y" - function yy_r173(){ $this->_retvalue = "''"; } -#line 2415 "smarty_internal_templateparser.php" -#line 553 "smarty_internal_templateparser.y" - function yy_r174(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php(); } -#line 2418 "smarty_internal_templateparser.php" + function yy_r167(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } +#line 2402 "smarty_internal_templateparser.php" +#line 546 "smarty_internal_templateparser.y" + function yy_r168(){ return; } +#line 2405 "smarty_internal_templateparser.php" +#line 547 "smarty_internal_templateparser.y" + function yy_r169(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2408 "smarty_internal_templateparser.php" +#line 548 "smarty_internal_templateparser.y" + function yy_r170(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2411 "smarty_internal_templateparser.php" #line 555 "smarty_internal_templateparser.y" - function yy_r175(){ $this->yystack[$this->yyidx + -1]->minor->append_subtree($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } -#line 2421 "smarty_internal_templateparser.php" + function yy_r172(){ $this->_retvalue = "''"; } +#line 2414 "smarty_internal_templateparser.php" #line 556 "smarty_internal_templateparser.y" - function yy_r176(){ $this->_retvalue = new _smarty_doublequoted($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2424 "smarty_internal_templateparser.php" + function yy_r173(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php(); } +#line 2417 "smarty_internal_templateparser.php" #line 558 "smarty_internal_templateparser.y" - function yy_r177(){ $this->_retvalue = new _smarty_code($this, $this->yystack[$this->yyidx + -1]->minor); } -#line 2427 "smarty_internal_templateparser.php" -#line 560 "smarty_internal_templateparser.y" - function yy_r179(){if (isset($this->compiler->local_var["'".substr($this->yystack[$this->yyidx + 0]->minor,1)."'"])) { + function yy_r174(){ $this->yystack[$this->yyidx + -1]->minor->append_subtree($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } +#line 2420 "smarty_internal_templateparser.php" +#line 559 "smarty_internal_templateparser.y" + function yy_r175(){ $this->_retvalue = new _smarty_doublequoted($this, $this->yystack[$this->yyidx + 0]->minor); } +#line 2423 "smarty_internal_templateparser.php" +#line 561 "smarty_internal_templateparser.y" + function yy_r176(){ $this->_retvalue = new _smarty_code($this, $this->yystack[$this->yyidx + -1]->minor); } +#line 2426 "smarty_internal_templateparser.php" +#line 563 "smarty_internal_templateparser.y" + function yy_r178(){if (isset($this->compiler->local_var["'".substr($this->yystack[$this->yyidx + 0]->minor,1)."'"])) { $this->_retvalue = new _smarty_code($this, '$_smarty_tpl->tpl_vars[\''. substr($this->yystack[$this->yyidx + 0]->minor,1) .'\']->value'); } else { $this->_retvalue = new _smarty_code($this, '$_smarty_tpl->getVariable(\''. substr($this->yystack[$this->yyidx + 0]->minor,1) .'\')->value'); } $this->compiler->tag_nocache = $this->compiler->tag_nocache | $this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor,"'"), null, true, false)->nocache; } -#line 2436 "smarty_internal_templateparser.php" -#line 568 "smarty_internal_templateparser.y" - function yy_r181(){ $this->_retvalue = new _smarty_code($this, '('.$this->yystack[$this->yyidx + -1]->minor.')'); } -#line 2439 "smarty_internal_templateparser.php" -#line 569 "smarty_internal_templateparser.y" - function yy_r182(){ +#line 2435 "smarty_internal_templateparser.php" +#line 571 "smarty_internal_templateparser.y" + function yy_r180(){ $this->_retvalue = new _smarty_code($this, '('.$this->yystack[$this->yyidx + -1]->minor.')'); } +#line 2438 "smarty_internal_templateparser.php" +#line 572 "smarty_internal_templateparser.y" + function yy_r181(){ $this->_retvalue = new _smarty_tag($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2444 "smarty_internal_templateparser.php" -#line 572 "smarty_internal_templateparser.y" - function yy_r183(){ $this->_retvalue = new _smarty_dq_content($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2447 "smarty_internal_templateparser.php" +#line 2443 "smarty_internal_templateparser.php" +#line 575 "smarty_internal_templateparser.y" + function yy_r182(){ $this->_retvalue = new _smarty_dq_content($this, $this->yystack[$this->yyidx + 0]->minor); } +#line 2446 "smarty_internal_templateparser.php" private $_retvalue; @@ -2511,7 +2509,7 @@ static public $yy_action = array( $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_template_error(); -#line 2510 "smarty_internal_templateparser.php" +#line 2509 "smarty_internal_templateparser.php" } function yy_accept() @@ -2528,7 +2526,7 @@ static public $yy_action = array( $this->internalError = false; $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; -#line 2528 "smarty_internal_templateparser.php" +#line 2527 "smarty_internal_templateparser.php" } function doParse($yymajor, $yytokenvalue)