diff --git a/change_log.txt b/change_log.txt index f7ec412e..e76536fa 100644 --- a/change_log.txt +++ b/change_log.txt @@ -2,6 +2,7 @@ - sanitize compile_id and cache_id (replace illegal chars with _) - use _dir_perms and _file_perms properties at file creation - new constant SMARTY_RESOURCE_DATE_FORMAT (default '%b %e, %Y') which is used as default format in modifier date_format +- added {foreach $array as $key=>$value} syntax 11/15/2009 - lexer/parser optimizations on quoted strings diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index a47c76ba..edb1188f 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -168,59 +168,59 @@ class Smarty_Internal_Templateparser#line 109 "smarty_internal_templateparser.ph const TP_DOLLAR = 14; const TP_INCDEC = 15; const TP_AS = 16; - const TP_LDELSLASH = 17; - const TP_COMMA = 18; - const TP_COLON = 19; - const TP_UNIMATH = 20; - const TP_OPENP = 21; - const TP_CLOSEP = 22; - const TP_QMARK = 23; - const TP_MATH = 24; - const TP_ANDSYM = 25; - const TP_TYPECAST = 26; - const TP_INTEGER = 27; - const TP_DOT = 28; - const TP_BOOLEAN = 29; - const TP_NULL = 30; - const TP_SINGLEQUOTESTRING = 31; - const TP_QUOTE = 32; - const TP_DOUBLECOLON = 33; - const TP_AT = 34; - const TP_HATCH = 35; - const TP_OPENB = 36; - const TP_CLOSEB = 37; - const TP_VERT = 38; - const TP_NOT = 39; - const TP_ISIN = 40; - const TP_ISDIVBY = 41; - const TP_ISNOTDIVBY = 42; - const TP_ISEVEN = 43; - const TP_ISNOTEVEN = 44; - const TP_ISEVENBY = 45; - const TP_ISNOTEVENBY = 46; - const TP_ISODD = 47; - const TP_ISNOTODD = 48; - const TP_ISODDBY = 49; - const TP_ISNOTODDBY = 50; - const TP_INSTANCEOF = 51; - const TP_EQUALS = 52; - const TP_NOTEQUALS = 53; - const TP_GREATERTHAN = 54; - const TP_LESSTHAN = 55; - const TP_GREATEREQUAL = 56; - const TP_LESSEQUAL = 57; - const TP_IDENTITY = 58; - const TP_NONEIDENTITY = 59; - const TP_MOD = 60; - const TP_LAND = 61; - const TP_LOR = 62; - const TP_LXOR = 63; - const TP_APTR = 64; + const TP_APTR = 17; + const TP_LDELSLASH = 18; + const TP_COMMA = 19; + const TP_COLON = 20; + const TP_UNIMATH = 21; + const TP_OPENP = 22; + const TP_CLOSEP = 23; + const TP_QMARK = 24; + const TP_MATH = 25; + const TP_ANDSYM = 26; + const TP_TYPECAST = 27; + const TP_INTEGER = 28; + const TP_DOT = 29; + const TP_BOOLEAN = 30; + const TP_NULL = 31; + const TP_SINGLEQUOTESTRING = 32; + const TP_QUOTE = 33; + const TP_DOUBLECOLON = 34; + const TP_AT = 35; + const TP_HATCH = 36; + const TP_OPENB = 37; + const TP_CLOSEB = 38; + const TP_VERT = 39; + const TP_NOT = 40; + const TP_ISIN = 41; + const TP_ISDIVBY = 42; + const TP_ISNOTDIVBY = 43; + const TP_ISEVEN = 44; + const TP_ISNOTEVEN = 45; + const TP_ISEVENBY = 46; + const TP_ISNOTEVENBY = 47; + const TP_ISODD = 48; + const TP_ISNOTODD = 49; + const TP_ISODDBY = 50; + const TP_ISNOTODDBY = 51; + const TP_INSTANCEOF = 52; + const TP_EQUALS = 53; + const TP_NOTEQUALS = 54; + const TP_GREATERTHAN = 55; + const TP_LESSTHAN = 56; + const TP_GREATEREQUAL = 57; + const TP_LESSEQUAL = 58; + const TP_IDENTITY = 59; + const TP_NONEIDENTITY = 60; + const TP_MOD = 61; + const TP_LAND = 62; + const TP_LOR = 63; + const TP_LXOR = 64; const TP_BACKTICK = 65; const TP_DOLLARID = 66; - const YY_NO_ACTION = 478; - const YY_ACCEPT_ACTION = 477; - const YY_ERROR_ACTION = 476; + const YY_NO_ACTION = 492; + const YY_ACCEPT_ACTION = 491; + const YY_ERROR_ACTION = 490; /* Next are that tables used to determine what action to take based on the ** current state and lookahead token. These tables are used to implement @@ -272,539 +272,564 @@ class Smarty_Internal_Templateparser#line 109 "smarty_internal_templateparser.ph ** shifting non-terminals after a reduce. ** self::$yy_default Default action for each state. */ - const YY_SZ_ACTTAB = 1362; + const YY_SZ_ACTTAB = 1484; static public $yy_action = array( - /* 0 */ 21, 32, 204, 161, 211, 168, 148, 69, 285, 177, - /* 10 */ 187, 166, 1, 40, 3, 32, 113, 31, 211, 51, - /* 20 */ 171, 20, 237, 244, 299, 46, 103, 21, 47, 13, - /* 30 */ 152, 210, 8, 111, 76, 19, 162, 187, 162, 243, - /* 40 */ 40, 33, 199, 242, 238, 187, 51, 171, 109, 237, - /* 50 */ 244, 299, 46, 112, 213, 47, 13, 212, 21, 243, - /* 60 */ 200, 151, 266, 242, 238, 72, 348, 14, 187, 283, - /* 70 */ 348, 40, 3, 192, 63, 267, 202, 51, 171, 20, - /* 80 */ 237, 244, 299, 46, 20, 21, 47, 13, 161, 218, - /* 90 */ 8, 111, 69, 53, 215, 187, 111, 165, 40, 33, - /* 100 */ 477, 62, 203, 256, 51, 171, 173, 237, 244, 299, - /* 110 */ 46, 216, 21, 47, 13, 45, 138, 28, 22, 69, - /* 120 */ 101, 141, 187, 197, 76, 40, 12, 76, 274, 124, - /* 130 */ 220, 51, 171, 147, 237, 244, 299, 46, 162, 14, - /* 140 */ 47, 13, 243, 266, 162, 47, 242, 238, 47, 6, - /* 150 */ 5, 271, 272, 4, 2, 273, 279, 7, 9, 189, - /* 160 */ 257, 174, 251, 250, 183, 249, 21, 254, 284, 280, - /* 170 */ 287, 288, 32, 150, 31, 211, 187, 80, 6, 5, - /* 180 */ 271, 272, 4, 2, 273, 279, 7, 9, 32, 55, - /* 190 */ 34, 211, 289, 225, 255, 256, 217, 233, 280, 287, - /* 200 */ 288, 6, 5, 271, 272, 4, 2, 273, 279, 7, - /* 210 */ 9, 6, 5, 271, 272, 4, 2, 273, 279, 7, - /* 220 */ 9, 280, 287, 288, 210, 35, 214, 21, 19, 26, - /* 230 */ 156, 280, 287, 288, 76, 147, 32, 187, 187, 211, - /* 240 */ 40, 33, 32, 207, 162, 211, 51, 171, 162, 237, - /* 250 */ 244, 299, 46, 222, 21, 47, 13, 159, 344, 20, - /* 260 */ 23, 76, 192, 199, 187, 260, 181, 40, 33, 184, - /* 270 */ 192, 111, 58, 51, 171, 201, 237, 244, 299, 46, - /* 280 */ 170, 21, 47, 13, 153, 300, 53, 215, 69, 192, - /* 290 */ 44, 187, 260, 296, 40, 33, 162, 192, 36, 110, - /* 300 */ 51, 171, 216, 237, 244, 299, 46, 192, 21, 47, - /* 310 */ 13, 161, 120, 20, 38, 69, 261, 269, 187, 136, - /* 320 */ 80, 40, 12, 162, 128, 111, 266, 51, 171, 239, - /* 330 */ 237, 244, 299, 46, 147, 21, 47, 13, 159, 267, - /* 340 */ 233, 164, 76, 32, 180, 187, 211, 140, 80, 33, - /* 350 */ 247, 241, 246, 27, 51, 171, 24, 237, 244, 299, - /* 360 */ 46, 259, 229, 47, 13, 192, 80, 16, 233, 162, - /* 370 */ 6, 5, 271, 272, 4, 2, 273, 279, 7, 9, - /* 380 */ 43, 162, 43, 286, 252, 104, 233, 192, 192, 144, - /* 390 */ 280, 287, 288, 295, 195, 29, 61, 44, 80, 266, - /* 400 */ 105, 82, 176, 158, 145, 36, 21, 157, 191, 154, - /* 410 */ 100, 193, 245, 76, 266, 80, 187, 346, 233, 213, - /* 420 */ 33, 346, 162, 270, 32, 51, 171, 178, 237, 244, - /* 430 */ 299, 46, 196, 21, 47, 233, 159, 126, 292, 127, - /* 440 */ 76, 147, 192, 187, 246, 169, 119, 33, 162, 267, - /* 450 */ 39, 266, 51, 171, 205, 237, 244, 299, 46, 274, - /* 460 */ 266, 47, 303, 304, 305, 226, 291, 290, 276, 277, - /* 470 */ 278, 262, 297, 267, 125, 162, 192, 39, 146, 293, - /* 480 */ 41, 281, 294, 192, 149, 192, 192, 38, 266, 303, - /* 490 */ 304, 305, 226, 291, 290, 276, 277, 278, 295, 195, - /* 500 */ 265, 61, 18, 80, 192, 282, 88, 209, 15, 192, - /* 510 */ 43, 123, 198, 298, 162, 100, 122, 245, 76, 295, - /* 520 */ 195, 308, 61, 233, 80, 266, 135, 92, 270, 52, - /* 530 */ 266, 246, 118, 198, 298, 68, 100, 192, 245, 47, - /* 540 */ 295, 195, 175, 61, 233, 80, 266, 131, 90, 270, - /* 550 */ 240, 182, 246, 98, 198, 298, 133, 100, 64, 245, - /* 560 */ 57, 295, 195, 162, 61, 233, 80, 185, 240, 86, - /* 570 */ 270, 208, 268, 240, 37, 198, 298, 232, 100, 224, - /* 580 */ 245, 76, 188, 236, 295, 195, 233, 61, 221, 80, - /* 590 */ 302, 270, 89, 30, 194, 73, 231, 227, 198, 298, - /* 600 */ 65, 100, 47, 245, 16, 295, 195, 77, 59, 233, - /* 610 */ 80, 253, 235, 83, 270, 240, 48, 234, 97, 198, - /* 620 */ 298, 96, 100, 41, 245, 311, 295, 195, 167, 61, - /* 630 */ 233, 80, 248, 240, 93, 270, 240, 70, 25, 228, - /* 640 */ 198, 298, 71, 100, 247, 245, 163, 295, 195, 179, - /* 650 */ 61, 233, 80, 260, 223, 87, 270, 216, 258, 108, - /* 660 */ 192, 198, 298, 42, 100, 81, 245, 74, 10, 11, - /* 670 */ 295, 195, 233, 60, 49, 80, 17, 270, 84, 273, - /* 680 */ 273, 219, 273, 273, 198, 298, 273, 100, 273, 245, - /* 690 */ 273, 295, 195, 273, 61, 233, 80, 273, 273, 85, - /* 700 */ 270, 273, 273, 273, 273, 198, 298, 273, 100, 273, - /* 710 */ 245, 273, 295, 195, 273, 116, 233, 80, 273, 273, - /* 720 */ 273, 270, 273, 273, 273, 273, 264, 298, 273, 100, - /* 730 */ 273, 245, 273, 162, 273, 39, 273, 233, 273, 273, - /* 740 */ 273, 273, 273, 273, 273, 160, 310, 303, 304, 305, - /* 750 */ 226, 291, 290, 276, 277, 278, 295, 195, 273, 61, - /* 760 */ 273, 80, 273, 273, 91, 273, 273, 273, 273, 273, - /* 770 */ 198, 298, 273, 100, 273, 245, 273, 295, 195, 273, - /* 780 */ 116, 233, 80, 273, 295, 195, 270, 56, 78, 80, - /* 790 */ 273, 264, 298, 273, 100, 273, 245, 273, 264, 298, - /* 800 */ 273, 100, 233, 245, 273, 273, 273, 273, 273, 233, - /* 810 */ 273, 309, 273, 273, 273, 273, 273, 295, 195, 273, - /* 820 */ 130, 206, 80, 273, 295, 195, 273, 102, 273, 80, - /* 830 */ 273, 155, 298, 273, 100, 273, 245, 273, 264, 298, - /* 840 */ 273, 100, 233, 245, 273, 273, 301, 295, 66, 233, - /* 850 */ 50, 79, 75, 273, 295, 195, 273, 102, 273, 80, - /* 860 */ 273, 264, 298, 273, 100, 273, 245, 273, 264, 298, - /* 870 */ 273, 100, 233, 245, 273, 273, 172, 273, 273, 233, - /* 880 */ 273, 295, 67, 273, 54, 79, 75, 273, 273, 295, - /* 890 */ 195, 273, 273, 273, 80, 264, 298, 273, 100, 273, - /* 900 */ 245, 273, 273, 230, 295, 195, 233, 102, 245, 80, - /* 910 */ 273, 273, 273, 273, 233, 273, 273, 273, 264, 298, - /* 920 */ 273, 100, 273, 245, 273, 273, 190, 295, 195, 233, - /* 930 */ 102, 273, 80, 273, 273, 273, 273, 273, 273, 273, - /* 940 */ 273, 264, 298, 273, 100, 273, 245, 273, 273, 186, - /* 950 */ 273, 273, 233, 295, 195, 273, 142, 273, 80, 273, - /* 960 */ 273, 295, 195, 273, 273, 273, 80, 264, 298, 273, - /* 970 */ 100, 273, 245, 273, 273, 263, 295, 195, 233, 107, - /* 980 */ 245, 80, 273, 273, 273, 273, 233, 273, 273, 273, - /* 990 */ 264, 298, 273, 100, 273, 245, 273, 273, 273, 295, - /* 1000 */ 195, 233, 143, 273, 80, 273, 273, 273, 273, 273, - /* 1010 */ 273, 273, 273, 264, 298, 273, 100, 273, 245, 273, - /* 1020 */ 273, 273, 273, 273, 233, 295, 195, 273, 134, 273, - /* 1030 */ 80, 273, 273, 295, 195, 273, 273, 273, 80, 264, - /* 1040 */ 298, 273, 100, 273, 245, 273, 273, 275, 295, 195, - /* 1050 */ 233, 114, 245, 80, 273, 273, 273, 273, 233, 273, - /* 1060 */ 273, 273, 264, 298, 273, 100, 273, 245, 273, 273, - /* 1070 */ 273, 295, 195, 233, 117, 273, 80, 273, 273, 273, - /* 1080 */ 273, 273, 273, 273, 273, 264, 298, 273, 100, 273, - /* 1090 */ 245, 273, 273, 273, 273, 273, 233, 295, 195, 273, - /* 1100 */ 115, 273, 80, 273, 273, 273, 273, 273, 273, 273, - /* 1110 */ 273, 264, 298, 273, 100, 273, 245, 273, 273, 273, - /* 1120 */ 295, 195, 233, 139, 273, 80, 273, 273, 273, 273, - /* 1130 */ 273, 273, 273, 273, 264, 298, 273, 100, 273, 245, - /* 1140 */ 273, 273, 273, 295, 195, 233, 132, 273, 80, 273, - /* 1150 */ 273, 273, 273, 273, 273, 273, 273, 264, 298, 273, - /* 1160 */ 100, 273, 245, 273, 273, 273, 273, 273, 233, 295, - /* 1170 */ 195, 273, 129, 273, 80, 273, 273, 273, 273, 273, - /* 1180 */ 273, 273, 273, 264, 298, 273, 100, 273, 245, 273, - /* 1190 */ 273, 273, 295, 195, 233, 106, 273, 80, 273, 273, - /* 1200 */ 273, 273, 273, 273, 273, 273, 264, 298, 273, 100, - /* 1210 */ 273, 245, 273, 273, 273, 295, 195, 233, 121, 273, - /* 1220 */ 80, 273, 273, 273, 273, 273, 273, 273, 273, 264, - /* 1230 */ 298, 273, 100, 273, 245, 273, 273, 273, 273, 273, - /* 1240 */ 233, 295, 195, 273, 137, 273, 80, 273, 273, 273, - /* 1250 */ 273, 273, 273, 273, 273, 264, 298, 273, 100, 273, - /* 1260 */ 245, 273, 273, 273, 295, 195, 233, 273, 273, 80, - /* 1270 */ 273, 273, 273, 273, 273, 273, 273, 273, 264, 298, - /* 1280 */ 273, 94, 273, 245, 273, 273, 273, 295, 195, 233, - /* 1290 */ 273, 273, 80, 273, 273, 273, 273, 273, 273, 273, - /* 1300 */ 273, 264, 298, 273, 99, 273, 245, 273, 273, 273, - /* 1310 */ 273, 273, 233, 295, 195, 273, 273, 273, 80, 273, - /* 1320 */ 273, 273, 273, 273, 273, 273, 273, 264, 298, 273, - /* 1330 */ 95, 273, 245, 273, 273, 273, 295, 195, 233, 273, - /* 1340 */ 273, 80, 273, 273, 273, 273, 273, 273, 273, 273, - /* 1350 */ 306, 307, 273, 273, 273, 245, 273, 273, 273, 273, - /* 1360 */ 273, 233, + /* 0 */ 22, 187, 220, 168, 38, 80, 18, 72, 361, 21, + /* 10 */ 35, 206, 361, 295, 43, 8, 35, 206, 26, 295, + /* 20 */ 55, 171, 15, 277, 278, 241, 48, 50, 22, 50, + /* 30 */ 13, 159, 214, 9, 129, 80, 253, 205, 192, 206, + /* 40 */ 274, 82, 43, 32, 491, 64, 210, 227, 55, 171, + /* 50 */ 269, 277, 278, 241, 48, 275, 153, 50, 13, 232, + /* 60 */ 22, 267, 220, 158, 56, 222, 18, 77, 124, 35, + /* 70 */ 213, 206, 295, 148, 43, 8, 266, 206, 270, 196, + /* 80 */ 55, 171, 251, 277, 278, 241, 48, 165, 22, 50, + /* 90 */ 13, 168, 231, 9, 291, 72, 253, 205, 44, 206, + /* 100 */ 221, 82, 43, 32, 35, 45, 26, 295, 55, 171, + /* 110 */ 193, 277, 278, 241, 48, 275, 22, 50, 13, 168, + /* 120 */ 65, 267, 73, 72, 56, 222, 35, 206, 33, 295, + /* 130 */ 43, 7, 192, 53, 293, 219, 55, 171, 152, 277, + /* 140 */ 278, 241, 48, 29, 22, 50, 13, 47, 15, 271, + /* 150 */ 23, 72, 157, 272, 273, 206, 82, 177, 43, 7, + /* 160 */ 129, 282, 317, 34, 55, 171, 216, 277, 278, 241, + /* 170 */ 48, 116, 211, 50, 13, 140, 267, 230, 165, 24, + /* 180 */ 6, 10, 236, 302, 5, 2, 301, 287, 3, 4, + /* 190 */ 271, 229, 227, 42, 272, 273, 35, 217, 165, 295, + /* 200 */ 286, 285, 281, 243, 6, 10, 236, 302, 5, 2, + /* 210 */ 301, 287, 3, 4, 100, 39, 253, 205, 259, 59, + /* 220 */ 81, 82, 80, 298, 286, 285, 281, 44, 189, 257, + /* 230 */ 252, 242, 21, 105, 165, 275, 183, 300, 260, 261, + /* 240 */ 35, 267, 237, 295, 50, 15, 82, 6, 10, 236, + /* 250 */ 302, 5, 2, 301, 287, 3, 4, 129, 27, 35, + /* 260 */ 228, 121, 295, 31, 152, 80, 267, 286, 285, 281, + /* 270 */ 130, 6, 10, 236, 302, 5, 2, 301, 287, 3, + /* 280 */ 4, 194, 165, 22, 271, 82, 167, 50, 272, 273, + /* 290 */ 80, 286, 285, 281, 206, 238, 190, 43, 32, 44, + /* 300 */ 201, 44, 255, 55, 171, 267, 277, 278, 241, 48, + /* 310 */ 294, 22, 50, 13, 163, 57, 145, 247, 80, 253, + /* 320 */ 205, 44, 206, 357, 82, 43, 32, 44, 165, 109, + /* 330 */ 255, 55, 171, 256, 277, 278, 241, 48, 275, 22, + /* 340 */ 50, 13, 160, 251, 267, 15, 72, 46, 35, 235, + /* 350 */ 206, 295, 184, 43, 32, 37, 248, 129, 172, 55, + /* 360 */ 171, 224, 277, 278, 241, 48, 138, 200, 50, 13, + /* 370 */ 268, 182, 147, 14, 82, 6, 10, 236, 302, 5, + /* 380 */ 2, 301, 287, 3, 4, 233, 198, 288, 289, 191, + /* 390 */ 299, 22, 44, 165, 267, 286, 285, 281, 253, 205, + /* 400 */ 38, 63, 206, 82, 70, 316, 86, 173, 164, 44, + /* 410 */ 19, 22, 162, 180, 167, 105, 107, 275, 80, 257, + /* 420 */ 54, 246, 206, 267, 123, 44, 32, 165, 314, 280, + /* 430 */ 251, 55, 171, 115, 277, 278, 241, 48, 251, 22, + /* 440 */ 50, 13, 166, 248, 284, 240, 80, 181, 1, 44, + /* 450 */ 206, 248, 253, 205, 32, 133, 317, 82, 15, 55, + /* 460 */ 171, 15, 277, 278, 241, 48, 252, 242, 50, 105, + /* 470 */ 129, 275, 165, 129, 40, 165, 165, 267, 36, 204, + /* 480 */ 283, 45, 113, 82, 44, 294, 307, 303, 304, 305, + /* 490 */ 306, 312, 313, 319, 320, 22, 207, 125, 167, 46, + /* 500 */ 165, 152, 80, 267, 290, 359, 206, 37, 44, 359, + /* 510 */ 32, 251, 165, 279, 40, 55, 171, 44, 277, 278, + /* 520 */ 241, 48, 245, 80, 50, 209, 307, 303, 304, 305, + /* 530 */ 306, 312, 313, 319, 320, 22, 60, 117, 161, 131, + /* 540 */ 128, 155, 80, 154, 152, 50, 206, 174, 254, 151, + /* 550 */ 32, 251, 44, 251, 251, 55, 171, 248, 277, 278, + /* 560 */ 241, 48, 253, 205, 50, 63, 212, 82, 120, 28, + /* 570 */ 93, 239, 156, 44, 318, 44, 188, 242, 44, 105, + /* 580 */ 165, 275, 251, 16, 20, 45, 98, 267, 253, 205, + /* 590 */ 226, 63, 314, 82, 146, 197, 95, 104, 75, 270, + /* 600 */ 165, 257, 188, 242, 142, 105, 132, 275, 296, 270, + /* 610 */ 195, 118, 257, 267, 253, 205, 144, 63, 314, 82, + /* 620 */ 251, 270, 90, 35, 23, 251, 179, 66, 188, 242, + /* 630 */ 106, 105, 165, 275, 40, 221, 265, 199, 49, 267, + /* 640 */ 102, 20, 257, 67, 314, 257, 307, 303, 304, 305, + /* 650 */ 306, 312, 313, 319, 320, 257, 25, 71, 257, 253, + /* 660 */ 205, 255, 61, 225, 82, 263, 276, 87, 292, 30, + /* 670 */ 218, 79, 234, 188, 242, 176, 105, 258, 275, 74, + /* 680 */ 78, 297, 244, 264, 267, 253, 205, 175, 63, 314, + /* 690 */ 82, 143, 83, 92, 42, 51, 262, 250, 203, 188, + /* 700 */ 242, 223, 105, 294, 275, 202, 253, 205, 315, 62, + /* 710 */ 267, 82, 41, 119, 89, 314, 44, 266, 17, 208, + /* 720 */ 188, 242, 322, 105, 276, 275, 12, 11, 276, 276, + /* 730 */ 276, 267, 253, 205, 276, 63, 314, 82, 276, 276, + /* 740 */ 94, 276, 84, 276, 276, 276, 188, 242, 276, 105, + /* 750 */ 276, 275, 276, 276, 276, 276, 276, 267, 253, 205, + /* 760 */ 276, 63, 314, 82, 276, 276, 91, 276, 276, 276, + /* 770 */ 276, 276, 188, 242, 276, 105, 276, 275, 276, 253, + /* 780 */ 205, 276, 112, 267, 82, 276, 253, 68, 314, 52, + /* 790 */ 85, 76, 276, 252, 242, 276, 105, 276, 275, 276, + /* 800 */ 252, 242, 276, 105, 267, 275, 276, 276, 276, 276, + /* 810 */ 276, 267, 169, 310, 276, 276, 276, 276, 253, 205, + /* 820 */ 276, 63, 276, 82, 276, 276, 88, 276, 276, 276, + /* 830 */ 276, 276, 188, 242, 276, 105, 276, 275, 276, 276, + /* 840 */ 276, 276, 276, 267, 253, 205, 276, 63, 314, 82, + /* 850 */ 276, 276, 96, 276, 276, 276, 276, 276, 188, 242, + /* 860 */ 276, 105, 276, 275, 276, 253, 205, 276, 63, 267, + /* 870 */ 82, 276, 276, 97, 314, 276, 276, 276, 276, 188, + /* 880 */ 242, 276, 105, 276, 275, 276, 276, 276, 276, 276, + /* 890 */ 267, 276, 276, 253, 69, 314, 58, 85, 76, 276, + /* 900 */ 276, 276, 276, 276, 276, 276, 276, 252, 242, 276, + /* 910 */ 105, 276, 275, 276, 276, 276, 253, 205, 267, 135, + /* 920 */ 215, 82, 276, 276, 276, 276, 276, 276, 276, 276, + /* 930 */ 170, 242, 276, 105, 276, 275, 276, 253, 205, 276, + /* 940 */ 114, 267, 82, 276, 276, 276, 276, 276, 276, 276, + /* 950 */ 276, 252, 242, 276, 105, 276, 275, 276, 276, 249, + /* 960 */ 276, 276, 267, 276, 276, 253, 205, 276, 114, 276, + /* 970 */ 82, 276, 276, 276, 276, 276, 276, 276, 276, 252, + /* 980 */ 242, 276, 105, 276, 275, 276, 276, 178, 253, 205, + /* 990 */ 267, 112, 276, 82, 276, 276, 276, 276, 276, 276, + /* 1000 */ 276, 276, 252, 242, 276, 105, 276, 275, 276, 253, + /* 1010 */ 205, 276, 114, 267, 82, 276, 276, 276, 276, 276, + /* 1020 */ 276, 276, 309, 252, 242, 276, 105, 276, 275, 276, + /* 1030 */ 276, 185, 276, 276, 267, 276, 276, 253, 205, 276, + /* 1040 */ 114, 276, 82, 276, 276, 276, 276, 276, 276, 276, + /* 1050 */ 276, 252, 242, 276, 105, 276, 275, 276, 276, 186, + /* 1060 */ 253, 205, 267, 108, 276, 82, 276, 276, 276, 276, + /* 1070 */ 276, 276, 276, 276, 252, 242, 276, 105, 276, 275, + /* 1080 */ 276, 253, 205, 276, 126, 267, 82, 276, 276, 276, + /* 1090 */ 276, 276, 276, 276, 276, 252, 242, 276, 105, 276, + /* 1100 */ 275, 276, 276, 276, 276, 276, 267, 276, 276, 253, + /* 1110 */ 205, 276, 150, 276, 82, 276, 276, 276, 276, 276, + /* 1120 */ 276, 276, 276, 252, 242, 276, 105, 276, 275, 276, + /* 1130 */ 276, 276, 253, 205, 267, 139, 276, 82, 276, 276, + /* 1140 */ 276, 276, 276, 276, 276, 276, 252, 242, 276, 105, + /* 1150 */ 276, 275, 276, 253, 205, 276, 110, 267, 82, 276, + /* 1160 */ 276, 276, 276, 276, 276, 276, 276, 252, 242, 276, + /* 1170 */ 105, 276, 275, 276, 276, 276, 276, 276, 267, 276, + /* 1180 */ 276, 253, 205, 276, 137, 276, 82, 276, 276, 276, + /* 1190 */ 276, 276, 276, 276, 276, 252, 242, 276, 105, 276, + /* 1200 */ 275, 276, 276, 276, 253, 205, 267, 149, 276, 82, + /* 1210 */ 276, 276, 276, 276, 276, 276, 276, 276, 252, 242, + /* 1220 */ 276, 105, 276, 275, 276, 253, 205, 276, 111, 267, + /* 1230 */ 82, 276, 276, 276, 276, 276, 276, 276, 276, 252, + /* 1240 */ 242, 276, 105, 276, 275, 276, 276, 276, 276, 276, + /* 1250 */ 267, 276, 276, 253, 205, 276, 136, 276, 82, 276, + /* 1260 */ 276, 276, 276, 276, 276, 276, 276, 252, 242, 276, + /* 1270 */ 105, 276, 275, 276, 276, 276, 253, 205, 267, 122, + /* 1280 */ 276, 82, 276, 276, 276, 276, 276, 276, 276, 276, + /* 1290 */ 252, 242, 276, 105, 276, 275, 276, 253, 205, 276, + /* 1300 */ 141, 267, 82, 276, 276, 276, 276, 276, 276, 276, + /* 1310 */ 276, 252, 242, 276, 105, 276, 275, 276, 276, 276, + /* 1320 */ 276, 276, 267, 276, 276, 253, 205, 276, 127, 276, + /* 1330 */ 82, 276, 276, 276, 276, 276, 276, 276, 276, 252, + /* 1340 */ 242, 276, 105, 276, 275, 276, 276, 276, 253, 205, + /* 1350 */ 267, 134, 276, 82, 276, 276, 276, 276, 276, 276, + /* 1360 */ 276, 276, 252, 242, 276, 105, 276, 275, 276, 253, + /* 1370 */ 205, 276, 276, 267, 82, 276, 276, 276, 276, 276, + /* 1380 */ 276, 276, 276, 252, 242, 276, 101, 276, 275, 276, + /* 1390 */ 276, 276, 276, 276, 267, 276, 276, 253, 205, 276, + /* 1400 */ 276, 276, 82, 276, 276, 276, 276, 276, 276, 276, + /* 1410 */ 276, 252, 242, 276, 99, 276, 275, 276, 276, 276, + /* 1420 */ 253, 205, 267, 276, 276, 82, 276, 276, 276, 276, + /* 1430 */ 276, 276, 276, 276, 252, 242, 276, 103, 276, 275, + /* 1440 */ 276, 253, 205, 276, 276, 267, 82, 276, 276, 276, + /* 1450 */ 276, 276, 276, 276, 276, 308, 311, 276, 253, 205, + /* 1460 */ 275, 276, 276, 82, 276, 276, 267, 276, 276, 276, + /* 1470 */ 276, 276, 321, 276, 276, 276, 276, 275, 276, 276, + /* 1480 */ 276, 276, 276, 267, ); static public $yy_lookahead = array( - /* 0 */ 7, 7, 8, 10, 10, 10, 8, 14, 8, 14, - /* 10 */ 17, 11, 12, 20, 21, 7, 95, 9, 10, 26, - /* 20 */ 27, 21, 29, 30, 31, 32, 95, 7, 35, 36, - /* 30 */ 10, 3, 39, 33, 14, 7, 38, 17, 38, 20, - /* 40 */ 20, 21, 34, 24, 25, 17, 26, 27, 73, 29, - /* 50 */ 30, 31, 32, 95, 71, 35, 36, 37, 7, 20, - /* 60 */ 32, 10, 87, 24, 25, 14, 8, 9, 17, 8, - /* 70 */ 12, 20, 21, 12, 91, 100, 37, 26, 27, 21, - /* 80 */ 29, 30, 31, 32, 21, 7, 35, 36, 10, 106, - /* 90 */ 39, 33, 14, 65, 66, 17, 33, 84, 20, 21, - /* 100 */ 68, 69, 70, 71, 26, 27, 10, 29, 30, 31, - /* 110 */ 32, 98, 7, 35, 36, 10, 78, 7, 18, 14, - /* 120 */ 10, 13, 17, 10, 14, 20, 21, 14, 22, 73, - /* 130 */ 8, 26, 27, 77, 29, 30, 31, 32, 38, 9, - /* 140 */ 35, 36, 20, 87, 38, 35, 24, 25, 35, 41, - /* 150 */ 42, 43, 44, 45, 46, 47, 48, 49, 50, 22, - /* 160 */ 1, 2, 3, 4, 5, 6, 7, 4, 8, 61, - /* 170 */ 62, 63, 7, 72, 9, 10, 17, 76, 41, 42, - /* 180 */ 43, 44, 45, 46, 47, 48, 49, 50, 7, 78, - /* 190 */ 9, 10, 22, 92, 70, 71, 15, 96, 61, 62, - /* 200 */ 63, 41, 42, 43, 44, 45, 46, 47, 48, 49, - /* 210 */ 50, 41, 42, 43, 44, 45, 46, 47, 48, 49, - /* 220 */ 50, 61, 62, 63, 3, 19, 65, 7, 7, 19, - /* 230 */ 10, 61, 62, 63, 14, 77, 7, 17, 17, 10, - /* 240 */ 20, 21, 7, 8, 38, 10, 26, 27, 38, 29, - /* 250 */ 30, 31, 32, 32, 7, 35, 36, 10, 8, 21, - /* 260 */ 102, 14, 12, 34, 17, 15, 28, 20, 21, 11, - /* 270 */ 12, 33, 78, 26, 27, 37, 29, 30, 31, 32, - /* 280 */ 10, 7, 35, 36, 10, 8, 65, 66, 14, 12, - /* 290 */ 28, 17, 15, 8, 20, 21, 38, 12, 36, 95, - /* 300 */ 26, 27, 98, 29, 30, 31, 32, 12, 7, 35, - /* 310 */ 36, 10, 73, 21, 19, 14, 72, 10, 17, 13, - /* 320 */ 76, 20, 21, 38, 18, 33, 87, 26, 27, 10, - /* 330 */ 29, 30, 31, 32, 77, 7, 35, 36, 10, 100, - /* 340 */ 96, 34, 14, 7, 72, 17, 10, 94, 76, 21, - /* 350 */ 97, 8, 99, 7, 26, 27, 64, 29, 30, 31, - /* 360 */ 32, 8, 72, 35, 36, 12, 76, 21, 96, 38, - /* 370 */ 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, - /* 380 */ 11, 38, 11, 8, 8, 73, 96, 12, 12, 77, - /* 390 */ 61, 62, 63, 71, 72, 64, 74, 28, 76, 87, - /* 400 */ 73, 79, 80, 81, 77, 36, 7, 85, 86, 10, - /* 410 */ 88, 72, 90, 14, 87, 76, 17, 8, 96, 71, - /* 420 */ 21, 12, 38, 101, 7, 26, 27, 10, 29, 30, - /* 430 */ 31, 32, 22, 7, 35, 96, 10, 73, 8, 94, - /* 440 */ 14, 77, 12, 17, 99, 16, 73, 21, 38, 100, - /* 450 */ 40, 87, 26, 27, 106, 29, 30, 31, 32, 22, - /* 460 */ 87, 35, 52, 53, 54, 55, 56, 57, 58, 59, - /* 470 */ 60, 99, 8, 100, 73, 38, 12, 40, 77, 8, - /* 480 */ 51, 8, 8, 12, 8, 12, 12, 19, 87, 52, - /* 490 */ 53, 54, 55, 56, 57, 58, 59, 60, 71, 72, - /* 500 */ 8, 74, 18, 76, 12, 8, 79, 12, 9, 12, - /* 510 */ 11, 73, 85, 86, 38, 88, 73, 90, 14, 71, - /* 520 */ 72, 37, 74, 96, 76, 87, 94, 79, 101, 78, - /* 530 */ 87, 99, 73, 85, 86, 83, 88, 12, 90, 35, - /* 540 */ 71, 72, 82, 74, 96, 76, 87, 94, 79, 101, - /* 550 */ 98, 19, 99, 83, 85, 86, 10, 88, 83, 90, - /* 560 */ 10, 71, 72, 38, 74, 96, 76, 10, 98, 79, - /* 570 */ 101, 8, 10, 98, 7, 85, 86, 10, 88, 37, - /* 580 */ 90, 14, 16, 27, 71, 72, 96, 74, 8, 76, - /* 590 */ 22, 101, 79, 23, 27, 14, 29, 30, 85, 86, - /* 600 */ 83, 88, 35, 90, 21, 71, 72, 22, 74, 96, - /* 610 */ 76, 4, 35, 79, 101, 98, 10, 35, 83, 85, - /* 620 */ 86, 83, 88, 51, 90, 8, 71, 72, 28, 74, - /* 630 */ 96, 76, 10, 98, 79, 101, 98, 14, 23, 10, - /* 640 */ 85, 86, 14, 88, 97, 90, 3, 71, 72, 3, - /* 650 */ 74, 96, 76, 15, 22, 79, 101, 98, 87, 95, - /* 660 */ 12, 85, 86, 89, 88, 92, 90, 14, 103, 82, - /* 670 */ 71, 72, 96, 74, 95, 76, 21, 101, 79, 107, - /* 680 */ 107, 80, 107, 107, 85, 86, 107, 88, 107, 90, - /* 690 */ 107, 71, 72, 107, 74, 96, 76, 107, 107, 79, - /* 700 */ 101, 107, 107, 107, 107, 85, 86, 107, 88, 107, - /* 710 */ 90, 107, 71, 72, 107, 74, 96, 76, 107, 107, - /* 720 */ 107, 101, 107, 107, 107, 107, 85, 86, 107, 88, - /* 730 */ 107, 90, 107, 38, 107, 40, 107, 96, 107, 107, - /* 740 */ 107, 107, 107, 107, 107, 104, 105, 52, 53, 54, - /* 750 */ 55, 56, 57, 58, 59, 60, 71, 72, 107, 74, - /* 760 */ 107, 76, 107, 107, 79, 107, 107, 107, 107, 107, - /* 770 */ 85, 86, 107, 88, 107, 90, 107, 71, 72, 107, - /* 780 */ 74, 96, 76, 107, 71, 72, 101, 74, 75, 76, - /* 790 */ 107, 85, 86, 107, 88, 107, 90, 107, 85, 86, - /* 800 */ 107, 88, 96, 90, 107, 107, 107, 107, 107, 96, - /* 810 */ 107, 105, 107, 107, 107, 107, 107, 71, 72, 107, - /* 820 */ 74, 75, 76, 107, 71, 72, 107, 74, 107, 76, - /* 830 */ 107, 85, 86, 107, 88, 107, 90, 107, 85, 86, - /* 840 */ 107, 88, 96, 90, 107, 107, 93, 71, 72, 96, - /* 850 */ 74, 75, 76, 107, 71, 72, 107, 74, 107, 76, - /* 860 */ 107, 85, 86, 107, 88, 107, 90, 107, 85, 86, - /* 870 */ 107, 88, 96, 90, 107, 107, 93, 107, 107, 96, - /* 880 */ 107, 71, 72, 107, 74, 75, 76, 107, 107, 71, - /* 890 */ 72, 107, 107, 107, 76, 85, 86, 107, 88, 107, - /* 900 */ 90, 107, 107, 85, 71, 72, 96, 74, 90, 76, - /* 910 */ 107, 107, 107, 107, 96, 107, 107, 107, 85, 86, - /* 920 */ 107, 88, 107, 90, 107, 107, 93, 71, 72, 96, - /* 930 */ 74, 107, 76, 107, 107, 107, 107, 107, 107, 107, - /* 940 */ 107, 85, 86, 107, 88, 107, 90, 107, 107, 93, - /* 950 */ 107, 107, 96, 71, 72, 107, 74, 107, 76, 107, - /* 960 */ 107, 71, 72, 107, 107, 107, 76, 85, 86, 107, - /* 970 */ 88, 107, 90, 107, 107, 85, 71, 72, 96, 74, - /* 980 */ 90, 76, 107, 107, 107, 107, 96, 107, 107, 107, - /* 990 */ 85, 86, 107, 88, 107, 90, 107, 107, 107, 71, - /* 1000 */ 72, 96, 74, 107, 76, 107, 107, 107, 107, 107, - /* 1010 */ 107, 107, 107, 85, 86, 107, 88, 107, 90, 107, - /* 1020 */ 107, 107, 107, 107, 96, 71, 72, 107, 74, 107, - /* 1030 */ 76, 107, 107, 71, 72, 107, 107, 107, 76, 85, - /* 1040 */ 86, 107, 88, 107, 90, 107, 107, 85, 71, 72, - /* 1050 */ 96, 74, 90, 76, 107, 107, 107, 107, 96, 107, - /* 1060 */ 107, 107, 85, 86, 107, 88, 107, 90, 107, 107, - /* 1070 */ 107, 71, 72, 96, 74, 107, 76, 107, 107, 107, - /* 1080 */ 107, 107, 107, 107, 107, 85, 86, 107, 88, 107, - /* 1090 */ 90, 107, 107, 107, 107, 107, 96, 71, 72, 107, - /* 1100 */ 74, 107, 76, 107, 107, 107, 107, 107, 107, 107, - /* 1110 */ 107, 85, 86, 107, 88, 107, 90, 107, 107, 107, - /* 1120 */ 71, 72, 96, 74, 107, 76, 107, 107, 107, 107, - /* 1130 */ 107, 107, 107, 107, 85, 86, 107, 88, 107, 90, - /* 1140 */ 107, 107, 107, 71, 72, 96, 74, 107, 76, 107, - /* 1150 */ 107, 107, 107, 107, 107, 107, 107, 85, 86, 107, - /* 1160 */ 88, 107, 90, 107, 107, 107, 107, 107, 96, 71, - /* 1170 */ 72, 107, 74, 107, 76, 107, 107, 107, 107, 107, - /* 1180 */ 107, 107, 107, 85, 86, 107, 88, 107, 90, 107, - /* 1190 */ 107, 107, 71, 72, 96, 74, 107, 76, 107, 107, - /* 1200 */ 107, 107, 107, 107, 107, 107, 85, 86, 107, 88, - /* 1210 */ 107, 90, 107, 107, 107, 71, 72, 96, 74, 107, - /* 1220 */ 76, 107, 107, 107, 107, 107, 107, 107, 107, 85, - /* 1230 */ 86, 107, 88, 107, 90, 107, 107, 107, 107, 107, - /* 1240 */ 96, 71, 72, 107, 74, 107, 76, 107, 107, 107, - /* 1250 */ 107, 107, 107, 107, 107, 85, 86, 107, 88, 107, - /* 1260 */ 90, 107, 107, 107, 71, 72, 96, 107, 107, 76, - /* 1270 */ 107, 107, 107, 107, 107, 107, 107, 107, 85, 86, - /* 1280 */ 107, 88, 107, 90, 107, 107, 107, 71, 72, 96, - /* 1290 */ 107, 107, 76, 107, 107, 107, 107, 107, 107, 107, - /* 1300 */ 107, 85, 86, 107, 88, 107, 90, 107, 107, 107, - /* 1310 */ 107, 107, 96, 71, 72, 107, 107, 107, 76, 107, - /* 1320 */ 107, 107, 107, 107, 107, 107, 107, 85, 86, 107, - /* 1330 */ 88, 107, 90, 107, 107, 107, 71, 72, 96, 107, - /* 1340 */ 107, 76, 107, 107, 107, 107, 107, 107, 107, 107, - /* 1350 */ 85, 86, 107, 107, 107, 90, 107, 107, 107, 107, - /* 1360 */ 107, 96, + /* 0 */ 7, 10, 3, 10, 20, 14, 7, 14, 8, 9, + /* 10 */ 7, 18, 12, 10, 21, 22, 7, 18, 9, 10, + /* 20 */ 27, 28, 22, 30, 31, 32, 33, 36, 7, 36, + /* 30 */ 37, 10, 33, 40, 34, 14, 71, 72, 35, 18, + /* 40 */ 99, 76, 21, 22, 68, 69, 70, 71, 27, 28, + /* 50 */ 85, 30, 31, 32, 33, 90, 8, 36, 37, 38, + /* 60 */ 7, 96, 3, 10, 65, 66, 7, 14, 73, 7, + /* 70 */ 8, 18, 10, 94, 21, 22, 97, 18, 99, 17, + /* 80 */ 27, 28, 87, 30, 31, 32, 33, 39, 7, 36, + /* 90 */ 37, 10, 33, 40, 8, 14, 71, 72, 12, 18, + /* 100 */ 71, 76, 21, 22, 7, 11, 9, 10, 27, 28, + /* 110 */ 85, 30, 31, 32, 33, 90, 7, 36, 37, 10, + /* 120 */ 91, 96, 14, 14, 65, 66, 7, 18, 9, 10, + /* 130 */ 21, 22, 35, 78, 15, 106, 27, 28, 77, 30, + /* 140 */ 31, 32, 33, 17, 7, 36, 37, 10, 22, 21, + /* 150 */ 9, 14, 72, 25, 26, 18, 76, 16, 21, 22, + /* 160 */ 34, 23, 23, 102, 27, 28, 38, 30, 31, 32, + /* 170 */ 33, 95, 92, 36, 37, 13, 96, 8, 39, 20, + /* 180 */ 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, + /* 190 */ 21, 70, 71, 52, 25, 26, 7, 8, 39, 10, + /* 200 */ 62, 63, 64, 8, 42, 43, 44, 45, 46, 47, + /* 210 */ 48, 49, 50, 51, 83, 7, 71, 72, 10, 74, + /* 220 */ 75, 76, 14, 8, 62, 63, 64, 12, 23, 98, + /* 230 */ 85, 86, 9, 88, 39, 90, 28, 8, 30, 31, + /* 240 */ 7, 96, 72, 10, 36, 22, 76, 42, 43, 44, + /* 250 */ 45, 46, 47, 48, 49, 50, 51, 34, 7, 7, + /* 260 */ 8, 10, 10, 20, 77, 14, 96, 62, 63, 64, + /* 270 */ 95, 42, 43, 44, 45, 46, 47, 48, 49, 50, + /* 280 */ 51, 72, 39, 7, 21, 76, 10, 36, 25, 26, + /* 290 */ 14, 62, 63, 64, 18, 8, 84, 21, 22, 12, + /* 300 */ 11, 12, 15, 27, 28, 96, 30, 31, 32, 33, + /* 310 */ 98, 7, 36, 37, 10, 78, 78, 8, 14, 71, + /* 320 */ 72, 12, 18, 8, 76, 21, 22, 12, 39, 73, + /* 330 */ 15, 27, 28, 85, 30, 31, 32, 33, 90, 7, + /* 340 */ 36, 37, 10, 87, 96, 22, 14, 29, 7, 8, + /* 350 */ 18, 10, 29, 21, 22, 37, 100, 34, 17, 27, + /* 360 */ 28, 38, 30, 31, 32, 33, 13, 10, 36, 37, + /* 370 */ 72, 14, 19, 19, 76, 42, 43, 44, 45, 46, + /* 380 */ 47, 48, 49, 50, 51, 1, 2, 3, 4, 5, + /* 390 */ 6, 7, 12, 39, 96, 62, 63, 64, 71, 72, + /* 400 */ 20, 74, 18, 76, 83, 8, 79, 80, 81, 12, + /* 410 */ 19, 7, 85, 86, 10, 88, 73, 90, 14, 98, + /* 420 */ 78, 8, 18, 96, 73, 12, 22, 39, 101, 38, + /* 430 */ 87, 27, 28, 95, 30, 31, 32, 33, 87, 7, + /* 440 */ 36, 37, 10, 100, 8, 8, 14, 11, 12, 12, + /* 450 */ 18, 100, 71, 72, 22, 74, 23, 76, 22, 27, + /* 460 */ 28, 22, 30, 31, 32, 33, 85, 86, 36, 88, + /* 470 */ 34, 90, 39, 34, 41, 39, 39, 96, 17, 72, + /* 480 */ 8, 11, 95, 76, 12, 98, 53, 54, 55, 56, + /* 490 */ 57, 58, 59, 60, 61, 7, 23, 73, 10, 29, + /* 500 */ 39, 77, 14, 96, 8, 8, 18, 37, 12, 12, + /* 510 */ 22, 87, 39, 8, 41, 27, 28, 12, 30, 31, + /* 520 */ 32, 33, 10, 14, 36, 80, 53, 54, 55, 56, + /* 530 */ 57, 58, 59, 60, 61, 7, 10, 73, 10, 73, + /* 540 */ 73, 77, 14, 77, 77, 36, 18, 35, 8, 8, + /* 550 */ 22, 87, 12, 87, 87, 27, 28, 100, 30, 31, + /* 560 */ 32, 33, 71, 72, 36, 74, 8, 76, 73, 7, + /* 570 */ 79, 8, 77, 12, 8, 12, 85, 86, 12, 88, + /* 580 */ 39, 90, 87, 9, 22, 11, 83, 96, 71, 72, + /* 590 */ 4, 74, 101, 76, 94, 3, 79, 83, 14, 99, + /* 600 */ 39, 98, 85, 86, 94, 88, 73, 90, 4, 99, + /* 610 */ 3, 73, 98, 96, 71, 72, 94, 74, 101, 76, + /* 620 */ 87, 99, 79, 7, 9, 87, 10, 83, 85, 86, + /* 630 */ 83, 88, 39, 90, 41, 71, 10, 10, 10, 96, + /* 640 */ 83, 22, 98, 83, 101, 98, 53, 54, 55, 56, + /* 650 */ 57, 58, 59, 60, 61, 98, 24, 14, 98, 71, + /* 660 */ 72, 15, 74, 38, 76, 36, 28, 79, 8, 24, + /* 670 */ 106, 14, 23, 85, 86, 20, 88, 10, 90, 14, + /* 680 */ 14, 8, 10, 36, 96, 71, 72, 16, 74, 101, + /* 690 */ 76, 10, 23, 79, 52, 95, 10, 23, 10, 85, + /* 700 */ 86, 65, 88, 98, 90, 29, 71, 72, 87, 74, + /* 710 */ 96, 76, 89, 95, 79, 101, 12, 97, 22, 82, + /* 720 */ 85, 86, 12, 88, 107, 90, 82, 103, 107, 107, + /* 730 */ 107, 96, 71, 72, 107, 74, 101, 76, 107, 107, + /* 740 */ 79, 107, 92, 107, 107, 107, 85, 86, 107, 88, + /* 750 */ 107, 90, 107, 107, 107, 107, 107, 96, 71, 72, + /* 760 */ 107, 74, 101, 76, 107, 107, 79, 107, 107, 107, + /* 770 */ 107, 107, 85, 86, 107, 88, 107, 90, 107, 71, + /* 780 */ 72, 107, 74, 96, 76, 107, 71, 72, 101, 74, + /* 790 */ 75, 76, 107, 85, 86, 107, 88, 107, 90, 107, + /* 800 */ 85, 86, 107, 88, 96, 90, 107, 107, 107, 107, + /* 810 */ 107, 96, 104, 105, 107, 107, 107, 107, 71, 72, + /* 820 */ 107, 74, 107, 76, 107, 107, 79, 107, 107, 107, + /* 830 */ 107, 107, 85, 86, 107, 88, 107, 90, 107, 107, + /* 840 */ 107, 107, 107, 96, 71, 72, 107, 74, 101, 76, + /* 850 */ 107, 107, 79, 107, 107, 107, 107, 107, 85, 86, + /* 860 */ 107, 88, 107, 90, 107, 71, 72, 107, 74, 96, + /* 870 */ 76, 107, 107, 79, 101, 107, 107, 107, 107, 85, + /* 880 */ 86, 107, 88, 107, 90, 107, 107, 107, 107, 107, + /* 890 */ 96, 107, 107, 71, 72, 101, 74, 75, 76, 107, + /* 900 */ 107, 107, 107, 107, 107, 107, 107, 85, 86, 107, + /* 910 */ 88, 107, 90, 107, 107, 107, 71, 72, 96, 74, + /* 920 */ 75, 76, 107, 107, 107, 107, 107, 107, 107, 107, + /* 930 */ 85, 86, 107, 88, 107, 90, 107, 71, 72, 107, + /* 940 */ 74, 96, 76, 107, 107, 107, 107, 107, 107, 107, + /* 950 */ 107, 85, 86, 107, 88, 107, 90, 107, 107, 93, + /* 960 */ 107, 107, 96, 107, 107, 71, 72, 107, 74, 107, + /* 970 */ 76, 107, 107, 107, 107, 107, 107, 107, 107, 85, + /* 980 */ 86, 107, 88, 107, 90, 107, 107, 93, 71, 72, + /* 990 */ 96, 74, 107, 76, 107, 107, 107, 107, 107, 107, + /* 1000 */ 107, 107, 85, 86, 107, 88, 107, 90, 107, 71, + /* 1010 */ 72, 107, 74, 96, 76, 107, 107, 107, 107, 107, + /* 1020 */ 107, 107, 105, 85, 86, 107, 88, 107, 90, 107, + /* 1030 */ 107, 93, 107, 107, 96, 107, 107, 71, 72, 107, + /* 1040 */ 74, 107, 76, 107, 107, 107, 107, 107, 107, 107, + /* 1050 */ 107, 85, 86, 107, 88, 107, 90, 107, 107, 93, + /* 1060 */ 71, 72, 96, 74, 107, 76, 107, 107, 107, 107, + /* 1070 */ 107, 107, 107, 107, 85, 86, 107, 88, 107, 90, + /* 1080 */ 107, 71, 72, 107, 74, 96, 76, 107, 107, 107, + /* 1090 */ 107, 107, 107, 107, 107, 85, 86, 107, 88, 107, + /* 1100 */ 90, 107, 107, 107, 107, 107, 96, 107, 107, 71, + /* 1110 */ 72, 107, 74, 107, 76, 107, 107, 107, 107, 107, + /* 1120 */ 107, 107, 107, 85, 86, 107, 88, 107, 90, 107, + /* 1130 */ 107, 107, 71, 72, 96, 74, 107, 76, 107, 107, + /* 1140 */ 107, 107, 107, 107, 107, 107, 85, 86, 107, 88, + /* 1150 */ 107, 90, 107, 71, 72, 107, 74, 96, 76, 107, + /* 1160 */ 107, 107, 107, 107, 107, 107, 107, 85, 86, 107, + /* 1170 */ 88, 107, 90, 107, 107, 107, 107, 107, 96, 107, + /* 1180 */ 107, 71, 72, 107, 74, 107, 76, 107, 107, 107, + /* 1190 */ 107, 107, 107, 107, 107, 85, 86, 107, 88, 107, + /* 1200 */ 90, 107, 107, 107, 71, 72, 96, 74, 107, 76, + /* 1210 */ 107, 107, 107, 107, 107, 107, 107, 107, 85, 86, + /* 1220 */ 107, 88, 107, 90, 107, 71, 72, 107, 74, 96, + /* 1230 */ 76, 107, 107, 107, 107, 107, 107, 107, 107, 85, + /* 1240 */ 86, 107, 88, 107, 90, 107, 107, 107, 107, 107, + /* 1250 */ 96, 107, 107, 71, 72, 107, 74, 107, 76, 107, + /* 1260 */ 107, 107, 107, 107, 107, 107, 107, 85, 86, 107, + /* 1270 */ 88, 107, 90, 107, 107, 107, 71, 72, 96, 74, + /* 1280 */ 107, 76, 107, 107, 107, 107, 107, 107, 107, 107, + /* 1290 */ 85, 86, 107, 88, 107, 90, 107, 71, 72, 107, + /* 1300 */ 74, 96, 76, 107, 107, 107, 107, 107, 107, 107, + /* 1310 */ 107, 85, 86, 107, 88, 107, 90, 107, 107, 107, + /* 1320 */ 107, 107, 96, 107, 107, 71, 72, 107, 74, 107, + /* 1330 */ 76, 107, 107, 107, 107, 107, 107, 107, 107, 85, + /* 1340 */ 86, 107, 88, 107, 90, 107, 107, 107, 71, 72, + /* 1350 */ 96, 74, 107, 76, 107, 107, 107, 107, 107, 107, + /* 1360 */ 107, 107, 85, 86, 107, 88, 107, 90, 107, 71, + /* 1370 */ 72, 107, 107, 96, 76, 107, 107, 107, 107, 107, + /* 1380 */ 107, 107, 107, 85, 86, 107, 88, 107, 90, 107, + /* 1390 */ 107, 107, 107, 107, 96, 107, 107, 71, 72, 107, + /* 1400 */ 107, 107, 76, 107, 107, 107, 107, 107, 107, 107, + /* 1410 */ 107, 85, 86, 107, 88, 107, 90, 107, 107, 107, + /* 1420 */ 71, 72, 96, 107, 107, 76, 107, 107, 107, 107, + /* 1430 */ 107, 107, 107, 107, 85, 86, 107, 88, 107, 90, + /* 1440 */ 107, 71, 72, 107, 107, 96, 76, 107, 107, 107, + /* 1450 */ 107, 107, 107, 107, 107, 85, 86, 107, 71, 72, + /* 1460 */ 90, 107, 107, 76, 107, 107, 96, 107, 107, 107, + /* 1470 */ 107, 107, 85, 107, 107, 107, 107, 90, 107, 107, + /* 1480 */ 107, 107, 107, 96, ); - const YY_SHIFT_USE_DFLT = -8; - const YY_SHIFT_MAX = 199; + const YY_SHIFT_USE_DFLT = -17; + const YY_SHIFT_MAX = 208; static public $yy_shift_ofst = array( - /* 0 */ 159, 51, -7, -7, -7, -7, -7, -7, -7, -7, - /* 10 */ -7, -7, -7, 274, 301, 301, 78, 78, 274, 105, - /* 20 */ 78, 105, 78, 78, 78, 78, 78, 78, 78, 78, - /* 30 */ 78, 78, 78, 78, 78, 78, 20, 247, 220, 328, - /* 40 */ 426, 399, 426, 110, 567, 0, 221, 113, 258, 369, - /* 50 */ 285, 504, 295, 504, 525, 295, 525, 525, 295, 437, - /* 60 */ 410, 695, 159, 28, 181, 8, 277, 250, 229, 417, - /* 70 */ 336, 336, 417, 336, 336, 499, 336, 371, 648, 648, - /* 80 */ 371, 371, 160, 170, 137, 108, 329, 329, 329, 329, - /* 90 */ 329, 329, 329, 329, 39, 122, -6, 165, 235, 19, - /* 100 */ 19, 346, 100, 262, 375, 353, 106, 210, 262, 61, - /* 110 */ 262, -5, 262, 262, -2, 206, 331, 476, 474, 492, - /* 120 */ 497, 343, 430, 376, 464, 473, 471, 371, 653, 384, - /* 130 */ 384, 371, 384, 655, 384, 371, 495, 384, 468, 384, - /* 140 */ 371, 495, 384, 384, -8, -8, -8, -8, -8, -8, - /* 150 */ -8, 58, 238, 292, 63, 409, 63, 429, 306, 63, - /* 160 */ 484, 63, 307, 607, 562, 563, 550, 556, 583, 581, - /* 170 */ 580, 600, 585, 542, 646, 623, 617, 546, 532, 163, - /* 180 */ 161, 96, 319, 643, 270, 130, 632, 606, 628, 570, - /* 190 */ 568, 566, 557, 577, 629, 638, 615, 582, 572, 622, + /* 0 */ 384, 53, -7, -7, -7, -7, -7, -7, -7, -7, + /* 10 */ -7, -7, -7, 332, 81, 81, 109, 81, 137, 332, + /* 20 */ 81, 109, 137, 81, 81, 81, 81, 81, 81, 81, + /* 30 */ 81, 81, 81, 81, 81, 81, 81, 21, 304, 276, + /* 40 */ 404, 488, 432, 488, 528, 251, 208, 436, 59, 289, + /* 50 */ -9, 470, 437, 380, 380, 509, 509, 380, 561, 561, + /* 60 */ 561, 473, 433, 593, 384, -1, 119, 97, 287, 315, + /* 70 */ 3, 233, 616, 233, 233, 233, 574, 616, 233, 233, + /* 80 */ 233, 704, 94, 94, 94, 704, 229, 205, 162, 138, + /* 90 */ 333, 333, 333, 333, 333, 333, 333, 333, 341, 169, + /* 100 */ 62, 128, 252, 263, 9, 263, 189, 86, 48, 215, + /* 110 */ 159, 243, 461, 318, 354, 318, 318, 566, 540, 318, + /* 120 */ 496, 562, 195, 505, 397, 563, 541, 139, 309, 357, + /* 130 */ 318, 472, 413, 388, 388, 388, 388, 388, 710, 388, + /* 140 */ 710, 388, 94, 696, 94, -16, 94, 108, 94, 388, + /* 150 */ 388, -17, -17, -17, -17, -17, -17, -17, 0, 323, + /* 160 */ 126, 223, 141, 439, 353, 512, 439, 439, 439, 391, + /* 170 */ 497, 676, 666, 673, 672, 665, 667, 657, 649, 655, + /* 180 */ 671, 526, 681, 686, 688, 674, 669, 647, 642, 645, + /* 190 */ 660, 607, 626, 615, 636, 604, 584, 586, 592, 558, + /* 200 */ 619, 627, 638, 625, 629, 646, 628, 632, 643, ); - const YY_REDUCE_USE_DFLT = -80; - const YY_REDUCE_MAX = 150; + const YY_REDUCE_USE_DFLT = -60; + const YY_REDUCE_MAX = 157; static public $yy_reduce_ofst = array( - /* 0 */ 32, 322, 513, 534, 490, 555, 469, 427, 448, 576, - /* 10 */ 685, 620, 599, 641, 746, 713, 856, 783, 706, 776, - /* 20 */ 833, 810, 753, 954, 928, 905, 882, 1000, 977, 1098, - /* 30 */ 1026, 1170, 1144, 1121, 1072, 1049, 1193, 1242, 1216, 1265, - /* 40 */ 890, 962, 818, 101, 290, 312, -17, 339, 327, 253, - /* 50 */ 56, 244, -25, 272, 56, 239, 364, 401, 373, 158, - /* 60 */ 158, 158, 124, 348, 13, 204, 438, 438, 204, 452, - /* 70 */ 475, 470, 517, 538, 535, 432, 452, 345, 459, 443, - /* 80 */ 432, 453, 565, 565, 565, 565, 565, 565, 565, 565, - /* 90 */ 565, 565, 565, 565, 574, 574, 559, 559, 559, 574, - /* 100 */ 574, 564, 257, 547, 571, 571, 257, 257, 547, 571, - /* 110 */ 547, 573, 547, 547, 257, 257, 257, 257, 571, 571, - /* 120 */ 571, 257, 571, 571, 571, 571, 571, 372, 601, 257, - /* 130 */ 257, 372, 257, 579, 257, 372, 587, 257, 349, 257, - /* 140 */ 372, 460, 257, 257, 451, 194, 111, 38, -69, -42, - /* 150 */ -79, + /* 0 */ -24, 327, 773, 661, 517, 543, 614, 588, 635, 491, + /* 10 */ 687, 794, 747, 708, 866, 938, 145, 966, 715, 917, + /* 20 */ 894, 845, 822, 1110, 1133, 1082, 1061, 989, 1010, 1038, + /* 30 */ 1154, 1182, 1254, 1277, 381, 1205, 1226, 1298, 1349, 1326, + /* 40 */ 1370, -35, 1387, 248, 25, 80, 298, 466, 29, 464, + /* 50 */ 407, -21, 424, 343, 256, 170, 209, 351, 424, 467, + /* 60 */ 495, 61, 61, 61, 121, 564, 212, 387, -5, -5, + /* 70 */ 387, 544, 321, 514, 131, 547, 510, 560, 557, 503, + /* 80 */ 321, 538, 510, 500, 522, 533, 624, 624, 624, 624, + /* 90 */ 624, 624, 624, 624, 624, 624, 624, 624, 605, 623, + /* 100 */ 605, 623, 605, 623, 605, 623, 605, 621, 187, 621, + /* 110 */ 187, 187, 187, 620, 187, 620, 620, 621, 621, 620, + /* 120 */ 621, 618, 187, 621, 621, 621, 187, 187, 621, 650, + /* 130 */ 620, 621, 621, 187, 187, 187, 187, 187, 644, 187, + /* 140 */ 637, 187, -59, 600, -59, 457, -59, 445, -59, 187, + /* 150 */ 187, 175, 238, 338, 342, 237, 55, 76, ); static public $yyExpectedTokens = array( - /* 0 */ array(1, 2, 3, 4, 5, 6, 7, 17, ), - /* 1 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 2 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 3 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 4 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 5 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 6 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 7 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 8 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 9 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 10 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 11 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 12 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 39, ), - /* 13 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 14 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 15 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 16 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 17 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 18 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 19 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 20 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 21 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 22 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 23 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 24 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 25 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 26 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 27 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 28 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 29 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 30 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 31 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 32 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 33 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 34 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 35 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 36 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, 37, ), - /* 37 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 38 */ array(7, 10, 14, 17, 20, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 39 */ array(7, 10, 14, 17, 21, 26, 27, 29, 30, 31, 32, 35, 36, ), - /* 40 */ array(7, 10, 14, 17, 21, 26, 27, 29, 30, 31, 32, 35, ), - /* 41 */ array(7, 10, 14, 17, 21, 26, 27, 29, 30, 31, 32, 35, ), - /* 42 */ array(7, 10, 14, 17, 21, 26, 27, 29, 30, 31, 32, 35, ), - /* 43 */ array(7, 10, 14, 35, ), - /* 44 */ array(7, 10, 14, 27, 29, 30, 35, ), - /* 45 */ array(8, 11, 12, 21, 33, 38, ), - /* 46 */ array(3, 7, 17, 32, 65, 66, ), - /* 47 */ array(10, 14, 35, ), - /* 48 */ array(11, 12, 38, ), - /* 49 */ array(11, 28, 36, ), - /* 50 */ array(8, 12, 38, ), - /* 51 */ array(14, 35, ), - /* 52 */ array(12, 19, ), - /* 53 */ array(14, 35, ), - /* 54 */ array(12, 38, ), - /* 55 */ array(12, 19, ), - /* 56 */ array(12, 38, ), - /* 57 */ array(12, 38, ), - /* 58 */ array(12, 19, ), - /* 59 */ array(22, 38, 40, 52, 53, 54, 55, 56, 57, 58, 59, 60, ), - /* 60 */ array(22, 38, 40, 52, 53, 54, 55, 56, 57, 58, 59, 60, ), - /* 61 */ array(38, 40, 52, 53, 54, 55, 56, 57, 58, 59, 60, ), - /* 62 */ array(1, 2, 3, 4, 5, 6, 7, 17, ), - /* 63 */ array(3, 7, 17, 32, 65, 66, ), - /* 64 */ array(7, 9, 10, 15, ), - /* 65 */ array(7, 9, 10, 34, ), - /* 66 */ array(8, 12, 15, ), - /* 67 */ array(8, 12, 15, ), - /* 68 */ array(7, 10, 34, ), - /* 69 */ array(7, 10, ), - /* 70 */ array(7, 10, ), + /* 0 */ array(1, 2, 3, 4, 5, 6, 7, 18, ), + /* 1 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 2 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 3 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 4 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 5 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 6 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 7 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 8 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 9 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 10 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 11 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 12 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 40, ), + /* 13 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 14 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 15 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 16 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 17 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 18 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 19 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 20 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 21 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 22 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 23 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 24 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 25 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 26 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 27 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 28 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 29 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 30 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 31 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 32 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 33 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 34 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 35 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 36 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 37 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, 38, ), + /* 38 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 39 */ array(7, 10, 14, 18, 21, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 40 */ array(7, 10, 14, 18, 22, 27, 28, 30, 31, 32, 33, 36, 37, ), + /* 41 */ array(7, 10, 14, 18, 22, 27, 28, 30, 31, 32, 33, 36, ), + /* 42 */ array(7, 10, 14, 18, 22, 27, 28, 30, 31, 32, 33, 36, ), + /* 43 */ array(7, 10, 14, 18, 22, 27, 28, 30, 31, 32, 33, 36, ), + /* 44 */ array(7, 10, 14, 18, 22, 27, 28, 30, 31, 32, 33, 36, ), + /* 45 */ array(7, 10, 14, 36, ), + /* 46 */ array(7, 10, 14, 28, 30, 31, 36, ), + /* 47 */ array(8, 11, 12, 22, 34, 39, ), + /* 48 */ array(3, 7, 18, 33, 65, 66, ), + /* 49 */ array(11, 12, 39, ), + /* 50 */ array(10, 14, 36, ), + /* 51 */ array(11, 29, 37, ), + /* 52 */ array(8, 12, 39, ), + /* 53 */ array(12, 20, ), + /* 54 */ array(12, 20, ), + /* 55 */ array(14, 36, ), + /* 56 */ array(14, 36, ), + /* 57 */ array(12, 20, ), + /* 58 */ array(12, 39, ), + /* 59 */ array(12, 39, ), + /* 60 */ array(12, 39, ), + /* 61 */ array(23, 39, 41, 53, 54, 55, 56, 57, 58, 59, 60, 61, ), + /* 62 */ array(23, 39, 41, 53, 54, 55, 56, 57, 58, 59, 60, 61, ), + /* 63 */ array(39, 41, 53, 54, 55, 56, 57, 58, 59, 60, 61, ), + /* 64 */ array(1, 2, 3, 4, 5, 6, 7, 18, ), + /* 65 */ array(3, 7, 18, 33, 65, 66, ), + /* 66 */ array(7, 9, 10, 15, ), + /* 67 */ array(7, 9, 10, 35, ), + /* 68 */ array(8, 12, 15, ), + /* 69 */ array(8, 12, 15, ), + /* 70 */ array(7, 10, 35, ), /* 71 */ array(7, 10, ), /* 72 */ array(7, 10, ), /* 73 */ array(7, 10, ), /* 74 */ array(7, 10, ), - /* 75 */ array(9, 11, ), - /* 76 */ array(7, 10, ), - /* 77 */ array(11, ), - /* 78 */ array(12, ), - /* 79 */ array(12, ), - /* 80 */ array(11, ), - /* 81 */ array(11, ), - /* 82 */ array(8, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 83 */ array(22, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 84 */ array(22, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 85 */ array(13, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 86 */ array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 87 */ array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 88 */ array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 89 */ array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 90 */ array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 91 */ array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 92 */ array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 93 */ array(41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 61, 62, 63, ), - /* 94 */ array(20, 24, 25, 37, ), - /* 95 */ array(8, 20, 24, 25, ), - /* 96 */ array(7, 8, 10, ), - /* 97 */ array(7, 9, 10, ), - /* 98 */ array(7, 8, 10, ), - /* 99 */ array(20, 24, 25, ), - /* 100 */ array(20, 24, 25, ), - /* 101 */ array(7, 21, ), - /* 102 */ array(18, 38, ), - /* 103 */ array(28, 36, ), - /* 104 */ array(8, 12, ), - /* 105 */ array(8, 12, ), - /* 106 */ array(22, 38, ), - /* 107 */ array(19, 38, ), - /* 108 */ array(28, 36, ), + /* 75 */ array(7, 10, ), + /* 76 */ array(9, 11, ), + /* 77 */ array(7, 10, ), + /* 78 */ array(7, 10, ), + /* 79 */ array(7, 10, ), + /* 80 */ array(7, 10, ), + /* 81 */ array(12, ), + /* 82 */ array(11, ), + /* 83 */ array(11, ), + /* 84 */ array(11, ), + /* 85 */ array(12, ), + /* 86 */ array(8, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 87 */ array(23, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 88 */ array(13, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 89 */ array(23, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 90 */ array(42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 91 */ array(42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 92 */ array(42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 93 */ array(42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 94 */ array(42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 95 */ array(42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 96 */ array(42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 97 */ array(42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 62, 63, 64, ), + /* 98 */ array(7, 8, 10, 17, ), + /* 99 */ array(8, 21, 25, 26, ), + /* 100 */ array(7, 8, 10, 17, ), + /* 101 */ array(21, 25, 26, 38, ), + /* 102 */ array(7, 8, 10, ), + /* 103 */ array(21, 25, 26, ), + /* 104 */ array(7, 9, 10, ), + /* 105 */ array(21, 25, 26, ), + /* 106 */ array(7, 8, 10, ), + /* 107 */ array(8, 12, ), + /* 108 */ array(8, 39, ), /* 109 */ array(8, 12, ), - /* 110 */ array(28, 36, ), - /* 111 */ array(10, 14, ), - /* 112 */ array(28, 36, ), - /* 113 */ array(28, 36, ), - /* 114 */ array(8, 38, ), - /* 115 */ array(19, 38, ), - /* 116 */ array(38, 64, ), - /* 117 */ array(8, 38, ), + /* 110 */ array(20, 39, ), + /* 111 */ array(20, 39, ), + /* 112 */ array(17, 39, ), + /* 113 */ array(29, 37, ), + /* 114 */ array(19, 39, ), + /* 115 */ array(29, 37, ), + /* 116 */ array(29, 37, ), + /* 117 */ array(8, 12, ), /* 118 */ array(8, 12, ), - /* 119 */ array(8, 12, ), + /* 119 */ array(29, 37, ), /* 120 */ array(8, 12, ), - /* 121 */ array(8, 38, ), - /* 122 */ array(8, 12, ), + /* 121 */ array(7, 22, ), + /* 122 */ array(8, 39, ), /* 123 */ array(8, 12, ), /* 124 */ array(8, 12, ), /* 125 */ array(8, 12, ), - /* 126 */ array(8, 12, ), - /* 127 */ array(11, ), - /* 128 */ array(14, ), - /* 129 */ array(38, ), - /* 130 */ array(38, ), - /* 131 */ array(11, ), - /* 132 */ array(38, ), - /* 133 */ array(21, ), - /* 134 */ array(38, ), - /* 135 */ array(11, ), - /* 136 */ array(12, ), - /* 137 */ array(38, ), - /* 138 */ array(19, ), - /* 139 */ array(38, ), - /* 140 */ array(11, ), - /* 141 */ array(12, ), - /* 142 */ array(38, ), - /* 143 */ array(38, ), - /* 144 */ array(), - /* 145 */ array(), - /* 146 */ array(), - /* 147 */ array(), - /* 148 */ array(), - /* 149 */ array(), - /* 150 */ array(), - /* 151 */ array(8, 9, 12, 21, 33, ), - /* 152 */ array(21, 28, 33, 37, ), - /* 153 */ array(21, 33, 64, ), - /* 154 */ array(21, 33, ), - /* 155 */ array(8, 12, ), - /* 156 */ array(21, 33, ), - /* 157 */ array(16, 51, ), - /* 158 */ array(13, 18, ), - /* 159 */ array(21, 33, ), - /* 160 */ array(18, 37, ), - /* 161 */ array(21, 33, ), - /* 162 */ array(10, 34, ), - /* 163 */ array(4, ), - /* 164 */ array(10, ), - /* 165 */ array(8, ), - /* 166 */ array(10, ), - /* 167 */ array(27, ), - /* 168 */ array(21, ), - /* 169 */ array(14, ), - /* 170 */ array(8, ), - /* 171 */ array(28, ), - /* 172 */ array(22, ), - /* 173 */ array(37, ), - /* 174 */ array(3, ), + /* 126 */ array(8, 39, ), + /* 127 */ array(23, 39, ), + /* 128 */ array(8, 12, ), + /* 129 */ array(10, 14, ), + /* 130 */ array(29, 37, ), + /* 131 */ array(8, 12, ), + /* 132 */ array(8, 12, ), + /* 133 */ array(39, ), + /* 134 */ array(39, ), + /* 135 */ array(39, ), + /* 136 */ array(39, ), + /* 137 */ array(39, ), + /* 138 */ array(12, ), + /* 139 */ array(39, ), + /* 140 */ array(12, ), + /* 141 */ array(39, ), + /* 142 */ array(11, ), + /* 143 */ array(22, ), + /* 144 */ array(11, ), + /* 145 */ array(20, ), + /* 146 */ array(11, ), + /* 147 */ array(14, ), + /* 148 */ array(11, ), + /* 149 */ array(39, ), + /* 150 */ array(39, ), + /* 151 */ array(), + /* 152 */ array(), + /* 153 */ array(), + /* 154 */ array(), + /* 155 */ array(), + /* 156 */ array(), + /* 157 */ array(), + /* 158 */ array(8, 9, 12, 22, 34, ), + /* 159 */ array(22, 29, 34, 38, ), + /* 160 */ array(17, 22, 34, ), + /* 161 */ array(9, 22, 34, ), + /* 162 */ array(9, 16, 52, ), + /* 163 */ array(22, 34, ), + /* 164 */ array(13, 19, ), + /* 165 */ array(10, 35, ), + /* 166 */ array(22, 34, ), + /* 167 */ array(22, 34, ), + /* 168 */ array(22, 34, ), + /* 169 */ array(19, 38, ), + /* 170 */ array(8, 12, ), + /* 171 */ array(29, ), + /* 172 */ array(14, ), + /* 173 */ array(8, ), + /* 174 */ array(10, ), /* 175 */ array(14, ), - /* 176 */ array(8, ), - /* 177 */ array(10, ), - /* 178 */ array(19, ), - /* 179 */ array(4, ), - /* 180 */ array(65, ), + /* 176 */ array(10, ), + /* 177 */ array(14, ), + /* 178 */ array(23, ), + /* 179 */ array(20, ), + /* 180 */ array(16, ), /* 181 */ array(10, ), /* 182 */ array(10, ), - /* 183 */ array(3, ), + /* 183 */ array(10, ), /* 184 */ array(10, ), - /* 185 */ array(9, ), - /* 186 */ array(22, ), - /* 187 */ array(10, ), - /* 188 */ array(14, ), - /* 189 */ array(23, ), - /* 190 */ array(22, ), - /* 191 */ array(16, ), + /* 185 */ array(23, ), + /* 186 */ array(23, ), + /* 187 */ array(36, ), + /* 188 */ array(52, ), + /* 189 */ array(24, ), + /* 190 */ array(8, ), + /* 191 */ array(3, ), /* 192 */ array(10, ), - /* 193 */ array(35, ), - /* 194 */ array(10, ), - /* 195 */ array(15, ), - /* 196 */ array(23, ), - /* 197 */ array(35, ), - /* 198 */ array(51, ), - /* 199 */ array(10, ), - /* 200 */ array(), - /* 201 */ array(), - /* 202 */ array(), - /* 203 */ array(), - /* 204 */ array(), - /* 205 */ array(), - /* 206 */ array(), - /* 207 */ array(), - /* 208 */ array(), + /* 193 */ array(9, ), + /* 194 */ array(65, ), + /* 195 */ array(4, ), + /* 196 */ array(14, ), + /* 197 */ array(4, ), + /* 198 */ array(3, ), + /* 199 */ array(8, ), + /* 200 */ array(22, ), + /* 201 */ array(10, ), + /* 202 */ array(28, ), + /* 203 */ array(38, ), + /* 204 */ array(36, ), + /* 205 */ array(15, ), + /* 206 */ array(10, ), + /* 207 */ array(24, ), + /* 208 */ array(14, ), /* 209 */ array(), /* 210 */ array(), /* 211 */ array(), @@ -908,40 +933,52 @@ static public $yy_action = array( /* 309 */ array(), /* 310 */ array(), /* 311 */ array(), + /* 312 */ array(), + /* 313 */ array(), + /* 314 */ array(), + /* 315 */ array(), + /* 316 */ array(), + /* 317 */ array(), + /* 318 */ array(), + /* 319 */ array(), + /* 320 */ array(), + /* 321 */ array(), + /* 322 */ array(), ); static public $yy_default = array( - /* 0 */ 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, - /* 10 */ 476, 476, 476, 462, 476, 476, 420, 420, 476, 476, - /* 20 */ 420, 476, 420, 476, 476, 476, 476, 476, 476, 476, - /* 30 */ 476, 476, 476, 476, 476, 476, 476, 476, 476, 476, - /* 40 */ 476, 476, 476, 476, 476, 476, 476, 476, 344, 382, - /* 50 */ 476, 476, 344, 476, 344, 344, 344, 344, 344, 430, - /* 60 */ 430, 430, 312, 476, 476, 392, 365, 365, 392, 476, - /* 70 */ 476, 476, 476, 476, 476, 385, 476, 378, 344, 344, - /* 80 */ 385, 377, 476, 476, 476, 476, 439, 444, 443, 440, - /* 90 */ 435, 434, 428, 436, 476, 476, 476, 476, 476, 425, - /* 100 */ 353, 392, 419, 413, 476, 476, 476, 476, 411, 476, - /* 110 */ 390, 476, 414, 412, 476, 476, 465, 476, 476, 476, - /* 120 */ 476, 476, 476, 476, 476, 476, 476, 380, 476, 463, - /* 130 */ 345, 379, 335, 392, 431, 408, 475, 351, 355, 360, - /* 140 */ 383, 475, 361, 464, 424, 424, 424, 424, 392, 392, - /* 150 */ 392, 352, 476, 352, 445, 356, 426, 356, 476, 476, - /* 160 */ 476, 352, 476, 476, 476, 476, 476, 476, 381, 476, - /* 170 */ 476, 368, 476, 476, 476, 476, 349, 476, 406, 476, - /* 180 */ 476, 476, 476, 476, 476, 348, 476, 476, 476, 476, - /* 190 */ 476, 359, 476, 476, 396, 365, 373, 476, 356, 476, - /* 200 */ 375, 400, 402, 313, 337, 466, 347, 338, 334, 474, - /* 210 */ 473, 406, 403, 472, 468, 469, 405, 336, 467, 350, - /* 220 */ 399, 341, 376, 417, 401, 415, 450, 395, 397, 398, - /* 230 */ 358, 394, 393, 387, 388, 389, 369, 370, 364, 354, - /* 240 */ 404, 407, 363, 362, 371, 372, 409, 391, 386, 319, - /* 250 */ 320, 321, 322, 318, 317, 314, 315, 316, 342, 339, - /* 260 */ 367, 366, 410, 357, 356, 340, 343, 423, 421, 422, - /* 270 */ 427, 437, 438, 441, 373, 446, 453, 454, 455, 442, - /* 280 */ 456, 329, 331, 330, 332, 328, 327, 457, 458, 429, - /* 290 */ 452, 451, 324, 325, 326, 384, 471, 323, 359, 374, - /* 300 */ 470, 418, 416, 447, 448, 449, 433, 432, 459, 461, - /* 310 */ 460, 333, + /* 0 */ 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, + /* 10 */ 490, 490, 490, 476, 434, 434, 490, 434, 490, 490, + /* 20 */ 434, 490, 490, 490, 490, 490, 490, 490, 490, 490, + /* 30 */ 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, + /* 40 */ 490, 490, 490, 490, 490, 490, 490, 490, 490, 357, + /* 50 */ 490, 396, 490, 357, 357, 490, 490, 357, 357, 357, + /* 60 */ 357, 444, 444, 444, 323, 490, 490, 406, 379, 379, + /* 70 */ 406, 490, 490, 490, 490, 490, 399, 490, 490, 490, + /* 80 */ 490, 357, 399, 392, 391, 357, 490, 490, 490, 490, + /* 90 */ 453, 450, 449, 442, 457, 458, 454, 448, 490, 490, + /* 100 */ 490, 490, 490, 439, 490, 367, 490, 490, 490, 490, + /* 110 */ 490, 490, 479, 404, 433, 427, 426, 490, 490, 425, + /* 120 */ 490, 406, 490, 490, 490, 490, 490, 490, 490, 490, + /* 130 */ 428, 490, 490, 445, 346, 358, 374, 362, 489, 365, + /* 140 */ 489, 477, 422, 406, 393, 369, 394, 490, 397, 375, + /* 150 */ 478, 406, 438, 406, 438, 438, 438, 406, 366, 490, + /* 160 */ 366, 361, 370, 440, 490, 490, 459, 490, 366, 490, + /* 170 */ 370, 382, 490, 363, 490, 490, 490, 490, 490, 420, + /* 180 */ 373, 490, 490, 410, 490, 490, 490, 490, 370, 490, + /* 190 */ 490, 490, 490, 490, 490, 490, 490, 490, 490, 490, + /* 200 */ 395, 490, 490, 490, 490, 379, 490, 387, 490, 364, + /* 210 */ 324, 429, 354, 350, 389, 360, 416, 351, 480, 481, + /* 220 */ 487, 486, 483, 482, 414, 415, 328, 326, 349, 325, + /* 230 */ 413, 390, 417, 327, 431, 348, 451, 380, 484, 334, + /* 240 */ 485, 388, 373, 421, 435, 436, 335, 336, 437, 432, + /* 250 */ 430, 356, 370, 398, 337, 381, 371, 418, 368, 407, + /* 260 */ 408, 409, 411, 403, 402, 400, 405, 401, 412, 372, + /* 270 */ 423, 376, 377, 378, 424, 386, 383, 384, 385, 353, + /* 280 */ 473, 472, 443, 338, 339, 471, 470, 456, 332, 331, + /* 290 */ 340, 342, 345, 347, 419, 420, 329, 344, 341, 330, + /* 300 */ 343, 455, 452, 462, 463, 464, 465, 461, 447, 475, + /* 310 */ 474, 446, 466, 467, 441, 355, 333, 387, 352, 468, + /* 320 */ 469, 460, 488, ); /* The next thing included is series of defines which control ** various aspects of the generated parser. @@ -960,8 +997,8 @@ static public $yy_action = array( */ const YYNOCODE = 108; const YYSTACKDEPTH = 100; - const YYNSTATE = 312; - const YYNRULE = 164; + const YYNSTATE = 323; + const YYNRULE = 167; const YYERRORSYMBOL = 67; const YYERRSYMDT = 'yy0'; const YYFALLBACK = 0; @@ -1048,19 +1085,19 @@ static public $yy_action = array( 'SHORTTAGEND', 'SHORTTAGSTART', 'XML', 'LDEL', 'RDEL', 'EQUAL', 'ID', 'PTR', 'SPACE', 'SEMICOLON', 'DOLLAR', 'INCDEC', - 'AS', 'LDELSLASH', 'COMMA', 'COLON', - 'UNIMATH', 'OPENP', 'CLOSEP', 'QMARK', - 'MATH', 'ANDSYM', 'TYPECAST', 'INTEGER', - 'DOT', 'BOOLEAN', 'NULL', 'SINGLEQUOTESTRING', - 'QUOTE', 'DOUBLECOLON', 'AT', 'HATCH', - 'OPENB', 'CLOSEB', 'VERT', 'NOT', - 'ISIN', 'ISDIVBY', 'ISNOTDIVBY', 'ISEVEN', - 'ISNOTEVEN', 'ISEVENBY', 'ISNOTEVENBY', 'ISODD', - 'ISNOTODD', 'ISODDBY', 'ISNOTODDBY', 'INSTANCEOF', - 'EQUALS', 'NOTEQUALS', 'GREATERTHAN', 'LESSTHAN', - 'GREATEREQUAL', 'LESSEQUAL', 'IDENTITY', 'NONEIDENTITY', - 'MOD', 'LAND', 'LOR', 'LXOR', - 'APTR', 'BACKTICK', 'DOLLARID', 'error', + 'AS', 'APTR', 'LDELSLASH', 'COMMA', + 'COLON', 'UNIMATH', 'OPENP', 'CLOSEP', + 'QMARK', 'MATH', 'ANDSYM', 'TYPECAST', + 'INTEGER', 'DOT', 'BOOLEAN', 'NULL', + 'SINGLEQUOTESTRING', 'QUOTE', 'DOUBLECOLON', 'AT', + 'HATCH', 'OPENB', 'CLOSEB', 'VERT', + 'NOT', 'ISIN', 'ISDIVBY', 'ISNOTDIVBY', + 'ISEVEN', 'ISNOTEVEN', 'ISEVENBY', 'ISNOTEVENBY', + 'ISODD', 'ISNOTODD', 'ISODDBY', 'ISNOTODDBY', + 'INSTANCEOF', 'EQUALS', 'NOTEQUALS', 'GREATERTHAN', + 'LESSTHAN', 'GREATEREQUAL', 'LESSEQUAL', 'IDENTITY', + 'NONEIDENTITY', 'MOD', 'LAND', 'LOR', + 'LXOR', 'BACKTICK', 'DOLLARID', 'error', 'start', 'template', 'template_element', 'smartytag', 'variable', 'attributes', 'expr', 'ternary', 'varindexed', 'modifier', 'modparameters', 'ifexprs', @@ -1104,144 +1141,147 @@ static public $yy_action = array( /* 23 */ "foraction ::= EQUAL expr", /* 24 */ "foraction ::= INCDEC", /* 25 */ "smartytag ::= LDEL ID SPACE value AS DOLLAR varvar RDEL", - /* 26 */ "smartytag ::= LDEL ID SPACE array AS DOLLAR varvar RDEL", - /* 27 */ "smartytag ::= LDELSLASH ID attributes RDEL", - /* 28 */ "smartytag ::= LDELSLASH ID modifier modparameters attributes RDEL", - /* 29 */ "smartytag ::= LDELSLASH ID PTR ID RDEL", - /* 30 */ "attributes ::= attributes attribute", - /* 31 */ "attributes ::= attribute", - /* 32 */ "attributes ::=", - /* 33 */ "attribute ::= SPACE ID EQUAL expr", - /* 34 */ "attribute ::= SPACE ID EQUAL value", - /* 35 */ "attribute ::= SPACE ID EQUAL ternary", - /* 36 */ "attribute ::= SPACE ID", - /* 37 */ "statements ::= statement", - /* 38 */ "statements ::= statements COMMA statement", - /* 39 */ "statement ::= DOLLAR varvar EQUAL expr", - /* 40 */ "expr ::= ID", - /* 41 */ "expr ::= exprs", - /* 42 */ "expr ::= DOLLAR ID COLON ID", - /* 43 */ "expr ::= expr modifier modparameters", - /* 44 */ "exprs ::= value", - /* 45 */ "exprs ::= UNIMATH value", - /* 46 */ "exprs ::= exprs math value", - /* 47 */ "exprs ::= array", - /* 48 */ "ternary ::= OPENP ifexprs CLOSEP QMARK expr COLON expr", - /* 49 */ "ternary ::= OPENP expr CLOSEP QMARK expr COLON expr", - /* 50 */ "math ::= UNIMATH", - /* 51 */ "math ::= MATH", - /* 52 */ "math ::= ANDSYM", - /* 53 */ "value ::= variable", - /* 54 */ "value ::= TYPECAST variable", - /* 55 */ "value ::= variable INCDEC", - /* 56 */ "value ::= INTEGER", - /* 57 */ "value ::= INTEGER DOT INTEGER", - /* 58 */ "value ::= BOOLEAN", - /* 59 */ "value ::= NULL", - /* 60 */ "value ::= function", - /* 61 */ "value ::= OPENP expr CLOSEP", - /* 62 */ "value ::= SINGLEQUOTESTRING", - /* 63 */ "value ::= QUOTE doublequoted QUOTE", - /* 64 */ "value ::= QUOTE QUOTE", - /* 65 */ "value ::= ID DOUBLECOLON method", - /* 66 */ "value ::= ID DOUBLECOLON DOLLAR ID OPENP params CLOSEP", - /* 67 */ "value ::= ID DOUBLECOLON method objectchain", - /* 68 */ "value ::= ID DOUBLECOLON DOLLAR ID OPENP params CLOSEP objectchain", - /* 69 */ "value ::= ID DOUBLECOLON ID", - /* 70 */ "value ::= ID DOUBLECOLON DOLLAR ID arrayindex", - /* 71 */ "value ::= ID DOUBLECOLON DOLLAR ID arrayindex objectchain", - /* 72 */ "value ::= smartytag", - /* 73 */ "variable ::= varindexed", - /* 74 */ "variable ::= DOLLAR varvar AT ID", - /* 75 */ "variable ::= object", - /* 76 */ "variable ::= HATCH ID HATCH", - /* 77 */ "variable ::= HATCH variable HATCH", - /* 78 */ "varindexed ::= DOLLAR varvar arrayindex", - /* 79 */ "arrayindex ::= arrayindex indexdef", - /* 80 */ "arrayindex ::=", - /* 81 */ "indexdef ::= DOT ID", - /* 82 */ "indexdef ::= DOT BOOLEAN", - /* 83 */ "indexdef ::= DOT NULL", - /* 84 */ "indexdef ::= DOT INTEGER", - /* 85 */ "indexdef ::= DOT INTEGER ID", - /* 86 */ "indexdef ::= DOT variable", - /* 87 */ "indexdef ::= DOT LDEL exprs RDEL", - /* 88 */ "indexdef ::= OPENB ID CLOSEB", - /* 89 */ "indexdef ::= OPENB ID DOT ID CLOSEB", - /* 90 */ "indexdef ::= OPENB exprs CLOSEB", - /* 91 */ "indexdef ::= OPENB CLOSEB", - /* 92 */ "varvar ::= varvarele", - /* 93 */ "varvar ::= varvar varvarele", - /* 94 */ "varvarele ::= ID", - /* 95 */ "varvarele ::= LDEL expr RDEL", - /* 96 */ "object ::= varindexed objectchain", - /* 97 */ "objectchain ::= objectelement", - /* 98 */ "objectchain ::= objectchain objectelement", - /* 99 */ "objectelement ::= PTR ID arrayindex", - /* 100 */ "objectelement ::= PTR variable arrayindex", - /* 101 */ "objectelement ::= PTR LDEL expr RDEL arrayindex", - /* 102 */ "objectelement ::= PTR ID LDEL expr RDEL arrayindex", - /* 103 */ "objectelement ::= PTR method", - /* 104 */ "function ::= ID OPENP params CLOSEP", - /* 105 */ "method ::= ID OPENP params CLOSEP", - /* 106 */ "params ::= expr COMMA params", - /* 107 */ "params ::= expr", - /* 108 */ "params ::=", - /* 109 */ "modifier ::= VERT AT ID", - /* 110 */ "modifier ::= VERT ID", - /* 111 */ "modparameters ::= modparameters modparameter", - /* 112 */ "modparameters ::=", - /* 113 */ "modparameter ::= COLON exprs", - /* 114 */ "modparameter ::= COLON ID", - /* 115 */ "ifexprs ::= ifexpr", - /* 116 */ "ifexprs ::= NOT ifexprs", - /* 117 */ "ifexprs ::= OPENP ifexprs CLOSEP", - /* 118 */ "ifexpr ::= expr", - /* 119 */ "ifexpr ::= expr ifcond expr", - /* 120 */ "ifexpr ::= expr ISIN array", - /* 121 */ "ifexpr ::= expr ISIN value", - /* 122 */ "ifexpr ::= ifexprs lop ifexprs", - /* 123 */ "ifexpr ::= ifexprs ISDIVBY ifexprs", - /* 124 */ "ifexpr ::= ifexprs ISNOTDIVBY ifexprs", - /* 125 */ "ifexpr ::= ifexprs ISEVEN", - /* 126 */ "ifexpr ::= ifexprs ISNOTEVEN", - /* 127 */ "ifexpr ::= ifexprs ISEVENBY ifexprs", - /* 128 */ "ifexpr ::= ifexprs ISNOTEVENBY ifexprs", - /* 129 */ "ifexpr ::= ifexprs ISODD", - /* 130 */ "ifexpr ::= ifexprs ISNOTODD", - /* 131 */ "ifexpr ::= ifexprs ISODDBY ifexprs", - /* 132 */ "ifexpr ::= ifexprs ISNOTODDBY ifexprs", - /* 133 */ "ifexpr ::= value INSTANCEOF ID", - /* 134 */ "ifexpr ::= value INSTANCEOF value", - /* 135 */ "ifcond ::= EQUALS", - /* 136 */ "ifcond ::= NOTEQUALS", - /* 137 */ "ifcond ::= GREATERTHAN", - /* 138 */ "ifcond ::= LESSTHAN", - /* 139 */ "ifcond ::= GREATEREQUAL", - /* 140 */ "ifcond ::= LESSEQUAL", - /* 141 */ "ifcond ::= IDENTITY", - /* 142 */ "ifcond ::= NONEIDENTITY", - /* 143 */ "ifcond ::= MOD", - /* 144 */ "lop ::= LAND", - /* 145 */ "lop ::= LOR", - /* 146 */ "lop ::= LXOR", - /* 147 */ "array ::= OPENB arrayelements CLOSEB", - /* 148 */ "arrayelements ::= arrayelement", - /* 149 */ "arrayelements ::= arrayelements COMMA arrayelement", - /* 150 */ "arrayelements ::=", - /* 151 */ "arrayelement ::= expr APTR expr", - /* 152 */ "arrayelement ::= ID APTR expr", - /* 153 */ "arrayelement ::= expr", - /* 154 */ "doublequoted ::= doublequoted doublequotedcontent", - /* 155 */ "doublequoted ::= doublequotedcontent", - /* 156 */ "doublequotedcontent ::= BACKTICK variable BACKTICK", - /* 157 */ "doublequotedcontent ::= DOLLARID", - /* 158 */ "doublequotedcontent ::= LDEL variable RDEL", - /* 159 */ "doublequotedcontent ::= LDEL expr RDEL", - /* 160 */ "doublequotedcontent ::= smartytag", - /* 161 */ "doublequotedcontent ::= OTHER", - /* 162 */ "optspace ::= SPACE", - /* 163 */ "optspace ::=", + /* 26 */ "smartytag ::= LDEL ID SPACE value AS DOLLAR varvar APTR DOLLAR varvar RDEL", + /* 27 */ "smartytag ::= LDEL ID SPACE array AS DOLLAR varvar RDEL", + /* 28 */ "smartytag ::= LDEL ID SPACE array AS DOLLAR varvar APTR DOLLAR varvar RDEL", + /* 29 */ "smartytag ::= LDELSLASH ID attributes RDEL", + /* 30 */ "smartytag ::= LDELSLASH ID modifier modparameters attributes RDEL", + /* 31 */ "smartytag ::= LDELSLASH ID PTR ID RDEL", + /* 32 */ "attributes ::= attributes attribute", + /* 33 */ "attributes ::= attribute", + /* 34 */ "attributes ::=", + /* 35 */ "attribute ::= SPACE ID EQUAL expr", + /* 36 */ "attribute ::= SPACE ID EQUAL value", + /* 37 */ "attribute ::= SPACE ID EQUAL ternary", + /* 38 */ "attribute ::= SPACE ID", + /* 39 */ "attribute ::= SPACE value EQUAL expr", + /* 40 */ "statements ::= statement", + /* 41 */ "statements ::= statements COMMA statement", + /* 42 */ "statement ::= DOLLAR varvar EQUAL expr", + /* 43 */ "expr ::= ID", + /* 44 */ "expr ::= exprs", + /* 45 */ "expr ::= DOLLAR ID COLON ID", + /* 46 */ "expr ::= expr modifier modparameters", + /* 47 */ "exprs ::= value", + /* 48 */ "exprs ::= UNIMATH value", + /* 49 */ "exprs ::= exprs math value", + /* 50 */ "exprs ::= array", + /* 51 */ "ternary ::= OPENP ifexprs CLOSEP QMARK expr COLON expr", + /* 52 */ "ternary ::= OPENP expr CLOSEP QMARK expr COLON expr", + /* 53 */ "math ::= UNIMATH", + /* 54 */ "math ::= MATH", + /* 55 */ "math ::= ANDSYM", + /* 56 */ "value ::= variable", + /* 57 */ "value ::= TYPECAST variable", + /* 58 */ "value ::= variable INCDEC", + /* 59 */ "value ::= INTEGER", + /* 60 */ "value ::= INTEGER DOT INTEGER", + /* 61 */ "value ::= BOOLEAN", + /* 62 */ "value ::= NULL", + /* 63 */ "value ::= function", + /* 64 */ "value ::= OPENP expr CLOSEP", + /* 65 */ "value ::= SINGLEQUOTESTRING", + /* 66 */ "value ::= QUOTE doublequoted QUOTE", + /* 67 */ "value ::= QUOTE QUOTE", + /* 68 */ "value ::= ID DOUBLECOLON method", + /* 69 */ "value ::= ID DOUBLECOLON DOLLAR ID OPENP params CLOSEP", + /* 70 */ "value ::= ID DOUBLECOLON method objectchain", + /* 71 */ "value ::= ID DOUBLECOLON DOLLAR ID OPENP params CLOSEP objectchain", + /* 72 */ "value ::= ID DOUBLECOLON ID", + /* 73 */ "value ::= ID DOUBLECOLON DOLLAR ID arrayindex", + /* 74 */ "value ::= ID DOUBLECOLON DOLLAR ID arrayindex objectchain", + /* 75 */ "value ::= smartytag", + /* 76 */ "variable ::= varindexed", + /* 77 */ "variable ::= DOLLAR varvar AT ID", + /* 78 */ "variable ::= object", + /* 79 */ "variable ::= HATCH ID HATCH", + /* 80 */ "variable ::= HATCH variable HATCH", + /* 81 */ "varindexed ::= DOLLAR varvar arrayindex", + /* 82 */ "arrayindex ::= arrayindex indexdef", + /* 83 */ "arrayindex ::=", + /* 84 */ "indexdef ::= DOT ID", + /* 85 */ "indexdef ::= DOT BOOLEAN", + /* 86 */ "indexdef ::= DOT NULL", + /* 87 */ "indexdef ::= DOT INTEGER", + /* 88 */ "indexdef ::= DOT INTEGER ID", + /* 89 */ "indexdef ::= DOT variable", + /* 90 */ "indexdef ::= DOT LDEL exprs RDEL", + /* 91 */ "indexdef ::= OPENB ID CLOSEB", + /* 92 */ "indexdef ::= OPENB ID DOT ID CLOSEB", + /* 93 */ "indexdef ::= OPENB exprs CLOSEB", + /* 94 */ "indexdef ::= OPENB CLOSEB", + /* 95 */ "varvar ::= varvarele", + /* 96 */ "varvar ::= varvar varvarele", + /* 97 */ "varvarele ::= ID", + /* 98 */ "varvarele ::= LDEL expr RDEL", + /* 99 */ "object ::= varindexed objectchain", + /* 100 */ "objectchain ::= objectelement", + /* 101 */ "objectchain ::= objectchain objectelement", + /* 102 */ "objectelement ::= PTR ID arrayindex", + /* 103 */ "objectelement ::= PTR variable arrayindex", + /* 104 */ "objectelement ::= PTR LDEL expr RDEL arrayindex", + /* 105 */ "objectelement ::= PTR ID LDEL expr RDEL arrayindex", + /* 106 */ "objectelement ::= PTR method", + /* 107 */ "function ::= ID OPENP params CLOSEP", + /* 108 */ "method ::= ID OPENP params CLOSEP", + /* 109 */ "params ::= expr COMMA params", + /* 110 */ "params ::= expr", + /* 111 */ "params ::=", + /* 112 */ "modifier ::= VERT AT ID", + /* 113 */ "modifier ::= VERT ID", + /* 114 */ "modparameters ::= modparameters modparameter", + /* 115 */ "modparameters ::=", + /* 116 */ "modparameter ::= COLON exprs", + /* 117 */ "modparameter ::= COLON ID", + /* 118 */ "ifexprs ::= ifexpr", + /* 119 */ "ifexprs ::= NOT ifexprs", + /* 120 */ "ifexprs ::= OPENP ifexprs CLOSEP", + /* 121 */ "ifexpr ::= expr", + /* 122 */ "ifexpr ::= expr ifcond expr", + /* 123 */ "ifexpr ::= expr ISIN array", + /* 124 */ "ifexpr ::= expr ISIN value", + /* 125 */ "ifexpr ::= ifexprs lop ifexprs", + /* 126 */ "ifexpr ::= ifexprs ISDIVBY ifexprs", + /* 127 */ "ifexpr ::= ifexprs ISNOTDIVBY ifexprs", + /* 128 */ "ifexpr ::= ifexprs ISEVEN", + /* 129 */ "ifexpr ::= ifexprs ISNOTEVEN", + /* 130 */ "ifexpr ::= ifexprs ISEVENBY ifexprs", + /* 131 */ "ifexpr ::= ifexprs ISNOTEVENBY ifexprs", + /* 132 */ "ifexpr ::= ifexprs ISODD", + /* 133 */ "ifexpr ::= ifexprs ISNOTODD", + /* 134 */ "ifexpr ::= ifexprs ISODDBY ifexprs", + /* 135 */ "ifexpr ::= ifexprs ISNOTODDBY ifexprs", + /* 136 */ "ifexpr ::= value INSTANCEOF ID", + /* 137 */ "ifexpr ::= value INSTANCEOF value", + /* 138 */ "ifcond ::= EQUALS", + /* 139 */ "ifcond ::= NOTEQUALS", + /* 140 */ "ifcond ::= GREATERTHAN", + /* 141 */ "ifcond ::= LESSTHAN", + /* 142 */ "ifcond ::= GREATEREQUAL", + /* 143 */ "ifcond ::= LESSEQUAL", + /* 144 */ "ifcond ::= IDENTITY", + /* 145 */ "ifcond ::= NONEIDENTITY", + /* 146 */ "ifcond ::= MOD", + /* 147 */ "lop ::= LAND", + /* 148 */ "lop ::= LOR", + /* 149 */ "lop ::= LXOR", + /* 150 */ "array ::= OPENB arrayelements CLOSEB", + /* 151 */ "arrayelements ::= arrayelement", + /* 152 */ "arrayelements ::= arrayelements COMMA arrayelement", + /* 153 */ "arrayelements ::=", + /* 154 */ "arrayelement ::= expr APTR expr", + /* 155 */ "arrayelement ::= ID APTR expr", + /* 156 */ "arrayelement ::= expr", + /* 157 */ "doublequoted ::= doublequoted doublequotedcontent", + /* 158 */ "doublequoted ::= doublequotedcontent", + /* 159 */ "doublequotedcontent ::= BACKTICK variable BACKTICK", + /* 160 */ "doublequotedcontent ::= DOLLARID", + /* 161 */ "doublequotedcontent ::= LDEL variable RDEL", + /* 162 */ "doublequotedcontent ::= LDEL expr RDEL", + /* 163 */ "doublequotedcontent ::= smartytag", + /* 164 */ "doublequotedcontent ::= OTHER", + /* 165 */ "optspace ::= SPACE", + /* 166 */ "optspace ::=", ); /** @@ -1632,7 +1672,9 @@ static public $yy_action = array( array( 'lhs' => 84, 'rhs' => 2 ), array( 'lhs' => 84, 'rhs' => 1 ), array( 'lhs' => 71, 'rhs' => 8 ), + array( 'lhs' => 71, 'rhs' => 11 ), array( 'lhs' => 71, 'rhs' => 8 ), + array( 'lhs' => 71, 'rhs' => 11 ), array( 'lhs' => 71, 'rhs' => 4 ), array( 'lhs' => 71, 'rhs' => 6 ), array( 'lhs' => 71, 'rhs' => 5 ), @@ -1643,6 +1685,7 @@ static public $yy_action = array( array( 'lhs' => 87, 'rhs' => 4 ), array( 'lhs' => 87, 'rhs' => 4 ), array( 'lhs' => 87, 'rhs' => 2 ), + array( 'lhs' => 87, 'rhs' => 4 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 3 ), array( 'lhs' => 80, 'rhs' => 4 ), @@ -1780,27 +1823,27 @@ static public $yy_action = array( */ static public $yyReduceMap = array( 0 => 0, - 44 => 0, - 53 => 0, + 47 => 0, 56 => 0, - 58 => 0, 59 => 0, - 60 => 0, + 61 => 0, 62 => 0, - 75 => 0, - 148 => 0, + 63 => 0, + 65 => 0, + 78 => 0, + 151 => 0, 1 => 1, - 41 => 1, - 47 => 1, + 44 => 1, 50 => 1, - 51 => 1, - 92 => 1, - 115 => 1, - 155 => 1, - 161 => 1, - 162 => 1, + 53 => 1, + 54 => 1, + 95 => 1, + 118 => 1, + 158 => 1, + 164 => 1, + 165 => 1, 2 => 2, - 111 => 2, + 114 => 2, 3 => 3, 4 => 4, 5 => 5, @@ -1823,38 +1866,38 @@ static public $yy_action = array( 22 => 22, 23 => 23, 24 => 24, - 31 => 24, - 107 => 24, - 153 => 24, + 33 => 24, + 110 => 24, + 156 => 24, 25 => 25, 26 => 26, 27 => 27, 28 => 28, 29 => 29, 30 => 30, + 31 => 31, 32 => 32, - 33 => 33, - 34 => 33, - 35 => 33, - 36 => 36, - 37 => 37, + 34 => 34, + 35 => 35, + 36 => 35, + 37 => 35, 38 => 38, 39 => 39, 40 => 40, + 41 => 41, 42 => 42, 43 => 43, 45 => 45, - 54 => 45, - 55 => 45, 46 => 46, 48 => 48, - 49 => 48, - 52 => 52, - 57 => 57, - 61 => 61, - 63 => 63, + 57 => 48, + 58 => 48, + 49 => 49, + 51 => 51, + 52 => 51, + 55 => 55, + 60 => 60, 64 => 64, - 65 => 65, 66 => 66, 67 => 67, 68 => 68, @@ -1864,32 +1907,32 @@ static public $yy_action = array( 72 => 72, 73 => 73, 74 => 74, + 75 => 75, 76 => 76, 77 => 77, - 78 => 78, 79 => 79, - 154 => 79, 80 => 80, - 112 => 80, 81 => 81, - 82 => 81, - 83 => 81, + 82 => 82, + 157 => 82, + 83 => 83, + 115 => 83, 84 => 84, - 85 => 85, - 86 => 86, + 85 => 84, + 86 => 84, 87 => 87, - 90 => 87, 88 => 88, 89 => 89, + 90 => 90, + 93 => 90, 91 => 91, - 163 => 91, - 93 => 93, + 92 => 92, 94 => 94, - 95 => 95, - 117 => 95, + 166 => 94, 96 => 96, 97 => 97, 98 => 98, + 120 => 98, 99 => 99, 100 => 100, 101 => 101, @@ -1898,31 +1941,31 @@ static public $yy_action = array( 104 => 104, 105 => 105, 106 => 106, + 107 => 107, 108 => 108, 109 => 109, - 110 => 110, + 111 => 111, + 112 => 112, 113 => 113, - 114 => 114, 116 => 116, - 118 => 118, + 117 => 117, 119 => 119, - 122 => 119, - 133 => 119, - 120 => 120, 121 => 121, + 122 => 122, + 125 => 122, + 136 => 122, 123 => 123, 124 => 124, - 125 => 125, - 130 => 125, 126 => 126, - 129 => 126, 127 => 127, - 132 => 127, 128 => 128, - 131 => 128, - 134 => 134, - 135 => 135, - 136 => 136, + 133 => 128, + 129 => 129, + 132 => 129, + 130 => 130, + 135 => 130, + 131 => 131, + 134 => 131, 137 => 137, 138 => 138, 139 => 139, @@ -1934,15 +1977,18 @@ static public $yy_action = array( 145 => 145, 146 => 146, 147 => 147, + 148 => 148, 149 => 149, 150 => 150, - 151 => 151, 152 => 152, - 156 => 156, - 158 => 156, - 157 => 157, + 153 => 153, + 154 => 154, + 155 => 155, 159 => 159, + 161 => 159, 160 => 160, + 162 => 162, + 163 => 163, ); /* Beginning here are the reduction cases. A typical example ** follows: @@ -1952,23 +1998,23 @@ static public $yy_action = array( */ #line 79 "smarty_internal_templateparser.y" function yy_r0(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 1960 "smarty_internal_templateparser.php" +#line 2006 "smarty_internal_templateparser.php" #line 85 "smarty_internal_templateparser.y" function yy_r1(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 1963 "smarty_internal_templateparser.php" +#line 2009 "smarty_internal_templateparser.php" #line 87 "smarty_internal_templateparser.y" function yy_r2(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 1966 "smarty_internal_templateparser.php" +#line 2012 "smarty_internal_templateparser.php" #line 93 "smarty_internal_templateparser.y" function yy_r3(){ if ($this->compiler->has_code) { $tmp =''; foreach ($this->compiler->prefix_code as $code) {$tmp.=$code;} $this->compiler->prefix_code=array(); $this->_retvalue = $this->cacher->processNocacheCode($tmp.$this->yystack[$this->yyidx + 0]->minor, $this->compiler,true); } else { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor;} $this->compiler->has_variable_string = false; } -#line 1973 "smarty_internal_templateparser.php" +#line 2019 "smarty_internal_templateparser.php" #line 100 "smarty_internal_templateparser.y" function yy_r4(){ $this->_retvalue = ''; } -#line 1976 "smarty_internal_templateparser.php" +#line 2022 "smarty_internal_templateparser.php" #line 105 "smarty_internal_templateparser.y" function yy_r5(){if ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU) { $this->_retvalue = $this->cacher->processNocacheCode("yystack[$this->yyidx + -1]->minor)."?>', ENT_QUOTES);?>\n", $this->compiler, false); @@ -1980,7 +2026,7 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 1988 "smarty_internal_templateparser.php" +#line 2034 "smarty_internal_templateparser.php" #line 116 "smarty_internal_templateparser.y" function yy_r6(){ if ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU || $this->sec_obj->php_handling == SMARTY_PHP_ALLOW) { @@ -1991,31 +2037,31 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 1999 "smarty_internal_templateparser.php" +#line 2045 "smarty_internal_templateparser.php" #line 127 "smarty_internal_templateparser.y" function yy_r7(){ $this->compiler->tag_nocache = true; $this->_retvalue = $this->cacher->processNocacheCode("", $this->compiler, true); } -#line 2002 "smarty_internal_templateparser.php" +#line 2048 "smarty_internal_templateparser.php" #line 128 "smarty_internal_templateparser.y" function yy_r8(){$this->compiler->tag_nocache = true; $this->_retvalue = $this->cacher->processNocacheCode("';?>\n", $this->compiler, true); } -#line 2005 "smarty_internal_templateparser.php" +#line 2051 "smarty_internal_templateparser.php" #line 130 "smarty_internal_templateparser.y" function yy_r9(){$this->_retvalue = $this->cacher->processNocacheCode($this->yystack[$this->yyidx + 0]->minor, $this->compiler,false); } -#line 2008 "smarty_internal_templateparser.php" +#line 2054 "smarty_internal_templateparser.php" #line 137 "smarty_internal_templateparser.y" function yy_r10(){ $this->_retvalue = $this->compiler->compileTag('print_expression',array_merge(array('value'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)); } -#line 2011 "smarty_internal_templateparser.php" +#line 2057 "smarty_internal_templateparser.php" #line 147 "smarty_internal_templateparser.y" function yy_r13(){ $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 2014 "smarty_internal_templateparser.php" +#line 2060 "smarty_internal_templateparser.php" #line 150 "smarty_internal_templateparser.y" function yy_r15(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,$this->yystack[$this->yyidx + -1]->minor); } -#line 2017 "smarty_internal_templateparser.php" +#line 2063 "smarty_internal_templateparser.php" #line 151 "smarty_internal_templateparser.y" function yy_r16(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor,array()); } -#line 2020 "smarty_internal_templateparser.php" +#line 2066 "smarty_internal_templateparser.php" #line 153 "smarty_internal_templateparser.y" function yy_r17(){ $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 2023 "smarty_internal_templateparser.php" +#line 2069 "smarty_internal_templateparser.php" #line 155 "smarty_internal_templateparser.y" function yy_r18(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor,$this->yystack[$this->yyidx + -1]->minor).'smarty->plugin_handler->loadSmartyPlugin($this->yystack[$this->yyidx + -3]->minor[0],'modifier')) { @@ -2030,7 +2076,7 @@ static public $yy_action = array( } } } -#line 2038 "smarty_internal_templateparser.php" +#line 2084 "smarty_internal_templateparser.php" #line 169 "smarty_internal_templateparser.y" function yy_r19(){ $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)).'smarty->plugin_handler->loadSmartyPlugin($this->yystack[$this->yyidx + -3]->minor[0],'modifier')) { @@ -2045,51 +2091,65 @@ static public $yy_action = array( } } } -#line 2053 "smarty_internal_templateparser.php" +#line 2099 "smarty_internal_templateparser.php" #line 183 "smarty_internal_templateparser.y" function yy_r20(){if (!in_array($this->yystack[$this->yyidx + -3]->minor,array('if','elseif','while'))) { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -3]->minor . "\""); } $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor,array('if condition'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2059 "smarty_internal_templateparser.php" +#line 2105 "smarty_internal_templateparser.php" #line 187 "smarty_internal_templateparser.y" function yy_r21(){ if (!in_array($this->yystack[$this->yyidx + -3]->minor,array('if','elseif','while'))) { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -3]->minor . "\""); } $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor,array('if condition'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2065 "smarty_internal_templateparser.php" +#line 2111 "smarty_internal_templateparser.php" #line 192 "smarty_internal_templateparser.y" function yy_r22(){ if ($this->yystack[$this->yyidx + -11]->minor != 'for') { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -11]->minor . "\""); } $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 2072 "smarty_internal_templateparser.php" +#line 2118 "smarty_internal_templateparser.php" #line 197 "smarty_internal_templateparser.y" function yy_r23(){ $this->_retvalue = '='.$this->yystack[$this->yyidx + 0]->minor; } -#line 2075 "smarty_internal_templateparser.php" +#line 2121 "smarty_internal_templateparser.php" #line 198 "smarty_internal_templateparser.y" function yy_r24(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2078 "smarty_internal_templateparser.php" +#line 2124 "smarty_internal_templateparser.php" #line 200 "smarty_internal_templateparser.y" function yy_r25(){ if ($this->yystack[$this->yyidx + -6]->minor != 'foreach') { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -6]->minor . "\""); } $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 2085 "smarty_internal_templateparser.php" +#line 2131 "smarty_internal_templateparser.php" #line 205 "smarty_internal_templateparser.y" - function yy_r26(){ + function yy_r26(){ + if ($this->yystack[$this->yyidx + -9]->minor != 'foreach') { + $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -9]->minor . "\""); + } + $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 2138 "smarty_internal_templateparser.php" +#line 210 "smarty_internal_templateparser.y" + function yy_r27(){ if ($this->yystack[$this->yyidx + -6]->minor != 'foreach') { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -6]->minor . "\""); } $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 2092 "smarty_internal_templateparser.php" -#line 212 "smarty_internal_templateparser.y" - function yy_r27(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',$this->yystack[$this->yyidx + -1]->minor); } -#line 2095 "smarty_internal_templateparser.php" -#line 213 "smarty_internal_templateparser.y" - function yy_r28(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor.'close',$this->yystack[$this->yyidx + -1]->minor).'yystack[$this->yyidx + -9]->minor != 'foreach') { + $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -9]->minor . "\""); + } + $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 2152 "smarty_internal_templateparser.php" +#line 222 "smarty_internal_templateparser.y" + function yy_r29(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',$this->yystack[$this->yyidx + -1]->minor); } +#line 2155 "smarty_internal_templateparser.php" +#line 223 "smarty_internal_templateparser.y" + function yy_r30(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor.'close',$this->yystack[$this->yyidx + -1]->minor).'smarty->plugin_handler->loadSmartyPlugin($this->yystack[$this->yyidx + -3]->minor[0],'modifier')) { $this->_retvalue .= "\$_smarty_tpl->smarty->plugin_handler->executeModifier('".$this->yystack[$this->yyidx + -3]->minor[0] . "',array(ob_get_clean()" . $this->yystack[$this->yyidx + -2]->minor. "),".$this->yystack[$this->yyidx + -3]->minor[1].");?>"; } else { @@ -2102,39 +2162,42 @@ static public $yy_action = array( } } } -#line 2110 "smarty_internal_templateparser.php" -#line 227 "smarty_internal_templateparser.y" - function yy_r29(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor.'close',array('object_methode'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2113 "smarty_internal_templateparser.php" -#line 234 "smarty_internal_templateparser.y" - function yy_r30(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor); } -#line 2116 "smarty_internal_templateparser.php" -#line 238 "smarty_internal_templateparser.y" - function yy_r32(){ $this->_retvalue = array(); } -#line 2119 "smarty_internal_templateparser.php" -#line 241 "smarty_internal_templateparser.y" - function yy_r33(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2122 "smarty_internal_templateparser.php" +#line 2170 "smarty_internal_templateparser.php" +#line 237 "smarty_internal_templateparser.y" + function yy_r31(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor.'close',array('object_methode'=>$this->yystack[$this->yyidx + -1]->minor)); } +#line 2173 "smarty_internal_templateparser.php" #line 244 "smarty_internal_templateparser.y" - function yy_r36(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor=>'true'); } -#line 2125 "smarty_internal_templateparser.php" -#line 250 "smarty_internal_templateparser.y" - function yy_r37(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } -#line 2128 "smarty_internal_templateparser.php" + function yy_r32(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor); } +#line 2176 "smarty_internal_templateparser.php" +#line 248 "smarty_internal_templateparser.y" + function yy_r34(){ $this->_retvalue = array(); } +#line 2179 "smarty_internal_templateparser.php" #line 251 "smarty_internal_templateparser.y" - function yy_r38(){ $this->yystack[$this->yyidx + -2]->minor[]=$this->yystack[$this->yyidx + 0]->minor; $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor; } -#line 2131 "smarty_internal_templateparser.php" -#line 253 "smarty_internal_templateparser.y" - function yy_r39(){ $this->_retvalue = array('var' => $this->yystack[$this->yyidx + -2]->minor, 'value'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2134 "smarty_internal_templateparser.php" -#line 259 "smarty_internal_templateparser.y" - function yy_r40(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2137 "smarty_internal_templateparser.php" + function yy_r35(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } +#line 2182 "smarty_internal_templateparser.php" +#line 254 "smarty_internal_templateparser.y" + function yy_r38(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor=>'true'); } +#line 2185 "smarty_internal_templateparser.php" +#line 255 "smarty_internal_templateparser.y" + function yy_r39(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); var_dump($this->_retvalue); } +#line 2188 "smarty_internal_templateparser.php" +#line 261 "smarty_internal_templateparser.y" + function yy_r40(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } +#line 2191 "smarty_internal_templateparser.php" #line 262 "smarty_internal_templateparser.y" - function yy_r42(){$this->_retvalue = '$_smarty_tpl->getStreamVariable(\''. $this->yystack[$this->yyidx + -2]->minor .'://'. $this->yystack[$this->yyidx + 0]->minor . '\')'; } -#line 2140 "smarty_internal_templateparser.php" -#line 263 "smarty_internal_templateparser.y" - function yy_r43(){ + function yy_r41(){ $this->yystack[$this->yyidx + -2]->minor[]=$this->yystack[$this->yyidx + 0]->minor; $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor; } +#line 2194 "smarty_internal_templateparser.php" +#line 264 "smarty_internal_templateparser.y" + function yy_r42(){ $this->_retvalue = array('var' => $this->yystack[$this->yyidx + -2]->minor, 'value'=>$this->yystack[$this->yyidx + 0]->minor); } +#line 2197 "smarty_internal_templateparser.php" +#line 270 "smarty_internal_templateparser.y" + function yy_r43(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } +#line 2200 "smarty_internal_templateparser.php" +#line 273 "smarty_internal_templateparser.y" + function yy_r45(){$this->_retvalue = '$_smarty_tpl->getStreamVariable(\''. $this->yystack[$this->yyidx + -2]->minor .'://'. $this->yystack[$this->yyidx + 0]->minor . '\')'; } +#line 2203 "smarty_internal_templateparser.php" +#line 274 "smarty_internal_templateparser.y" + function yy_r46(){ if ($this->smarty->plugin_handler->loadSmartyPlugin($this->yystack[$this->yyidx + -1]->minor[0],'modifier')) { $this->_retvalue = "\$_smarty_tpl->smarty->plugin_handler->executeModifier('".$this->yystack[$this->yyidx + -1]->minor[0] . "',array(". $this->yystack[$this->yyidx + -2]->minor . $this->yystack[$this->yyidx + 0]->minor. "),".$this->yystack[$this->yyidx + -1]->minor[1].")"; } else { @@ -2147,264 +2210,264 @@ static public $yy_action = array( } } } -#line 2155 "smarty_internal_templateparser.php" -#line 280 "smarty_internal_templateparser.y" - function yy_r45(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2158 "smarty_internal_templateparser.php" -#line 282 "smarty_internal_templateparser.y" - function yy_r46(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . $this->yystack[$this->yyidx + -1]->minor . $this->yystack[$this->yyidx + 0]->minor; } -#line 2161 "smarty_internal_templateparser.php" -#line 289 "smarty_internal_templateparser.y" - function yy_r48(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '.$this->yystack[$this->yyidx + -2]->minor.' : '.$this->yystack[$this->yyidx + 0]->minor; } -#line 2164 "smarty_internal_templateparser.php" -#line 303 "smarty_internal_templateparser.y" - function yy_r52(){$this->_retvalue = ' & '; } -#line 2167 "smarty_internal_templateparser.php" -#line 311 "smarty_internal_templateparser.y" - function yy_r57(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2170 "smarty_internal_templateparser.php" -#line 319 "smarty_internal_templateparser.y" - function yy_r61(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2173 "smarty_internal_templateparser.php" -#line 323 "smarty_internal_templateparser.y" - function yy_r63(){ $this->_retvalue = str_replace(array('."".','"".','.""'),array('.','',''),'"'.$this->yystack[$this->yyidx + -1]->minor.'"'); } -#line 2176 "smarty_internal_templateparser.php" -#line 324 "smarty_internal_templateparser.y" - function yy_r64(){ $this->_retvalue = "''"; } -#line 2179 "smarty_internal_templateparser.php" -#line 326 "smarty_internal_templateparser.y" - function yy_r65(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2182 "smarty_internal_templateparser.php" -#line 327 "smarty_internal_templateparser.y" - function yy_r66(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -3]->minor .'\')->value;?>'; $this->_retvalue = $this->yystack[$this->yyidx + -6]->minor.'::$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2185 "smarty_internal_templateparser.php" -#line 329 "smarty_internal_templateparser.y" - function yy_r67(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor.'::'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2188 "smarty_internal_templateparser.php" +#line 2218 "smarty_internal_templateparser.php" +#line 291 "smarty_internal_templateparser.y" + function yy_r48(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2221 "smarty_internal_templateparser.php" +#line 293 "smarty_internal_templateparser.y" + function yy_r49(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . $this->yystack[$this->yyidx + -1]->minor . $this->yystack[$this->yyidx + 0]->minor; } +#line 2224 "smarty_internal_templateparser.php" +#line 300 "smarty_internal_templateparser.y" + function yy_r51(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '.$this->yystack[$this->yyidx + -2]->minor.' : '.$this->yystack[$this->yyidx + 0]->minor; } +#line 2227 "smarty_internal_templateparser.php" +#line 314 "smarty_internal_templateparser.y" + function yy_r55(){$this->_retvalue = ' & '; } +#line 2230 "smarty_internal_templateparser.php" +#line 322 "smarty_internal_templateparser.y" + function yy_r60(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2233 "smarty_internal_templateparser.php" #line 330 "smarty_internal_templateparser.y" - function yy_r68(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -4]->minor .'\')->value;?>'; $this->_retvalue = $this->yystack[$this->yyidx + -7]->minor.'::$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -2]->minor .')'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2191 "smarty_internal_templateparser.php" -#line 332 "smarty_internal_templateparser.y" - function yy_r69(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2194 "smarty_internal_templateparser.php" + function yy_r64(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } +#line 2236 "smarty_internal_templateparser.php" #line 334 "smarty_internal_templateparser.y" - function yy_r70(){ $this->_retvalue = $this->yystack[$this->yyidx + -4]->minor.'::$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2197 "smarty_internal_templateparser.php" -#line 336 "smarty_internal_templateparser.y" - function yy_r71(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.'::$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2200 "smarty_internal_templateparser.php" + function yy_r66(){ $this->_retvalue = str_replace(array('."".','"".','.""'),array('.','',''),'"'.$this->yystack[$this->yyidx + -1]->minor.'"'); } +#line 2239 "smarty_internal_templateparser.php" +#line 335 "smarty_internal_templateparser.y" + function yy_r67(){ $this->_retvalue = "''"; } +#line 2242 "smarty_internal_templateparser.php" +#line 337 "smarty_internal_templateparser.y" + function yy_r68(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2245 "smarty_internal_templateparser.php" #line 338 "smarty_internal_templateparser.y" - function yy_r72(){ $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 2203 "smarty_internal_templateparser.php" + function yy_r69(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -3]->minor .'\')->value;?>'; $this->_retvalue = $this->yystack[$this->yyidx + -6]->minor.'::$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -1]->minor .')'; } +#line 2248 "smarty_internal_templateparser.php" +#line 340 "smarty_internal_templateparser.y" + function yy_r70(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor.'::'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2251 "smarty_internal_templateparser.php" +#line 341 "smarty_internal_templateparser.y" + function yy_r71(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -4]->minor .'\')->value;?>'; $this->_retvalue = $this->yystack[$this->yyidx + -7]->minor.'::$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -2]->minor .')'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2254 "smarty_internal_templateparser.php" +#line 343 "smarty_internal_templateparser.y" + function yy_r72(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2257 "smarty_internal_templateparser.php" +#line 345 "smarty_internal_templateparser.y" + function yy_r73(){ $this->_retvalue = $this->yystack[$this->yyidx + -4]->minor.'::$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2260 "smarty_internal_templateparser.php" #line 347 "smarty_internal_templateparser.y" - function yy_r73(){if ($this->yystack[$this->yyidx + 0]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('special_smarty_variable',$this->yystack[$this->yyidx + 0]->minor['index']);} else { - $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + 0]->minor['var'] .')->value'.$this->yystack[$this->yyidx + 0]->minor['index']; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor['var'],"'"))->nocache;} } -#line 2207 "smarty_internal_templateparser.php" -#line 350 "smarty_internal_templateparser.y" - function yy_r74(){ $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,"'"))->nocache; } -#line 2210 "smarty_internal_templateparser.php" -#line 354 "smarty_internal_templateparser.y" - function yy_r76(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } -#line 2213 "smarty_internal_templateparser.php" -#line 355 "smarty_internal_templateparser.y" - function yy_r77(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2216 "smarty_internal_templateparser.php" + function yy_r74(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.'::$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2263 "smarty_internal_templateparser.php" +#line 349 "smarty_internal_templateparser.y" + function yy_r75(){ $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 2266 "smarty_internal_templateparser.php" #line 358 "smarty_internal_templateparser.y" - function yy_r78(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'index'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2219 "smarty_internal_templateparser.php" -#line 364 "smarty_internal_templateparser.y" - function yy_r79(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2222 "smarty_internal_templateparser.php" + function yy_r76(){if ($this->yystack[$this->yyidx + 0]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('special_smarty_variable',$this->yystack[$this->yyidx + 0]->minor['index']);} else { + $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + 0]->minor['var'] .')->value'.$this->yystack[$this->yyidx + 0]->minor['index']; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor['var'],"'"))->nocache;} } +#line 2270 "smarty_internal_templateparser.php" +#line 361 "smarty_internal_templateparser.y" + function yy_r77(){ $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,"'"))->nocache; } +#line 2273 "smarty_internal_templateparser.php" +#line 365 "smarty_internal_templateparser.y" + function yy_r79(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } +#line 2276 "smarty_internal_templateparser.php" #line 366 "smarty_internal_templateparser.y" - function yy_r80(){return; } -#line 2225 "smarty_internal_templateparser.php" -#line 370 "smarty_internal_templateparser.y" - function yy_r81(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } -#line 2228 "smarty_internal_templateparser.php" -#line 373 "smarty_internal_templateparser.y" - function yy_r84(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } -#line 2231 "smarty_internal_templateparser.php" -#line 374 "smarty_internal_templateparser.y" - function yy_r85(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + -1]->minor . $this->yystack[$this->yyidx + 0]->minor ."']"; } -#line 2234 "smarty_internal_templateparser.php" + function yy_r80(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } +#line 2279 "smarty_internal_templateparser.php" +#line 369 "smarty_internal_templateparser.y" + function yy_r81(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'index'=>$this->yystack[$this->yyidx + 0]->minor); } +#line 2282 "smarty_internal_templateparser.php" #line 375 "smarty_internal_templateparser.y" - function yy_r86(){ $this->_retvalue = "[".$this->yystack[$this->yyidx + 0]->minor."]"; } -#line 2237 "smarty_internal_templateparser.php" -#line 376 "smarty_internal_templateparser.y" - function yy_r87(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } -#line 2240 "smarty_internal_templateparser.php" -#line 378 "smarty_internal_templateparser.y" - function yy_r88(){ $this->_retvalue = '['.$this->compiler->compileTag('special_smarty_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } -#line 2243 "smarty_internal_templateparser.php" -#line 379 "smarty_internal_templateparser.y" - function yy_r89(){ $this->_retvalue = '['.$this->compiler->compileTag('special_smarty_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } -#line 2246 "smarty_internal_templateparser.php" -#line 383 "smarty_internal_templateparser.y" - function yy_r91(){$this->_retvalue = ''; } -#line 2249 "smarty_internal_templateparser.php" -#line 391 "smarty_internal_templateparser.y" - function yy_r93(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2252 "smarty_internal_templateparser.php" -#line 393 "smarty_internal_templateparser.y" - function yy_r94(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2255 "smarty_internal_templateparser.php" -#line 395 "smarty_internal_templateparser.y" - function yy_r95(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2258 "smarty_internal_templateparser.php" -#line 400 "smarty_internal_templateparser.y" - function yy_r96(){ if ($this->yystack[$this->yyidx + -1]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('special_smarty_variable',$this->yystack[$this->yyidx + -1]->minor['index']).$this->yystack[$this->yyidx + 0]->minor;} else { + function yy_r82(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2285 "smarty_internal_templateparser.php" +#line 377 "smarty_internal_templateparser.y" + function yy_r83(){return; } +#line 2288 "smarty_internal_templateparser.php" +#line 381 "smarty_internal_templateparser.y" + function yy_r84(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } +#line 2291 "smarty_internal_templateparser.php" +#line 384 "smarty_internal_templateparser.y" + function yy_r87(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } +#line 2294 "smarty_internal_templateparser.php" +#line 385 "smarty_internal_templateparser.y" + function yy_r88(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + -1]->minor . $this->yystack[$this->yyidx + 0]->minor ."']"; } +#line 2297 "smarty_internal_templateparser.php" +#line 386 "smarty_internal_templateparser.y" + function yy_r89(){ $this->_retvalue = "[".$this->yystack[$this->yyidx + 0]->minor."]"; } +#line 2300 "smarty_internal_templateparser.php" +#line 387 "smarty_internal_templateparser.y" + function yy_r90(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } +#line 2303 "smarty_internal_templateparser.php" +#line 389 "smarty_internal_templateparser.y" + function yy_r91(){ $this->_retvalue = '['.$this->compiler->compileTag('special_smarty_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } +#line 2306 "smarty_internal_templateparser.php" +#line 390 "smarty_internal_templateparser.y" + function yy_r92(){ $this->_retvalue = '['.$this->compiler->compileTag('special_smarty_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } +#line 2309 "smarty_internal_templateparser.php" +#line 394 "smarty_internal_templateparser.y" + function yy_r94(){$this->_retvalue = ''; } +#line 2312 "smarty_internal_templateparser.php" +#line 402 "smarty_internal_templateparser.y" + function yy_r96(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2315 "smarty_internal_templateparser.php" +#line 404 "smarty_internal_templateparser.y" + function yy_r97(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } +#line 2318 "smarty_internal_templateparser.php" +#line 406 "smarty_internal_templateparser.y" + function yy_r98(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2321 "smarty_internal_templateparser.php" +#line 411 "smarty_internal_templateparser.y" + function yy_r99(){ if ($this->yystack[$this->yyidx + -1]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('special_smarty_variable',$this->yystack[$this->yyidx + -1]->minor['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['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'],"'"))->nocache;} } -#line 2262 "smarty_internal_templateparser.php" -#line 403 "smarty_internal_templateparser.y" - function yy_r97(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2265 "smarty_internal_templateparser.php" -#line 405 "smarty_internal_templateparser.y" - function yy_r98(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2268 "smarty_internal_templateparser.php" -#line 407 "smarty_internal_templateparser.y" - function yy_r99(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2271 "smarty_internal_templateparser.php" -#line 408 "smarty_internal_templateparser.y" - function yy_r100(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2274 "smarty_internal_templateparser.php" -#line 409 "smarty_internal_templateparser.y" - function yy_r101(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2277 "smarty_internal_templateparser.php" -#line 410 "smarty_internal_templateparser.y" - function yy_r102(){ $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2280 "smarty_internal_templateparser.php" -#line 412 "smarty_internal_templateparser.y" - function yy_r103(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2283 "smarty_internal_templateparser.php" +#line 2325 "smarty_internal_templateparser.php" +#line 414 "smarty_internal_templateparser.y" + function yy_r100(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } +#line 2328 "smarty_internal_templateparser.php" +#line 416 "smarty_internal_templateparser.y" + function yy_r101(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2331 "smarty_internal_templateparser.php" #line 418 "smarty_internal_templateparser.y" - function yy_r104(){if (!$this->template->security || $this->smarty->security_handler->isTrustedPhpFunction($this->yystack[$this->yyidx + -3]->minor, $this->compiler)) { + function yy_r102(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2334 "smarty_internal_templateparser.php" +#line 419 "smarty_internal_templateparser.y" + function yy_r103(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2337 "smarty_internal_templateparser.php" +#line 420 "smarty_internal_templateparser.y" + function yy_r104(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2340 "smarty_internal_templateparser.php" +#line 421 "smarty_internal_templateparser.y" + function yy_r105(){ $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2343 "smarty_internal_templateparser.php" +#line 423 "smarty_internal_templateparser.y" + function yy_r106(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2346 "smarty_internal_templateparser.php" +#line 429 "smarty_internal_templateparser.y" + function yy_r107(){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 .")"; } else { $this->compiler->trigger_template_error ("unknown function \"" . $this->yystack[$this->yyidx + -3]->minor . "\""); } } } -#line 2292 "smarty_internal_templateparser.php" -#line 429 "smarty_internal_templateparser.y" - function yy_r105(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2295 "smarty_internal_templateparser.php" -#line 433 "smarty_internal_templateparser.y" - function yy_r106(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.",".$this->yystack[$this->yyidx + 0]->minor; } -#line 2298 "smarty_internal_templateparser.php" -#line 437 "smarty_internal_templateparser.y" - function yy_r108(){ return; } -#line 2301 "smarty_internal_templateparser.php" -#line 442 "smarty_internal_templateparser.y" - function yy_r109(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor,'false'); } -#line 2304 "smarty_internal_templateparser.php" -#line 443 "smarty_internal_templateparser.y" - function yy_r110(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor,'true'); } -#line 2307 "smarty_internal_templateparser.php" -#line 459 "smarty_internal_templateparser.y" - function yy_r113(){$this->_retvalue = ','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2310 "smarty_internal_templateparser.php" -#line 460 "smarty_internal_templateparser.y" - function yy_r114(){$this->_retvalue = ',\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2313 "smarty_internal_templateparser.php" -#line 467 "smarty_internal_templateparser.y" - function yy_r116(){$this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2316 "smarty_internal_templateparser.php" -#line 472 "smarty_internal_templateparser.y" - function yy_r118(){$this->_retvalue =$this->yystack[$this->yyidx + 0]->minor; } -#line 2319 "smarty_internal_templateparser.php" -#line 474 "smarty_internal_templateparser.y" - function yy_r119(){$this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2322 "smarty_internal_templateparser.php" -#line 475 "smarty_internal_templateparser.y" - function yy_r120(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2325 "smarty_internal_templateparser.php" -#line 476 "smarty_internal_templateparser.y" - function yy_r121(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2328 "smarty_internal_templateparser.php" -#line 478 "smarty_internal_templateparser.y" - function yy_r123(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2331 "smarty_internal_templateparser.php" -#line 479 "smarty_internal_templateparser.y" - function yy_r124(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2334 "smarty_internal_templateparser.php" -#line 480 "smarty_internal_templateparser.y" - function yy_r125(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2337 "smarty_internal_templateparser.php" -#line 481 "smarty_internal_templateparser.y" - function yy_r126(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2340 "smarty_internal_templateparser.php" -#line 482 "smarty_internal_templateparser.y" - function yy_r127(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2343 "smarty_internal_templateparser.php" -#line 483 "smarty_internal_templateparser.y" - function yy_r128(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2346 "smarty_internal_templateparser.php" -#line 489 "smarty_internal_templateparser.y" - function yy_r134(){$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 2349 "smarty_internal_templateparser.php" -#line 491 "smarty_internal_templateparser.y" - function yy_r135(){$this->_retvalue = '=='; } -#line 2352 "smarty_internal_templateparser.php" -#line 492 "smarty_internal_templateparser.y" - function yy_r136(){$this->_retvalue = '!='; } #line 2355 "smarty_internal_templateparser.php" -#line 493 "smarty_internal_templateparser.y" - function yy_r137(){$this->_retvalue = '>'; } +#line 440 "smarty_internal_templateparser.y" + function yy_r108(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } #line 2358 "smarty_internal_templateparser.php" -#line 494 "smarty_internal_templateparser.y" - function yy_r138(){$this->_retvalue = '<'; } +#line 444 "smarty_internal_templateparser.y" + function yy_r109(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.",".$this->yystack[$this->yyidx + 0]->minor; } #line 2361 "smarty_internal_templateparser.php" -#line 495 "smarty_internal_templateparser.y" - function yy_r139(){$this->_retvalue = '>='; } +#line 448 "smarty_internal_templateparser.y" + function yy_r111(){ return; } #line 2364 "smarty_internal_templateparser.php" -#line 496 "smarty_internal_templateparser.y" - function yy_r140(){$this->_retvalue = '<='; } +#line 453 "smarty_internal_templateparser.y" + function yy_r112(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor,'false'); } #line 2367 "smarty_internal_templateparser.php" -#line 497 "smarty_internal_templateparser.y" - function yy_r141(){$this->_retvalue = '==='; } +#line 454 "smarty_internal_templateparser.y" + function yy_r113(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor,'true'); } #line 2370 "smarty_internal_templateparser.php" -#line 498 "smarty_internal_templateparser.y" - function yy_r142(){$this->_retvalue = '!=='; } +#line 470 "smarty_internal_templateparser.y" + function yy_r116(){$this->_retvalue = ','.$this->yystack[$this->yyidx + 0]->minor; } #line 2373 "smarty_internal_templateparser.php" -#line 499 "smarty_internal_templateparser.y" - function yy_r143(){$this->_retvalue = '%'; } +#line 471 "smarty_internal_templateparser.y" + function yy_r117(){$this->_retvalue = ',\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } #line 2376 "smarty_internal_templateparser.php" -#line 501 "smarty_internal_templateparser.y" - function yy_r144(){$this->_retvalue = '&&'; } +#line 478 "smarty_internal_templateparser.y" + function yy_r119(){$this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } #line 2379 "smarty_internal_templateparser.php" -#line 502 "smarty_internal_templateparser.y" - function yy_r145(){$this->_retvalue = '||'; } +#line 483 "smarty_internal_templateparser.y" + function yy_r121(){$this->_retvalue =$this->yystack[$this->yyidx + 0]->minor; } #line 2382 "smarty_internal_templateparser.php" -#line 503 "smarty_internal_templateparser.y" - function yy_r146(){$this->_retvalue = ' XOR '; } +#line 485 "smarty_internal_templateparser.y" + function yy_r122(){$this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2385 "smarty_internal_templateparser.php" -#line 508 "smarty_internal_templateparser.y" - function yy_r147(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 486 "smarty_internal_templateparser.y" + function yy_r123(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2388 "smarty_internal_templateparser.php" -#line 510 "smarty_internal_templateparser.y" - function yy_r149(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } +#line 487 "smarty_internal_templateparser.y" + function yy_r124(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2391 "smarty_internal_templateparser.php" -#line 511 "smarty_internal_templateparser.y" - function yy_r150(){ return; } +#line 489 "smarty_internal_templateparser.y" + function yy_r126(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2394 "smarty_internal_templateparser.php" -#line 512 "smarty_internal_templateparser.y" - function yy_r151(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 490 "smarty_internal_templateparser.y" + function yy_r127(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2397 "smarty_internal_templateparser.php" -#line 513 "smarty_internal_templateparser.y" - function yy_r152(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 491 "smarty_internal_templateparser.y" + function yy_r128(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } #line 2400 "smarty_internal_templateparser.php" -#line 522 "smarty_internal_templateparser.y" - function yy_r156(){$this->_retvalue = '".'.$this->yystack[$this->yyidx + -1]->minor.'."'; $this->compiler->has_variable_string = true; } +#line 492 "smarty_internal_templateparser.y" + function yy_r129(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } #line 2403 "smarty_internal_templateparser.php" -#line 523 "smarty_internal_templateparser.y" - function yy_r157(){$this->_retvalue = '".'.'$_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,"'"))->nocache; $this->compiler->has_variable_string = true; } +#line 493 "smarty_internal_templateparser.y" + function yy_r130(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2406 "smarty_internal_templateparser.php" -#line 525 "smarty_internal_templateparser.y" - function yy_r159(){ $this->_retvalue = '".('.$this->yystack[$this->yyidx + -1]->minor.')."'; $this->compiler->has_variable_string = true; } +#line 494 "smarty_internal_templateparser.y" + function yy_r131(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2409 "smarty_internal_templateparser.php" -#line 526 "smarty_internal_templateparser.y" - function yy_r160(){ $this->prefix_number++; $this->compiler->prefix_code[] = ''.$this->yystack[$this->yyidx + 0]->minor.'prefix_number.'=ob_get_clean();?>'; $this->_retvalue = '".$_tmp'.$this->prefix_number.'."'; $this->compiler->has_variable_string = true; } +#line 500 "smarty_internal_templateparser.y" + function yy_r137(){$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 2412 "smarty_internal_templateparser.php" +#line 502 "smarty_internal_templateparser.y" + function yy_r138(){$this->_retvalue = '=='; } +#line 2415 "smarty_internal_templateparser.php" +#line 503 "smarty_internal_templateparser.y" + function yy_r139(){$this->_retvalue = '!='; } +#line 2418 "smarty_internal_templateparser.php" +#line 504 "smarty_internal_templateparser.y" + function yy_r140(){$this->_retvalue = '>'; } +#line 2421 "smarty_internal_templateparser.php" +#line 505 "smarty_internal_templateparser.y" + function yy_r141(){$this->_retvalue = '<'; } +#line 2424 "smarty_internal_templateparser.php" +#line 506 "smarty_internal_templateparser.y" + function yy_r142(){$this->_retvalue = '>='; } +#line 2427 "smarty_internal_templateparser.php" +#line 507 "smarty_internal_templateparser.y" + function yy_r143(){$this->_retvalue = '<='; } +#line 2430 "smarty_internal_templateparser.php" +#line 508 "smarty_internal_templateparser.y" + function yy_r144(){$this->_retvalue = '==='; } +#line 2433 "smarty_internal_templateparser.php" +#line 509 "smarty_internal_templateparser.y" + function yy_r145(){$this->_retvalue = '!=='; } +#line 2436 "smarty_internal_templateparser.php" +#line 510 "smarty_internal_templateparser.y" + function yy_r146(){$this->_retvalue = '%'; } +#line 2439 "smarty_internal_templateparser.php" +#line 512 "smarty_internal_templateparser.y" + function yy_r147(){$this->_retvalue = '&&'; } +#line 2442 "smarty_internal_templateparser.php" +#line 513 "smarty_internal_templateparser.y" + function yy_r148(){$this->_retvalue = '||'; } +#line 2445 "smarty_internal_templateparser.php" +#line 514 "smarty_internal_templateparser.y" + function yy_r149(){$this->_retvalue = ' XOR '; } +#line 2448 "smarty_internal_templateparser.php" +#line 519 "smarty_internal_templateparser.y" + function yy_r150(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2451 "smarty_internal_templateparser.php" +#line 521 "smarty_internal_templateparser.y" + function yy_r152(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } +#line 2454 "smarty_internal_templateparser.php" +#line 522 "smarty_internal_templateparser.y" + function yy_r153(){ return; } +#line 2457 "smarty_internal_templateparser.php" +#line 523 "smarty_internal_templateparser.y" + function yy_r154(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2460 "smarty_internal_templateparser.php" +#line 524 "smarty_internal_templateparser.y" + function yy_r155(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2463 "smarty_internal_templateparser.php" +#line 533 "smarty_internal_templateparser.y" + function yy_r159(){$this->_retvalue = '".'.$this->yystack[$this->yyidx + -1]->minor.'."'; $this->compiler->has_variable_string = true; } +#line 2466 "smarty_internal_templateparser.php" +#line 534 "smarty_internal_templateparser.y" + function yy_r160(){$this->_retvalue = '".'.'$_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,"'"))->nocache; $this->compiler->has_variable_string = true; } +#line 2469 "smarty_internal_templateparser.php" +#line 536 "smarty_internal_templateparser.y" + function yy_r162(){ $this->_retvalue = '".('.$this->yystack[$this->yyidx + -1]->minor.')."'; $this->compiler->has_variable_string = true; } +#line 2472 "smarty_internal_templateparser.php" +#line 537 "smarty_internal_templateparser.y" + function yy_r163(){ $this->prefix_number++; $this->compiler->prefix_code[] = ''.$this->yystack[$this->yyidx + 0]->minor.'prefix_number.'=ob_get_clean();?>'; $this->_retvalue = '".$_tmp'.$this->prefix_number.'."'; $this->compiler->has_variable_string = true; } +#line 2475 "smarty_internal_templateparser.php" /** * placeholder for the left hand side in a reduce operation. @@ -2521,7 +2584,7 @@ static public $yy_action = array( $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_template_error(); -#line 2530 "smarty_internal_templateparser.php" +#line 2593 "smarty_internal_templateparser.php" } /** @@ -2545,7 +2608,7 @@ static public $yy_action = array( $this->internalError = false; $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; -#line 2555 "smarty_internal_templateparser.php" +#line 2618 "smarty_internal_templateparser.php" } /**