diff --git a/change_log.txt b/change_log.txt index 1dd63df1..23d8c547 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,7 @@ +14/05/2010 +- bugfix compile new config files if compile_check and force_compile = false +- added variable static classes names to template syntax + 11/05/2010 - bugfix make sure that the cache resource is loaded in all conditions when template methods getCached... are called externally - reverted the change 0f 30/04/2010. With the exception of forward references template functions can be again called by a standard tag. diff --git a/libs/sysplugins/smarty_internal_config.php b/libs/sysplugins/smarty_internal_config.php index d88d1c71..4c10505f 100644 --- a/libs/sysplugins/smarty_internal_config.php +++ b/libs/sysplugins/smarty_internal_config.php @@ -172,7 +172,7 @@ class Smarty_Internal_Config { public function mustCompile () { return $this->mustCompile === null ? - $this->mustCompile = ($this->smarty->force_compile || $this->smarty->compile_check && $this->getCompiledTimestamp () < $this->getTimestamp ()): + $this->mustCompile = ($this->smarty->force_compile || $this->getCompiledTimestamp () === false || $this->smarty->compile_check && $this->getCompiledTimestamp () < $this->getTimestamp ()): $this->mustCompile; } /** @@ -243,7 +243,7 @@ class Smarty_Internal_Config { if ($this->mustCompile()) { $this->compileConfigSource(); } - include($this->getCompiledFilepath ()); + include($this->getCompiledFilepath ()); // copy global config vars foreach ($_config_vars['vars'] as $variable => $value) { if ($this->smarty->config_overwrite || !isset($scope->config_vars[$variable])) { diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index 9fbfbebb..6e90414b 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -206,438 +206,420 @@ 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 = 548; - const YY_ACCEPT_ACTION = 547; - const YY_ERROR_ACTION = 546; + const YY_NO_ACTION = 549; + const YY_ACCEPT_ACTION = 548; + const YY_ERROR_ACTION = 547; - const YY_SZ_ACTTAB = 1877; + const YY_SZ_ACTTAB = 1785; static public $yy_action = array( - /* 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, + /* 0 */ 180, 299, 5, 21, 355, 198, 344, 221, 53, 122, + /* 10 */ 104, 359, 314, 154, 293, 280, 242, 234, 304, 183, + /* 20 */ 162, 265, 268, 347, 322, 223, 292, 323, 119, 235, + /* 30 */ 42, 48, 46, 39, 32, 26, 282, 287, 25, 28, + /* 40 */ 289, 301, 31, 30, 292, 264, 259, 248, 276, 279, + /* 50 */ 278, 162, 167, 316, 3, 119, 315, 317, 318, 312, + /* 60 */ 311, 305, 327, 308, 309, 310, 307, 306, 303, 180, + /* 70 */ 126, 292, 299, 112, 209, 231, 177, 273, 221, 50, + /* 80 */ 118, 104, 548, 84, 230, 232, 258, 21, 183, 304, + /* 90 */ 344, 19, 191, 16, 347, 322, 151, 292, 351, 42, + /* 100 */ 48, 46, 39, 32, 26, 282, 287, 25, 28, 289, + /* 110 */ 301, 31, 30, 21, 89, 253, 344, 18, 155, 293, + /* 120 */ 27, 238, 116, 144, 332, 2, 317, 318, 312, 311, + /* 130 */ 305, 327, 308, 309, 310, 307, 306, 303, 180, 299, + /* 140 */ 110, 126, 196, 174, 4, 221, 72, 236, 104, 210, + /* 150 */ 290, 115, 7, 421, 54, 250, 304, 183, 423, 302, + /* 160 */ 421, 347, 322, 89, 292, 423, 183, 160, 42, 48, + /* 170 */ 46, 39, 32, 26, 282, 287, 25, 28, 289, 301, + /* 180 */ 31, 30, 180, 361, 14, 240, 4, 120, 21, 106, + /* 190 */ 45, 344, 19, 115, 334, 317, 318, 312, 311, 305, + /* 200 */ 327, 308, 309, 310, 307, 306, 303, 21, 356, 35, + /* 210 */ 344, 40, 42, 48, 46, 39, 32, 26, 282, 287, + /* 220 */ 25, 28, 289, 301, 31, 30, 148, 241, 4, 183, + /* 230 */ 206, 37, 87, 238, 249, 115, 246, 2, 245, 317, + /* 240 */ 318, 312, 311, 305, 327, 308, 309, 310, 307, 306, + /* 250 */ 303, 180, 299, 126, 180, 244, 98, 267, 99, 51, + /* 260 */ 124, 101, 153, 94, 237, 9, 321, 169, 10, 304, + /* 270 */ 183, 218, 233, 183, 347, 322, 331, 292, 461, 183, + /* 280 */ 352, 42, 48, 46, 39, 32, 26, 282, 287, 25, + /* 290 */ 28, 289, 301, 31, 30, 335, 14, 240, 4, 4, + /* 300 */ 346, 54, 211, 200, 45, 115, 115, 183, 317, 318, + /* 310 */ 312, 311, 305, 327, 308, 309, 310, 307, 306, 303, + /* 320 */ 180, 299, 91, 180, 161, 198, 21, 221, 67, 344, + /* 330 */ 104, 137, 159, 220, 173, 333, 165, 288, 304, 13, + /* 340 */ 187, 158, 183, 347, 322, 331, 292, 239, 232, 258, + /* 350 */ 42, 48, 46, 39, 32, 26, 282, 287, 25, 28, + /* 360 */ 289, 301, 31, 30, 180, 216, 176, 140, 190, 45, + /* 370 */ 21, 180, 29, 344, 105, 260, 341, 317, 318, 312, + /* 380 */ 311, 305, 327, 308, 309, 310, 307, 306, 303, 261, + /* 390 */ 183, 275, 38, 274, 42, 48, 46, 39, 32, 26, + /* 400 */ 282, 287, 25, 28, 289, 301, 31, 30, 180, 420, + /* 410 */ 45, 345, 206, 157, 293, 20, 183, 241, 183, 323, + /* 420 */ 254, 317, 318, 312, 311, 305, 327, 308, 309, 310, + /* 430 */ 307, 306, 303, 21, 21, 10, 344, 201, 42, 48, + /* 440 */ 46, 39, 32, 26, 282, 287, 25, 28, 289, 301, + /* 450 */ 31, 30, 180, 320, 272, 299, 251, 173, 156, 330, + /* 460 */ 183, 221, 13, 323, 104, 317, 318, 312, 311, 305, + /* 470 */ 327, 308, 309, 310, 307, 306, 303, 347, 322, 8, + /* 480 */ 292, 263, 42, 48, 46, 39, 32, 26, 282, 287, + /* 490 */ 25, 28, 289, 301, 31, 30, 180, 358, 4, 229, + /* 500 */ 21, 34, 93, 182, 183, 115, 183, 136, 255, 317, + /* 510 */ 318, 312, 311, 305, 327, 308, 309, 310, 307, 306, + /* 520 */ 303, 331, 227, 256, 324, 323, 42, 48, 46, 39, + /* 530 */ 32, 26, 282, 287, 25, 28, 289, 301, 31, 30, + /* 540 */ 180, 15, 21, 299, 296, 212, 328, 326, 22, 221, + /* 550 */ 213, 183, 104, 317, 318, 312, 311, 305, 327, 308, + /* 560 */ 309, 310, 307, 306, 303, 347, 322, 204, 292, 45, + /* 570 */ 42, 48, 46, 39, 32, 26, 282, 287, 25, 28, + /* 580 */ 289, 301, 31, 30, 180, 337, 340, 336, 283, 12, + /* 590 */ 270, 225, 183, 183, 183, 183, 163, 317, 318, 312, + /* 600 */ 311, 305, 327, 308, 309, 310, 307, 306, 303, 111, + /* 610 */ 205, 9, 202, 357, 42, 48, 46, 39, 32, 26, + /* 620 */ 282, 287, 25, 28, 289, 301, 31, 30, 180, 300, + /* 630 */ 329, 299, 286, 353, 114, 257, 183, 221, 108, 183, + /* 640 */ 104, 317, 318, 312, 311, 305, 327, 308, 309, 310, + /* 650 */ 307, 306, 303, 347, 322, 109, 292, 194, 42, 48, + /* 660 */ 46, 39, 32, 26, 282, 287, 25, 28, 289, 301, + /* 670 */ 31, 30, 180, 349, 247, 319, 228, 41, 183, 143, + /* 680 */ 183, 359, 183, 214, 168, 317, 318, 312, 311, 305, + /* 690 */ 327, 308, 309, 310, 307, 306, 303, 219, 103, 54, + /* 700 */ 291, 351, 42, 48, 46, 39, 32, 26, 282, 287, + /* 710 */ 25, 28, 289, 301, 31, 30, 180, 313, 189, 299, + /* 720 */ 295, 40, 338, 343, 183, 221, 22, 183, 104, 317, + /* 730 */ 318, 312, 311, 305, 327, 308, 309, 310, 307, 306, + /* 740 */ 303, 347, 322, 339, 292, 6, 42, 48, 46, 39, + /* 750 */ 32, 26, 282, 287, 25, 28, 289, 301, 31, 30, + /* 760 */ 180, 204, 141, 299, 294, 203, 17, 281, 266, 221, + /* 770 */ 54, 123, 104, 317, 318, 312, 311, 305, 327, 308, + /* 780 */ 309, 310, 307, 306, 303, 347, 322, 90, 292, 92, + /* 790 */ 42, 48, 46, 39, 32, 26, 282, 287, 25, 28, + /* 800 */ 289, 301, 31, 30, 180, 106, 217, 299, 95, 88, + /* 810 */ 325, 297, 302, 221, 302, 302, 104, 317, 318, 312, + /* 820 */ 311, 305, 327, 308, 309, 310, 307, 306, 303, 347, + /* 830 */ 322, 302, 292, 302, 42, 48, 46, 39, 32, 26, + /* 840 */ 282, 287, 25, 28, 289, 301, 31, 30, 180, 342, + /* 850 */ 302, 302, 302, 302, 302, 302, 123, 302, 302, 132, + /* 860 */ 262, 317, 318, 312, 311, 305, 327, 308, 309, 310, + /* 870 */ 307, 306, 303, 331, 302, 302, 302, 302, 42, 48, + /* 880 */ 46, 39, 32, 26, 282, 287, 25, 28, 289, 301, + /* 890 */ 31, 30, 166, 302, 302, 302, 302, 302, 302, 302, + /* 900 */ 302, 302, 24, 33, 302, 317, 318, 312, 311, 305, + /* 910 */ 327, 308, 309, 310, 307, 306, 303, 138, 3, 302, + /* 920 */ 113, 86, 166, 121, 302, 199, 3, 188, 107, 171, + /* 930 */ 302, 331, 24, 33, 126, 208, 21, 354, 47, 344, + /* 940 */ 202, 222, 126, 208, 21, 360, 47, 344, 302, 302, + /* 950 */ 302, 207, 36, 351, 11, 44, 43, 302, 348, 192, + /* 960 */ 23, 89, 1, 44, 43, 3, 348, 112, 178, 89, + /* 970 */ 1, 252, 133, 147, 302, 302, 85, 3, 166, 107, + /* 980 */ 178, 126, 208, 302, 85, 47, 331, 331, 24, 33, + /* 990 */ 152, 302, 145, 126, 208, 302, 302, 47, 302, 23, + /* 1000 */ 325, 302, 44, 43, 331, 348, 331, 302, 89, 1, + /* 1010 */ 3, 23, 107, 170, 44, 43, 302, 348, 325, 96, + /* 1020 */ 89, 1, 3, 85, 117, 178, 126, 208, 125, 139, + /* 1030 */ 47, 302, 298, 131, 164, 85, 302, 302, 126, 208, + /* 1040 */ 302, 298, 47, 331, 36, 302, 298, 44, 43, 134, + /* 1050 */ 348, 100, 302, 89, 1, 3, 23, 107, 178, 44, + /* 1060 */ 43, 128, 348, 331, 298, 89, 1, 3, 85, 107, + /* 1070 */ 175, 126, 208, 130, 298, 47, 149, 325, 127, 302, + /* 1080 */ 85, 97, 150, 126, 208, 302, 298, 47, 302, 36, + /* 1090 */ 331, 298, 44, 43, 298, 348, 331, 302, 89, 1, + /* 1100 */ 3, 23, 112, 172, 44, 43, 129, 348, 135, 302, + /* 1110 */ 89, 1, 3, 85, 112, 178, 126, 186, 302, 298, + /* 1120 */ 47, 302, 331, 302, 302, 85, 302, 302, 126, 208, + /* 1130 */ 302, 302, 47, 302, 23, 302, 302, 44, 43, 302, + /* 1140 */ 348, 302, 302, 89, 1, 3, 23, 112, 185, 44, + /* 1150 */ 43, 302, 348, 302, 302, 89, 302, 302, 85, 302, + /* 1160 */ 302, 126, 208, 302, 302, 47, 302, 299, 302, 302, + /* 1170 */ 85, 181, 302, 221, 68, 302, 104, 302, 302, 23, + /* 1180 */ 302, 302, 44, 43, 304, 348, 302, 302, 89, 347, + /* 1190 */ 322, 299, 292, 302, 302, 181, 302, 221, 68, 302, + /* 1200 */ 104, 184, 226, 85, 302, 302, 302, 302, 304, 302, + /* 1210 */ 302, 302, 302, 347, 322, 299, 292, 302, 302, 198, + /* 1220 */ 302, 221, 62, 302, 104, 302, 243, 299, 302, 302, + /* 1230 */ 302, 198, 304, 221, 62, 302, 104, 347, 322, 299, + /* 1240 */ 292, 302, 302, 198, 304, 221, 62, 224, 104, 347, + /* 1250 */ 322, 299, 292, 302, 302, 198, 304, 221, 62, 197, + /* 1260 */ 104, 347, 322, 302, 292, 302, 299, 302, 304, 302, + /* 1270 */ 350, 215, 221, 347, 322, 104, 292, 302, 299, 302, + /* 1280 */ 302, 302, 98, 269, 102, 52, 124, 101, 347, 322, + /* 1290 */ 302, 292, 302, 302, 302, 304, 302, 302, 302, 302, + /* 1300 */ 347, 322, 299, 292, 302, 302, 198, 302, 221, 70, + /* 1310 */ 302, 104, 302, 302, 299, 302, 302, 302, 198, 304, + /* 1320 */ 221, 58, 302, 104, 347, 322, 299, 292, 302, 302, + /* 1330 */ 198, 304, 221, 79, 302, 104, 347, 322, 299, 292, + /* 1340 */ 302, 302, 198, 304, 221, 77, 302, 104, 347, 322, + /* 1350 */ 302, 292, 302, 302, 302, 304, 302, 302, 302, 142, + /* 1360 */ 347, 322, 299, 292, 166, 302, 198, 302, 221, 81, + /* 1370 */ 302, 104, 302, 331, 24, 33, 302, 302, 302, 304, + /* 1380 */ 302, 302, 302, 302, 347, 322, 299, 292, 302, 302, + /* 1390 */ 198, 302, 221, 78, 302, 104, 302, 302, 299, 302, + /* 1400 */ 302, 302, 198, 304, 221, 49, 302, 104, 347, 322, + /* 1410 */ 299, 292, 302, 302, 198, 304, 221, 63, 302, 104, + /* 1420 */ 347, 322, 299, 292, 302, 302, 198, 304, 221, 73, + /* 1430 */ 302, 104, 347, 322, 302, 292, 302, 302, 302, 304, + /* 1440 */ 302, 302, 302, 146, 347, 322, 299, 292, 166, 302, + /* 1450 */ 198, 302, 221, 56, 302, 104, 302, 331, 24, 33, + /* 1460 */ 302, 302, 302, 304, 302, 302, 302, 302, 347, 322, + /* 1470 */ 299, 292, 302, 302, 198, 302, 221, 80, 302, 104, + /* 1480 */ 302, 302, 299, 302, 302, 302, 198, 304, 221, 55, + /* 1490 */ 302, 104, 347, 322, 299, 292, 302, 302, 198, 304, + /* 1500 */ 221, 75, 302, 104, 347, 322, 299, 292, 302, 302, + /* 1510 */ 198, 304, 221, 61, 302, 104, 347, 322, 302, 292, + /* 1520 */ 302, 302, 302, 304, 302, 302, 302, 302, 347, 322, + /* 1530 */ 299, 292, 302, 302, 198, 302, 221, 66, 302, 104, + /* 1540 */ 302, 302, 302, 302, 302, 302, 302, 304, 302, 302, + /* 1550 */ 302, 302, 347, 322, 299, 292, 302, 302, 198, 302, + /* 1560 */ 221, 57, 302, 104, 302, 302, 299, 302, 302, 302, + /* 1570 */ 198, 304, 221, 74, 302, 104, 347, 322, 299, 292, + /* 1580 */ 302, 302, 198, 304, 221, 69, 302, 104, 347, 322, + /* 1590 */ 299, 292, 302, 302, 198, 304, 221, 65, 302, 104, + /* 1600 */ 347, 322, 302, 292, 302, 302, 302, 304, 302, 302, + /* 1610 */ 302, 302, 347, 322, 299, 292, 302, 302, 198, 302, + /* 1620 */ 221, 76, 302, 104, 302, 302, 302, 302, 302, 302, + /* 1630 */ 302, 304, 302, 302, 302, 302, 347, 322, 299, 292, + /* 1640 */ 302, 302, 198, 302, 221, 82, 302, 104, 302, 302, + /* 1650 */ 299, 302, 302, 302, 198, 304, 221, 83, 302, 104, + /* 1660 */ 347, 322, 299, 292, 302, 302, 198, 304, 221, 59, + /* 1670 */ 302, 104, 347, 322, 299, 292, 302, 302, 198, 304, + /* 1680 */ 179, 64, 302, 104, 347, 322, 302, 292, 302, 302, + /* 1690 */ 302, 304, 302, 302, 302, 302, 347, 322, 299, 292, + /* 1700 */ 302, 302, 198, 302, 221, 60, 302, 104, 302, 302, + /* 1710 */ 302, 302, 302, 302, 302, 304, 302, 302, 302, 302, + /* 1720 */ 347, 322, 299, 292, 302, 302, 198, 302, 221, 71, + /* 1730 */ 302, 104, 299, 302, 302, 302, 277, 302, 221, 304, + /* 1740 */ 302, 104, 302, 302, 347, 322, 302, 292, 302, 271, + /* 1750 */ 302, 302, 299, 302, 347, 322, 284, 292, 221, 299, + /* 1760 */ 302, 104, 302, 193, 302, 221, 302, 302, 104, 285, + /* 1770 */ 302, 302, 302, 302, 347, 322, 195, 292, 302, 302, + /* 1780 */ 302, 347, 322, 302, 292, ); static public $yy_lookahead = array( /* 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, 26, 86, 57, + /* 20 */ 9, 10, 11, 99, 100, 83, 102, 23, 86, 57, /* 30 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - /* 40 */ 41, 42, 43, 44, 102, 18, 3, 4, 5, 6, - /* 50 */ 7, 8, 9, 14, 15, 12, 47, 58, 59, 60, + /* 40 */ 41, 42, 43, 44, 102, 3, 4, 5, 6, 7, + /* 50 */ 8, 9, 83, 15, 12, 86, 15, 58, 59, 60, /* 60 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 1, - /* 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, + /* 70 */ 28, 102, 77, 14, 15, 71, 81, 108, 83, 84, + /* 80 */ 85, 86, 74, 75, 76, 77, 78, 12, 20, 94, + /* 90 */ 15, 16, 54, 25, 99, 100, 103, 102, 105, 31, /* 100 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - /* 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, + /* 110 */ 42, 43, 44, 12, 55, 13, 15, 16, 106, 107, + /* 120 */ 12, 8, 14, 15, 23, 12, 58, 59, 60, 61, + /* 130 */ 62, 63, 64, 65, 66, 67, 68, 69, 1, 77, + /* 140 */ 14, 28, 15, 81, 46, 83, 84, 85, 86, 51, + /* 150 */ 13, 53, 16, 13, 18, 57, 94, 20, 13, 13, + /* 160 */ 20, 99, 100, 55, 102, 20, 20, 88, 31, 32, /* 170 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, - /* 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, + /* 180 */ 43, 44, 1, 70, 71, 72, 46, 20, 12, 53, + /* 190 */ 45, 15, 16, 53, 13, 58, 59, 60, 61, 62, + /* 200 */ 63, 64, 65, 66, 67, 68, 69, 12, 13, 27, + /* 210 */ 15, 2, 31, 32, 33, 34, 35, 36, 37, 38, + /* 220 */ 39, 40, 41, 42, 43, 44, 103, 77, 46, 20, + /* 230 */ 54, 12, 15, 8, 17, 53, 19, 12, 21, 58, /* 240 */ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, - /* 250 */ 69, 29, 89, 90, 14, 15, 31, 32, 33, 34, - /* 260 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, - /* 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 */ 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, 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, 99, 100, 1, 102, 30, 31, 32, 33, - /* 460 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - /* 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 */ 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, + /* 250 */ 69, 1, 77, 28, 1, 78, 81, 80, 83, 84, + /* 260 */ 85, 86, 82, 113, 114, 46, 13, 87, 16, 94, + /* 270 */ 20, 18, 13, 20, 99, 100, 96, 102, 26, 20, + /* 280 */ 15, 31, 32, 33, 34, 35, 36, 37, 38, 39, + /* 290 */ 40, 41, 42, 43, 44, 70, 71, 72, 46, 46, + /* 300 */ 13, 18, 14, 15, 45, 53, 53, 20, 58, 59, + /* 310 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, + /* 320 */ 1, 77, 88, 1, 22, 81, 12, 83, 84, 15, + /* 330 */ 86, 82, 30, 89, 51, 13, 87, 13, 94, 56, + /* 340 */ 18, 22, 20, 99, 100, 96, 102, 76, 77, 78, + /* 350 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + /* 360 */ 41, 42, 43, 44, 1, 89, 90, 103, 54, 45, + /* 370 */ 12, 1, 12, 15, 14, 15, 13, 58, 59, 60, + /* 380 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 29, + /* 390 */ 20, 55, 27, 47, 31, 32, 33, 34, 35, 36, + /* 400 */ 37, 38, 39, 40, 41, 42, 43, 44, 1, 13, + /* 410 */ 45, 13, 54, 106, 107, 24, 20, 77, 20, 23, + /* 420 */ 13, 58, 59, 60, 61, 62, 63, 64, 65, 66, + /* 430 */ 67, 68, 69, 12, 12, 16, 15, 15, 31, 32, + /* 440 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, + /* 450 */ 43, 44, 1, 13, 114, 77, 57, 51, 15, 81, + /* 460 */ 20, 83, 56, 23, 86, 58, 59, 60, 61, 62, + /* 470 */ 63, 64, 65, 66, 67, 68, 69, 99, 100, 46, + /* 480 */ 102, 55, 31, 32, 33, 34, 35, 36, 37, 38, + /* 490 */ 39, 40, 41, 42, 43, 44, 1, 13, 46, 13, + /* 500 */ 12, 48, 15, 15, 20, 53, 20, 82, 13, 58, + /* 510 */ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, + /* 520 */ 69, 96, 71, 47, 13, 23, 31, 32, 33, 34, + /* 530 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + /* 540 */ 1, 2, 12, 77, 13, 15, 13, 81, 16, 83, + /* 550 */ 15, 20, 86, 58, 59, 60, 61, 62, 63, 64, + /* 560 */ 65, 66, 67, 68, 69, 99, 100, 51, 102, 45, + /* 570 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + /* 580 */ 41, 42, 43, 44, 1, 13, 13, 13, 13, 20, + /* 590 */ 47, 13, 20, 20, 20, 20, 13, 58, 59, 60, + /* 600 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 14, + /* 610 */ 26, 46, 2, 15, 31, 32, 33, 34, 35, 36, + /* 620 */ 37, 38, 39, 40, 41, 42, 43, 44, 1, 13, + /* 630 */ 29, 77, 13, 15, 14, 81, 20, 83, 14, 20, + /* 640 */ 86, 58, 59, 60, 61, 62, 63, 64, 65, 66, + /* 650 */ 67, 68, 69, 99, 100, 14, 102, 26, 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, + /* 670 */ 43, 44, 1, 13, 47, 13, 96, 20, 20, 103, + /* 680 */ 20, 104, 20, 15, 13, 58, 59, 60, 61, 62, + /* 690 */ 63, 64, 65, 66, 67, 68, 69, 29, 14, 18, + /* 700 */ 107, 105, 31, 32, 33, 34, 35, 36, 37, 38, + /* 710 */ 39, 40, 41, 42, 43, 44, 1, 13, 95, 77, + /* 720 */ 13, 2, 20, 81, 20, 83, 16, 20, 86, 58, /* 730 */ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, - /* 740 */ 69, 99, 100, 10, 102, 107, 31, 32, 33, 34, + /* 740 */ 69, 99, 100, 89, 102, 30, 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 */ 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, 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, 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, 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, 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, - /* 1110 */ 115, 115, 32, 115, 46, 115, 115, 49, 50, 115, - /* 1120 */ 52, 115, 115, 55, 56, 12, 46, 14, 15, 49, - /* 1130 */ 50, 115, 52, 115, 115, 55, 56, 12, 70, 14, - /* 1140 */ 15, 28, 29, 115, 115, 32, 115, 115, 115, 115, - /* 1150 */ 70, 115, 115, 28, 29, 115, 115, 32, 115, 46, - /* 1160 */ 115, 115, 49, 50, 115, 52, 115, 115, 55, 56, - /* 1170 */ 12, 46, 14, 15, 49, 50, 115, 52, 115, 115, - /* 1180 */ 55, 115, 115, 70, 115, 115, 28, 29, 115, 115, - /* 1190 */ 32, 115, 77, 115, 115, 70, 81, 115, 83, 84, - /* 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, 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 */ 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, 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 */ 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, 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, 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, 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 */ 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, + /* 760 */ 1, 51, 103, 77, 101, 91, 91, 81, 10, 83, + /* 770 */ 18, 108, 86, 58, 59, 60, 61, 62, 63, 64, + /* 780 */ 65, 66, 67, 68, 69, 99, 100, 88, 102, 88, + /* 790 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + /* 800 */ 41, 42, 43, 44, 1, 53, 47, 77, 79, 103, + /* 810 */ 110, 81, 115, 83, 115, 115, 86, 58, 59, 60, + /* 820 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 99, + /* 830 */ 100, 115, 102, 115, 31, 32, 33, 34, 35, 36, + /* 840 */ 37, 38, 39, 40, 41, 42, 43, 44, 1, 101, + /* 850 */ 115, 115, 115, 115, 115, 115, 108, 115, 115, 82, + /* 860 */ 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, + /* 870 */ 67, 68, 69, 96, 115, 115, 115, 115, 31, 32, + /* 880 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, + /* 890 */ 43, 44, 87, 115, 115, 115, 115, 115, 115, 115, + /* 900 */ 115, 115, 97, 98, 115, 58, 59, 60, 61, 62, + /* 910 */ 63, 64, 65, 66, 67, 68, 69, 82, 12, 115, + /* 920 */ 14, 15, 87, 17, 115, 19, 12, 21, 14, 15, + /* 930 */ 115, 96, 97, 98, 28, 29, 12, 13, 32, 15, + /* 940 */ 2, 93, 28, 29, 12, 13, 32, 15, 115, 115, + /* 950 */ 115, 27, 46, 105, 16, 49, 50, 115, 52, 27, + /* 960 */ 46, 55, 56, 49, 50, 12, 52, 14, 15, 55, + /* 970 */ 56, 57, 82, 82, 115, 115, 70, 12, 87, 14, + /* 980 */ 15, 28, 29, 115, 70, 32, 96, 96, 97, 98, + /* 990 */ 82, 115, 82, 28, 29, 115, 115, 32, 115, 46, + /* 1000 */ 110, 115, 49, 50, 96, 52, 96, 115, 55, 56, + /* 1010 */ 12, 46, 14, 15, 49, 50, 115, 52, 110, 92, + /* 1020 */ 55, 56, 12, 70, 14, 15, 28, 29, 92, 82, + /* 1030 */ 32, 115, 105, 92, 87, 70, 115, 115, 28, 29, + /* 1040 */ 115, 105, 32, 96, 46, 115, 105, 49, 50, 82, + /* 1050 */ 52, 92, 115, 55, 56, 12, 46, 14, 15, 49, + /* 1060 */ 50, 92, 52, 96, 105, 55, 56, 12, 70, 14, + /* 1070 */ 15, 28, 29, 92, 105, 32, 82, 110, 92, 115, + /* 1080 */ 70, 92, 82, 28, 29, 115, 105, 32, 115, 46, + /* 1090 */ 96, 105, 49, 50, 105, 52, 96, 115, 55, 56, + /* 1100 */ 12, 46, 14, 15, 49, 50, 92, 52, 82, 115, + /* 1110 */ 55, 56, 12, 70, 14, 15, 28, 29, 115, 105, + /* 1120 */ 32, 115, 96, 115, 115, 70, 115, 115, 28, 29, + /* 1130 */ 115, 115, 32, 115, 46, 115, 115, 49, 50, 115, + /* 1140 */ 52, 115, 115, 55, 56, 12, 46, 14, 15, 49, + /* 1150 */ 50, 115, 52, 115, 115, 55, 115, 115, 70, 115, + /* 1160 */ 115, 28, 29, 115, 115, 32, 115, 77, 115, 115, + /* 1170 */ 70, 81, 115, 83, 84, 115, 86, 115, 115, 46, + /* 1180 */ 115, 115, 49, 50, 94, 52, 115, 115, 55, 99, + /* 1190 */ 100, 77, 102, 115, 115, 81, 115, 83, 84, 115, + /* 1200 */ 86, 111, 112, 70, 115, 115, 115, 115, 94, 115, + /* 1210 */ 115, 115, 115, 99, 100, 77, 102, 115, 115, 81, + /* 1220 */ 115, 83, 84, 115, 86, 115, 112, 77, 115, 115, + /* 1230 */ 115, 81, 94, 83, 84, 115, 86, 99, 100, 77, + /* 1240 */ 102, 115, 115, 81, 94, 83, 84, 109, 86, 99, + /* 1250 */ 100, 77, 102, 115, 115, 81, 94, 83, 84, 109, + /* 1260 */ 86, 99, 100, 115, 102, 115, 77, 115, 94, 115, + /* 1270 */ 81, 109, 83, 99, 100, 86, 102, 115, 77, 115, + /* 1280 */ 115, 115, 81, 109, 83, 84, 85, 86, 99, 100, + /* 1290 */ 115, 102, 115, 115, 115, 94, 115, 115, 115, 115, + /* 1300 */ 99, 100, 77, 102, 115, 115, 81, 115, 83, 84, + /* 1310 */ 115, 86, 115, 115, 77, 115, 115, 115, 81, 94, + /* 1320 */ 83, 84, 115, 86, 99, 100, 77, 102, 115, 115, + /* 1330 */ 81, 94, 83, 84, 115, 86, 99, 100, 77, 102, + /* 1340 */ 115, 115, 81, 94, 83, 84, 115, 86, 99, 100, + /* 1350 */ 115, 102, 115, 115, 115, 94, 115, 115, 115, 82, + /* 1360 */ 99, 100, 77, 102, 87, 115, 81, 115, 83, 84, + /* 1370 */ 115, 86, 115, 96, 97, 98, 115, 115, 115, 94, + /* 1380 */ 115, 115, 115, 115, 99, 100, 77, 102, 115, 115, + /* 1390 */ 81, 115, 83, 84, 115, 86, 115, 115, 77, 115, + /* 1400 */ 115, 115, 81, 94, 83, 84, 115, 86, 99, 100, + /* 1410 */ 77, 102, 115, 115, 81, 94, 83, 84, 115, 86, + /* 1420 */ 99, 100, 77, 102, 115, 115, 81, 94, 83, 84, + /* 1430 */ 115, 86, 99, 100, 115, 102, 115, 115, 115, 94, + /* 1440 */ 115, 115, 115, 82, 99, 100, 77, 102, 87, 115, + /* 1450 */ 81, 115, 83, 84, 115, 86, 115, 96, 97, 98, + /* 1460 */ 115, 115, 115, 94, 115, 115, 115, 115, 99, 100, + /* 1470 */ 77, 102, 115, 115, 81, 115, 83, 84, 115, 86, + /* 1480 */ 115, 115, 77, 115, 115, 115, 81, 94, 83, 84, + /* 1490 */ 115, 86, 99, 100, 77, 102, 115, 115, 81, 94, + /* 1500 */ 83, 84, 115, 86, 99, 100, 77, 102, 115, 115, + /* 1510 */ 81, 94, 83, 84, 115, 86, 99, 100, 115, 102, + /* 1520 */ 115, 115, 115, 94, 115, 115, 115, 115, 99, 100, + /* 1530 */ 77, 102, 115, 115, 81, 115, 83, 84, 115, 86, + /* 1540 */ 115, 115, 115, 115, 115, 115, 115, 94, 115, 115, + /* 1550 */ 115, 115, 99, 100, 77, 102, 115, 115, 81, 115, + /* 1560 */ 83, 84, 115, 86, 115, 115, 77, 115, 115, 115, + /* 1570 */ 81, 94, 83, 84, 115, 86, 99, 100, 77, 102, + /* 1580 */ 115, 115, 81, 94, 83, 84, 115, 86, 99, 100, + /* 1590 */ 77, 102, 115, 115, 81, 94, 83, 84, 115, 86, + /* 1600 */ 99, 100, 115, 102, 115, 115, 115, 94, 115, 115, + /* 1610 */ 115, 115, 99, 100, 77, 102, 115, 115, 81, 115, + /* 1620 */ 83, 84, 115, 86, 115, 115, 115, 115, 115, 115, + /* 1630 */ 115, 94, 115, 115, 115, 115, 99, 100, 77, 102, + /* 1640 */ 115, 115, 81, 115, 83, 84, 115, 86, 115, 115, + /* 1650 */ 77, 115, 115, 115, 81, 94, 83, 84, 115, 86, + /* 1660 */ 99, 100, 77, 102, 115, 115, 81, 94, 83, 84, + /* 1670 */ 115, 86, 99, 100, 77, 102, 115, 115, 81, 94, + /* 1680 */ 83, 84, 115, 86, 99, 100, 115, 102, 115, 115, + /* 1690 */ 115, 94, 115, 115, 115, 115, 99, 100, 77, 102, + /* 1700 */ 115, 115, 81, 115, 83, 84, 115, 86, 115, 115, + /* 1710 */ 115, 115, 115, 115, 115, 94, 115, 115, 115, 115, + /* 1720 */ 99, 100, 77, 102, 115, 115, 81, 115, 83, 84, + /* 1730 */ 115, 86, 77, 115, 115, 115, 81, 115, 83, 94, + /* 1740 */ 115, 86, 115, 115, 99, 100, 115, 102, 115, 94, + /* 1750 */ 115, 115, 77, 115, 99, 100, 81, 102, 83, 77, + /* 1760 */ 115, 86, 115, 81, 115, 83, 115, 115, 86, 94, + /* 1770 */ 115, 115, 115, 115, 99, 100, 94, 102, 115, 115, + /* 1780 */ 115, 99, 100, 115, 102, ); const YY_SHIFT_USE_DFLT = -29; - const YY_SHIFT_MAX = 223; + const YY_SHIFT_MAX = 224; static public $yy_shift_ofst = array( - /* 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, 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, + /* 0 */ 42, 1055, 906, 906, 965, 1055, 965, 1043, 965, 965, + /* 10 */ 998, 1043, 1010, 914, 965, 965, 965, 965, 965, 965, + /* 20 */ 965, 965, 965, 965, 965, 965, 965, 965, 965, 965, + /* 30 */ 965, 965, 965, 965, 965, 965, 965, 965, 965, 953, + /* 40 */ 953, 1088, 1100, 1100, 1100, 1133, 1100, 1100, 1100, 68, + /* 50 */ 137, -1, 250, 250, 108, 803, 627, 539, 583, 495, + /* 60 */ 671, 759, 715, 407, 451, 181, 319, 363, 847, 847, + /* 70 */ 847, 847, 847, 847, 847, 847, 847, 847, 847, 847, + /* 80 */ 847, 847, 847, 847, 42, 225, 253, 322, 283, 59, + /* 90 */ 209, 209, 209, 370, 113, 11, 101, 176, 259, 440, + /* 100 */ 358, 136, 396, 421, 752, 421, 288, 422, 421, 421, + /* 110 */ 421, 421, 421, 488, 421, 288, 530, 422, 658, 681, + /* 120 */ 684, 657, 658, 681, 658, 924, 217, 932, 75, -9, + /* 130 */ 314, 195, 146, 287, 398, 484, 662, 660, 704, 707, + /* 140 */ 406, 406, 619, 406, 219, 531, 574, 616, 406, 575, + /* 150 */ 486, 406, 573, 572, 681, 681, 433, 681, 702, 684, + /* 160 */ 719, 702, 758, -29, -29, -29, -29, -29, -29, -29, + /* 170 */ 140, 98, 252, 360, 145, 182, 302, 324, 452, 4, + /* 180 */ 38, 365, 938, 668, -28, 452, 710, 127, 167, 102, + /* 190 */ 265, 41, 126, 631, 595, 584, 578, 543, 524, 569, + /* 200 */ 565, 610, 618, 641, 601, 624, 598, 620, 516, 336, + /* 210 */ 535, 443, 433, 399, 419, 346, 391, 453, 487, 532, + /* 220 */ 533, 502, 511, 426, 476, ); const YY_REDUCE_USE_DFLT = -94; - const YY_REDUCE_MAX = 167; + const YY_REDUCE_MAX = 169; static public $yy_reduce_ofst = array( - /* 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, + /* 0 */ 8, 1090, 175, 1201, 1138, 1114, 1174, -76, 1150, 1162, + /* 10 */ 62, -5, 244, 1405, 1597, 1501, 1513, 1453, 1573, 1261, + /* 20 */ 1321, 1333, 1345, 1369, 1393, 1309, 1225, 1237, 1285, 1585, + /* 30 */ 1561, 1645, 1537, 1417, 1477, 1489, 1429, 1621, 1249, 1675, + /* 40 */ 1655, 1682, 642, 378, 686, 554, 730, 466, 1189, 1361, + /* 50 */ 1277, 835, 835, 891, -31, 805, 805, 805, 805, 805, + /* 60 */ 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, + /* 70 */ 805, 805, 805, 805, 805, 805, 805, 805, 805, 805, + /* 80 */ 805, 805, 805, 805, 271, 150, 947, 180, -93, -58, + /* 90 */ 890, 908, 967, 249, 340, 177, 848, -7, 1000, 425, + /* 100 */ -7, 12, 425, 969, 12, 981, 663, 959, 936, 927, + /* 110 */ 941, 986, 959, 959, 1014, 748, 959, 989, 994, 12, + /* 120 */ 276, 1026, 910, 307, 777, 596, 623, 596, 596, 596, + /* 130 */ 596, 596, 580, 580, 580, 580, 580, 580, 580, 580, + /* 140 */ 577, 577, 580, 577, 576, 580, 580, 580, 577, 580, + /* 150 */ 580, 577, 580, 580, 593, 593, 706, 593, 674, 654, + /* 160 */ 700, 675, 729, 659, 701, 699, 79, 123, 264, 234, ); static public $yyExpectedTokens = array( /* 0 */ array(3, 4, 5, 6, 7, 8, 9, 12, 28, ), @@ -689,24 +671,24 @@ static public $yy_action = array( /* 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(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, ), + /* 49 */ 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, ), + /* 50 */ 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, ), /* 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, 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(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, ), + /* 55 */ 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, ), /* 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, 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, ), + /* 57 */ 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, ), + /* 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, 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, ), /* 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, 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, ), + /* 61 */ 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, ), + /* 62 */ 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, ), + /* 63 */ 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, ), + /* 64 */ 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, ), + /* 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, 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, ), /* 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, ), @@ -732,48 +714,48 @@ static public $yy_action = array( /* 89 */ array(14, 15, 55, ), /* 90 */ array(2, 20, ), /* 91 */ array(2, 20, ), - /* 92 */ array(1, 20, ), - /* 93 */ array(2, 20, ), + /* 92 */ array(2, 20, ), + /* 93 */ array(1, 20, ), /* 94 */ array(8, 12, 28, 70, 71, 72, ), /* 95 */ array(4, 5, 6, 9, 10, 11, ), /* 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, ), + /* 99 */ array(13, 20, 23, ), + /* 100 */ array(12, 15, 54, ), + /* 101 */ array(16, 18, 53, ), + /* 102 */ array(13, 20, 23, ), /* 103 */ array(12, 15, ), - /* 104 */ array(12, 15, ), + /* 104 */ array(18, 53, ), /* 105 */ array(12, 15, ), - /* 106 */ array(12, 15, ), + /* 106 */ array(14, 15, ), /* 107 */ array(12, 15, ), /* 108 */ array(12, 15, ), /* 109 */ array(12, 15, ), /* 110 */ array(12, 15, ), - /* 111 */ array(14, 15, ), - /* 112 */ array(18, 53, ), + /* 111 */ array(12, 15, ), + /* 112 */ array(12, 15, ), /* 113 */ array(12, 15, ), /* 114 */ array(12, 15, ), - /* 115 */ array(12, 15, ), + /* 115 */ array(14, 15, ), /* 116 */ array(12, 15, ), - /* 117 */ array(20, ), + /* 117 */ array(12, 15, ), /* 118 */ array(20, ), - /* 119 */ array(20, ), + /* 119 */ array(18, ), /* 120 */ array(14, ), /* 121 */ array(20, ), - /* 122 */ array(18, ), - /* 123 */ array(12, 13, 15, 27, ), - /* 124 */ array(15, 17, 19, 21, ), + /* 122 */ array(20, ), + /* 123 */ array(18, ), + /* 124 */ array(20, ), /* 125 */ array(12, 13, 15, 27, ), - /* 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, ), + /* 126 */ array(15, 17, 19, 21, ), + /* 127 */ array(12, 13, 15, 27, ), + /* 128 */ array(12, 15, 16, ), + /* 129 */ array(12, 13, 15, ), + /* 130 */ array(12, 15, 54, ), + /* 131 */ array(12, 13, 15, ), /* 132 */ array(13, 20, ), - /* 133 */ array(51, 56, ), + /* 133 */ array(13, 20, ), /* 134 */ array(13, 20, ), /* 135 */ array(13, 20, ), /* 136 */ array(13, 20, ), @@ -781,90 +763,90 @@ static public $yy_action = array( /* 138 */ array(13, 20, ), /* 139 */ array(13, 20, ), /* 140 */ array(51, 56, ), - /* 141 */ array(13, 20, ), + /* 141 */ array(51, 56, ), /* 142 */ array(13, 20, ), - /* 143 */ array(13, 20, ), - /* 144 */ array(13, 20, ), + /* 143 */ array(51, 56, ), + /* 144 */ array(12, 46, ), /* 145 */ array(13, 20, ), /* 146 */ array(13, 20, ), - /* 147 */ array(51, 56, ), + /* 147 */ array(13, 20, ), /* 148 */ array(51, 56, ), /* 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(20, ), - /* 158 */ array(10, ), + /* 150 */ array(13, 20, ), + /* 151 */ array(51, 56, ), + /* 152 */ array(13, 20, ), + /* 153 */ array(13, 20, ), + /* 154 */ array(18, ), + /* 155 */ array(18, ), + /* 156 */ array(46, ), + /* 157 */ array(18, ), + /* 158 */ array(20, ), /* 159 */ array(14, ), - /* 160 */ array(18, ), - /* 161 */ array(), - /* 162 */ array(), + /* 160 */ array(2, ), + /* 161 */ array(20, ), + /* 162 */ array(10, ), /* 163 */ array(), /* 164 */ array(), /* 165 */ array(), /* 166 */ array(), /* 167 */ array(), - /* 168 */ array(16, 26, 46, 53, ), - /* 169 */ array(13, 20, 46, 53, ), - /* 170 */ array(12, 14, 15, 29, ), + /* 168 */ array(), + /* 169 */ array(), + /* 170 */ array(13, 20, 46, 53, ), /* 171 */ array(46, 51, 53, 57, ), - /* 172 */ array(27, 46, 53, ), - /* 173 */ array(13, 20, 45, ), - /* 174 */ array(13, 45, ), - /* 175 */ array(16, 51, ), + /* 172 */ array(16, 26, 46, 53, ), + /* 173 */ array(12, 14, 15, 29, ), + /* 174 */ array(13, 20, 45, ), + /* 175 */ array(27, 46, 53, ), /* 176 */ array(22, 30, ), - /* 177 */ array(15, 29, ), + /* 177 */ array(13, 45, ), /* 178 */ array(46, 53, ), - /* 179 */ array(46, 53, ), - /* 180 */ array(23, 71, ), + /* 179 */ array(23, 71, ), + /* 180 */ array(15, 54, ), /* 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, ), + /* 182 */ array(2, 16, ), + /* 183 */ array(15, 29, ), + /* 184 */ array(30, 57, ), + /* 185 */ array(46, 53, ), + /* 186 */ array(16, 51, ), + /* 187 */ array(15, ), + /* 188 */ array(20, ), + /* 189 */ array(13, ), + /* 190 */ array(15, ), + /* 191 */ array(15, ), + /* 192 */ array(14, ), + /* 193 */ array(26, ), /* 194 */ array(14, ), - /* 195 */ array(46, ), - /* 196 */ array(15, ), - /* 197 */ array(55, ), - /* 198 */ array(13, ), - /* 199 */ array(46, ), - /* 200 */ array(16, ), - /* 201 */ array(20, ), + /* 195 */ array(26, ), + /* 196 */ array(13, ), + /* 197 */ array(47, ), + /* 198 */ array(45, ), + /* 199 */ array(20, ), + /* 200 */ array(46, ), + /* 201 */ array(2, ), /* 202 */ array(15, ), /* 203 */ array(14, ), - /* 204 */ array(20, ), + /* 204 */ array(29, ), /* 205 */ array(14, ), - /* 206 */ array(23, ), - /* 207 */ array(15, ), - /* 208 */ array(15, ), + /* 206 */ array(15, ), + /* 207 */ array(14, ), + /* 208 */ array(51, ), /* 209 */ array(55, ), - /* 210 */ array(57, ), - /* 211 */ array(2, ), - /* 212 */ array(51, ), - /* 213 */ array(15, ), - /* 214 */ array(13, ), - /* 215 */ array(16, ), + /* 210 */ array(15, ), + /* 211 */ array(15, ), + /* 212 */ array(46, ), + /* 213 */ array(57, ), + /* 214 */ array(16, ), + /* 215 */ array(47, ), /* 216 */ array(24, ), /* 217 */ array(48, ), /* 218 */ array(15, ), - /* 219 */ array(13, ), - /* 220 */ array(15, ), - /* 221 */ array(47, ), - /* 222 */ array(15, ), - /* 223 */ array(15, ), - /* 224 */ array(), + /* 219 */ array(16, ), + /* 220 */ array(13, ), + /* 221 */ array(23, ), + /* 222 */ array(13, ), + /* 223 */ array(55, ), + /* 224 */ array(47, ), /* 225 */ array(), /* 226 */ array(), /* 227 */ array(), @@ -1001,49 +983,50 @@ static public $yy_action = array( /* 358 */ array(), /* 359 */ array(), /* 360 */ array(), + /* 361 */ array(), ); static public $yy_default = array( - /* 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, + /* 0 */ 547, 530, 547, 547, 503, 547, 503, 547, 503, 503, + /* 10 */ 547, 547, 547, 547, 547, 547, 547, 547, 547, 547, + /* 20 */ 547, 547, 547, 547, 547, 547, 547, 547, 547, 547, + /* 30 */ 547, 547, 547, 547, 547, 547, 547, 547, 547, 547, + /* 40 */ 547, 547, 547, 547, 547, 547, 547, 547, 547, 420, + /* 50 */ 547, 547, 420, 420, 547, 547, 547, 547, 547, 547, + /* 60 */ 547, 547, 502, 547, 547, 547, 547, 547, 533, 453, + /* 70 */ 442, 449, 422, 426, 532, 440, 441, 429, 445, 531, + /* 80 */ 437, 446, 450, 402, 362, 547, 461, 547, 509, 547, + /* 90 */ 420, 420, 420, 420, 547, 547, 547, 476, 430, 454, + /* 100 */ 476, 469, 454, 547, 469, 547, 547, 547, 547, 547, + /* 110 */ 547, 547, 547, 547, 547, 547, 547, 547, 420, 469, + /* 120 */ 547, 420, 420, 506, 420, 547, 547, 547, 547, 547, + /* 130 */ 477, 547, 547, 547, 547, 547, 547, 547, 547, 547, + /* 140 */ 496, 495, 547, 493, 476, 547, 547, 547, 494, 547, + /* 150 */ 547, 474, 547, 547, 510, 490, 476, 507, 546, 547, + /* 160 */ 436, 546, 376, 476, 512, 512, 512, 476, 476, 512, + /* 170 */ 461, 461, 425, 547, 430, 461, 547, 430, 461, 454, + /* 180 */ 547, 430, 488, 547, 547, 451, 459, 547, 547, 547, + /* 190 */ 547, 547, 547, 547, 547, 547, 547, 547, 430, 547, + /* 200 */ 508, 488, 547, 547, 547, 547, 547, 547, 459, 547, + /* 210 */ 547, 547, 488, 547, 425, 547, 427, 463, 547, 547, + /* 220 */ 547, 454, 547, 547, 547, 417, 528, 539, 418, 383, + /* 230 */ 363, 538, 365, 382, 380, 527, 424, 537, 544, 364, + /* 240 */ 540, 543, 381, 529, 377, 413, 412, 463, 369, 414, + /* 250 */ 482, 483, 485, 411, 489, 481, 498, 452, 367, 368, + /* 260 */ 479, 480, 484, 473, 366, 374, 373, 375, 378, 501, + /* 270 */ 500, 514, 536, 497, 499, 472, 370, 513, 372, 371, + /* 280 */ 379, 456, 443, 390, 439, 438, 389, 444, 387, 447, + /* 290 */ 388, 492, 471, 491, 467, 393, 392, 434, 486, 468, + /* 300 */ 391, 448, 386, 526, 435, 519, 525, 524, 521, 522, + /* 310 */ 523, 518, 517, 385, 542, 504, 505, 515, 516, 384, + /* 320 */ 541, 395, 465, 458, 401, 511, 455, 520, 400, 460, + /* 330 */ 457, 419, 403, 410, 405, 534, 404, 415, 545, 428, + /* 340 */ 416, 399, 466, 432, 488, 397, 398, 462, 464, 396, + /* 350 */ 433, 487, 478, 431, 408, 409, 407, 470, 394, 475, + /* 360 */ 406, 535, ); const YYNOCODE = 116; const YYSTACKDEPTH = 100; - const YYNSTATE = 361; + const YYNSTATE = 362; const YYNRULE = 185; const YYERRORSYMBOL = 73; const YYERRSYMDT = 'yy0'; @@ -1211,30 +1194,30 @@ static public $yy_action = array( /* 102 */ "value ::= SINGLEQUOTESTRING", /* 103 */ "value ::= doublequoted_with_quotes", /* 104 */ "value ::= ID DOUBLECOLON static_class_access", - /* 105 */ "value ::= smartytag", - /* 106 */ "variable ::= varindexed", - /* 107 */ "variable ::= DOLLAR varvar AT ID", - /* 108 */ "variable ::= object", - /* 109 */ "variable ::= HATCH ID HATCH", - /* 110 */ "variable ::= HATCH variable HATCH", - /* 111 */ "varindexed ::= DOLLAR varvar arrayindex", - /* 112 */ "arrayindex ::= arrayindex indexdef", - /* 113 */ "arrayindex ::=", - /* 114 */ "indexdef ::= DOT DOLLAR varvar", - /* 115 */ "indexdef ::= DOT DOLLAR varvar AT ID", - /* 116 */ "indexdef ::= DOT ID", - /* 117 */ "indexdef ::= DOT INTEGER", - /* 118 */ "indexdef ::= DOT LDEL expr RDEL", - /* 119 */ "indexdef ::= OPENB ID CLOSEB", - /* 120 */ "indexdef ::= OPENB ID DOT ID CLOSEB", - /* 121 */ "indexdef ::= OPENB expr CLOSEB", - /* 122 */ "indexdef ::= OPENB CLOSEB", - /* 123 */ "varvar ::= varvarele", - /* 124 */ "varvar ::= varvar varvarele", - /* 125 */ "varvarele ::= ID", - /* 126 */ "varvarele ::= LDEL expr RDEL", - /* 127 */ "object ::= varindexed objectchain", - /* 128 */ "object ::= varindexed DOUBLECOLON ID", + /* 105 */ "value ::= varindexed DOUBLECOLON static_class_access", + /* 106 */ "value ::= smartytag", + /* 107 */ "variable ::= varindexed", + /* 108 */ "variable ::= DOLLAR varvar AT ID", + /* 109 */ "variable ::= object", + /* 110 */ "variable ::= HATCH ID HATCH", + /* 111 */ "variable ::= HATCH variable HATCH", + /* 112 */ "varindexed ::= DOLLAR varvar arrayindex", + /* 113 */ "arrayindex ::= arrayindex indexdef", + /* 114 */ "arrayindex ::=", + /* 115 */ "indexdef ::= DOT DOLLAR varvar", + /* 116 */ "indexdef ::= DOT DOLLAR varvar AT ID", + /* 117 */ "indexdef ::= DOT ID", + /* 118 */ "indexdef ::= DOT INTEGER", + /* 119 */ "indexdef ::= DOT LDEL expr RDEL", + /* 120 */ "indexdef ::= OPENB ID CLOSEB", + /* 121 */ "indexdef ::= OPENB ID DOT ID CLOSEB", + /* 122 */ "indexdef ::= OPENB expr CLOSEB", + /* 123 */ "indexdef ::= OPENB CLOSEB", + /* 124 */ "varvar ::= varvarele", + /* 125 */ "varvar ::= varvar varvarele", + /* 126 */ "varvarele ::= ID", + /* 127 */ "varvarele ::= LDEL expr RDEL", + /* 128 */ "object ::= varindexed objectchain", /* 129 */ "objectchain ::= objectelement", /* 130 */ "objectchain ::= objectchain objectelement", /* 131 */ "objectelement ::= PTR ID arrayindex", @@ -1550,7 +1533,7 @@ static public $yy_action = array( $this->internalError = true; $this->compiler->trigger_template_error("Stack overflow in template parser"); -#line 1549 "smarty_internal_templateparser.php" +#line 1532 "smarty_internal_templateparser.php" return; } $yytos = new TP_yyStackEntry; @@ -1676,6 +1659,7 @@ static public $yy_action = array( array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 3 ), + array( 'lhs' => 81, 'rhs' => 3 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 83, 'rhs' => 1 ), array( 'lhs' => 83, 'rhs' => 4 ), @@ -1699,7 +1683,6 @@ static public $yy_action = array( array( 'lhs' => 105, 'rhs' => 1 ), array( 'lhs' => 105, 'rhs' => 3 ), array( 'lhs' => 102, 'rhs' => 2 ), - array( 'lhs' => 102, 'rhs' => 3 ), array( 'lhs' => 106, 'rhs' => 1 ), array( 'lhs' => 106, 'rhs' => 2 ), array( 'lhs' => 107, 'rhs' => 3 ), @@ -1772,7 +1755,7 @@ static public $yy_action = array( 100 => 0, 102 => 0, 103 => 0, - 108 => 0, + 109 => 0, 144 => 0, 166 => 0, 1 => 1, @@ -1848,7 +1831,7 @@ static public $yy_action = array( 71 => 70, 72 => 70, 73 => 73, - 123 => 73, + 124 => 73, 183 => 73, 74 => 74, 75 => 75, @@ -1876,23 +1859,23 @@ static public $yy_action = array( 105 => 105, 106 => 106, 107 => 107, - 109 => 109, + 108 => 108, 110 => 110, 111 => 111, 112 => 112, 113 => 113, - 150 => 113, 114 => 114, + 150 => 114, 115 => 115, 116 => 116, 117 => 117, 118 => 118, - 121 => 118, 119 => 119, + 122 => 119, 120 => 120, - 122 => 122, - 184 => 122, - 124 => 124, + 121 => 121, + 123 => 123, + 184 => 123, 125 => 125, 126 => 126, 127 => 127, @@ -1947,7 +1930,7 @@ static public $yy_action = array( ); #line 91 "smarty_internal_templateparser.y" function yy_r0(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 1946 "smarty_internal_templateparser.php" +#line 1929 "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; @@ -1956,7 +1939,7 @@ static public $yy_action = array( $this->template->extracted_compiled_code .= $this->yystack[$this->yyidx + 0]->minor; } } -#line 1955 "smarty_internal_templateparser.php" +#line 1938 "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; @@ -1966,7 +1949,7 @@ static public $yy_action = array( $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } } -#line 1965 "smarty_internal_templateparser.php" +#line 1948 "smarty_internal_templateparser.php" #line 118 "smarty_internal_templateparser.y" function yy_r3(){ if ($this->compiler->has_code) { @@ -1978,10 +1961,10 @@ static public $yy_action = array( $this->compiler->has_variable_string = false; $this->block_nesting_level = count($this->compiler->_tag_stack); } -#line 1977 "smarty_internal_templateparser.php" +#line 1960 "smarty_internal_templateparser.php" #line 130 "smarty_internal_templateparser.y" function yy_r4(){ $this->_retvalue = ''; } -#line 1980 "smarty_internal_templateparser.php" +#line 1963 "smarty_internal_templateparser.php" #line 136 "smarty_internal_templateparser.y" function yy_r6(){ if ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU) { @@ -1994,7 +1977,7 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 1993 "smarty_internal_templateparser.php" +#line 1976 "smarty_internal_templateparser.php" #line 148 "smarty_internal_templateparser.y" function yy_r7(){if ($this->is_xml) { $this->compiler->tag_nocache = true; @@ -2010,7 +1993,7 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 2009 "smarty_internal_templateparser.php" +#line 1992 "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)); @@ -2018,10 +2001,10 @@ static public $yy_action = array( $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } } -#line 2017 "smarty_internal_templateparser.php" +#line 2000 "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 2020 "smarty_internal_templateparser.php" +#line 2003 "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); @@ -2029,111 +2012,111 @@ static public $yy_action = array( $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } } -#line 2028 "smarty_internal_templateparser.php" +#line 2011 "smarty_internal_templateparser.php" #line 182 "smarty_internal_templateparser.y" function yy_r11(){ $this->_retvalue = ''; } -#line 2031 "smarty_internal_templateparser.php" +#line 2014 "smarty_internal_templateparser.php" #line 183 "smarty_internal_templateparser.y" function yy_r12(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } -#line 2034 "smarty_internal_templateparser.php" +#line 2017 "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 2037 "smarty_internal_templateparser.php" +#line 2020 "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 2040 "smarty_internal_templateparser.php" +#line 2023 "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 2043 "smarty_internal_templateparser.php" +#line 2026 "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 2046 "smarty_internal_templateparser.php" +#line 2029 "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 2049 "smarty_internal_templateparser.php" +#line 2032 "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 2052 "smarty_internal_templateparser.php" +#line 2035 "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 2055 "smarty_internal_templateparser.php" +#line 2038 "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 2058 "smarty_internal_templateparser.php" +#line 2041 "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 2044 "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 2047 "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 2050 "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 2072 "smarty_internal_templateparser.php" +#line 2055 "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 2077 "smarty_internal_templateparser.php" +#line 2060 "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 2080 "smarty_internal_templateparser.php" +#line 2063 "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 2084 "smarty_internal_templateparser.php" +#line 2067 "smarty_internal_templateparser.php" #line 239 "smarty_internal_templateparser.y" function yy_r40(){ $this->_retvalue = '='.$this->yystack[$this->yyidx + 0]->minor; } -#line 2087 "smarty_internal_templateparser.php" +#line 2070 "smarty_internal_templateparser.php" #line 240 "smarty_internal_templateparser.y" function yy_r41(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2090 "smarty_internal_templateparser.php" +#line 2073 "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 2093 "smarty_internal_templateparser.php" +#line 2076 "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 2096 "smarty_internal_templateparser.php" +#line 2079 "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 2100 "smarty_internal_templateparser.php" +#line 2083 "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 2104 "smarty_internal_templateparser.php" +#line 2087 "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 2108 "smarty_internal_templateparser.php" +#line 2091 "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 2112 "smarty_internal_templateparser.php" +#line 2095 "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 2098 "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 2101 "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 2123 "smarty_internal_templateparser.php" +#line 2106 "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 2126 "smarty_internal_templateparser.php" +#line 2109 "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 2129 "smarty_internal_templateparser.php" +#line 2112 "smarty_internal_templateparser.php" #line 275 "smarty_internal_templateparser.y" function yy_r58(){ $this->_retvalue = array(); } -#line 2132 "smarty_internal_templateparser.php" +#line 2115 "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'); @@ -2143,73 +2126,73 @@ 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 2142 "smarty_internal_templateparser.php" +#line 2125 "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 2145 "smarty_internal_templateparser.php" +#line 2128 "smarty_internal_templateparser.php" #line 289 "smarty_internal_templateparser.y" function yy_r63(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor=>'true'); } -#line 2148 "smarty_internal_templateparser.php" +#line 2131 "smarty_internal_templateparser.php" #line 296 "smarty_internal_templateparser.y" function yy_r65(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } -#line 2151 "smarty_internal_templateparser.php" +#line 2134 "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 2154 "smarty_internal_templateparser.php" +#line 2137 "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 2157 "smarty_internal_templateparser.php" +#line 2140 "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 2160 "smarty_internal_templateparser.php" +#line 2143 "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 2146 "smarty_internal_templateparser.php" #line 316 "smarty_internal_templateparser.y" function yy_r73(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2166 "smarty_internal_templateparser.php" +#line 2149 "smarty_internal_templateparser.php" #line 319 "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 2169 "smarty_internal_templateparser.php" +#line 2152 "smarty_internal_templateparser.php" #line 323 "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 2172 "smarty_internal_templateparser.php" +#line 2155 "smarty_internal_templateparser.php" #line 324 "smarty_internal_templateparser.y" 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 2158 "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 2161 "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 2164 "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 2167 "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 2170 "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 2173 "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 2193 "smarty_internal_templateparser.php" +#line 2176 "smarty_internal_templateparser.php" #line 332 "smarty_internal_templateparser.y" 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 2179 "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 2182 "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 2202 "smarty_internal_templateparser.php" +#line 2185 "smarty_internal_templateparser.php" #line 351 "smarty_internal_templateparser.y" function yy_r94(){ $this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2205 "smarty_internal_templateparser.php" +#line 2188 "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 2208 "smarty_internal_templateparser.php" +#line 2191 "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'; @@ -2219,20 +2202,24 @@ static public $yy_action = array( $this->_retvalue = 'null'; } else $this->_retvalue = "'".$this->yystack[$this->yyidx + 0]->minor."'"; } -#line 2218 "smarty_internal_templateparser.php" +#line 2201 "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 2204 "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 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 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']); +#line 2209 "smarty_internal_templateparser.php" +#line 378 "smarty_internal_templateparser.y" + function yy_r105(){ 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 2213 "smarty_internal_templateparser.php" +#line 381 "smarty_internal_templateparser.y" + function yy_r106(){ $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 2216 "smarty_internal_templateparser.php" +#line 390 "smarty_internal_templateparser.y" + function yy_r107(){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']])) { $this->_retvalue = '$_smarty_tpl->tpl_vars['. $this->yystack[$this->yyidx + 0]->minor['var'] .']->value'.$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']; @@ -2240,92 +2227,88 @@ 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 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])) { +#line 2226 "smarty_internal_templateparser.php" +#line 399 "smarty_internal_templateparser.y" + function yy_r108(){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 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 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 2253 "smarty_internal_templateparser.php" -#line 410 "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 2256 "smarty_internal_templateparser.php" -#line 416 "smarty_internal_templateparser.y" - function yy_r112(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2259 "smarty_internal_templateparser.php" +#line 2234 "smarty_internal_templateparser.php" +#line 408 "smarty_internal_templateparser.y" + function yy_r110(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } +#line 2237 "smarty_internal_templateparser.php" +#line 409 "smarty_internal_templateparser.y" + function yy_r111(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } +#line 2240 "smarty_internal_templateparser.php" +#line 412 "smarty_internal_templateparser.y" + function yy_r112(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'smarty_internal_index'=>$this->yystack[$this->yyidx + 0]->minor); } +#line 2243 "smarty_internal_templateparser.php" #line 418 "smarty_internal_templateparser.y" - function yy_r113(){return; } -#line 2262 "smarty_internal_templateparser.php" -#line 422 "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 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" + function yy_r113(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2246 "smarty_internal_templateparser.php" +#line 420 "smarty_internal_templateparser.y" + function yy_r114(){return; } +#line 2249 "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" + function yy_r115(){ $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 2252 "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" + function yy_r116(){ $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 2255 "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" + function yy_r117(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } +#line 2258 "smarty_internal_templateparser.php" +#line 427 "smarty_internal_templateparser.y" + function yy_r118(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } +#line 2261 "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 2283 "smarty_internal_templateparser.php" -#line 433 "smarty_internal_templateparser.y" - function yy_r122(){$this->_retvalue = ''; } -#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 2289 "smarty_internal_templateparser.php" + function yy_r119(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } +#line 2264 "smarty_internal_templateparser.php" +#line 430 "smarty_internal_templateparser.y" + function yy_r120(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } +#line 2267 "smarty_internal_templateparser.php" +#line 431 "smarty_internal_templateparser.y" + function yy_r121(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } +#line 2270 "smarty_internal_templateparser.php" +#line 435 "smarty_internal_templateparser.y" + function yy_r123(){$this->_retvalue = ''; } +#line 2273 "smarty_internal_templateparser.php" #line 443 "smarty_internal_templateparser.y" - function yy_r125(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2292 "smarty_internal_templateparser.php" + function yy_r125(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2276 "smarty_internal_templateparser.php" #line 445 "smarty_internal_templateparser.y" - function yy_r126(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#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 2299 "smarty_internal_templateparser.php" + function yy_r126(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } +#line 2279 "smarty_internal_templateparser.php" +#line 447 "smarty_internal_templateparser.y" + function yy_r127(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2282 "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 2303 "smarty_internal_templateparser.php" + function yy_r128(){ 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 2286 "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 2289 "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 2292 "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 2295 "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 2298 "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 2318 "smarty_internal_templateparser.php" +#line 2301 "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 2321 "smarty_internal_templateparser.php" +#line 2304 "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 2307 "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)) { @@ -2334,100 +2317,100 @@ static public $yy_action = array( $this->compiler->trigger_template_error ("unknown function \"" . $this->yystack[$this->yyidx + -3]->minor . "\""); } } } -#line 2333 "smarty_internal_templateparser.php" +#line 2316 "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 2319 "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 2322 "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 2342 "smarty_internal_templateparser.php" +#line 2325 "smarty_internal_templateparser.php" #line 490 "smarty_internal_templateparser.y" function yy_r141(){ return; } -#line 2345 "smarty_internal_templateparser.php" +#line 2328 "smarty_internal_templateparser.php" #line 495 "smarty_internal_templateparser.y" function yy_r142(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2348 "smarty_internal_templateparser.php" +#line 2331 "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 2334 "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 2337 "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 2340 "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 2343 "smarty_internal_templateparser.php" #line 526 "smarty_internal_templateparser.y" function yy_r153(){$this->_retvalue = '=='; } -#line 2363 "smarty_internal_templateparser.php" +#line 2346 "smarty_internal_templateparser.php" #line 527 "smarty_internal_templateparser.y" function yy_r154(){$this->_retvalue = '!='; } -#line 2366 "smarty_internal_templateparser.php" +#line 2349 "smarty_internal_templateparser.php" #line 528 "smarty_internal_templateparser.y" function yy_r155(){$this->_retvalue = '>'; } -#line 2369 "smarty_internal_templateparser.php" +#line 2352 "smarty_internal_templateparser.php" #line 529 "smarty_internal_templateparser.y" function yy_r156(){$this->_retvalue = '<'; } -#line 2372 "smarty_internal_templateparser.php" +#line 2355 "smarty_internal_templateparser.php" #line 530 "smarty_internal_templateparser.y" function yy_r157(){$this->_retvalue = '>='; } -#line 2375 "smarty_internal_templateparser.php" +#line 2358 "smarty_internal_templateparser.php" #line 531 "smarty_internal_templateparser.y" function yy_r158(){$this->_retvalue = '<='; } -#line 2378 "smarty_internal_templateparser.php" +#line 2361 "smarty_internal_templateparser.php" #line 532 "smarty_internal_templateparser.y" function yy_r159(){$this->_retvalue = '==='; } -#line 2381 "smarty_internal_templateparser.php" +#line 2364 "smarty_internal_templateparser.php" #line 533 "smarty_internal_templateparser.y" function yy_r160(){$this->_retvalue = '!=='; } -#line 2384 "smarty_internal_templateparser.php" +#line 2367 "smarty_internal_templateparser.php" #line 534 "smarty_internal_templateparser.y" function yy_r161(){$this->_retvalue = '%'; } -#line 2387 "smarty_internal_templateparser.php" +#line 2370 "smarty_internal_templateparser.php" #line 536 "smarty_internal_templateparser.y" function yy_r162(){$this->_retvalue = '&&'; } -#line 2390 "smarty_internal_templateparser.php" +#line 2373 "smarty_internal_templateparser.php" #line 537 "smarty_internal_templateparser.y" function yy_r163(){$this->_retvalue = '||'; } -#line 2393 "smarty_internal_templateparser.php" +#line 2376 "smarty_internal_templateparser.php" #line 538 "smarty_internal_templateparser.y" function yy_r164(){$this->_retvalue = ' XOR '; } -#line 2396 "smarty_internal_templateparser.php" +#line 2379 "smarty_internal_templateparser.php" #line 543 "smarty_internal_templateparser.y" function yy_r165(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2399 "smarty_internal_templateparser.php" +#line 2382 "smarty_internal_templateparser.php" #line 545 "smarty_internal_templateparser.y" function yy_r167(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2402 "smarty_internal_templateparser.php" +#line 2385 "smarty_internal_templateparser.php" #line 546 "smarty_internal_templateparser.y" function yy_r168(){ return; } -#line 2405 "smarty_internal_templateparser.php" +#line 2388 "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 2391 "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 2394 "smarty_internal_templateparser.php" #line 555 "smarty_internal_templateparser.y" function yy_r172(){ $this->_retvalue = "''"; } -#line 2414 "smarty_internal_templateparser.php" +#line 2397 "smarty_internal_templateparser.php" #line 556 "smarty_internal_templateparser.y" function yy_r173(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php(); } -#line 2417 "smarty_internal_templateparser.php" +#line 2400 "smarty_internal_templateparser.php" #line 558 "smarty_internal_templateparser.y" 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 2403 "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 2406 "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 2409 "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'); @@ -2436,18 +2419,18 @@ static public $yy_action = array( } $this->compiler->tag_nocache = $this->compiler->tag_nocache | $this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor,"'"), null, true, false)->nocache; } -#line 2435 "smarty_internal_templateparser.php" +#line 2418 "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 2421 "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 2443 "smarty_internal_templateparser.php" +#line 2426 "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" +#line 2429 "smarty_internal_templateparser.php" private $_retvalue; @@ -2509,7 +2492,7 @@ static public $yy_action = array( $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_template_error(); -#line 2509 "smarty_internal_templateparser.php" +#line 2492 "smarty_internal_templateparser.php" } function yy_accept() @@ -2526,7 +2509,7 @@ static public $yy_action = array( $this->internalError = false; $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; -#line 2527 "smarty_internal_templateparser.php" +#line 2510 "smarty_internal_templateparser.php" } function doParse($yymajor, $yytokenvalue)