diff --git a/change_log.txt b/change_log.txt index f43bdf87..fe67549c 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,7 @@ +16/03/2010 +- bugfix on assign attribute at registered template objects +- make handling of modifiers on expression BC to Smarty2 + 15/03/2010 - bugfix on block plugin calls diff --git a/libs/sysplugins/smarty_internal_compile_private_object_function.php b/libs/sysplugins/smarty_internal_compile_private_object_function.php index 8e8ff944..3cf90d8e 100644 --- a/libs/sysplugins/smarty_internal_compile_private_object_function.php +++ b/libs/sysplugins/smarty_internal_compile_private_object_function.php @@ -1,36 +1,38 @@ compiler = $compiler; - // This tag does create output - $this->compiler->has_output = true; - + $this->compiler = $compiler; $this->required_attributes = array(); $this->optional_attributes = array('_any'); // check and get attributes - $_attr = $this->_get_attributes($args); + $_attr = $this->_get_attributes($args); + $_assign = null; + if (isset($_attr['assign'])) { + $_assign = $_attr['assign']; + unset($_attr['assign']); + } // convert attributes into parameter array string if ($this->compiler->smarty->registered_objects[$tag][2]) { $_paramsArray = array(); @@ -42,13 +44,19 @@ class Smarty_Internal_Compile_Private_Object_Function extends Smarty_Internal_Co } } $_params = 'array(' . implode(",", $_paramsArray) . ')'; - $output = "smarty->registered_objects['{$tag}'][0]->{$methode}({$_params},\$_smarty_tpl->smarty,\$_smarty_tpl);?>\n"; + $return = "\$_smarty_tpl->smarty->registered_objects['{$tag}'][0]->{$methode}({$_params},\$_smarty_tpl->smarty,\$_smarty_tpl)"; } else { $_params = implode(",", $_attr); - $output = "smarty->registered_objects['{$tag}'][0]->{$methode}({$_params});?>\n"; + $return = "\$_smarty_tpl->smarty->registered_objects['{$tag}'][0]->{$methode}({$_params})"; } + if (empty($_assign)) { + // This tag does create output + $this->compiler->has_output = true; + $output = "\n"; + } else { + $output = "assign({$_assign},{$return});?>\n"; + } return $output; } } - -?> +?> \ No newline at end of file diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index 3603aa9d..578cad6b 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -212,447 +212,410 @@ class Smarty_Internal_Templateparser#line 79 "smarty_internal_templateparser.php const YY_ACCEPT_ACTION = 556; const YY_ERROR_ACTION = 555; - const YY_SZ_ACTTAB = 1924; + const YY_SZ_ACTTAB = 1756; static public $yy_action = array( - /* 0 */ 327, 147, 198, 315, 312, 316, 277, 197, 160, 305, - /* 10 */ 314, 59, 257, 262, 328, 266, 3, 259, 46, 43, - /* 20 */ 42, 40, 19, 25, 347, 343, 28, 17, 344, 345, - /* 30 */ 29, 18, 126, 256, 303, 300, 299, 295, 296, 297, - /* 40 */ 160, 22, 45, 2, 291, 36, 48, 346, 353, 354, - /* 50 */ 361, 362, 363, 360, 359, 355, 356, 357, 358, 126, - /* 60 */ 34, 324, 556, 55, 235, 302, 304, 7, 197, 95, - /* 70 */ 265, 301, 302, 304, 157, 329, 255, 15, 247, 46, - /* 80 */ 43, 42, 40, 19, 25, 347, 343, 28, 17, 344, - /* 90 */ 345, 29, 18, 424, 4, 203, 54, 5, 287, 149, - /* 100 */ 424, 290, 178, 9, 212, 278, 108, 109, 346, 353, - /* 110 */ 354, 361, 362, 363, 360, 359, 355, 356, 357, 358, - /* 120 */ 272, 288, 144, 285, 22, 332, 5, 291, 54, 197, - /* 130 */ 159, 329, 341, 217, 37, 108, 293, 24, 26, 200, - /* 140 */ 46, 43, 42, 40, 19, 25, 347, 343, 28, 17, - /* 150 */ 344, 345, 29, 18, 22, 244, 283, 291, 33, 22, - /* 160 */ 333, 183, 291, 177, 23, 243, 111, 155, 13, 346, - /* 170 */ 353, 354, 361, 362, 363, 360, 359, 355, 356, 357, - /* 180 */ 358, 46, 43, 42, 40, 19, 25, 347, 343, 28, - /* 190 */ 17, 344, 345, 29, 18, 46, 43, 42, 40, 19, - /* 200 */ 25, 347, 343, 28, 17, 344, 345, 29, 18, 60, - /* 210 */ 346, 353, 354, 361, 362, 363, 360, 359, 355, 356, - /* 220 */ 357, 358, 334, 267, 346, 353, 354, 361, 362, 363, - /* 230 */ 360, 359, 355, 356, 357, 358, 181, 198, 16, 109, - /* 240 */ 46, 43, 42, 40, 19, 25, 347, 343, 28, 17, - /* 250 */ 344, 345, 29, 18, 32, 285, 22, 5, 54, 291, - /* 260 */ 36, 242, 313, 27, 306, 21, 108, 104, 236, 346, - /* 270 */ 353, 354, 361, 362, 363, 360, 359, 355, 356, 357, - /* 280 */ 358, 48, 251, 46, 43, 42, 40, 19, 25, 347, - /* 290 */ 343, 28, 17, 344, 345, 29, 18, 140, 22, 331, - /* 300 */ 222, 291, 175, 111, 199, 240, 239, 282, 198, 172, - /* 310 */ 329, 293, 346, 353, 354, 361, 362, 363, 360, 359, - /* 320 */ 355, 356, 357, 358, 46, 43, 42, 40, 19, 25, - /* 330 */ 347, 343, 28, 17, 344, 345, 29, 18, 5, 124, - /* 340 */ 164, 22, 22, 213, 291, 291, 60, 108, 170, 258, - /* 350 */ 180, 318, 284, 346, 353, 354, 361, 362, 363, 360, - /* 360 */ 359, 355, 356, 357, 358, 63, 245, 46, 43, 42, - /* 370 */ 40, 19, 25, 347, 343, 28, 17, 344, 345, 29, - /* 380 */ 18, 141, 423, 351, 22, 222, 223, 291, 173, 197, - /* 390 */ 197, 205, 278, 278, 109, 293, 346, 353, 354, 361, - /* 400 */ 362, 363, 360, 359, 355, 356, 357, 358, 152, 277, - /* 410 */ 285, 148, 65, 307, 340, 136, 229, 189, 14, 163, - /* 420 */ 197, 197, 293, 24, 26, 293, 24, 26, 46, 43, - /* 430 */ 42, 40, 19, 25, 347, 343, 28, 17, 344, 345, - /* 440 */ 29, 18, 321, 338, 256, 5, 54, 287, 270, 197, - /* 450 */ 197, 169, 10, 212, 108, 197, 109, 346, 353, 354, - /* 460 */ 361, 362, 363, 360, 359, 355, 356, 357, 358, 272, - /* 470 */ 288, 129, 285, 22, 335, 183, 291, 62, 197, 323, - /* 480 */ 319, 250, 13, 217, 284, 143, 197, 197, 207, 46, - /* 490 */ 43, 42, 40, 19, 25, 347, 343, 28, 17, 344, - /* 500 */ 345, 29, 18, 97, 254, 280, 310, 350, 352, 269, - /* 510 */ 198, 197, 238, 197, 197, 197, 284, 289, 346, 353, - /* 520 */ 354, 361, 362, 363, 360, 359, 355, 356, 357, 358, - /* 530 */ 46, 43, 42, 40, 19, 25, 347, 343, 28, 17, - /* 540 */ 344, 345, 29, 18, 139, 294, 208, 7, 336, 176, - /* 550 */ 330, 203, 197, 182, 48, 197, 281, 197, 293, 346, - /* 560 */ 353, 354, 361, 362, 363, 360, 359, 355, 356, 357, - /* 570 */ 358, 46, 43, 42, 40, 19, 25, 347, 343, 28, - /* 580 */ 17, 344, 345, 29, 18, 156, 320, 339, 24, 26, - /* 590 */ 179, 166, 329, 197, 197, 10, 204, 221, 38, 293, - /* 600 */ 346, 353, 354, 361, 362, 363, 360, 359, 355, 356, - /* 610 */ 357, 358, 46, 43, 42, 40, 19, 25, 347, 343, - /* 620 */ 28, 17, 344, 345, 29, 18, 133, 273, 220, 22, - /* 630 */ 22, 180, 206, 196, 116, 260, 34, 261, 228, 364, - /* 640 */ 293, 346, 353, 354, 361, 362, 363, 360, 359, 355, - /* 650 */ 356, 357, 358, 46, 43, 42, 40, 19, 25, 347, - /* 660 */ 343, 28, 17, 344, 345, 29, 18, 150, 113, 248, - /* 670 */ 11, 115, 246, 30, 214, 119, 322, 168, 317, 114, - /* 680 */ 276, 293, 346, 353, 354, 361, 362, 363, 360, 359, - /* 690 */ 355, 356, 357, 358, 46, 43, 42, 40, 19, 25, - /* 700 */ 347, 343, 28, 17, 344, 345, 29, 18, 146, 209, - /* 710 */ 249, 253, 349, 279, 274, 230, 268, 122, 202, 278, - /* 720 */ 103, 290, 293, 346, 353, 354, 361, 362, 363, 360, - /* 730 */ 359, 355, 356, 357, 358, 12, 46, 43, 42, 40, - /* 740 */ 19, 25, 347, 343, 28, 17, 344, 345, 29, 18, - /* 750 */ 137, 286, 64, 282, 112, 107, 308, 153, 197, 96, - /* 760 */ 298, 233, 39, 8, 293, 346, 353, 354, 361, 362, - /* 770 */ 363, 360, 359, 355, 356, 357, 358, 46, 43, 42, - /* 780 */ 40, 19, 25, 347, 343, 28, 17, 344, 345, 29, - /* 790 */ 18, 135, 234, 290, 263, 35, 61, 309, 309, 309, - /* 800 */ 309, 309, 309, 309, 225, 293, 346, 353, 354, 361, - /* 810 */ 362, 363, 360, 359, 355, 356, 357, 358, 219, 2, - /* 820 */ 138, 105, 57, 134, 121, 198, 231, 151, 218, 2, - /* 830 */ 214, 106, 184, 154, 293, 126, 224, 293, 309, 47, - /* 840 */ 45, 293, 24, 26, 6, 126, 224, 293, 277, 47, - /* 850 */ 210, 277, 309, 31, 309, 309, 44, 41, 197, 275, - /* 860 */ 271, 292, 309, 20, 60, 1, 44, 41, 309, 275, - /* 870 */ 271, 292, 309, 198, 60, 1, 264, 309, 2, 56, - /* 880 */ 106, 191, 198, 309, 125, 311, 309, 198, 2, 56, - /* 890 */ 111, 187, 197, 309, 126, 224, 309, 284, 47, 426, - /* 900 */ 128, 197, 309, 309, 126, 195, 426, 309, 47, 309, - /* 910 */ 309, 309, 20, 284, 102, 44, 41, 48, 275, 271, - /* 920 */ 292, 309, 20, 60, 1, 44, 41, 284, 275, 271, - /* 930 */ 292, 48, 309, 60, 1, 309, 309, 2, 56, 111, - /* 940 */ 194, 309, 98, 127, 309, 130, 309, 2, 56, 106, - /* 950 */ 186, 309, 309, 126, 224, 284, 284, 47, 284, 309, - /* 960 */ 309, 309, 309, 126, 224, 309, 309, 47, 309, 309, - /* 970 */ 309, 20, 309, 309, 44, 41, 309, 275, 271, 292, - /* 980 */ 309, 20, 60, 1, 44, 41, 309, 275, 271, 292, - /* 990 */ 309, 309, 60, 1, 309, 309, 2, 56, 106, 191, - /* 1000 */ 309, 309, 309, 309, 309, 309, 2, 56, 110, 191, - /* 1010 */ 309, 309, 126, 224, 309, 309, 47, 309, 309, 309, - /* 1020 */ 309, 309, 126, 224, 309, 309, 47, 309, 309, 309, - /* 1030 */ 31, 309, 309, 44, 41, 309, 275, 271, 292, 309, - /* 1040 */ 20, 60, 1, 44, 41, 309, 275, 271, 292, 309, - /* 1050 */ 309, 60, 1, 309, 309, 2, 56, 106, 185, 309, - /* 1060 */ 309, 309, 309, 309, 309, 2, 56, 111, 194, 309, - /* 1070 */ 309, 126, 224, 309, 257, 47, 309, 309, 3, 309, - /* 1080 */ 309, 126, 224, 309, 309, 47, 309, 309, 309, 31, - /* 1090 */ 309, 309, 44, 41, 126, 275, 271, 292, 309, 20, - /* 1100 */ 60, 1, 44, 41, 309, 275, 271, 292, 309, 309, - /* 1110 */ 60, 309, 309, 309, 2, 56, 111, 190, 309, 309, - /* 1120 */ 287, 309, 309, 309, 58, 56, 100, 53, 117, 99, - /* 1130 */ 126, 224, 309, 309, 47, 309, 309, 342, 252, 15, - /* 1140 */ 247, 309, 272, 288, 2, 285, 111, 188, 20, 309, - /* 1150 */ 198, 44, 41, 309, 275, 271, 292, 309, 309, 60, - /* 1160 */ 126, 224, 309, 309, 47, 309, 309, 227, 309, 197, - /* 1170 */ 309, 309, 309, 309, 56, 309, 309, 309, 20, 309, - /* 1180 */ 309, 44, 41, 198, 275, 271, 292, 309, 309, 60, - /* 1190 */ 287, 309, 309, 309, 132, 337, 212, 94, 309, 109, - /* 1200 */ 211, 309, 197, 309, 56, 309, 309, 342, 309, 309, - /* 1210 */ 287, 309, 272, 288, 132, 285, 212, 94, 309, 109, - /* 1220 */ 309, 309, 309, 309, 193, 326, 309, 342, 5, 309, - /* 1230 */ 309, 309, 272, 288, 287, 285, 309, 108, 145, 309, - /* 1240 */ 212, 67, 309, 109, 309, 325, 309, 309, 309, 309, - /* 1250 */ 309, 342, 309, 309, 287, 309, 272, 288, 123, 285, - /* 1260 */ 212, 89, 241, 109, 287, 309, 201, 309, 174, 309, - /* 1270 */ 212, 342, 309, 109, 287, 309, 272, 288, 131, 285, - /* 1280 */ 212, 50, 118, 109, 287, 309, 272, 288, 171, 285, - /* 1290 */ 212, 342, 309, 109, 287, 309, 272, 288, 145, 285, - /* 1300 */ 212, 52, 120, 109, 287, 309, 272, 288, 161, 285, - /* 1310 */ 212, 342, 309, 109, 287, 309, 272, 288, 145, 285, - /* 1320 */ 212, 67, 309, 109, 309, 309, 272, 288, 309, 285, - /* 1330 */ 309, 342, 309, 309, 287, 309, 272, 288, 58, 285, - /* 1340 */ 101, 51, 117, 99, 309, 309, 216, 309, 309, 309, - /* 1350 */ 309, 342, 309, 309, 287, 309, 272, 288, 145, 285, - /* 1360 */ 212, 71, 309, 109, 287, 309, 232, 309, 158, 309, - /* 1370 */ 212, 342, 309, 109, 287, 309, 272, 288, 145, 285, - /* 1380 */ 212, 67, 309, 109, 309, 309, 272, 288, 309, 285, - /* 1390 */ 309, 342, 309, 309, 287, 309, 272, 288, 145, 285, - /* 1400 */ 212, 67, 309, 109, 309, 309, 237, 309, 309, 309, - /* 1410 */ 309, 342, 309, 309, 287, 309, 272, 288, 145, 285, - /* 1420 */ 212, 90, 309, 109, 309, 309, 226, 309, 309, 309, - /* 1430 */ 309, 342, 309, 309, 287, 309, 272, 288, 145, 285, - /* 1440 */ 212, 91, 309, 109, 309, 309, 287, 309, 309, 309, - /* 1450 */ 145, 342, 212, 72, 309, 109, 272, 288, 287, 285, - /* 1460 */ 309, 309, 145, 342, 212, 68, 309, 109, 272, 288, - /* 1470 */ 309, 285, 309, 309, 309, 342, 309, 309, 287, 309, - /* 1480 */ 272, 288, 145, 285, 212, 81, 309, 109, 309, 309, - /* 1490 */ 309, 309, 309, 309, 309, 342, 309, 309, 287, 309, - /* 1500 */ 272, 288, 145, 285, 212, 84, 309, 109, 309, 309, - /* 1510 */ 309, 309, 309, 309, 309, 342, 309, 309, 287, 309, - /* 1520 */ 272, 288, 145, 285, 212, 79, 309, 109, 309, 309, - /* 1530 */ 287, 309, 309, 309, 145, 342, 212, 83, 309, 109, - /* 1540 */ 272, 288, 287, 285, 309, 309, 145, 342, 212, 70, - /* 1550 */ 309, 109, 272, 288, 309, 285, 309, 309, 309, 342, - /* 1560 */ 309, 309, 287, 309, 272, 288, 145, 285, 212, 78, - /* 1570 */ 309, 109, 309, 309, 309, 309, 309, 309, 309, 342, - /* 1580 */ 309, 309, 287, 309, 272, 288, 145, 285, 192, 74, - /* 1590 */ 309, 109, 309, 309, 309, 309, 309, 309, 309, 342, - /* 1600 */ 309, 309, 287, 309, 272, 288, 145, 285, 212, 69, - /* 1610 */ 309, 109, 309, 309, 287, 309, 309, 309, 145, 342, - /* 1620 */ 212, 73, 309, 109, 272, 288, 287, 285, 309, 309, - /* 1630 */ 145, 342, 212, 86, 309, 109, 272, 288, 309, 285, - /* 1640 */ 309, 309, 309, 342, 309, 309, 287, 309, 272, 288, - /* 1650 */ 145, 285, 212, 80, 309, 109, 309, 309, 309, 309, - /* 1660 */ 309, 309, 309, 342, 309, 309, 287, 309, 272, 288, - /* 1670 */ 145, 285, 212, 82, 309, 109, 309, 309, 309, 309, - /* 1680 */ 309, 309, 309, 342, 309, 309, 287, 309, 272, 288, - /* 1690 */ 145, 285, 212, 93, 309, 109, 309, 309, 287, 309, - /* 1700 */ 309, 309, 145, 342, 212, 85, 309, 109, 272, 288, - /* 1710 */ 287, 285, 309, 309, 145, 342, 212, 49, 309, 109, - /* 1720 */ 272, 288, 309, 285, 309, 309, 309, 342, 309, 309, - /* 1730 */ 287, 309, 272, 288, 145, 285, 212, 88, 309, 109, - /* 1740 */ 309, 309, 309, 309, 309, 309, 309, 342, 309, 309, - /* 1750 */ 287, 309, 272, 288, 145, 285, 212, 75, 309, 109, - /* 1760 */ 309, 309, 309, 309, 309, 309, 309, 342, 309, 309, - /* 1770 */ 287, 309, 272, 288, 145, 285, 212, 66, 309, 109, - /* 1780 */ 309, 309, 287, 309, 309, 309, 145, 342, 212, 77, - /* 1790 */ 309, 109, 272, 288, 287, 285, 309, 309, 145, 342, - /* 1800 */ 212, 87, 309, 109, 272, 288, 309, 285, 309, 309, - /* 1810 */ 309, 342, 309, 309, 287, 309, 272, 288, 145, 285, - /* 1820 */ 212, 76, 309, 109, 309, 309, 309, 309, 309, 309, - /* 1830 */ 309, 342, 309, 309, 287, 309, 272, 288, 145, 285, - /* 1840 */ 212, 92, 309, 109, 309, 309, 309, 309, 309, 309, - /* 1850 */ 309, 342, 309, 309, 287, 309, 272, 288, 162, 285, - /* 1860 */ 212, 309, 309, 109, 309, 309, 287, 309, 309, 309, - /* 1870 */ 142, 348, 212, 309, 309, 109, 272, 288, 287, 285, - /* 1880 */ 309, 309, 165, 215, 212, 309, 309, 109, 272, 288, - /* 1890 */ 309, 285, 309, 309, 309, 309, 309, 309, 287, 309, - /* 1900 */ 272, 288, 167, 285, 212, 309, 309, 109, 309, 309, - /* 1910 */ 309, 309, 309, 309, 309, 309, 309, 309, 309, 309, - /* 1920 */ 272, 288, 309, 285, + /* 0 */ 182, 282, 141, 30, 331, 188, 285, 201, 52, 121, + /* 10 */ 105, 275, 321, 161, 327, 310, 312, 311, 322, 181, + /* 20 */ 152, 294, 309, 264, 283, 30, 279, 190, 285, 29, + /* 30 */ 41, 43, 48, 39, 25, 23, 341, 343, 24, 27, + /* 40 */ 344, 345, 15, 17, 556, 84, 260, 298, 300, 30, + /* 50 */ 216, 192, 285, 29, 34, 46, 107, 143, 54, 360, + /* 60 */ 361, 362, 363, 359, 358, 354, 355, 356, 357, 340, + /* 70 */ 339, 182, 282, 181, 30, 328, 102, 285, 101, 49, + /* 80 */ 119, 98, 87, 316, 237, 182, 242, 6, 240, 322, + /* 90 */ 181, 169, 220, 217, 264, 283, 111, 279, 13, 88, + /* 100 */ 313, 41, 43, 48, 39, 25, 23, 341, 343, 24, + /* 110 */ 27, 344, 345, 15, 17, 41, 43, 48, 39, 25, + /* 120 */ 23, 341, 343, 24, 27, 344, 345, 15, 17, 137, + /* 130 */ 360, 361, 362, 363, 359, 358, 354, 355, 356, 357, + /* 140 */ 340, 339, 182, 261, 360, 361, 362, 363, 359, 358, + /* 150 */ 354, 355, 356, 357, 340, 339, 182, 107, 219, 30, + /* 160 */ 169, 181, 285, 32, 334, 157, 31, 13, 165, 246, + /* 170 */ 248, 181, 41, 43, 48, 39, 25, 23, 341, 343, + /* 180 */ 24, 27, 344, 345, 15, 17, 41, 43, 48, 39, + /* 190 */ 25, 23, 341, 343, 24, 27, 344, 345, 15, 17, + /* 200 */ 88, 360, 361, 362, 363, 359, 358, 354, 355, 356, + /* 210 */ 357, 340, 339, 182, 37, 360, 361, 362, 363, 359, + /* 220 */ 358, 354, 355, 356, 357, 340, 339, 182, 350, 318, + /* 230 */ 423, 42, 181, 6, 333, 181, 181, 181, 271, 251, + /* 240 */ 271, 181, 111, 41, 43, 48, 39, 25, 23, 341, + /* 250 */ 343, 24, 27, 344, 345, 15, 17, 41, 43, 48, + /* 260 */ 39, 25, 23, 341, 343, 24, 27, 344, 345, 15, + /* 270 */ 17, 182, 360, 361, 362, 363, 359, 358, 354, 355, + /* 280 */ 356, 357, 340, 339, 131, 138, 360, 361, 362, 363, + /* 290 */ 359, 358, 354, 355, 356, 357, 340, 339, 289, 289, + /* 300 */ 4, 41, 43, 48, 39, 25, 23, 341, 343, 24, + /* 310 */ 27, 344, 345, 15, 17, 182, 297, 298, 300, 299, + /* 320 */ 296, 295, 291, 290, 292, 152, 276, 258, 3, 182, + /* 330 */ 360, 361, 362, 363, 359, 358, 354, 355, 356, 357, + /* 340 */ 340, 339, 155, 327, 125, 41, 43, 48, 39, 25, + /* 350 */ 23, 341, 343, 24, 27, 344, 345, 15, 17, 41, + /* 360 */ 43, 48, 39, 25, 23, 341, 343, 24, 27, 344, + /* 370 */ 345, 15, 17, 244, 360, 361, 362, 363, 359, 358, + /* 380 */ 354, 355, 356, 357, 340, 339, 182, 19, 360, 361, + /* 390 */ 362, 363, 359, 358, 354, 355, 356, 357, 340, 339, + /* 400 */ 182, 226, 114, 154, 167, 42, 319, 159, 270, 95, + /* 410 */ 259, 153, 168, 181, 16, 21, 41, 43, 48, 39, + /* 420 */ 25, 23, 341, 343, 24, 27, 344, 345, 15, 17, + /* 430 */ 41, 43, 48, 39, 25, 23, 341, 343, 24, 27, + /* 440 */ 344, 345, 15, 17, 12, 360, 361, 362, 363, 359, + /* 450 */ 358, 354, 355, 356, 357, 340, 339, 182, 26, 360, + /* 460 */ 361, 362, 363, 359, 358, 354, 355, 356, 357, 340, + /* 470 */ 339, 182, 349, 323, 315, 305, 11, 317, 306, 181, + /* 480 */ 271, 181, 181, 332, 181, 181, 268, 41, 43, 48, + /* 490 */ 39, 25, 23, 341, 343, 24, 27, 344, 345, 15, + /* 500 */ 17, 41, 43, 48, 39, 25, 23, 341, 343, 24, + /* 510 */ 27, 344, 345, 15, 17, 182, 360, 361, 362, 363, + /* 520 */ 359, 358, 354, 355, 356, 357, 340, 339, 200, 281, + /* 530 */ 360, 361, 362, 363, 359, 358, 354, 355, 356, 357, + /* 540 */ 340, 339, 8, 156, 327, 41, 43, 48, 39, 25, + /* 550 */ 23, 341, 343, 24, 27, 344, 345, 15, 17, 182, + /* 560 */ 30, 231, 30, 285, 271, 285, 337, 182, 10, 218, + /* 570 */ 54, 236, 105, 181, 360, 361, 362, 363, 359, 358, + /* 580 */ 354, 355, 356, 357, 340, 339, 181, 160, 279, 41, + /* 590 */ 43, 48, 39, 25, 23, 341, 343, 24, 27, 344, + /* 600 */ 345, 15, 17, 182, 194, 351, 217, 223, 6, 158, + /* 610 */ 327, 353, 181, 36, 233, 106, 250, 111, 360, 361, + /* 620 */ 362, 363, 359, 358, 354, 355, 356, 357, 340, 339, + /* 630 */ 235, 199, 176, 41, 43, 48, 39, 25, 23, 341, + /* 640 */ 343, 24, 27, 344, 345, 15, 17, 182, 263, 224, + /* 650 */ 338, 307, 222, 257, 247, 181, 112, 181, 181, 33, + /* 660 */ 214, 320, 360, 361, 362, 363, 359, 358, 354, 355, + /* 670 */ 356, 357, 340, 339, 206, 215, 280, 41, 43, 48, + /* 680 */ 39, 25, 23, 341, 343, 24, 27, 344, 345, 15, + /* 690 */ 17, 426, 424, 42, 191, 308, 9, 30, 426, 424, + /* 700 */ 285, 30, 181, 9, 195, 221, 360, 361, 362, 363, + /* 710 */ 359, 358, 354, 355, 356, 357, 340, 339, 244, 3, + /* 720 */ 181, 103, 85, 42, 116, 6, 204, 42, 205, 3, + /* 730 */ 123, 115, 171, 6, 111, 125, 197, 30, 330, 47, + /* 740 */ 285, 124, 111, 277, 145, 125, 197, 30, 329, 47, + /* 750 */ 285, 18, 209, 14, 277, 228, 44, 45, 289, 269, + /* 760 */ 265, 287, 211, 22, 88, 1, 44, 45, 130, 269, + /* 770 */ 265, 287, 146, 167, 88, 1, 254, 162, 3, 86, + /* 780 */ 115, 180, 289, 16, 21, 11, 289, 126, 3, 86, + /* 790 */ 115, 170, 132, 147, 125, 197, 149, 163, 47, 133, + /* 800 */ 277, 164, 335, 20, 125, 197, 289, 289, 47, 181, + /* 810 */ 289, 30, 22, 289, 178, 44, 45, 135, 269, 265, + /* 820 */ 287, 288, 14, 88, 1, 44, 45, 288, 269, 265, + /* 830 */ 287, 289, 54, 88, 1, 243, 245, 3, 86, 115, + /* 840 */ 180, 136, 181, 284, 150, 288, 140, 3, 86, 109, + /* 850 */ 180, 167, 266, 125, 197, 96, 326, 47, 289, 120, + /* 860 */ 289, 16, 21, 125, 197, 314, 139, 47, 277, 223, + /* 870 */ 302, 14, 301, 99, 44, 45, 118, 269, 265, 287, + /* 880 */ 289, 22, 88, 1, 44, 45, 277, 269, 265, 287, + /* 890 */ 129, 127, 88, 1, 352, 113, 3, 86, 107, 174, + /* 900 */ 144, 97, 128, 277, 277, 148, 3, 86, 115, 172, + /* 910 */ 167, 134, 125, 177, 277, 277, 47, 234, 252, 289, + /* 920 */ 16, 21, 125, 197, 35, 289, 47, 225, 108, 191, + /* 930 */ 22, 227, 7, 44, 45, 110, 269, 265, 287, 284, + /* 940 */ 22, 88, 1, 44, 45, 151, 269, 265, 287, 90, + /* 950 */ 167, 88, 1, 203, 200, 3, 86, 107, 186, 289, + /* 960 */ 16, 21, 364, 33, 117, 3, 86, 107, 183, 267, + /* 970 */ 142, 125, 197, 275, 256, 47, 104, 229, 2, 262, + /* 980 */ 303, 125, 197, 94, 293, 47, 54, 284, 202, 22, + /* 990 */ 40, 28, 44, 45, 125, 269, 265, 287, 278, 22, + /* 1000 */ 88, 1, 44, 45, 89, 269, 265, 287, 196, 93, + /* 1010 */ 88, 5, 92, 91, 3, 86, 107, 186, 46, 288, + /* 1020 */ 282, 309, 309, 309, 102, 86, 100, 53, 119, 98, + /* 1030 */ 125, 197, 309, 309, 47, 309, 309, 322, 241, 38, + /* 1040 */ 232, 309, 264, 283, 3, 279, 107, 185, 22, 309, + /* 1050 */ 182, 44, 45, 309, 269, 265, 287, 309, 309, 88, + /* 1060 */ 125, 197, 304, 309, 47, 309, 309, 208, 166, 181, + /* 1070 */ 309, 105, 309, 309, 86, 309, 309, 309, 22, 309, + /* 1080 */ 309, 44, 45, 309, 269, 265, 287, 279, 309, 88, + /* 1090 */ 282, 309, 309, 249, 179, 309, 201, 72, 309, 105, + /* 1100 */ 309, 309, 309, 309, 86, 309, 309, 322, 309, 309, + /* 1110 */ 282, 309, 264, 283, 188, 279, 201, 55, 309, 105, + /* 1120 */ 309, 309, 282, 309, 187, 325, 173, 322, 201, 78, + /* 1130 */ 238, 105, 264, 283, 282, 279, 309, 309, 179, 322, + /* 1140 */ 201, 72, 189, 105, 264, 283, 309, 279, 309, 309, + /* 1150 */ 309, 322, 309, 309, 282, 309, 264, 283, 188, 279, + /* 1160 */ 201, 55, 309, 105, 309, 309, 282, 309, 309, 324, + /* 1170 */ 188, 322, 201, 55, 309, 105, 264, 283, 309, 279, + /* 1180 */ 309, 309, 309, 322, 309, 309, 212, 309, 264, 283, + /* 1190 */ 282, 279, 309, 309, 188, 309, 201, 55, 198, 105, + /* 1200 */ 309, 309, 282, 309, 309, 309, 175, 322, 201, 51, + /* 1210 */ 122, 105, 264, 283, 282, 279, 309, 309, 188, 322, + /* 1220 */ 201, 64, 253, 105, 264, 283, 207, 279, 309, 309, + /* 1230 */ 309, 322, 309, 309, 282, 309, 264, 283, 188, 279, + /* 1240 */ 201, 58, 309, 105, 309, 309, 282, 309, 309, 309, + /* 1250 */ 188, 322, 201, 60, 309, 105, 264, 283, 309, 279, + /* 1260 */ 309, 309, 309, 322, 309, 309, 282, 309, 264, 283, + /* 1270 */ 188, 279, 201, 67, 309, 105, 309, 309, 282, 309, + /* 1280 */ 309, 309, 188, 322, 201, 73, 309, 105, 264, 283, + /* 1290 */ 282, 279, 309, 309, 188, 322, 201, 80, 309, 105, + /* 1300 */ 264, 283, 282, 279, 309, 309, 188, 322, 201, 57, + /* 1310 */ 309, 105, 264, 283, 282, 279, 309, 309, 188, 322, + /* 1320 */ 201, 71, 309, 105, 264, 283, 282, 279, 309, 309, + /* 1330 */ 188, 322, 201, 70, 309, 105, 264, 283, 309, 279, + /* 1340 */ 309, 309, 309, 322, 309, 309, 282, 309, 264, 283, + /* 1350 */ 188, 279, 201, 74, 309, 105, 309, 309, 282, 309, + /* 1360 */ 309, 309, 188, 322, 201, 81, 309, 105, 264, 283, + /* 1370 */ 282, 279, 309, 309, 188, 322, 201, 62, 309, 105, + /* 1380 */ 264, 283, 282, 279, 309, 309, 188, 322, 184, 66, + /* 1390 */ 309, 105, 264, 283, 282, 279, 309, 309, 188, 322, + /* 1400 */ 201, 61, 309, 105, 264, 283, 282, 279, 309, 309, + /* 1410 */ 188, 322, 201, 63, 309, 105, 264, 283, 309, 279, + /* 1420 */ 309, 309, 309, 322, 309, 309, 282, 309, 264, 283, + /* 1430 */ 188, 279, 201, 82, 309, 105, 309, 309, 282, 309, + /* 1440 */ 309, 309, 188, 322, 201, 77, 309, 105, 264, 283, + /* 1450 */ 282, 279, 309, 309, 188, 322, 201, 75, 309, 105, + /* 1460 */ 264, 283, 282, 279, 309, 309, 188, 322, 201, 56, + /* 1470 */ 309, 105, 264, 283, 282, 279, 309, 309, 188, 322, + /* 1480 */ 201, 79, 309, 105, 264, 283, 282, 279, 309, 309, + /* 1490 */ 188, 322, 201, 65, 309, 105, 264, 283, 309, 279, + /* 1500 */ 309, 309, 309, 322, 309, 309, 282, 309, 264, 283, + /* 1510 */ 188, 279, 201, 50, 309, 105, 309, 309, 282, 309, + /* 1520 */ 309, 309, 188, 322, 201, 83, 309, 105, 264, 283, + /* 1530 */ 282, 279, 309, 309, 188, 322, 201, 59, 309, 105, + /* 1540 */ 264, 283, 282, 279, 309, 309, 188, 322, 201, 69, + /* 1550 */ 309, 105, 264, 283, 282, 279, 309, 309, 188, 322, + /* 1560 */ 201, 68, 309, 105, 264, 283, 282, 279, 182, 309, + /* 1570 */ 188, 322, 201, 76, 309, 105, 264, 283, 309, 279, + /* 1580 */ 336, 309, 309, 322, 309, 210, 282, 181, 264, 283, + /* 1590 */ 193, 279, 201, 282, 309, 105, 309, 342, 309, 201, + /* 1600 */ 309, 309, 105, 213, 309, 309, 309, 309, 264, 283, + /* 1610 */ 346, 279, 309, 6, 309, 264, 283, 282, 279, 309, + /* 1620 */ 309, 272, 111, 201, 309, 309, 105, 282, 309, 309, + /* 1630 */ 309, 348, 309, 201, 309, 309, 105, 309, 309, 264, + /* 1640 */ 283, 309, 279, 309, 309, 309, 309, 282, 309, 264, + /* 1650 */ 283, 273, 279, 201, 309, 282, 105, 309, 309, 274, + /* 1660 */ 309, 201, 309, 309, 105, 309, 309, 309, 309, 264, + /* 1670 */ 283, 309, 279, 309, 309, 282, 309, 264, 283, 347, + /* 1680 */ 279, 201, 282, 309, 105, 309, 255, 309, 201, 256, + /* 1690 */ 282, 105, 309, 2, 230, 309, 201, 264, 283, 105, + /* 1700 */ 279, 309, 309, 309, 264, 283, 309, 279, 309, 125, + /* 1710 */ 309, 309, 264, 283, 309, 279, 282, 309, 309, 309, + /* 1720 */ 286, 309, 201, 309, 309, 105, 309, 309, 309, 309, + /* 1730 */ 309, 309, 309, 309, 309, 309, 309, 309, 264, 283, + /* 1740 */ 309, 279, 309, 309, 309, 309, 309, 309, 309, 309, + /* 1750 */ 309, 309, 309, 239, 38, 232, ); static public $yy_lookahead = array( - /* 0 */ 13, 105, 1, 4, 5, 6, 112, 20, 9, 10, - /* 10 */ 11, 15, 8, 17, 13, 19, 12, 21, 31, 32, - /* 20 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, - /* 30 */ 43, 44, 28, 79, 3, 4, 5, 6, 7, 8, - /* 40 */ 9, 12, 2, 12, 15, 16, 45, 60, 61, 62, - /* 50 */ 63, 64, 65, 66, 67, 68, 69, 70, 71, 28, - /* 60 */ 16, 13, 76, 77, 78, 79, 80, 16, 20, 115, - /* 70 */ 116, 78, 79, 80, 108, 109, 72, 73, 74, 31, - /* 80 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - /* 90 */ 42, 43, 44, 13, 16, 51, 18, 46, 79, 105, - /* 100 */ 20, 107, 83, 30, 85, 23, 55, 88, 60, 61, - /* 110 */ 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, - /* 120 */ 101, 102, 84, 104, 12, 13, 46, 15, 18, 20, - /* 130 */ 108, 109, 59, 55, 25, 55, 98, 99, 100, 27, - /* 140 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - /* 150 */ 41, 42, 43, 44, 12, 73, 109, 15, 16, 12, - /* 160 */ 13, 51, 15, 13, 12, 23, 14, 15, 58, 60, - /* 170 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, - /* 180 */ 71, 31, 32, 33, 34, 35, 36, 37, 38, 39, - /* 190 */ 40, 41, 42, 43, 44, 31, 32, 33, 34, 35, - /* 200 */ 36, 37, 38, 39, 40, 41, 42, 43, 44, 57, - /* 210 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, - /* 220 */ 70, 71, 13, 59, 60, 61, 62, 63, 64, 65, - /* 230 */ 66, 67, 68, 69, 70, 71, 85, 1, 27, 88, - /* 240 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - /* 250 */ 41, 42, 43, 44, 2, 104, 12, 46, 18, 15, - /* 260 */ 16, 110, 80, 27, 82, 12, 55, 14, 15, 60, - /* 270 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, - /* 280 */ 71, 45, 29, 31, 32, 33, 34, 35, 36, 37, - /* 290 */ 38, 39, 40, 41, 42, 43, 44, 84, 12, 13, - /* 300 */ 56, 15, 89, 14, 15, 52, 53, 106, 1, 108, - /* 310 */ 109, 98, 60, 61, 62, 63, 64, 65, 66, 67, - /* 320 */ 68, 69, 70, 71, 31, 32, 33, 34, 35, 36, - /* 330 */ 37, 38, 39, 40, 41, 42, 43, 44, 46, 94, - /* 340 */ 22, 12, 12, 51, 15, 15, 57, 55, 30, 13, - /* 350 */ 89, 59, 107, 60, 61, 62, 63, 64, 65, 66, - /* 360 */ 67, 68, 69, 70, 71, 90, 73, 31, 32, 33, - /* 370 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - /* 380 */ 44, 84, 13, 13, 12, 56, 56, 15, 90, 20, - /* 390 */ 20, 85, 23, 23, 88, 98, 60, 61, 62, 63, - /* 400 */ 64, 65, 66, 67, 68, 69, 70, 71, 84, 112, - /* 410 */ 104, 84, 90, 13, 13, 105, 91, 92, 12, 22, - /* 420 */ 20, 20, 98, 99, 100, 98, 99, 100, 31, 32, - /* 430 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, - /* 440 */ 43, 44, 13, 13, 79, 46, 18, 79, 13, 20, - /* 450 */ 20, 83, 46, 85, 55, 20, 88, 60, 61, 62, - /* 460 */ 63, 64, 65, 66, 67, 68, 69, 70, 71, 101, - /* 470 */ 102, 94, 104, 12, 13, 51, 15, 90, 20, 13, - /* 480 */ 13, 116, 58, 55, 107, 105, 20, 20, 27, 31, - /* 490 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - /* 500 */ 42, 43, 44, 94, 13, 15, 13, 13, 13, 13, - /* 510 */ 1, 20, 13, 20, 20, 20, 107, 15, 60, 61, - /* 520 */ 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, - /* 530 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - /* 540 */ 41, 42, 43, 44, 84, 13, 56, 16, 13, 89, - /* 550 */ 13, 51, 20, 13, 45, 20, 15, 20, 98, 60, - /* 560 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, - /* 570 */ 71, 31, 32, 33, 34, 35, 36, 37, 38, 39, - /* 580 */ 40, 41, 42, 43, 44, 84, 13, 13, 99, 100, - /* 590 */ 89, 108, 109, 20, 20, 46, 14, 15, 48, 98, - /* 600 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, - /* 610 */ 70, 71, 31, 32, 33, 34, 35, 36, 37, 38, - /* 620 */ 39, 40, 41, 42, 43, 44, 84, 103, 47, 12, - /* 630 */ 12, 89, 15, 15, 110, 13, 16, 47, 15, 13, - /* 640 */ 98, 60, 61, 62, 63, 64, 65, 66, 67, 68, - /* 650 */ 69, 70, 71, 31, 32, 33, 34, 35, 36, 37, - /* 660 */ 38, 39, 40, 41, 42, 43, 44, 84, 14, 13, - /* 670 */ 20, 14, 13, 24, 2, 20, 15, 15, 57, 14, - /* 680 */ 29, 98, 60, 61, 62, 63, 64, 65, 66, 67, - /* 690 */ 68, 69, 70, 71, 31, 32, 33, 34, 35, 36, - /* 700 */ 37, 38, 39, 40, 41, 42, 43, 44, 84, 95, - /* 710 */ 47, 47, 59, 15, 15, 26, 91, 47, 15, 23, - /* 720 */ 14, 107, 98, 60, 61, 62, 63, 64, 65, 66, - /* 730 */ 67, 68, 69, 70, 71, 30, 31, 32, 33, 34, - /* 740 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, - /* 750 */ 84, 57, 15, 106, 14, 14, 98, 105, 20, 81, - /* 760 */ 10, 93, 20, 46, 98, 60, 61, 62, 63, 64, - /* 770 */ 65, 66, 67, 68, 69, 70, 71, 31, 32, 33, - /* 780 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, - /* 790 */ 44, 84, 97, 107, 20, 93, 105, 117, 117, 117, - /* 800 */ 117, 117, 117, 117, 15, 98, 60, 61, 62, 63, - /* 810 */ 64, 65, 66, 67, 68, 69, 70, 71, 29, 12, - /* 820 */ 84, 14, 15, 84, 17, 1, 19, 84, 21, 12, - /* 830 */ 2, 14, 15, 84, 98, 28, 29, 98, 117, 32, - /* 840 */ 2, 98, 99, 100, 16, 28, 29, 98, 112, 32, - /* 850 */ 26, 112, 117, 46, 117, 117, 49, 50, 20, 52, - /* 860 */ 53, 54, 117, 46, 57, 58, 49, 50, 117, 52, - /* 870 */ 53, 54, 117, 1, 57, 58, 59, 117, 12, 72, - /* 880 */ 14, 15, 1, 117, 94, 13, 117, 1, 12, 72, - /* 890 */ 14, 15, 20, 117, 28, 29, 117, 107, 32, 13, - /* 900 */ 94, 20, 117, 117, 28, 29, 20, 117, 32, 117, - /* 910 */ 117, 117, 46, 107, 94, 49, 50, 45, 52, 53, - /* 920 */ 54, 117, 46, 57, 58, 49, 50, 107, 52, 53, - /* 930 */ 54, 45, 117, 57, 58, 117, 117, 12, 72, 14, - /* 940 */ 15, 117, 94, 94, 117, 94, 117, 12, 72, 14, - /* 950 */ 15, 117, 117, 28, 29, 107, 107, 32, 107, 117, - /* 960 */ 117, 117, 117, 28, 29, 117, 117, 32, 117, 117, - /* 970 */ 117, 46, 117, 117, 49, 50, 117, 52, 53, 54, - /* 980 */ 117, 46, 57, 58, 49, 50, 117, 52, 53, 54, - /* 990 */ 117, 117, 57, 58, 117, 117, 12, 72, 14, 15, - /* 1000 */ 117, 117, 117, 117, 117, 117, 12, 72, 14, 15, - /* 1010 */ 117, 117, 28, 29, 117, 117, 32, 117, 117, 117, - /* 1020 */ 117, 117, 28, 29, 117, 117, 32, 117, 117, 117, - /* 1030 */ 46, 117, 117, 49, 50, 117, 52, 53, 54, 117, - /* 1040 */ 46, 57, 58, 49, 50, 117, 52, 53, 54, 117, - /* 1050 */ 117, 57, 58, 117, 117, 12, 72, 14, 15, 117, - /* 1060 */ 117, 117, 117, 117, 117, 12, 72, 14, 15, 117, - /* 1070 */ 117, 28, 29, 117, 8, 32, 117, 117, 12, 117, - /* 1080 */ 117, 28, 29, 117, 117, 32, 117, 117, 117, 46, - /* 1090 */ 117, 117, 49, 50, 28, 52, 53, 54, 117, 46, - /* 1100 */ 57, 58, 49, 50, 117, 52, 53, 54, 117, 117, - /* 1110 */ 57, 117, 117, 117, 12, 72, 14, 15, 117, 117, - /* 1120 */ 79, 117, 117, 117, 83, 72, 85, 86, 87, 88, - /* 1130 */ 28, 29, 117, 117, 32, 117, 117, 96, 72, 73, - /* 1140 */ 74, 117, 101, 102, 12, 104, 14, 15, 46, 117, - /* 1150 */ 1, 49, 50, 117, 52, 53, 54, 117, 117, 57, - /* 1160 */ 28, 29, 13, 117, 32, 117, 117, 18, 117, 20, - /* 1170 */ 117, 117, 117, 117, 72, 117, 117, 117, 46, 117, - /* 1180 */ 117, 49, 50, 1, 52, 53, 54, 117, 117, 57, - /* 1190 */ 79, 117, 117, 117, 83, 13, 85, 86, 117, 88, - /* 1200 */ 18, 117, 20, 117, 72, 117, 117, 96, 117, 117, - /* 1210 */ 79, 117, 101, 102, 83, 104, 85, 86, 117, 88, - /* 1220 */ 117, 117, 117, 117, 113, 114, 117, 96, 46, 117, - /* 1230 */ 117, 117, 101, 102, 79, 104, 117, 55, 83, 117, - /* 1240 */ 85, 86, 117, 88, 117, 114, 117, 117, 117, 117, - /* 1250 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1260 */ 85, 86, 87, 88, 79, 117, 111, 117, 83, 117, - /* 1270 */ 85, 96, 117, 88, 79, 117, 101, 102, 83, 104, - /* 1280 */ 85, 86, 87, 88, 79, 117, 101, 102, 83, 104, - /* 1290 */ 85, 96, 117, 88, 79, 117, 101, 102, 83, 104, - /* 1300 */ 85, 86, 87, 88, 79, 117, 101, 102, 83, 104, - /* 1310 */ 85, 96, 117, 88, 79, 117, 101, 102, 83, 104, - /* 1320 */ 85, 86, 117, 88, 117, 117, 101, 102, 117, 104, - /* 1330 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1340 */ 85, 86, 87, 88, 117, 117, 111, 117, 117, 117, - /* 1350 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1360 */ 85, 86, 117, 88, 79, 117, 91, 117, 83, 117, - /* 1370 */ 85, 96, 117, 88, 79, 117, 101, 102, 83, 104, - /* 1380 */ 85, 86, 117, 88, 117, 117, 101, 102, 117, 104, - /* 1390 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1400 */ 85, 86, 117, 88, 117, 117, 111, 117, 117, 117, - /* 1410 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1420 */ 85, 86, 117, 88, 117, 117, 111, 117, 117, 117, - /* 1430 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1440 */ 85, 86, 117, 88, 117, 117, 79, 117, 117, 117, - /* 1450 */ 83, 96, 85, 86, 117, 88, 101, 102, 79, 104, - /* 1460 */ 117, 117, 83, 96, 85, 86, 117, 88, 101, 102, - /* 1470 */ 117, 104, 117, 117, 117, 96, 117, 117, 79, 117, - /* 1480 */ 101, 102, 83, 104, 85, 86, 117, 88, 117, 117, - /* 1490 */ 117, 117, 117, 117, 117, 96, 117, 117, 79, 117, - /* 1500 */ 101, 102, 83, 104, 85, 86, 117, 88, 117, 117, - /* 1510 */ 117, 117, 117, 117, 117, 96, 117, 117, 79, 117, - /* 1520 */ 101, 102, 83, 104, 85, 86, 117, 88, 117, 117, - /* 1530 */ 79, 117, 117, 117, 83, 96, 85, 86, 117, 88, + /* 0 */ 1, 79, 105, 12, 13, 83, 15, 85, 86, 87, + /* 10 */ 88, 106, 13, 108, 109, 4, 5, 6, 96, 20, + /* 20 */ 9, 10, 11, 101, 102, 12, 104, 26, 15, 16, + /* 30 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + /* 40 */ 41, 42, 43, 44, 76, 77, 78, 79, 80, 12, + /* 50 */ 14, 15, 15, 16, 12, 2, 14, 15, 18, 60, + /* 60 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, + /* 70 */ 71, 1, 79, 20, 12, 13, 83, 15, 85, 86, + /* 80 */ 87, 88, 15, 13, 17, 1, 19, 46, 21, 96, + /* 90 */ 20, 51, 51, 56, 101, 102, 55, 104, 58, 57, + /* 100 */ 59, 31, 32, 33, 34, 35, 36, 37, 38, 39, + /* 110 */ 40, 41, 42, 43, 44, 31, 32, 33, 34, 35, + /* 120 */ 36, 37, 38, 39, 40, 41, 42, 43, 44, 105, + /* 130 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, + /* 140 */ 70, 71, 1, 59, 60, 61, 62, 63, 64, 65, + /* 150 */ 66, 67, 68, 69, 70, 71, 1, 14, 15, 12, + /* 160 */ 51, 20, 15, 16, 13, 90, 25, 58, 13, 47, + /* 170 */ 23, 20, 31, 32, 33, 34, 35, 36, 37, 38, + /* 180 */ 39, 40, 41, 42, 43, 44, 31, 32, 33, 34, + /* 190 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + /* 200 */ 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, + /* 210 */ 69, 70, 71, 1, 27, 60, 61, 62, 63, 64, + /* 220 */ 65, 66, 67, 68, 69, 70, 71, 1, 13, 13, + /* 230 */ 13, 45, 20, 46, 13, 20, 20, 20, 23, 13, + /* 240 */ 23, 20, 55, 31, 32, 33, 34, 35, 36, 37, + /* 250 */ 38, 39, 40, 41, 42, 43, 44, 31, 32, 33, + /* 260 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, + /* 270 */ 44, 1, 60, 61, 62, 63, 64, 65, 66, 67, + /* 280 */ 68, 69, 70, 71, 84, 84, 60, 61, 62, 63, + /* 290 */ 64, 65, 66, 67, 68, 69, 70, 71, 98, 98, + /* 300 */ 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, + /* 310 */ 40, 41, 42, 43, 44, 1, 78, 79, 80, 3, + /* 320 */ 4, 5, 6, 7, 8, 9, 15, 13, 12, 1, + /* 330 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, + /* 340 */ 70, 71, 108, 109, 28, 31, 32, 33, 34, 35, + /* 350 */ 36, 37, 38, 39, 40, 41, 42, 43, 44, 31, + /* 360 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, + /* 370 */ 42, 43, 44, 79, 60, 61, 62, 63, 64, 65, + /* 380 */ 66, 67, 68, 69, 70, 71, 1, 27, 60, 61, + /* 390 */ 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, + /* 400 */ 1, 73, 14, 22, 89, 45, 13, 22, 29, 115, + /* 410 */ 116, 30, 13, 20, 99, 100, 31, 32, 33, 34, + /* 420 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + /* 430 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + /* 440 */ 41, 42, 43, 44, 30, 60, 61, 62, 63, 64, + /* 450 */ 65, 66, 67, 68, 69, 70, 71, 1, 2, 60, + /* 460 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, + /* 470 */ 71, 1, 13, 59, 13, 13, 46, 13, 13, 20, + /* 480 */ 23, 20, 20, 13, 20, 20, 15, 31, 32, 33, + /* 490 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, + /* 500 */ 44, 31, 32, 33, 34, 35, 36, 37, 38, 39, + /* 510 */ 40, 41, 42, 43, 44, 1, 60, 61, 62, 63, + /* 520 */ 64, 65, 66, 67, 68, 69, 70, 71, 2, 57, + /* 530 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, + /* 540 */ 70, 71, 16, 108, 109, 31, 32, 33, 34, 35, + /* 550 */ 36, 37, 38, 39, 40, 41, 42, 43, 44, 1, + /* 560 */ 12, 47, 12, 15, 23, 15, 13, 1, 16, 85, + /* 570 */ 18, 13, 88, 20, 60, 61, 62, 63, 64, 65, + /* 580 */ 66, 67, 68, 69, 70, 71, 20, 15, 104, 31, + /* 590 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, + /* 600 */ 42, 43, 44, 1, 56, 13, 56, 55, 46, 108, + /* 610 */ 109, 15, 20, 12, 73, 14, 15, 55, 60, 61, + /* 620 */ 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, + /* 630 */ 29, 91, 92, 31, 32, 33, 34, 35, 36, 37, + /* 640 */ 38, 39, 40, 41, 42, 43, 44, 1, 13, 47, + /* 650 */ 13, 13, 56, 52, 53, 20, 14, 20, 20, 16, + /* 660 */ 15, 13, 60, 61, 62, 63, 64, 65, 66, 67, + /* 670 */ 68, 69, 70, 71, 29, 26, 57, 31, 32, 33, + /* 680 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, + /* 690 */ 44, 13, 13, 45, 51, 13, 16, 12, 20, 20, + /* 700 */ 15, 12, 20, 16, 15, 15, 60, 61, 62, 63, + /* 710 */ 64, 65, 66, 67, 68, 69, 70, 71, 79, 12, + /* 720 */ 20, 14, 15, 45, 17, 46, 19, 45, 21, 12, + /* 730 */ 94, 14, 15, 46, 55, 28, 29, 12, 13, 32, + /* 740 */ 15, 94, 55, 107, 84, 28, 29, 12, 13, 32, + /* 750 */ 15, 12, 27, 46, 107, 116, 49, 50, 98, 52, + /* 760 */ 53, 54, 27, 46, 57, 58, 49, 50, 84, 52, + /* 770 */ 53, 54, 84, 89, 57, 58, 59, 89, 12, 72, + /* 780 */ 14, 15, 98, 99, 100, 46, 98, 94, 12, 72, + /* 790 */ 14, 15, 84, 84, 28, 29, 84, 89, 32, 84, + /* 800 */ 107, 89, 13, 48, 28, 29, 98, 98, 32, 20, + /* 810 */ 98, 12, 46, 98, 15, 49, 50, 84, 52, 53, + /* 820 */ 54, 112, 46, 57, 58, 49, 50, 112, 52, 53, + /* 830 */ 54, 98, 18, 57, 58, 13, 13, 12, 72, 14, + /* 840 */ 15, 105, 20, 107, 84, 112, 84, 12, 72, 14, + /* 850 */ 15, 89, 103, 28, 29, 94, 15, 32, 98, 110, + /* 860 */ 98, 99, 100, 28, 29, 59, 84, 32, 107, 55, + /* 870 */ 80, 46, 82, 94, 49, 50, 47, 52, 53, 54, + /* 880 */ 98, 46, 57, 58, 49, 50, 107, 52, 53, 54, + /* 890 */ 94, 94, 57, 58, 15, 14, 12, 72, 14, 15, + /* 900 */ 105, 94, 94, 107, 107, 84, 12, 72, 14, 15, + /* 910 */ 89, 84, 28, 29, 107, 107, 32, 13, 47, 98, + /* 920 */ 99, 100, 28, 29, 24, 98, 32, 95, 14, 51, + /* 930 */ 46, 13, 20, 49, 50, 14, 52, 53, 54, 107, + /* 940 */ 46, 57, 58, 49, 50, 84, 52, 53, 54, 15, + /* 950 */ 89, 57, 58, 15, 2, 12, 72, 14, 15, 98, + /* 960 */ 99, 100, 13, 16, 20, 12, 72, 14, 15, 15, + /* 970 */ 105, 28, 29, 106, 8, 32, 14, 91, 12, 20, + /* 980 */ 98, 28, 29, 81, 10, 32, 18, 107, 97, 46, + /* 990 */ 20, 93, 49, 50, 28, 52, 53, 54, 109, 46, + /* 1000 */ 57, 58, 49, 50, 105, 52, 53, 54, 93, 90, + /* 1010 */ 57, 46, 90, 90, 12, 72, 14, 15, 2, 112, + /* 1020 */ 79, 117, 117, 117, 83, 72, 85, 86, 87, 88, + /* 1030 */ 28, 29, 117, 117, 32, 117, 117, 96, 72, 73, + /* 1040 */ 74, 117, 101, 102, 12, 104, 14, 15, 46, 117, + /* 1050 */ 1, 49, 50, 117, 52, 53, 54, 117, 117, 57, + /* 1060 */ 28, 29, 13, 117, 32, 117, 117, 18, 85, 20, + /* 1070 */ 117, 88, 117, 117, 72, 117, 117, 117, 46, 117, + /* 1080 */ 117, 49, 50, 117, 52, 53, 54, 104, 117, 57, + /* 1090 */ 79, 117, 117, 110, 83, 117, 85, 86, 117, 88, + /* 1100 */ 117, 117, 117, 117, 72, 117, 117, 96, 117, 117, + /* 1110 */ 79, 117, 101, 102, 83, 104, 85, 86, 117, 88, + /* 1120 */ 117, 117, 79, 117, 113, 114, 83, 96, 85, 86, + /* 1130 */ 87, 88, 101, 102, 79, 104, 117, 117, 83, 96, + /* 1140 */ 85, 86, 111, 88, 101, 102, 117, 104, 117, 117, + /* 1150 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, + /* 1160 */ 85, 86, 117, 88, 117, 117, 79, 117, 117, 114, + /* 1170 */ 83, 96, 85, 86, 117, 88, 101, 102, 117, 104, + /* 1180 */ 117, 117, 117, 96, 117, 117, 111, 117, 101, 102, + /* 1190 */ 79, 104, 117, 117, 83, 117, 85, 86, 111, 88, + /* 1200 */ 117, 117, 79, 117, 117, 117, 83, 96, 85, 86, + /* 1210 */ 87, 88, 101, 102, 79, 104, 117, 117, 83, 96, + /* 1220 */ 85, 86, 111, 88, 101, 102, 91, 104, 117, 117, + /* 1230 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, + /* 1240 */ 85, 86, 117, 88, 117, 117, 79, 117, 117, 117, + /* 1250 */ 83, 96, 85, 86, 117, 88, 101, 102, 117, 104, + /* 1260 */ 117, 117, 117, 96, 117, 117, 79, 117, 101, 102, + /* 1270 */ 83, 104, 85, 86, 117, 88, 117, 117, 79, 117, + /* 1280 */ 117, 117, 83, 96, 85, 86, 117, 88, 101, 102, + /* 1290 */ 79, 104, 117, 117, 83, 96, 85, 86, 117, 88, + /* 1300 */ 101, 102, 79, 104, 117, 117, 83, 96, 85, 86, + /* 1310 */ 117, 88, 101, 102, 79, 104, 117, 117, 83, 96, + /* 1320 */ 85, 86, 117, 88, 101, 102, 79, 104, 117, 117, + /* 1330 */ 83, 96, 85, 86, 117, 88, 101, 102, 117, 104, + /* 1340 */ 117, 117, 117, 96, 117, 117, 79, 117, 101, 102, + /* 1350 */ 83, 104, 85, 86, 117, 88, 117, 117, 79, 117, + /* 1360 */ 117, 117, 83, 96, 85, 86, 117, 88, 101, 102, + /* 1370 */ 79, 104, 117, 117, 83, 96, 85, 86, 117, 88, + /* 1380 */ 101, 102, 79, 104, 117, 117, 83, 96, 85, 86, + /* 1390 */ 117, 88, 101, 102, 79, 104, 117, 117, 83, 96, + /* 1400 */ 85, 86, 117, 88, 101, 102, 79, 104, 117, 117, + /* 1410 */ 83, 96, 85, 86, 117, 88, 101, 102, 117, 104, + /* 1420 */ 117, 117, 117, 96, 117, 117, 79, 117, 101, 102, + /* 1430 */ 83, 104, 85, 86, 117, 88, 117, 117, 79, 117, + /* 1440 */ 117, 117, 83, 96, 85, 86, 117, 88, 101, 102, + /* 1450 */ 79, 104, 117, 117, 83, 96, 85, 86, 117, 88, + /* 1460 */ 101, 102, 79, 104, 117, 117, 83, 96, 85, 86, + /* 1470 */ 117, 88, 101, 102, 79, 104, 117, 117, 83, 96, + /* 1480 */ 85, 86, 117, 88, 101, 102, 79, 104, 117, 117, + /* 1490 */ 83, 96, 85, 86, 117, 88, 101, 102, 117, 104, + /* 1500 */ 117, 117, 117, 96, 117, 117, 79, 117, 101, 102, + /* 1510 */ 83, 104, 85, 86, 117, 88, 117, 117, 79, 117, + /* 1520 */ 117, 117, 83, 96, 85, 86, 117, 88, 101, 102, + /* 1530 */ 79, 104, 117, 117, 83, 96, 85, 86, 117, 88, /* 1540 */ 101, 102, 79, 104, 117, 117, 83, 96, 85, 86, - /* 1550 */ 117, 88, 101, 102, 117, 104, 117, 117, 117, 96, - /* 1560 */ 117, 117, 79, 117, 101, 102, 83, 104, 85, 86, - /* 1570 */ 117, 88, 117, 117, 117, 117, 117, 117, 117, 96, - /* 1580 */ 117, 117, 79, 117, 101, 102, 83, 104, 85, 86, - /* 1590 */ 117, 88, 117, 117, 117, 117, 117, 117, 117, 96, - /* 1600 */ 117, 117, 79, 117, 101, 102, 83, 104, 85, 86, - /* 1610 */ 117, 88, 117, 117, 79, 117, 117, 117, 83, 96, - /* 1620 */ 85, 86, 117, 88, 101, 102, 79, 104, 117, 117, - /* 1630 */ 83, 96, 85, 86, 117, 88, 101, 102, 117, 104, - /* 1640 */ 117, 117, 117, 96, 117, 117, 79, 117, 101, 102, - /* 1650 */ 83, 104, 85, 86, 117, 88, 117, 117, 117, 117, - /* 1660 */ 117, 117, 117, 96, 117, 117, 79, 117, 101, 102, - /* 1670 */ 83, 104, 85, 86, 117, 88, 117, 117, 117, 117, - /* 1680 */ 117, 117, 117, 96, 117, 117, 79, 117, 101, 102, - /* 1690 */ 83, 104, 85, 86, 117, 88, 117, 117, 79, 117, - /* 1700 */ 117, 117, 83, 96, 85, 86, 117, 88, 101, 102, - /* 1710 */ 79, 104, 117, 117, 83, 96, 85, 86, 117, 88, - /* 1720 */ 101, 102, 117, 104, 117, 117, 117, 96, 117, 117, - /* 1730 */ 79, 117, 101, 102, 83, 104, 85, 86, 117, 88, - /* 1740 */ 117, 117, 117, 117, 117, 117, 117, 96, 117, 117, - /* 1750 */ 79, 117, 101, 102, 83, 104, 85, 86, 117, 88, - /* 1760 */ 117, 117, 117, 117, 117, 117, 117, 96, 117, 117, - /* 1770 */ 79, 117, 101, 102, 83, 104, 85, 86, 117, 88, - /* 1780 */ 117, 117, 79, 117, 117, 117, 83, 96, 85, 86, - /* 1790 */ 117, 88, 101, 102, 79, 104, 117, 117, 83, 96, - /* 1800 */ 85, 86, 117, 88, 101, 102, 117, 104, 117, 117, - /* 1810 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1820 */ 85, 86, 117, 88, 117, 117, 117, 117, 117, 117, - /* 1830 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1840 */ 85, 86, 117, 88, 117, 117, 117, 117, 117, 117, - /* 1850 */ 117, 96, 117, 117, 79, 117, 101, 102, 83, 104, - /* 1860 */ 85, 117, 117, 88, 117, 117, 79, 117, 117, 117, - /* 1870 */ 83, 96, 85, 117, 117, 88, 101, 102, 79, 104, - /* 1880 */ 117, 117, 83, 96, 85, 117, 117, 88, 101, 102, - /* 1890 */ 117, 104, 117, 117, 117, 117, 117, 117, 79, 117, - /* 1900 */ 101, 102, 83, 104, 85, 117, 117, 88, 117, 117, - /* 1910 */ 117, 117, 117, 117, 117, 117, 117, 117, 117, 117, - /* 1920 */ 101, 102, 117, 104, + /* 1550 */ 117, 88, 101, 102, 79, 104, 117, 117, 83, 96, + /* 1560 */ 85, 86, 117, 88, 101, 102, 79, 104, 1, 117, + /* 1570 */ 83, 96, 85, 86, 117, 88, 101, 102, 117, 104, + /* 1580 */ 13, 117, 117, 96, 117, 18, 79, 20, 101, 102, + /* 1590 */ 83, 104, 85, 79, 117, 88, 117, 83, 117, 85, + /* 1600 */ 117, 117, 88, 96, 117, 117, 117, 117, 101, 102, + /* 1610 */ 96, 104, 117, 46, 117, 101, 102, 79, 104, 117, + /* 1620 */ 117, 83, 55, 85, 117, 117, 88, 79, 117, 117, + /* 1630 */ 117, 83, 117, 85, 117, 117, 88, 117, 117, 101, + /* 1640 */ 102, 117, 104, 117, 117, 117, 117, 79, 117, 101, + /* 1650 */ 102, 83, 104, 85, 117, 79, 88, 117, 117, 83, + /* 1660 */ 117, 85, 117, 117, 88, 117, 117, 117, 117, 101, + /* 1670 */ 102, 117, 104, 117, 117, 79, 117, 101, 102, 83, + /* 1680 */ 104, 85, 79, 117, 88, 117, 83, 117, 85, 8, + /* 1690 */ 79, 88, 117, 12, 83, 117, 85, 101, 102, 88, + /* 1700 */ 104, 117, 117, 117, 101, 102, 117, 104, 117, 28, + /* 1710 */ 117, 117, 101, 102, 117, 104, 79, 117, 117, 117, + /* 1720 */ 83, 117, 85, 117, 117, 88, 117, 117, 117, 117, + /* 1730 */ 117, 117, 117, 117, 117, 117, 117, 117, 101, 102, + /* 1740 */ 117, 104, 117, 117, 117, 117, 117, 117, 117, 117, + /* 1750 */ 117, 117, 117, 72, 73, 74, ); - const YY_SHIFT_USE_DFLT = -14; - const YY_SHIFT_MAX = 234; + const YY_SHIFT_USE_DFLT = -10; + const YY_SHIFT_MAX = 225; static public $yy_shift_ofst = array( - /* 0 */ 31, 935, 807, 807, 984, 866, 984, 1043, 866, 935, - /* 10 */ 866, 994, 866, 817, 866, 866, 866, 866, 866, 866, - /* 20 */ 866, 866, 866, 866, 866, 866, 866, 866, 866, 866, - /* 30 */ 866, 866, 866, 866, 866, 866, 866, 866, 866, 876, - /* 40 */ 925, 1053, 1053, 1053, 1053, 1132, 1053, 1053, 1102, 109, - /* 50 */ 48, -13, 458, 458, 152, 31, 1066, 1182, 872, 1149, - /* 60 */ 289, 110, 838, 838, 881, 838, 252, 705, 499, 540, - /* 70 */ 336, 209, 150, 164, 293, 622, 581, 397, 663, 746, - /* 80 */ 746, 746, 746, 746, 746, 746, 746, 746, 746, 746, - /* 90 */ 746, 746, 746, 746, 746, 4, -1, 142, 244, 78, - /* 100 */ 369, 370, 329, 372, 372, 618, 617, 372, 582, 428, - /* 110 */ 617, 372, 372, 372, 372, 372, 240, 738, 738, 741, - /* 120 */ 738, 742, 240, 886, 112, 461, -4, 330, 147, 286, - /* 130 */ 29, 1, 236, 400, 401, 429, 424, 535, 532, 537, - /* 140 */ 430, 574, 824, 424, 573, 509, 467, 424, 466, 424, - /* 150 */ 435, 491, 495, 424, 494, 406, 493, 240, 307, 240, - /* 160 */ 750, 307, 307, 774, 774, 307, 240, 307, 717, 307, - /* 170 */ 741, 307, 240, 40, 307, -14, -14, -14, -14, -14, - /* 180 */ -14, -14, -14, 253, 292, 80, 211, 51, 399, 318, - /* 190 */ 399, 399, 82, 73, 399, 44, 828, 789, 490, 694, - /* 200 */ 740, 664, 653, 651, 662, 621, 672, 665, 698, 496, - /* 210 */ 706, 737, 696, 703, 699, 689, 670, 661, 655, 620, - /* 220 */ 550, 549, 541, 502, 500, 531, 590, 623, 659, 649, - /* 230 */ 657, 650, 626, 654, 656, + /* 0 */ 316, 894, 707, 707, 766, 766, 766, 835, 825, 776, + /* 10 */ 825, 766, 894, 717, 766, 766, 766, 766, 766, 766, + /* 20 */ 766, 766, 766, 766, 766, 766, 766, 766, 766, 766, + /* 30 */ 766, 766, 766, 766, 766, 766, 766, 766, 766, 943, + /* 40 */ 884, 1002, 953, 1002, 1002, 1002, 1032, 1002, 1002, -1, + /* 50 */ 141, 70, 212, 212, 42, 270, 155, 84, 226, 314, + /* 60 */ 456, 602, 514, 558, 470, 399, 328, 385, 646, 646, + /* 70 */ 646, 646, 646, 646, 646, 646, 646, 646, 646, 646, + /* 80 */ 646, 646, 646, 646, 316, 1567, 1681, 1049, 143, 40, + /* 90 */ 566, 53, 53, 53, 11, 966, 147, 37, 552, 550, + /* 100 */ 217, 215, 682, 799, 685, 814, 685, 685, 685, 689, + /* 110 */ 685, 36, 685, 685, 685, 689, 970, 962, 968, 700, + /* 120 */ 968, 700, 700, 725, 735, 67, 62, -9, 13, 548, + /* 130 */ 461, 464, 462, 465, 221, 151, 109, 109, 393, 459, + /* 140 */ 216, 109, 109, 739, 109, 635, 553, 637, 822, 789, + /* 150 */ 638, 592, 974, 962, 959, 968, 968, 1016, 968, 959, + /* 160 */ 965, 968, -10, -10, -10, -10, -10, -10, -10, 601, + /* 170 */ 679, 41, 187, 678, 687, 648, 381, 643, 526, 360, + /* 180 */ 562, 645, 596, 562, 541, 562, 562, 414, 186, 122, + /* 190 */ 388, 379, 430, 1, 311, 952, 914, 878, 871, 900, + /* 200 */ 954, 457, 904, 918, 912, 944, 947, 949, 938, 921, + /* 210 */ 934, 881, 829, 649, 680, 642, 572, 471, 472, 619, + /* 220 */ 690, 806, 879, 841, 755, 823, ); - const YY_REDUCE_USE_DFLT = -107; - const YY_REDUCE_MAX = 182; + const YY_REDUCE_USE_DFLT = -104; + const YY_REDUCE_MAX = 168; static public $yy_reduce_ofst = array( - /* 0 */ -14, 1111, 1041, 1255, 1215, 1315, 1195, 1175, 1235, 1131, - /* 10 */ 1155, 1275, 1295, 1535, 1523, 1503, 1547, 1567, 1607, 1587, - /* 20 */ 1483, 1463, 1379, 1367, 1355, 1399, 1419, 1451, 1439, 1619, - /* 30 */ 1631, 1735, 1755, 1335, 1715, 1703, 1651, 1671, 1691, 1787, - /* 40 */ 1775, 1799, 1819, 1285, 1225, 19, 368, 1185, 1205, 743, - /* 50 */ 327, 324, 38, 324, 151, -7, -46, 460, 542, 501, - /* 60 */ 306, 201, 739, 736, 213, 297, 489, 489, 489, 489, - /* 70 */ 489, 489, 489, 489, 489, 489, 489, 489, 489, 489, - /* 80 */ 489, 489, 489, 489, 489, 489, 489, 489, 489, 489, - /* 90 */ 489, 489, 489, 489, 489, 365, 182, 614, -6, 483, - /* 100 */ 749, 749, -6, 790, 849, 820, 820, 851, 524, 483, - /* 110 */ 848, 820, 806, 409, 377, 245, 22, 583, 624, 325, - /* 120 */ 707, 666, -34, 261, 686, 686, 695, 686, 686, 686, - /* 130 */ 686, 261, 261, 658, 658, 658, 647, 658, 658, 658, - /* 140 */ 658, 658, 261, 647, 658, 261, 658, 647, 658, 647, - /* 150 */ 658, 658, 658, 647, 658, 652, 658, 47, 261, 47, - /* 160 */ 678, 261, 261, 668, 702, 261, 47, 261, 691, 261, - /* 170 */ 625, 261, 47, -106, 261, 322, 387, 310, 261, 275, - /* 180 */ 298, 380, -104, + /* 0 */ -32, 1011, -7, 941, 1111, 1075, 1087, 1135, 1123, 1043, + /* 10 */ -78, 1031, 1055, 1223, 1315, 1439, 1487, 1359, 1383, 1371, + /* 20 */ 1167, 1267, 1291, 1199, 1395, 1475, 1211, 1279, 1187, 1247, + /* 30 */ 1155, 1327, 1463, 1347, 1407, 1427, 1451, 1235, 1303, 1514, + /* 40 */ 1507, 1637, 1603, 1548, 1568, 1576, 1611, 1538, 1596, 861, + /* 50 */ 821, 684, 762, 861, 983, 315, 315, 315, 315, 315, + /* 60 */ 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, + /* 70 */ 315, 315, 315, 315, 315, 315, 315, 315, 315, 315, + /* 80 */ 315, 315, 315, 315, 238, 712, 294, 708, 484, -95, + /* 90 */ 688, 715, 733, 709, 790, 639, 832, 736, 501, 736, + /* 100 */ 782, 782, 760, 779, 808, 501, 796, 779, 761, 807, + /* 110 */ 797, 749, 636, 693, 647, 779, 827, 540, 435, 660, + /* 120 */ 234, 201, 200, 880, 880, 891, 880, 880, 880, 880, + /* 130 */ 882, 882, 882, 882, 882, 882, 867, 867, 882, 882, + /* 140 */ 882, 867, 867, 865, 867, 882, 882, 882, 882, 882, + /* 150 */ 882, 882, 902, 886, 898, 889, 889, 907, 889, 915, + /* 160 */ 899, 889, 919, 923, 922, 795, 24, 75, -103, ); static public $yyExpectedTokens = array( /* 0 */ array(3, 4, 5, 6, 7, 8, 9, 12, 28, ), @@ -704,192 +667,192 @@ static public $yy_action = array( /* 46 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 53, 54, 57, 72, ), /* 47 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 53, 54, 57, 72, ), /* 48 */ array(12, 14, 15, 28, 29, 32, 46, 49, 50, 52, 53, 54, 57, 72, ), - /* 49 */ array(20, 25, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 50 */ array(13, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 51 */ array(13, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 52 */ array(20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 53 */ array(20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 49 */ array(1, 13, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 50 */ array(1, 20, 25, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 51 */ array(1, 13, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 52 */ array(1, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 53 */ array(1, 20, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), /* 54 */ array(12, 14, 15, 57, ), - /* 55 */ array(3, 4, 5, 6, 7, 8, 9, 12, 28, ), - /* 56 */ array(8, 12, 28, 72, 73, 74, ), - /* 57 */ array(1, 13, 18, 20, 46, 55, ), - /* 58 */ array(1, 13, 20, 45, ), - /* 59 */ array(1, 13, 18, 20, ), - /* 60 */ array(14, 15, 57, ), - /* 61 */ array(18, 51, 58, ), - /* 62 */ array(2, 20, ), - /* 63 */ array(2, 20, ), - /* 64 */ array(1, 20, ), - /* 65 */ array(2, 20, ), - /* 66 */ array(2, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 67 */ array(30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 68 */ array(13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 69 */ array(13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 70 */ array(13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 71 */ array(13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 72 */ array(13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 73 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 74 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, ), - /* 75 */ array(13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 76 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 77 */ array(22, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 78 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 79 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 80 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 81 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 82 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 83 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 84 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 85 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 86 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 87 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 88 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 89 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 90 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 91 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 92 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 93 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), - /* 94 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 55 */ array(1, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 56 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 57 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 58 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 59 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 60 */ array(1, 2, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 61 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 62 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 63 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 64 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 65 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 66 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, ), + /* 67 */ array(1, 22, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 68 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 69 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 70 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 71 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 72 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 73 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 74 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 75 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 76 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 77 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 78 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 79 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 80 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 81 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 82 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 83 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, ), + /* 84 */ array(3, 4, 5, 6, 7, 8, 9, 12, 28, ), + /* 85 */ array(1, 13, 18, 20, 46, 55, ), + /* 86 */ array(8, 12, 28, 72, 73, 74, ), + /* 87 */ array(1, 13, 18, 20, ), + /* 88 */ array(14, 15, 57, ), + /* 89 */ array(18, 51, 58, ), + /* 90 */ array(1, 20, ), + /* 91 */ array(2, 20, ), + /* 92 */ array(2, 20, ), + /* 93 */ array(2, 20, ), + /* 94 */ array(4, 5, 6, 9, 10, 11, ), /* 95 */ array(8, 12, 28, 72, 73, 74, ), - /* 96 */ array(4, 5, 6, 9, 10, 11, ), - /* 97 */ array(12, 15, 16, 23, ), - /* 98 */ array(12, 15, 16, 56, ), - /* 99 */ array(16, 18, 55, ), + /* 96 */ array(12, 15, 16, 23, ), + /* 97 */ array(12, 15, 16, 56, ), + /* 98 */ array(16, 18, 55, ), + /* 99 */ array(12, 15, 56, ), /* 100 */ array(13, 20, 23, ), /* 101 */ array(13, 20, 23, ), - /* 102 */ array(12, 15, 56, ), + /* 102 */ array(13, 20, 45, ), /* 103 */ array(12, 15, ), /* 104 */ array(12, 15, ), - /* 105 */ array(12, 15, ), + /* 105 */ array(18, 55, ), /* 106 */ array(12, 15, ), /* 107 */ array(12, 15, ), - /* 108 */ array(14, 15, ), - /* 109 */ array(18, 55, ), + /* 108 */ array(12, 15, ), + /* 109 */ array(12, 15, ), /* 110 */ array(12, 15, ), - /* 111 */ array(12, 15, ), + /* 111 */ array(14, 15, ), /* 112 */ array(12, 15, ), /* 113 */ array(12, 15, ), /* 114 */ array(12, 15, ), /* 115 */ array(12, 15, ), - /* 116 */ array(18, ), - /* 117 */ array(20, ), - /* 118 */ array(20, ), - /* 119 */ array(14, ), - /* 120 */ array(20, ), + /* 116 */ array(20, ), + /* 117 */ array(14, ), + /* 118 */ array(18, ), + /* 119 */ array(20, ), + /* 120 */ array(18, ), /* 121 */ array(20, ), - /* 122 */ array(18, ), - /* 123 */ array(1, 13, 20, 45, ), + /* 122 */ array(20, ), + /* 123 */ array(12, 13, 15, 27, ), /* 124 */ array(12, 13, 15, 27, ), - /* 125 */ array(12, 13, 15, 27, ), - /* 126 */ array(15, 17, 19, 21, ), - /* 127 */ array(12, 15, 56, ), - /* 128 */ array(12, 13, 15, ), - /* 129 */ array(12, 13, 15, ), - /* 130 */ array(12, 15, 16, ), - /* 131 */ array(1, 13, 45, ), - /* 132 */ array(1, 27, 45, ), + /* 125 */ array(15, 17, 19, 21, ), + /* 126 */ array(12, 13, 15, ), + /* 127 */ array(12, 13, 15, ), + /* 128 */ array(12, 15, 16, ), + /* 129 */ array(12, 15, 56, ), + /* 130 */ array(13, 20, ), + /* 131 */ array(13, 20, ), + /* 132 */ array(13, 20, ), /* 133 */ array(13, 20, ), /* 134 */ array(13, 20, ), /* 135 */ array(13, 20, ), /* 136 */ array(51, 58, ), - /* 137 */ array(13, 20, ), + /* 137 */ array(51, 58, ), /* 138 */ array(13, 20, ), /* 139 */ array(13, 20, ), /* 140 */ array(13, 20, ), - /* 141 */ array(13, 20, ), - /* 142 */ array(1, 26, ), - /* 143 */ array(51, 58, ), - /* 144 */ array(13, 20, ), - /* 145 */ array(1, 45, ), + /* 141 */ array(51, 58, ), + /* 142 */ array(51, 58, ), + /* 143 */ array(12, 46, ), + /* 144 */ array(51, 58, ), + /* 145 */ array(13, 20, ), /* 146 */ array(13, 20, ), - /* 147 */ array(51, 58, ), + /* 147 */ array(13, 20, ), /* 148 */ array(13, 20, ), - /* 149 */ array(51, 58, ), + /* 149 */ array(13, 20, ), /* 150 */ array(13, 20, ), /* 151 */ array(13, 20, ), - /* 152 */ array(13, 20, ), - /* 153 */ array(51, 58, ), - /* 154 */ array(13, 20, ), - /* 155 */ array(12, 46, ), - /* 156 */ array(13, 20, ), - /* 157 */ array(18, ), - /* 158 */ array(1, ), - /* 159 */ array(18, ), - /* 160 */ array(10, ), - /* 161 */ array(1, ), - /* 162 */ array(1, ), - /* 163 */ array(20, ), - /* 164 */ array(20, ), - /* 165 */ array(1, ), - /* 166 */ array(18, ), - /* 167 */ array(1, ), - /* 168 */ array(46, ), - /* 169 */ array(1, ), - /* 170 */ array(14, ), - /* 171 */ array(1, ), - /* 172 */ array(18, ), - /* 173 */ array(2, ), - /* 174 */ array(1, ), - /* 175 */ array(), - /* 176 */ array(), - /* 177 */ array(), - /* 178 */ array(), - /* 179 */ array(), - /* 180 */ array(), - /* 181 */ array(), - /* 182 */ array(), - /* 183 */ array(12, 14, 15, 29, 52, 53, ), - /* 184 */ array(46, 51, 55, 59, ), - /* 185 */ array(13, 20, 46, 55, ), - /* 186 */ array(27, 46, 55, ), - /* 187 */ array(16, 46, 55, ), - /* 188 */ array(46, 55, ), - /* 189 */ array(22, 30, ), - /* 190 */ array(46, 55, ), - /* 191 */ array(46, 55, ), - /* 192 */ array(23, 73, ), - /* 193 */ array(30, 59, ), - /* 194 */ array(46, 55, ), - /* 195 */ array(16, 51, ), - /* 196 */ array(2, 16, ), - /* 197 */ array(15, 29, ), - /* 198 */ array(15, 56, ), - /* 199 */ array(57, ), - /* 200 */ array(14, ), - /* 201 */ array(47, ), - /* 202 */ array(59, ), - /* 203 */ array(29, ), - /* 204 */ array(15, ), - /* 205 */ array(57, ), - /* 206 */ array(2, ), - /* 207 */ array(14, ), + /* 152 */ array(10, ), + /* 153 */ array(14, ), + /* 154 */ array(20, ), + /* 155 */ array(18, ), + /* 156 */ array(18, ), + /* 157 */ array(2, ), + /* 158 */ array(18, ), + /* 159 */ array(20, ), + /* 160 */ array(46, ), + /* 161 */ array(18, ), + /* 162 */ array(), + /* 163 */ array(), + /* 164 */ array(), + /* 165 */ array(), + /* 166 */ array(), + /* 167 */ array(), + /* 168 */ array(), + /* 169 */ array(12, 14, 15, 29, 52, 53, ), + /* 170 */ array(13, 20, 46, 55, ), + /* 171 */ array(46, 51, 55, 59, ), + /* 172 */ array(27, 46, 55, ), + /* 173 */ array(13, 20, 45, ), + /* 174 */ array(16, 46, 55, ), + /* 175 */ array(13, 45, ), + /* 176 */ array(22, 30, ), + /* 177 */ array(16, 51, ), + /* 178 */ array(2, 16, ), + /* 179 */ array(27, 45, ), + /* 180 */ array(46, 55, ), + /* 181 */ array(15, 29, ), + /* 182 */ array(15, 56, ), + /* 183 */ array(46, 55, ), + /* 184 */ array(23, 73, ), + /* 185 */ array(46, 55, ), + /* 186 */ array(46, 55, ), + /* 187 */ array(30, 59, ), + /* 188 */ array(45, ), + /* 189 */ array(47, ), + /* 190 */ array(14, ), + /* 191 */ array(29, ), + /* 192 */ array(46, ), + /* 193 */ array(26, ), + /* 194 */ array(15, ), + /* 195 */ array(2, ), + /* 196 */ array(14, ), + /* 197 */ array(51, ), + /* 198 */ array(47, ), + /* 199 */ array(24, ), + /* 200 */ array(15, ), + /* 201 */ array(23, ), + /* 202 */ array(13, ), + /* 203 */ array(13, ), + /* 204 */ array(20, ), + /* 205 */ array(20, ), + /* 206 */ array(16, ), + /* 207 */ array(13, ), /* 208 */ array(15, ), - /* 209 */ array(13, ), - /* 210 */ array(14, ), - /* 211 */ array(15, ), - /* 212 */ array(23, ), - /* 213 */ array(15, ), - /* 214 */ array(15, ), - /* 215 */ array(26, ), - /* 216 */ array(47, ), + /* 209 */ array(14, ), + /* 210 */ array(15, ), + /* 211 */ array(14, ), + /* 212 */ array(47, ), + /* 213 */ array(26, ), + /* 214 */ array(16, ), + /* 215 */ array(14, ), + /* 216 */ array(15, ), /* 217 */ array(15, ), - /* 218 */ array(20, ), - /* 219 */ array(16, ), - /* 220 */ array(48, ), - /* 221 */ array(46, ), + /* 218 */ array(57, ), + /* 219 */ array(57, ), + /* 220 */ array(15, ), + /* 221 */ array(59, ), /* 222 */ array(15, ), /* 223 */ array(15, ), - /* 224 */ array(51, ), - /* 225 */ array(16, ), - /* 226 */ array(47, ), - /* 227 */ array(15, ), - /* 228 */ array(13, ), - /* 229 */ array(24, ), - /* 230 */ array(14, ), - /* 231 */ array(20, ), - /* 232 */ array(13, ), - /* 233 */ array(14, ), - /* 234 */ array(13, ), + /* 224 */ array(48, ), + /* 225 */ array(13, ), + /* 226 */ array(), + /* 227 */ array(), + /* 228 */ array(), + /* 229 */ array(), + /* 230 */ array(), + /* 231 */ array(), + /* 232 */ array(), + /* 233 */ array(), + /* 234 */ array(), /* 235 */ array(), /* 236 */ array(), /* 237 */ array(), @@ -1022,43 +985,43 @@ static public $yy_action = array( /* 364 */ array(), ); static public $yy_default = array( - /* 0 */ 555, 538, 555, 555, 555, 509, 555, 555, 509, 555, - /* 10 */ 509, 555, 509, 555, 555, 555, 555, 555, 555, 555, + /* 0 */ 555, 538, 555, 555, 509, 509, 509, 555, 555, 555, + /* 10 */ 555, 509, 555, 555, 555, 555, 555, 555, 555, 555, /* 20 */ 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, /* 30 */ 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, - /* 40 */ 555, 555, 555, 555, 555, 555, 555, 555, 555, 423, - /* 50 */ 555, 555, 423, 423, 555, 365, 555, 434, 433, 555, - /* 60 */ 555, 517, 423, 423, 423, 423, 555, 508, 555, 555, - /* 70 */ 555, 555, 555, 555, 555, 555, 555, 555, 555, 448, - /* 80 */ 449, 445, 444, 539, 443, 452, 540, 429, 432, 425, - /* 90 */ 405, 440, 456, 453, 541, 555, 555, 555, 480, 473, - /* 100 */ 457, 457, 480, 555, 555, 555, 555, 555, 555, 473, - /* 110 */ 555, 555, 555, 555, 555, 555, 512, 423, 423, 555, - /* 120 */ 423, 423, 513, 433, 555, 555, 555, 481, 555, 555, - /* 130 */ 555, 433, 433, 555, 555, 555, 502, 555, 555, 555, - /* 140 */ 555, 555, 555, 501, 555, 433, 555, 503, 555, 478, - /* 150 */ 555, 555, 555, 500, 555, 480, 555, 515, 437, 514, - /* 160 */ 379, 459, 442, 554, 554, 460, 496, 438, 480, 436, - /* 170 */ 555, 455, 518, 472, 458, 520, 520, 480, 521, 520, - /* 180 */ 520, 480, 480, 555, 434, 434, 434, 428, 522, 555, - /* 190 */ 454, 434, 457, 555, 555, 462, 494, 555, 555, 555, - /* 200 */ 555, 555, 555, 555, 555, 555, 494, 555, 555, 555, - /* 210 */ 555, 555, 457, 555, 555, 555, 555, 555, 555, 555, - /* 220 */ 467, 516, 555, 555, 462, 428, 555, 555, 555, 430, - /* 230 */ 555, 555, 555, 555, 555, 366, 483, 507, 495, 485, - /* 240 */ 484, 427, 504, 406, 546, 547, 420, 548, 414, 467, - /* 250 */ 544, 486, 542, 506, 407, 543, 551, 552, 487, 416, - /* 260 */ 408, 505, 417, 553, 491, 545, 415, 490, 431, 404, - /* 270 */ 389, 465, 466, 470, 435, 464, 463, 519, 461, 510, - /* 280 */ 511, 474, 479, 499, 492, 475, 476, 471, 469, 482, - /* 290 */ 493, 494, 468, 422, 419, 373, 374, 375, 376, 372, - /* 300 */ 371, 367, 368, 369, 370, 377, 378, 386, 421, 413, - /* 310 */ 418, 385, 384, 380, 381, 382, 383, 477, 488, 393, - /* 320 */ 394, 395, 497, 392, 391, 537, 536, 550, 390, 498, - /* 330 */ 396, 410, 411, 412, 402, 409, 397, 398, 399, 401, - /* 340 */ 400, 535, 439, 447, 450, 451, 523, 446, 441, 489, - /* 350 */ 387, 549, 388, 524, 525, 531, 532, 533, 534, 530, - /* 360 */ 529, 526, 527, 528, 403, + /* 40 */ 555, 555, 555, 555, 555, 555, 555, 555, 555, 555, + /* 50 */ 423, 555, 423, 423, 555, 508, 555, 555, 555, 555, + /* 60 */ 555, 555, 555, 555, 555, 555, 555, 555, 445, 405, + /* 70 */ 432, 540, 541, 446, 444, 539, 441, 454, 425, 449, + /* 80 */ 457, 450, 429, 453, 365, 434, 555, 555, 555, 517, + /* 90 */ 423, 423, 423, 423, 555, 555, 555, 480, 473, 480, + /* 100 */ 458, 458, 433, 555, 555, 473, 555, 555, 555, 555, + /* 110 */ 555, 555, 555, 555, 555, 555, 423, 555, 513, 423, + /* 120 */ 512, 423, 423, 555, 555, 555, 555, 555, 555, 481, + /* 130 */ 555, 555, 555, 555, 555, 555, 478, 501, 555, 555, + /* 140 */ 555, 502, 500, 480, 503, 555, 555, 555, 555, 555, + /* 150 */ 555, 555, 379, 555, 554, 514, 515, 440, 496, 554, + /* 160 */ 480, 518, 520, 520, 520, 480, 480, 520, 480, 555, + /* 170 */ 434, 434, 434, 433, 428, 433, 555, 463, 494, 433, + /* 180 */ 434, 555, 555, 455, 458, 522, 555, 555, 433, 555, + /* 190 */ 555, 555, 516, 555, 555, 494, 555, 463, 555, 430, + /* 200 */ 555, 458, 555, 555, 555, 555, 555, 555, 555, 555, + /* 210 */ 555, 555, 555, 555, 428, 555, 555, 555, 555, 555, + /* 220 */ 555, 555, 555, 555, 468, 555, 547, 420, 544, 431, + /* 230 */ 521, 468, 548, 546, 414, 486, 408, 417, 427, 542, + /* 240 */ 416, 543, 415, 407, 551, 404, 506, 485, 406, 504, + /* 250 */ 483, 495, 505, 507, 491, 456, 552, 484, 487, 545, + /* 260 */ 366, 490, 553, 389, 467, 466, 471, 435, 474, 465, + /* 270 */ 464, 462, 459, 460, 461, 479, 482, 492, 499, 475, + /* 280 */ 476, 477, 472, 470, 493, 494, 436, 469, 519, 422, + /* 290 */ 374, 373, 375, 376, 377, 372, 371, 367, 368, 369, + /* 300 */ 370, 378, 380, 421, 413, 418, 419, 386, 385, 381, + /* 310 */ 382, 383, 384, 488, 489, 392, 391, 393, 394, 395, + /* 320 */ 390, 550, 439, 535, 537, 536, 497, 498, 410, 409, + /* 330 */ 411, 412, 402, 397, 400, 396, 398, 399, 401, 534, + /* 340 */ 533, 447, 443, 448, 451, 452, 442, 438, 437, 387, + /* 350 */ 549, 388, 510, 511, 529, 530, 531, 532, 528, 527, + /* 360 */ 523, 524, 525, 526, 403, ); const YYNOCODE = 118; const YYSTACKDEPTH = 100; @@ -1201,39 +1164,39 @@ static public $yy_action = array( /* 72 */ "expr ::= expr UNIMATH value", /* 73 */ "expr ::= expr ANDSYM value", /* 74 */ "expr ::= array", - /* 75 */ "expr ::= expr ifcond expr", - /* 76 */ "expr ::= expr ISIN array", - /* 77 */ "expr ::= expr ISIN value", - /* 78 */ "expr ::= expr lop expr", - /* 79 */ "expr ::= expr ISDIVBY expr", - /* 80 */ "expr ::= expr ISNOTDIVBY expr", - /* 81 */ "expr ::= expr ISEVEN", - /* 82 */ "expr ::= expr ISNOTEVEN", - /* 83 */ "expr ::= expr ISEVENBY expr", - /* 84 */ "expr ::= expr ISNOTEVENBY expr", - /* 85 */ "expr ::= expr ISODD", - /* 86 */ "expr ::= expr ISNOTODD", - /* 87 */ "expr ::= expr ISODDBY expr", - /* 88 */ "expr ::= expr ISNOTODDBY expr", - /* 89 */ "expr ::= value INSTANCEOF ID", - /* 90 */ "expr ::= value INSTANCEOF value", - /* 91 */ "ternary ::= OPENP expr CLOSEP QMARK expr COLON expr", - /* 92 */ "value ::= variable", - /* 93 */ "value ::= UNIMATH value", - /* 94 */ "value ::= NOT value", - /* 95 */ "value ::= TYPECAST value", - /* 96 */ "value ::= variable INCDEC", - /* 97 */ "value ::= INTEGER", - /* 98 */ "value ::= INTEGER DOT INTEGER", - /* 99 */ "value ::= BOOLEAN", - /* 100 */ "value ::= NULL", - /* 101 */ "value ::= function", - /* 102 */ "value ::= OPENP expr CLOSEP", - /* 103 */ "value ::= SINGLEQUOTESTRING", - /* 104 */ "value ::= doublequoted_with_quotes", - /* 105 */ "value ::= ID DOUBLECOLON static_class_access", - /* 106 */ "value ::= smartytag", - /* 107 */ "value ::= value modifier modparameters", + /* 75 */ "expr ::= expr modifier modparameters", + /* 76 */ "expr ::= expr ifcond expr", + /* 77 */ "expr ::= expr ISIN array", + /* 78 */ "expr ::= expr ISIN value", + /* 79 */ "expr ::= expr lop expr", + /* 80 */ "expr ::= expr ISDIVBY expr", + /* 81 */ "expr ::= expr ISNOTDIVBY expr", + /* 82 */ "expr ::= expr ISEVEN", + /* 83 */ "expr ::= expr ISNOTEVEN", + /* 84 */ "expr ::= expr ISEVENBY expr", + /* 85 */ "expr ::= expr ISNOTEVENBY expr", + /* 86 */ "expr ::= expr ISODD", + /* 87 */ "expr ::= expr ISNOTODD", + /* 88 */ "expr ::= expr ISODDBY expr", + /* 89 */ "expr ::= expr ISNOTODDBY expr", + /* 90 */ "expr ::= value INSTANCEOF ID", + /* 91 */ "expr ::= value INSTANCEOF value", + /* 92 */ "ternary ::= OPENP expr CLOSEP QMARK expr COLON expr", + /* 93 */ "value ::= variable", + /* 94 */ "value ::= UNIMATH value", + /* 95 */ "value ::= NOT value", + /* 96 */ "value ::= TYPECAST value", + /* 97 */ "value ::= variable INCDEC", + /* 98 */ "value ::= INTEGER", + /* 99 */ "value ::= INTEGER DOT INTEGER", + /* 100 */ "value ::= BOOLEAN", + /* 101 */ "value ::= NULL", + /* 102 */ "value ::= function", + /* 103 */ "value ::= OPENP expr CLOSEP", + /* 104 */ "value ::= SINGLEQUOTESTRING", + /* 105 */ "value ::= doublequoted_with_quotes", + /* 106 */ "value ::= ID DOUBLECOLON static_class_access", + /* 107 */ "value ::= smartytag", /* 108 */ "variable ::= varindexed", /* 109 */ "variable ::= DOLLAR varvar AT ID", /* 110 */ "variable ::= object", @@ -1670,6 +1633,7 @@ static public $yy_action = array( array( 'lhs' => 86, 'rhs' => 3 ), array( 'lhs' => 86, 'rhs' => 3 ), array( 'lhs' => 86, 'rhs' => 3 ), + array( 'lhs' => 86, 'rhs' => 3 ), array( 'lhs' => 86, 'rhs' => 2 ), array( 'lhs' => 86, 'rhs' => 2 ), array( 'lhs' => 86, 'rhs' => 3 ), @@ -1696,7 +1660,6 @@ static public $yy_action = array( array( 'lhs' => 83, 'rhs' => 1 ), array( 'lhs' => 83, 'rhs' => 3 ), array( 'lhs' => 83, 'rhs' => 1 ), - array( 'lhs' => 83, 'rhs' => 3 ), array( 'lhs' => 85, 'rhs' => 1 ), array( 'lhs' => 85, 'rhs' => 4 ), array( 'lhs' => 85, 'rhs' => 1 ), @@ -1790,13 +1753,13 @@ static public $yy_action = array( 51 => 0, 52 => 0, 68 => 0, - 92 => 0, - 97 => 0, - 99 => 0, + 93 => 0, + 98 => 0, 100 => 0, 101 => 0, - 103 => 0, + 102 => 0, 104 => 0, + 105 => 0, 110 => 0, 147 => 0, 171 => 0, @@ -1813,9 +1776,9 @@ static public $yy_action = array( 14 => 11, 12 => 12, 13 => 13, - 93 => 13, - 95 => 13, + 94 => 13, 96 => 13, + 97 => 13, 149 => 13, 17 => 17, 18 => 17, @@ -1877,26 +1840,26 @@ static public $yy_action = array( 127 => 74, 188 => 74, 75 => 75, - 78 => 75, - 89 => 75, 76 => 76, + 79 => 76, + 90 => 76, 77 => 77, - 79 => 79, + 78 => 78, 80 => 80, 81 => 81, - 86 => 81, 82 => 82, - 85 => 82, + 87 => 82, 83 => 83, - 88 => 83, + 86 => 83, 84 => 84, - 87 => 84, - 90 => 90, + 89 => 84, + 85 => 85, + 88 => 85, 91 => 91, - 94 => 94, - 98 => 98, - 102 => 102, - 105 => 105, + 92 => 92, + 95 => 95, + 99 => 99, + 103 => 103, 106 => 106, 107 => 107, 108 => 108, @@ -1975,7 +1938,7 @@ static public $yy_action = array( ); #line 85 "smarty_internal_templateparser.y" function yy_r0(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 1973 "smarty_internal_templateparser.php" +#line 1936 "smarty_internal_templateparser.php" #line 91 "smarty_internal_templateparser.y" function yy_r1(){if ($this->template->extract_code == false) { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; @@ -1984,7 +1947,7 @@ static public $yy_action = array( $this->template->extracted_compiled_code .= $this->yystack[$this->yyidx + 0]->minor; } } -#line 1982 "smarty_internal_templateparser.php" +#line 1945 "smarty_internal_templateparser.php" #line 99 "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; @@ -1994,7 +1957,7 @@ static public $yy_action = array( $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } } -#line 1992 "smarty_internal_templateparser.php" +#line 1955 "smarty_internal_templateparser.php" #line 112 "smarty_internal_templateparser.y" function yy_r3(){ if ($this->compiler->has_code) { @@ -2006,10 +1969,10 @@ static public $yy_action = array( $this->compiler->has_variable_string = false; $this->block_nesting_level = count($this->compiler->_tag_stack); } -#line 2004 "smarty_internal_templateparser.php" +#line 1967 "smarty_internal_templateparser.php" #line 124 "smarty_internal_templateparser.y" function yy_r4(){ $this->_retvalue = ''; } -#line 2007 "smarty_internal_templateparser.php" +#line 1970 "smarty_internal_templateparser.php" #line 130 "smarty_internal_templateparser.y" function yy_r6(){ if ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU) { @@ -2022,7 +1985,7 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 2020 "smarty_internal_templateparser.php" +#line 1983 "smarty_internal_templateparser.php" #line 142 "smarty_internal_templateparser.y" function yy_r7(){if ($this->is_xml) { $this->compiler->tag_nocache = true; @@ -2038,7 +2001,7 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 2036 "smarty_internal_templateparser.php" +#line 1999 "smarty_internal_templateparser.php" #line 157 "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)); @@ -2046,10 +2009,10 @@ static public $yy_action = array( $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } } -#line 2044 "smarty_internal_templateparser.php" +#line 2007 "smarty_internal_templateparser.php" #line 165 "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 2047 "smarty_internal_templateparser.php" +#line 2010 "smarty_internal_templateparser.php" #line 168 "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); @@ -2057,279 +2020,279 @@ static public $yy_action = array( $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } } -#line 2055 "smarty_internal_templateparser.php" +#line 2018 "smarty_internal_templateparser.php" #line 176 "smarty_internal_templateparser.y" function yy_r11(){ $this->_retvalue = ''; } -#line 2058 "smarty_internal_templateparser.php" +#line 2021 "smarty_internal_templateparser.php" #line 177 "smarty_internal_templateparser.y" function yy_r12(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } -#line 2061 "smarty_internal_templateparser.php" +#line 2024 "smarty_internal_templateparser.php" #line 179 "smarty_internal_templateparser.y" function yy_r13(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2064 "smarty_internal_templateparser.php" +#line 2027 "smarty_internal_templateparser.php" #line 184 "smarty_internal_templateparser.y" function yy_r17(){ $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } -#line 2067 "smarty_internal_templateparser.php" +#line 2030 "smarty_internal_templateparser.php" #line 186 "smarty_internal_templateparser.y" function yy_r19(){ $this->_retvalue = self::escape_end_tag($this->yystack[$this->yyidx + 0]->minor); } -#line 2070 "smarty_internal_templateparser.php" +#line 2033 "smarty_internal_templateparser.php" #line 194 "smarty_internal_templateparser.y" function yy_r20(){ $this->_retvalue = $this->compiler->compileTag('private_print_expression',array('value'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2073 "smarty_internal_templateparser.php" +#line 2036 "smarty_internal_templateparser.php" #line 195 "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 2076 "smarty_internal_templateparser.php" +#line 2039 "smarty_internal_templateparser.php" #line 206 "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 2079 "smarty_internal_templateparser.php" +#line 2042 "smarty_internal_templateparser.php" #line 208 "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 2082 "smarty_internal_templateparser.php" +#line 2045 "smarty_internal_templateparser.php" #line 210 "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 2085 "smarty_internal_templateparser.php" +#line 2048 "smarty_internal_templateparser.php" #line 213 "smarty_internal_templateparser.y" function yy_r31(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,$this->yystack[$this->yyidx + -1]->minor); } -#line 2088 "smarty_internal_templateparser.php" +#line 2051 "smarty_internal_templateparser.php" #line 215 "smarty_internal_templateparser.y" function yy_r33(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor,array()); } -#line 2091 "smarty_internal_templateparser.php" +#line 2054 "smarty_internal_templateparser.php" #line 217 "smarty_internal_templateparser.y" function yy_r34(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor,array_merge(array('object_methode'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)); } -#line 2094 "smarty_internal_templateparser.php" +#line 2057 "smarty_internal_templateparser.php" #line 219 "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 2099 "smarty_internal_templateparser.php" +#line 2062 "smarty_internal_templateparser.php" #line 223 "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 2104 "smarty_internal_templateparser.php" +#line 2067 "smarty_internal_templateparser.php" #line 227 "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 2107 "smarty_internal_templateparser.php" +#line 2070 "smarty_internal_templateparser.php" #line 230 "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 2111 "smarty_internal_templateparser.php" +#line 2074 "smarty_internal_templateparser.php" #line 233 "smarty_internal_templateparser.y" function yy_r40(){ $this->_retvalue = '='.$this->yystack[$this->yyidx + 0]->minor; } -#line 2114 "smarty_internal_templateparser.php" +#line 2077 "smarty_internal_templateparser.php" #line 234 "smarty_internal_templateparser.y" function yy_r41(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2117 "smarty_internal_templateparser.php" +#line 2080 "smarty_internal_templateparser.php" #line 235 "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 2120 "smarty_internal_templateparser.php" +#line 2083 "smarty_internal_templateparser.php" #line 236 "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 2123 "smarty_internal_templateparser.php" +#line 2086 "smarty_internal_templateparser.php" #line 238 "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 2127 "smarty_internal_templateparser.php" +#line 2090 "smarty_internal_templateparser.php" #line 240 "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 2131 "smarty_internal_templateparser.php" +#line 2094 "smarty_internal_templateparser.php" #line 242 "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 2135 "smarty_internal_templateparser.php" +#line 2098 "smarty_internal_templateparser.php" #line 244 "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 2139 "smarty_internal_templateparser.php" +#line 2102 "smarty_internal_templateparser.php" #line 248 "smarty_internal_templateparser.y" function yy_r48(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor.'close',array()); } -#line 2142 "smarty_internal_templateparser.php" +#line 2105 "smarty_internal_templateparser.php" #line 253 "smarty_internal_templateparser.y" function yy_r53(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',$this->yystack[$this->yyidx + -1]->minor); } -#line 2145 "smarty_internal_templateparser.php" +#line 2108 "smarty_internal_templateparser.php" #line 254 "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 2150 "smarty_internal_templateparser.php" +#line 2113 "smarty_internal_templateparser.php" #line 258 "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 2153 "smarty_internal_templateparser.php" +#line 2116 "smarty_internal_templateparser.php" #line 265 "smarty_internal_templateparser.y" function yy_r56(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor); } -#line 2156 "smarty_internal_templateparser.php" +#line 2119 "smarty_internal_templateparser.php" #line 269 "smarty_internal_templateparser.y" function yy_r58(){ $this->_retvalue = array(); } -#line 2159 "smarty_internal_templateparser.php" +#line 2122 "smarty_internal_templateparser.php" #line 272 "smarty_internal_templateparser.y" function yy_r59(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>"'".$this->yystack[$this->yyidx + 0]->minor."'"); } -#line 2162 "smarty_internal_templateparser.php" +#line 2125 "smarty_internal_templateparser.php" #line 273 "smarty_internal_templateparser.y" function yy_r60(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2165 "smarty_internal_templateparser.php" +#line 2128 "smarty_internal_templateparser.php" #line 276 "smarty_internal_templateparser.y" function yy_r63(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor=>'true'); } -#line 2168 "smarty_internal_templateparser.php" +#line 2131 "smarty_internal_templateparser.php" #line 283 "smarty_internal_templateparser.y" function yy_r65(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } -#line 2171 "smarty_internal_templateparser.php" +#line 2134 "smarty_internal_templateparser.php" #line 284 "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 2174 "smarty_internal_templateparser.php" +#line 2137 "smarty_internal_templateparser.php" #line 286 "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 2177 "smarty_internal_templateparser.php" +#line 2140 "smarty_internal_templateparser.php" #line 294 "smarty_internal_templateparser.y" function yy_r69(){ $this->_retvalue = "'".$this->yystack[$this->yyidx + 0]->minor."'"; } -#line 2180 "smarty_internal_templateparser.php" +#line 2143 "smarty_internal_templateparser.php" #line 296 "smarty_internal_templateparser.y" function yy_r70(){$this->_retvalue = '$_smarty_tpl->getStreamVariable(\''. $this->yystack[$this->yyidx + -2]->minor .'://'. $this->yystack[$this->yyidx + 0]->minor . '\')'; } -#line 2183 "smarty_internal_templateparser.php" +#line 2146 "smarty_internal_templateparser.php" #line 298 "smarty_internal_templateparser.y" function yy_r71(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . trim($this->yystack[$this->yyidx + -1]->minor) . $this->yystack[$this->yyidx + 0]->minor; } -#line 2186 "smarty_internal_templateparser.php" +#line 2149 "smarty_internal_templateparser.php" #line 304 "smarty_internal_templateparser.y" function yy_r74(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2189 "smarty_internal_templateparser.php" -#line 308 "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 2192 "smarty_internal_templateparser.php" -#line 309 "smarty_internal_templateparser.y" - function yy_r76(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2195 "smarty_internal_templateparser.php" -#line 310 "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 2198 "smarty_internal_templateparser.php" +#line 2152 "smarty_internal_templateparser.php" +#line 307 "smarty_internal_templateparser.y" + function yy_r75(){ $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 2155 "smarty_internal_templateparser.php" +#line 311 "smarty_internal_templateparser.y" + function yy_r76(){$this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2158 "smarty_internal_templateparser.php" #line 312 "smarty_internal_templateparser.y" - function yy_r79(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2201 "smarty_internal_templateparser.php" + function yy_r77(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2161 "smarty_internal_templateparser.php" #line 313 "smarty_internal_templateparser.y" - function yy_r80(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2204 "smarty_internal_templateparser.php" -#line 314 "smarty_internal_templateparser.y" - function yy_r81(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2207 "smarty_internal_templateparser.php" + function yy_r78(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2164 "smarty_internal_templateparser.php" #line 315 "smarty_internal_templateparser.y" - function yy_r82(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2210 "smarty_internal_templateparser.php" + function yy_r80(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2167 "smarty_internal_templateparser.php" #line 316 "smarty_internal_templateparser.y" - function yy_r83(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2213 "smarty_internal_templateparser.php" + function yy_r81(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2170 "smarty_internal_templateparser.php" #line 317 "smarty_internal_templateparser.y" - function yy_r84(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2216 "smarty_internal_templateparser.php" -#line 323 "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 2219 "smarty_internal_templateparser.php" -#line 329 "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 2222 "smarty_internal_templateparser.php" -#line 336 "smarty_internal_templateparser.y" - function yy_r94(){ $this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2225 "smarty_internal_templateparser.php" -#line 341 "smarty_internal_templateparser.y" - function yy_r98(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2228 "smarty_internal_templateparser.php" -#line 351 "smarty_internal_templateparser.y" - function yy_r102(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2231 "smarty_internal_templateparser.php" -#line 357 "smarty_internal_templateparser.y" - function yy_r105(){if (!$this->template->security || $this->smarty->security_handler->isTrustedStaticClass($this->yystack[$this->yyidx + -2]->minor, $this->compiler)) { + function yy_r82(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2173 "smarty_internal_templateparser.php" +#line 318 "smarty_internal_templateparser.y" + function yy_r83(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2176 "smarty_internal_templateparser.php" +#line 319 "smarty_internal_templateparser.y" + function yy_r84(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2179 "smarty_internal_templateparser.php" +#line 320 "smarty_internal_templateparser.y" + function yy_r85(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2182 "smarty_internal_templateparser.php" +#line 326 "smarty_internal_templateparser.y" + function yy_r91(){$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 2185 "smarty_internal_templateparser.php" +#line 332 "smarty_internal_templateparser.y" + function yy_r92(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '.$this->yystack[$this->yyidx + -2]->minor.' : '.$this->yystack[$this->yyidx + 0]->minor; } +#line 2188 "smarty_internal_templateparser.php" +#line 339 "smarty_internal_templateparser.y" + function yy_r95(){ $this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2191 "smarty_internal_templateparser.php" +#line 344 "smarty_internal_templateparser.y" + function yy_r99(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2194 "smarty_internal_templateparser.php" +#line 354 "smarty_internal_templateparser.y" + function yy_r103(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } +#line 2197 "smarty_internal_templateparser.php" +#line 360 "smarty_internal_templateparser.y" + function yy_r106(){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 2236 "smarty_internal_templateparser.php" -#line 361 "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 2239 "smarty_internal_templateparser.php" -#line 363 "smarty_internal_templateparser.y" - function yy_r107(){ $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 2242 "smarty_internal_templateparser.php" -#line 372 "smarty_internal_templateparser.y" +#line 2202 "smarty_internal_templateparser.php" +#line 364 "smarty_internal_templateparser.y" + function yy_r107(){ $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 2205 "smarty_internal_templateparser.php" +#line 375 "smarty_internal_templateparser.y" function yy_r108(){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 { $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 2246 "smarty_internal_templateparser.php" -#line 375 "smarty_internal_templateparser.y" +#line 2209 "smarty_internal_templateparser.php" +#line 378 "smarty_internal_templateparser.y" function yy_r109(){ $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 2249 "smarty_internal_templateparser.php" -#line 379 "smarty_internal_templateparser.y" +#line 2212 "smarty_internal_templateparser.php" +#line 382 "smarty_internal_templateparser.y" function yy_r111(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } -#line 2252 "smarty_internal_templateparser.php" -#line 380 "smarty_internal_templateparser.y" - function yy_r112(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2255 "smarty_internal_templateparser.php" +#line 2215 "smarty_internal_templateparser.php" #line 383 "smarty_internal_templateparser.y" + function yy_r112(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } +#line 2218 "smarty_internal_templateparser.php" +#line 386 "smarty_internal_templateparser.y" function yy_r113(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'smarty_internal_index'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2258 "smarty_internal_templateparser.php" -#line 389 "smarty_internal_templateparser.y" +#line 2221 "smarty_internal_templateparser.php" +#line 392 "smarty_internal_templateparser.y" function yy_r114(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2261 "smarty_internal_templateparser.php" -#line 391 "smarty_internal_templateparser.y" +#line 2224 "smarty_internal_templateparser.php" +#line 394 "smarty_internal_templateparser.y" function yy_r115(){return; } -#line 2264 "smarty_internal_templateparser.php" -#line 395 "smarty_internal_templateparser.y" +#line 2227 "smarty_internal_templateparser.php" +#line 398 "smarty_internal_templateparser.y" function yy_r116(){ $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 2267 "smarty_internal_templateparser.php" -#line 396 "smarty_internal_templateparser.y" +#line 2230 "smarty_internal_templateparser.php" +#line 399 "smarty_internal_templateparser.y" function yy_r117(){ $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 2270 "smarty_internal_templateparser.php" -#line 397 "smarty_internal_templateparser.y" +#line 2233 "smarty_internal_templateparser.php" +#line 400 "smarty_internal_templateparser.y" function yy_r118(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } -#line 2273 "smarty_internal_templateparser.php" -#line 401 "smarty_internal_templateparser.y" - function yy_r121(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } -#line 2276 "smarty_internal_templateparser.php" -#line 402 "smarty_internal_templateparser.y" - function yy_r122(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } -#line 2279 "smarty_internal_templateparser.php" +#line 2236 "smarty_internal_templateparser.php" #line 404 "smarty_internal_templateparser.y" - function yy_r123(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } -#line 2282 "smarty_internal_templateparser.php" + function yy_r121(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } +#line 2239 "smarty_internal_templateparser.php" #line 405 "smarty_internal_templateparser.y" + function yy_r122(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } +#line 2242 "smarty_internal_templateparser.php" +#line 407 "smarty_internal_templateparser.y" + function yy_r123(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } +#line 2245 "smarty_internal_templateparser.php" +#line 408 "smarty_internal_templateparser.y" function yy_r124(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } -#line 2285 "smarty_internal_templateparser.php" -#line 409 "smarty_internal_templateparser.y" +#line 2248 "smarty_internal_templateparser.php" +#line 412 "smarty_internal_templateparser.y" function yy_r126(){$this->_retvalue = ''; } -#line 2288 "smarty_internal_templateparser.php" -#line 417 "smarty_internal_templateparser.y" +#line 2251 "smarty_internal_templateparser.php" +#line 420 "smarty_internal_templateparser.y" function yy_r128(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2291 "smarty_internal_templateparser.php" -#line 419 "smarty_internal_templateparser.y" - function yy_r129(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2294 "smarty_internal_templateparser.php" +#line 2254 "smarty_internal_templateparser.php" #line 422 "smarty_internal_templateparser.y" + function yy_r129(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } +#line 2257 "smarty_internal_templateparser.php" +#line 425 "smarty_internal_templateparser.y" function yy_r130(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2297 "smarty_internal_templateparser.php" -#line 427 "smarty_internal_templateparser.y" +#line 2260 "smarty_internal_templateparser.php" +#line 430 "smarty_internal_templateparser.y" function yy_r131(){ 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 2301 "smarty_internal_templateparser.php" -#line 429 "smarty_internal_templateparser.y" +#line 2264 "smarty_internal_templateparser.php" +#line 432 "smarty_internal_templateparser.y" function yy_r132(){ 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 2305 "smarty_internal_templateparser.php" -#line 432 "smarty_internal_templateparser.y" +#line 2268 "smarty_internal_templateparser.php" +#line 435 "smarty_internal_templateparser.y" function yy_r133(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2308 "smarty_internal_templateparser.php" -#line 434 "smarty_internal_templateparser.y" - function yy_r134(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2311 "smarty_internal_templateparser.php" -#line 436 "smarty_internal_templateparser.y" - function yy_r135(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2314 "smarty_internal_templateparser.php" +#line 2271 "smarty_internal_templateparser.php" #line 437 "smarty_internal_templateparser.y" - function yy_r136(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2317 "smarty_internal_templateparser.php" -#line 438 "smarty_internal_templateparser.y" - function yy_r137(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2320 "smarty_internal_templateparser.php" + function yy_r134(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2274 "smarty_internal_templateparser.php" #line 439 "smarty_internal_templateparser.y" - function yy_r138(){ $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2323 "smarty_internal_templateparser.php" + function yy_r135(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2277 "smarty_internal_templateparser.php" +#line 440 "smarty_internal_templateparser.y" + function yy_r136(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2280 "smarty_internal_templateparser.php" #line 441 "smarty_internal_templateparser.y" + function yy_r137(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2283 "smarty_internal_templateparser.php" +#line 442 "smarty_internal_templateparser.y" + function yy_r138(){ $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2286 "smarty_internal_templateparser.php" +#line 444 "smarty_internal_templateparser.y" function yy_r139(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2326 "smarty_internal_templateparser.php" -#line 447 "smarty_internal_templateparser.y" +#line 2289 "smarty_internal_templateparser.php" +#line 450 "smarty_internal_templateparser.y" function yy_r140(){if (!$this->template->security || $this->smarty->security_handler->isTrustedPhpFunction($this->yystack[$this->yyidx + -3]->minor, $this->compiler)) { if ($this->yystack[$this->yyidx + -3]->minor == 'isset' || $this->yystack[$this->yyidx + -3]->minor == 'empty' || $this->yystack[$this->yyidx + -3]->minor == 'array' || is_callable($this->yystack[$this->yyidx + -3]->minor)) { $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; @@ -2337,123 +2300,123 @@ static public $yy_action = array( $this->compiler->trigger_template_error ("unknown function \"" . $this->yystack[$this->yyidx + -3]->minor . "\""); } } } -#line 2335 "smarty_internal_templateparser.php" -#line 458 "smarty_internal_templateparser.y" +#line 2298 "smarty_internal_templateparser.php" +#line 461 "smarty_internal_templateparser.y" function yy_r141(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2338 "smarty_internal_templateparser.php" -#line 462 "smarty_internal_templateparser.y" +#line 2301 "smarty_internal_templateparser.php" +#line 465 "smarty_internal_templateparser.y" function yy_r142(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.",".$this->yystack[$this->yyidx + 0]->minor; } -#line 2341 "smarty_internal_templateparser.php" -#line 466 "smarty_internal_templateparser.y" +#line 2304 "smarty_internal_templateparser.php" +#line 469 "smarty_internal_templateparser.y" function yy_r144(){ return; } -#line 2344 "smarty_internal_templateparser.php" -#line 471 "smarty_internal_templateparser.y" +#line 2307 "smarty_internal_templateparser.php" +#line 474 "smarty_internal_templateparser.y" function yy_r145(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2347 "smarty_internal_templateparser.php" -#line 476 "smarty_internal_templateparser.y" - function yy_r148(){ $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 2350 "smarty_internal_templateparser.php" +#line 2310 "smarty_internal_templateparser.php" #line 479 "smarty_internal_templateparser.y" + function yy_r148(){ $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 2313 "smarty_internal_templateparser.php" +#line 482 "smarty_internal_templateparser.y" function yy_r150(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -4]->minor .'\')->value;?>'; $this->_retvalue = '$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -2]->minor .')'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2353 "smarty_internal_templateparser.php" -#line 483 "smarty_internal_templateparser.y" +#line 2316 "smarty_internal_templateparser.php" +#line 486 "smarty_internal_templateparser.y" function yy_r152(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2356 "smarty_internal_templateparser.php" -#line 485 "smarty_internal_templateparser.y" +#line 2319 "smarty_internal_templateparser.php" +#line 488 "smarty_internal_templateparser.y" function yy_r153(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2359 "smarty_internal_templateparser.php" -#line 496 "smarty_internal_templateparser.y" +#line 2322 "smarty_internal_templateparser.php" +#line 499 "smarty_internal_templateparser.y" function yy_r154(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2362 "smarty_internal_templateparser.php" -#line 500 "smarty_internal_templateparser.y" +#line 2325 "smarty_internal_templateparser.php" +#line 503 "smarty_internal_templateparser.y" function yy_r156(){$this->_retvalue = ','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2365 "smarty_internal_templateparser.php" -#line 501 "smarty_internal_templateparser.y" - function yy_r157(){$this->_retvalue = ',\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2368 "smarty_internal_templateparser.php" +#line 2328 "smarty_internal_templateparser.php" #line 504 "smarty_internal_templateparser.y" - function yy_r158(){$this->_retvalue = '=='; } -#line 2371 "smarty_internal_templateparser.php" -#line 505 "smarty_internal_templateparser.y" - function yy_r159(){$this->_retvalue = '!='; } -#line 2374 "smarty_internal_templateparser.php" -#line 506 "smarty_internal_templateparser.y" - function yy_r160(){$this->_retvalue = '>'; } -#line 2377 "smarty_internal_templateparser.php" + function yy_r157(){$this->_retvalue = ',\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } +#line 2331 "smarty_internal_templateparser.php" #line 507 "smarty_internal_templateparser.y" - function yy_r161(){$this->_retvalue = '<'; } -#line 2380 "smarty_internal_templateparser.php" + function yy_r158(){$this->_retvalue = '=='; } +#line 2334 "smarty_internal_templateparser.php" #line 508 "smarty_internal_templateparser.y" - function yy_r162(){$this->_retvalue = '>='; } -#line 2383 "smarty_internal_templateparser.php" + function yy_r159(){$this->_retvalue = '!='; } +#line 2337 "smarty_internal_templateparser.php" #line 509 "smarty_internal_templateparser.y" - function yy_r163(){$this->_retvalue = '<='; } -#line 2386 "smarty_internal_templateparser.php" + function yy_r160(){$this->_retvalue = '>'; } +#line 2340 "smarty_internal_templateparser.php" #line 510 "smarty_internal_templateparser.y" - function yy_r164(){$this->_retvalue = '==='; } -#line 2389 "smarty_internal_templateparser.php" + function yy_r161(){$this->_retvalue = '<'; } +#line 2343 "smarty_internal_templateparser.php" #line 511 "smarty_internal_templateparser.y" - function yy_r165(){$this->_retvalue = '!=='; } -#line 2392 "smarty_internal_templateparser.php" + function yy_r162(){$this->_retvalue = '>='; } +#line 2346 "smarty_internal_templateparser.php" #line 512 "smarty_internal_templateparser.y" - function yy_r166(){$this->_retvalue = '%'; } -#line 2395 "smarty_internal_templateparser.php" + function yy_r163(){$this->_retvalue = '<='; } +#line 2349 "smarty_internal_templateparser.php" +#line 513 "smarty_internal_templateparser.y" + function yy_r164(){$this->_retvalue = '==='; } +#line 2352 "smarty_internal_templateparser.php" #line 514 "smarty_internal_templateparser.y" - function yy_r167(){$this->_retvalue = '&&'; } -#line 2398 "smarty_internal_templateparser.php" + function yy_r165(){$this->_retvalue = '!=='; } +#line 2355 "smarty_internal_templateparser.php" #line 515 "smarty_internal_templateparser.y" + function yy_r166(){$this->_retvalue = '%'; } +#line 2358 "smarty_internal_templateparser.php" +#line 517 "smarty_internal_templateparser.y" + function yy_r167(){$this->_retvalue = '&&'; } +#line 2361 "smarty_internal_templateparser.php" +#line 518 "smarty_internal_templateparser.y" function yy_r168(){$this->_retvalue = '||'; } -#line 2401 "smarty_internal_templateparser.php" -#line 516 "smarty_internal_templateparser.y" +#line 2364 "smarty_internal_templateparser.php" +#line 519 "smarty_internal_templateparser.y" function yy_r169(){$this->_retvalue = ' XOR '; } -#line 2404 "smarty_internal_templateparser.php" -#line 521 "smarty_internal_templateparser.y" - function yy_r170(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2407 "smarty_internal_templateparser.php" -#line 523 "smarty_internal_templateparser.y" - function yy_r172(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2410 "smarty_internal_templateparser.php" +#line 2367 "smarty_internal_templateparser.php" #line 524 "smarty_internal_templateparser.y" - function yy_r173(){ return; } -#line 2413 "smarty_internal_templateparser.php" -#line 525 "smarty_internal_templateparser.y" - function yy_r174(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2416 "smarty_internal_templateparser.php" + function yy_r170(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2370 "smarty_internal_templateparser.php" #line 526 "smarty_internal_templateparser.y" + function yy_r172(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } +#line 2373 "smarty_internal_templateparser.php" +#line 527 "smarty_internal_templateparser.y" + function yy_r173(){ return; } +#line 2376 "smarty_internal_templateparser.php" +#line 528 "smarty_internal_templateparser.y" + function yy_r174(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2379 "smarty_internal_templateparser.php" +#line 529 "smarty_internal_templateparser.y" function yy_r175(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2419 "smarty_internal_templateparser.php" -#line 533 "smarty_internal_templateparser.y" - function yy_r177(){ $this->_retvalue = "''"; } -#line 2422 "smarty_internal_templateparser.php" -#line 534 "smarty_internal_templateparser.y" - function yy_r178(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php(); } -#line 2425 "smarty_internal_templateparser.php" +#line 2382 "smarty_internal_templateparser.php" #line 536 "smarty_internal_templateparser.y" - function yy_r179(){ $this->yystack[$this->yyidx + -1]->minor->append_subtree($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } -#line 2428 "smarty_internal_templateparser.php" + function yy_r177(){ $this->_retvalue = "''"; } +#line 2385 "smarty_internal_templateparser.php" #line 537 "smarty_internal_templateparser.y" - function yy_r180(){ $this->_retvalue = new _smarty_doublequoted($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2431 "smarty_internal_templateparser.php" + function yy_r178(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php(); } +#line 2388 "smarty_internal_templateparser.php" #line 539 "smarty_internal_templateparser.y" + function yy_r179(){ $this->yystack[$this->yyidx + -1]->minor->append_subtree($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } +#line 2391 "smarty_internal_templateparser.php" +#line 540 "smarty_internal_templateparser.y" + function yy_r180(){ $this->_retvalue = new _smarty_doublequoted($this, $this->yystack[$this->yyidx + 0]->minor); } +#line 2394 "smarty_internal_templateparser.php" +#line 542 "smarty_internal_templateparser.y" function yy_r181(){ $this->_retvalue = new _smarty_code($this, $this->yystack[$this->yyidx + -1]->minor); } -#line 2434 "smarty_internal_templateparser.php" -#line 541 "smarty_internal_templateparser.y" +#line 2397 "smarty_internal_templateparser.php" +#line 544 "smarty_internal_templateparser.y" function yy_r183(){ $this->_retvalue = new _smarty_code($this, '$_smarty_tpl->getVariable(\''. substr($this->yystack[$this->yyidx + 0]->minor,1) .'\')->value'); $this->compiler->tag_nocache = $this->compiler->tag_nocache | $this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor,"'"), null, true, false)->nocache; } -#line 2440 "smarty_internal_templateparser.php" -#line 546 "smarty_internal_templateparser.y" +#line 2403 "smarty_internal_templateparser.php" +#line 549 "smarty_internal_templateparser.y" function yy_r185(){ $this->_retvalue = new _smarty_code($this, '('.$this->yystack[$this->yyidx + -1]->minor.')'); } -#line 2443 "smarty_internal_templateparser.php" -#line 547 "smarty_internal_templateparser.y" +#line 2406 "smarty_internal_templateparser.php" +#line 550 "smarty_internal_templateparser.y" function yy_r186(){ $this->_retvalue = new _smarty_tag($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2448 "smarty_internal_templateparser.php" -#line 550 "smarty_internal_templateparser.y" +#line 2411 "smarty_internal_templateparser.php" +#line 553 "smarty_internal_templateparser.y" function yy_r187(){ $this->_retvalue = new _smarty_dq_content($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2451 "smarty_internal_templateparser.php" +#line 2414 "smarty_internal_templateparser.php" private $_retvalue; @@ -2515,7 +2478,7 @@ static public $yy_action = array( $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_template_error(); -#line 2514 "smarty_internal_templateparser.php" +#line 2477 "smarty_internal_templateparser.php" } function yy_accept() @@ -2532,7 +2495,7 @@ static public $yy_action = array( $this->internalError = false; $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; -#line 2532 "smarty_internal_templateparser.php" +#line 2495 "smarty_internal_templateparser.php" } function doParse($yymajor, $yytokenvalue)