string = $s->string; $this->metadata = $s->metadata; } else { $this->string = (string) $s; if ($m instanceof TP_yyToken) { $this->metadata = $m->metadata; } elseif (is_array($m)) { $this->metadata = $m; } } } function __toString() { return $this->_string; } function offsetExists($offset) { return isset($this->metadata[$offset]); } function offsetGet($offset) { return $this->metadata[$offset]; } function offsetSet($offset, $value) { if ($offset === null) { if (isset($value[0])) { $x = ($value instanceof TP_yyToken) ? $value->metadata : $value; $this->metadata = array_merge($this->metadata, $x); return; } $offset = count($this->metadata); } if ($value === null) { return; } if ($value instanceof TP_yyToken) { if ($value->metadata) { $this->metadata[$offset] = $value->metadata; } } elseif ($value) { $this->metadata[$offset] = $value; } } function offsetUnset($offset) { unset($this->metadata[$offset]); } } class TP_yyStackEntry { public $stateno; /* The state-number */ public $major; /* The major token value. This is the code ** number for the token at this stack level */ public $minor; /* The user-supplied minor token value. This ** is the value of the token */ }; #line 12 "smarty_internal_templateparser.y" class Smarty_Internal_Templateparser#line 79 "smarty_internal_templateparser.php" { #line 14 "smarty_internal_templateparser.y" // states whether the parse was successful or not public $successful = true; public $retvalue = 0; private $lex; private $internalError = false; function __construct($lex, $compiler) { // set instance object self::instance($this); $this->lex = $lex; $this->compiler = $compiler; $this->smarty = $this->compiler->smarty; $this->template = $this->compiler->template; if ($this->template->security && isset($this->smarty->security_handler)) { $this->sec_obj = $this->smarty->security_policy; } else { $this->sec_obj = $this->smarty; } $this->compiler->has_variable_string = false; $this->compiler->prefix_code = array(); $this->prefix_number = 0; $this->block_nesting_level = 0; $this->is_xml = false; } public static function &instance($new_instance = null) { static $instance = null; if (isset($new_instance) && is_object($new_instance)) $instance = $new_instance; return $instance; } public static function escape_start_tag($tag_text) { $tag = preg_replace('/\A<\?(.*)\z/', '<?\1', $tag_text, -1 , $count); //Escape tag assert($tag !== false && $count === 1); return $tag; } public static function escape_end_tag($tag_text) { assert($tag_text === '?>'); return '?>'; } #line 128 "smarty_internal_templateparser.php" const TP_VERT = 1; const TP_COLON = 2; const TP_COMMENT = 3; const TP_PHPSTARTTAG = 4; const TP_PHPENDTAG = 5; const TP_FAKEPHPSTARTTAG = 6; const TP_XMLTAG = 7; const TP_OTHER = 8; const TP_LITERALSTART = 9; const TP_LITERALEND = 10; const TP_LITERAL = 11; const TP_LDEL = 12; const TP_RDEL = 13; const TP_DOLLAR = 14; const TP_ID = 15; const TP_EQUAL = 16; const TP_PTR = 17; const TP_LDELIF = 18; const TP_SPACE = 19; const TP_LDELFOR = 20; const TP_SEMICOLON = 21; const TP_INCDEC = 22; const TP_TO = 23; const TP_STEP = 24; const TP_LDELFOREACH = 25; const TP_AS = 26; const TP_APTR = 27; const TP_LDELSLASH = 28; const TP_INTEGER = 29; const TP_COMMA = 30; const TP_MATH = 31; const TP_UNIMATH = 32; const TP_ANDSYM = 33; const TP_ISIN = 34; const TP_ISDIVBY = 35; const TP_ISNOTDIVBY = 36; const TP_ISEVEN = 37; const TP_ISNOTEVEN = 38; const TP_ISEVENBY = 39; const TP_ISNOTEVENBY = 40; const TP_ISODD = 41; const TP_ISNOTODD = 42; const TP_ISODDBY = 43; const TP_ISNOTODDBY = 44; const TP_INSTANCEOF = 45; const TP_OPENP = 46; const TP_CLOSEP = 47; const TP_QMARK = 48; const TP_NOT = 49; const TP_TYPECAST = 50; const TP_DOT = 51; const TP_SINGLEQUOTESTRING = 52; const TP_DOUBLECOLON = 53; const TP_AT = 54; const TP_HATCH = 55; const TP_OPENB = 56; const TP_CLOSEB = 57; const TP_EQUALS = 58; const TP_NOTEQUALS = 59; const TP_GREATERTHAN = 60; const TP_LESSTHAN = 61; const TP_GREATEREQUAL = 62; const TP_LESSEQUAL = 63; const TP_IDENTITY = 64; const TP_NONEIDENTITY = 65; const TP_MOD = 66; const TP_LAND = 67; const TP_LOR = 68; const TP_LXOR = 69; const TP_QUOTE = 70; const TP_BACKTICK = 71; const TP_DOLLARID = 72; const YY_NO_ACTION = 540; const YY_ACCEPT_ACTION = 539; const YY_ERROR_ACTION = 538; const YY_SZ_ACTTAB = 2225; static public $yy_action = array( /* 0 */ 183, 20, 155, 353, 245, 235, 224, 226, 234, 228, /* 10 */ 159, 214, 316, 4, 238, 236, 244, 12, 180, 211, /* 20 */ 12, 202, 198, 334, 105, 10, 122, 105, 229, 197, /* 30 */ 47, 42, 44, 39, 38, 36, 283, 282, 31, 29, /* 40 */ 296, 309, 33, 34, 261, 254, 251, 217, 188, 159, /* 50 */ 274, 268, 539, 83, 239, 236, 244, 304, 301, 300, /* 60 */ 297, 298, 299, 305, 306, 312, 313, 314, 311, 183, /* 70 */ 183, 21, 307, 260, 318, 37, 195, 200, 207, 61, /* 80 */ 118, 111, 351, 12, 218, 326, 208, 180, 180, 310, /* 90 */ 105, 414, 35, 278, 281, 308, 308, 414, 28, 47, /* 100 */ 42, 44, 39, 38, 36, 283, 282, 31, 29, 296, /* 110 */ 309, 33, 34, 223, 21, 12, 45, 318, 25, 412, /* 120 */ 93, 333, 105, 45, 271, 412, 304, 301, 300, 297, /* 130 */ 298, 299, 305, 306, 312, 313, 314, 311, 183, 352, /* 140 */ 307, 127, 183, 32, 100, 180, 98, 52, 124, 99, /* 150 */ 291, 241, 12, 290, 322, 5, 180, 310, 187, 105, /* 160 */ 180, 278, 281, 21, 308, 452, 318, 37, 47, 42, /* 170 */ 44, 39, 38, 36, 283, 282, 31, 29, 296, 309, /* 180 */ 33, 34, 183, 255, 161, 12, 106, 203, 315, 180, /* 190 */ 156, 353, 105, 154, 168, 304, 301, 300, 297, 298, /* 200 */ 299, 305, 306, 312, 313, 314, 311, 21, 253, 8, /* 210 */ 318, 103, 47, 42, 44, 39, 38, 36, 283, 282, /* 220 */ 31, 29, 296, 309, 33, 34, 21, 87, 286, 318, /* 230 */ 21, 335, 16, 318, 180, 119, 332, 355, 128, 304, /* 240 */ 301, 300, 297, 298, 299, 305, 306, 312, 313, 314, /* 250 */ 311, 183, 307, 355, 21, 227, 100, 318, 101, 50, /* 260 */ 124, 99, 151, 11, 128, 147, 9, 167, 223, 310, /* 270 */ 164, 158, 170, 278, 281, 350, 308, 13, 350, 26, /* 280 */ 24, 47, 42, 44, 39, 38, 36, 283, 282, 31, /* 290 */ 29, 296, 309, 33, 34, 15, 215, 114, 139, 225, /* 300 */ 112, 247, 320, 265, 27, 180, 116, 293, 304, 301, /* 310 */ 300, 297, 298, 299, 305, 306, 312, 313, 314, 311, /* 320 */ 183, 292, 307, 206, 21, 345, 173, 318, 207, 68, /* 330 */ 240, 111, 21, 257, 259, 318, 411, 216, 180, 310, /* 340 */ 180, 341, 180, 278, 281, 355, 308, 220, 120, 128, /* 350 */ 47, 42, 44, 39, 38, 36, 283, 282, 31, 29, /* 360 */ 296, 309, 33, 34, 183, 164, 45, 347, 21, 250, /* 370 */ 141, 194, 334, 180, 26, 24, 166, 304, 301, 300, /* 380 */ 297, 298, 299, 305, 306, 312, 313, 314, 311, 144, /* 390 */ 205, 334, 219, 184, 47, 42, 44, 39, 38, 36, /* 400 */ 283, 282, 31, 29, 296, 309, 33, 34, 183, 170, /* 410 */ 349, 339, 336, 288, 13, 183, 180, 180, 180, 180, /* 420 */ 246, 304, 301, 300, 297, 298, 299, 305, 306, 312, /* 430 */ 313, 314, 311, 180, 157, 353, 142, 231, 47, 42, /* 440 */ 44, 39, 38, 36, 283, 282, 31, 29, 296, 309, /* 450 */ 33, 34, 183, 294, 323, 330, 355, 337, 303, 180, /* 460 */ 180, 180, 40, 180, 137, 304, 301, 300, 297, 298, /* 470 */ 299, 305, 306, 312, 313, 314, 311, 350, 21, 180, /* 480 */ 5, 196, 47, 42, 44, 39, 38, 36, 283, 282, /* 490 */ 31, 29, 296, 309, 33, 34, 183, 201, 189, 344, /* 500 */ 342, 324, 180, 2, 199, 180, 180, 180, 264, 304, /* 510 */ 301, 300, 297, 298, 299, 305, 306, 312, 313, 314, /* 520 */ 311, 21, 104, 45, 175, 191, 47, 42, 44, 39, /* 530 */ 38, 36, 283, 282, 31, 29, 296, 309, 33, 34, /* 540 */ 183, 17, 285, 190, 9, 110, 258, 266, 180, 243, /* 550 */ 30, 326, 145, 304, 301, 300, 297, 298, 299, 305, /* 560 */ 306, 312, 313, 314, 311, 350, 109, 14, 222, 287, /* 570 */ 47, 42, 44, 39, 38, 36, 283, 282, 31, 29, /* 580 */ 296, 309, 33, 34, 183, 190, 256, 317, 91, 302, /* 590 */ 107, 356, 128, 232, 338, 30, 143, 304, 301, 300, /* 600 */ 297, 298, 299, 305, 306, 312, 313, 314, 311, 350, /* 610 */ 41, 343, 92, 140, 47, 42, 44, 39, 38, 36, /* 620 */ 283, 282, 31, 29, 296, 309, 33, 34, 112, 315, /* 630 */ 284, 162, 267, 90, 289, 18, 113, 120, 160, 88, /* 640 */ 233, 304, 301, 300, 297, 298, 299, 305, 306, 312, /* 650 */ 313, 314, 311, 183, 307, 150, 89, 152, 195, 192, /* 660 */ 207, 53, 123, 111, 138, 270, 45, 153, 350, 165, /* 670 */ 334, 310, 164, 6, 214, 278, 281, 350, 308, 273, /* 680 */ 350, 26, 24, 47, 42, 44, 39, 38, 36, 283, /* 690 */ 282, 31, 29, 296, 309, 33, 34, 183, 348, 295, /* 700 */ 86, 40, 94, 230, 209, 297, 297, 297, 297, 263, /* 710 */ 304, 301, 300, 297, 298, 299, 305, 306, 312, 313, /* 720 */ 314, 311, 297, 297, 297, 297, 297, 47, 42, 44, /* 730 */ 39, 38, 36, 283, 282, 31, 29, 296, 309, 33, /* 740 */ 34, 183, 297, 297, 297, 297, 297, 297, 297, 297, /* 750 */ 297, 297, 297, 148, 304, 301, 300, 297, 298, 299, /* 760 */ 305, 306, 312, 313, 314, 311, 350, 297, 297, 297, /* 770 */ 3, 47, 42, 44, 39, 38, 36, 283, 282, 31, /* 780 */ 29, 296, 309, 33, 34, 183, 297, 297, 297, 297, /* 790 */ 297, 297, 297, 297, 297, 297, 297, 134, 304, 301, /* 800 */ 300, 297, 298, 299, 305, 306, 312, 313, 314, 311, /* 810 */ 350, 297, 297, 297, 297, 47, 42, 44, 39, 38, /* 820 */ 36, 283, 282, 31, 29, 296, 309, 33, 34, 183, /* 830 */ 297, 297, 297, 297, 297, 297, 297, 297, 297, 297, /* 840 */ 297, 297, 304, 301, 300, 297, 298, 299, 305, 306, /* 850 */ 312, 313, 314, 311, 297, 319, 297, 297, 297, 47, /* 860 */ 42, 44, 39, 38, 36, 283, 282, 31, 29, 296, /* 870 */ 309, 33, 34, 183, 297, 272, 297, 297, 297, 297, /* 880 */ 297, 297, 297, 297, 297, 297, 304, 301, 300, 297, /* 890 */ 298, 299, 305, 306, 312, 313, 314, 311, 297, 297, /* 900 */ 297, 297, 297, 47, 42, 44, 39, 38, 36, 283, /* 910 */ 282, 31, 29, 296, 309, 33, 34, 97, 297, 297, /* 920 */ 297, 297, 297, 297, 297, 297, 297, 297, 297, 290, /* 930 */ 304, 301, 300, 297, 298, 299, 305, 306, 312, 313, /* 940 */ 314, 311, 130, 4, 149, 115, 169, 297, 297, 211, /* 950 */ 297, 202, 21, 331, 290, 318, 122, 350, 297, 197, /* 960 */ 186, 125, 4, 43, 108, 177, 297, 210, 211, 297, /* 970 */ 202, 348, 297, 290, 297, 122, 132, 23, 197, 186, /* 980 */ 46, 48, 43, 280, 297, 129, 87, 1, 262, 350, /* 990 */ 297, 146, 297, 297, 297, 297, 23, 290, 95, 46, /* 1000 */ 48, 84, 280, 348, 350, 87, 1, 297, 297, 4, /* 1010 */ 290, 115, 177, 297, 135, 211, 297, 202, 348, 163, /* 1020 */ 84, 297, 122, 297, 297, 197, 186, 350, 4, 43, /* 1030 */ 115, 172, 297, 297, 211, 297, 202, 297, 126, 102, /* 1040 */ 297, 122, 297, 23, 197, 186, 46, 48, 43, 280, /* 1050 */ 290, 290, 87, 1, 297, 297, 297, 131, 96, 297, /* 1060 */ 297, 297, 19, 297, 297, 46, 48, 84, 280, 290, /* 1070 */ 290, 87, 1, 297, 297, 4, 297, 117, 85, 297, /* 1080 */ 297, 211, 297, 202, 297, 297, 84, 297, 122, 297, /* 1090 */ 297, 197, 186, 297, 4, 43, 115, 174, 297, 297, /* 1100 */ 211, 297, 202, 297, 297, 297, 297, 122, 297, 19, /* 1110 */ 197, 186, 46, 48, 43, 280, 297, 297, 87, 1, /* 1120 */ 297, 297, 297, 297, 297, 297, 297, 297, 23, 297, /* 1130 */ 297, 46, 48, 84, 280, 297, 297, 87, 1, 297, /* 1140 */ 297, 4, 297, 106, 177, 297, 297, 211, 297, 202, /* 1150 */ 297, 297, 84, 297, 122, 297, 297, 197, 186, 297, /* 1160 */ 4, 43, 115, 177, 297, 297, 211, 297, 202, 297, /* 1170 */ 297, 297, 297, 122, 297, 23, 197, 186, 46, 48, /* 1180 */ 43, 280, 297, 297, 87, 1, 297, 297, 297, 297, /* 1190 */ 297, 297, 297, 297, 19, 297, 297, 46, 48, 84, /* 1200 */ 280, 297, 297, 87, 1, 297, 297, 4, 297, 106, /* 1210 */ 171, 297, 297, 211, 297, 202, 297, 297, 84, 297, /* 1220 */ 122, 297, 297, 197, 178, 297, 4, 43, 106, 177, /* 1230 */ 297, 297, 211, 297, 202, 297, 297, 297, 297, 122, /* 1240 */ 297, 23, 197, 186, 46, 48, 43, 280, 297, 297, /* 1250 */ 87, 1, 297, 297, 297, 297, 297, 297, 297, 297, /* 1260 */ 23, 297, 297, 46, 48, 84, 280, 297, 297, 87, /* 1270 */ 297, 297, 297, 4, 297, 106, 185, 297, 297, 211, /* 1280 */ 297, 202, 136, 297, 84, 297, 122, 164, 297, 197, /* 1290 */ 186, 297, 297, 43, 297, 350, 26, 24, 297, 297, /* 1300 */ 297, 297, 327, 297, 297, 297, 7, 23, 297, 297, /* 1310 */ 46, 48, 211, 280, 202, 133, 87, 307, 297, 122, /* 1320 */ 164, 176, 197, 207, 71, 297, 111, 297, 350, 26, /* 1330 */ 24, 84, 297, 297, 310, 297, 297, 297, 278, 281, /* 1340 */ 297, 308, 297, 297, 297, 297, 297, 297, 297, 297, /* 1350 */ 179, 329, 297, 307, 297, 297, 297, 195, 297, 207, /* 1360 */ 62, 297, 111, 297, 321, 22, 275, 297, 297, 297, /* 1370 */ 310, 297, 297, 297, 278, 281, 297, 308, 297, 297, /* 1380 */ 297, 297, 297, 297, 204, 307, 297, 297, 297, 176, /* 1390 */ 297, 207, 71, 297, 111, 297, 297, 297, 297, 297, /* 1400 */ 297, 297, 310, 297, 307, 297, 278, 281, 195, 308, /* 1410 */ 207, 62, 297, 111, 297, 297, 297, 297, 297, 328, /* 1420 */ 297, 310, 297, 297, 297, 278, 281, 297, 308, 297, /* 1430 */ 297, 297, 297, 297, 297, 193, 297, 307, 297, 297, /* 1440 */ 297, 181, 297, 207, 49, 121, 111, 297, 297, 297, /* 1450 */ 297, 297, 297, 297, 310, 297, 297, 297, 278, 281, /* 1460 */ 297, 308, 307, 297, 297, 297, 195, 297, 207, 62, /* 1470 */ 297, 111, 297, 297, 297, 297, 297, 297, 297, 310, /* 1480 */ 297, 297, 297, 278, 281, 307, 308, 297, 297, 195, /* 1490 */ 297, 207, 62, 213, 111, 297, 297, 297, 297, 297, /* 1500 */ 297, 297, 310, 297, 307, 297, 278, 281, 195, 308, /* 1510 */ 207, 70, 297, 111, 297, 297, 237, 297, 297, 297, /* 1520 */ 297, 310, 297, 307, 297, 278, 281, 195, 308, 207, /* 1530 */ 60, 297, 111, 297, 297, 297, 297, 297, 297, 327, /* 1540 */ 310, 297, 297, 7, 278, 281, 307, 308, 297, 211, /* 1550 */ 195, 202, 207, 73, 297, 111, 122, 297, 297, 197, /* 1560 */ 297, 297, 297, 310, 297, 297, 297, 278, 281, 307, /* 1570 */ 308, 297, 297, 195, 297, 207, 82, 297, 111, 297, /* 1580 */ 297, 297, 297, 297, 297, 297, 310, 297, 307, 297, /* 1590 */ 278, 281, 195, 308, 207, 78, 297, 111, 297, 297, /* 1600 */ 297, 325, 22, 275, 297, 310, 297, 307, 297, 278, /* 1610 */ 281, 195, 308, 207, 79, 297, 111, 297, 297, 297, /* 1620 */ 297, 297, 297, 297, 310, 297, 297, 297, 278, 281, /* 1630 */ 307, 308, 297, 297, 195, 297, 207, 58, 297, 111, /* 1640 */ 297, 297, 297, 297, 297, 297, 297, 310, 297, 297, /* 1650 */ 297, 278, 281, 307, 308, 297, 297, 195, 297, 207, /* 1660 */ 66, 297, 111, 297, 297, 297, 297, 297, 297, 297, /* 1670 */ 310, 297, 307, 297, 278, 281, 195, 308, 207, 64, /* 1680 */ 297, 111, 297, 297, 297, 297, 297, 297, 297, 310, /* 1690 */ 297, 307, 297, 278, 281, 195, 308, 207, 57, 297, /* 1700 */ 111, 297, 297, 297, 297, 297, 297, 297, 310, 297, /* 1710 */ 297, 297, 278, 281, 307, 308, 297, 297, 195, 297, /* 1720 */ 207, 56, 297, 111, 297, 297, 297, 297, 297, 297, /* 1730 */ 297, 310, 297, 297, 297, 278, 281, 307, 308, 297, /* 1740 */ 297, 195, 297, 207, 65, 297, 111, 297, 297, 297, /* 1750 */ 297, 297, 297, 297, 310, 297, 307, 297, 278, 281, /* 1760 */ 195, 308, 207, 81, 297, 111, 297, 297, 297, 297, /* 1770 */ 297, 297, 297, 310, 297, 307, 297, 278, 281, 195, /* 1780 */ 308, 207, 55, 297, 111, 297, 297, 297, 297, 297, /* 1790 */ 297, 297, 310, 297, 297, 297, 278, 281, 307, 308, /* 1800 */ 297, 297, 195, 297, 207, 75, 297, 111, 297, 297, /* 1810 */ 297, 297, 297, 297, 297, 310, 297, 297, 297, 278, /* 1820 */ 281, 307, 308, 297, 297, 195, 297, 182, 59, 297, /* 1830 */ 111, 297, 297, 297, 297, 297, 297, 297, 310, 297, /* 1840 */ 307, 297, 278, 281, 195, 308, 207, 63, 297, 111, /* 1850 */ 297, 297, 297, 297, 297, 297, 297, 310, 297, 307, /* 1860 */ 297, 278, 281, 195, 308, 207, 77, 297, 111, 297, /* 1870 */ 297, 297, 297, 297, 297, 297, 310, 297, 297, 297, /* 1880 */ 278, 281, 307, 308, 297, 297, 195, 297, 207, 54, /* 1890 */ 297, 111, 297, 297, 297, 297, 297, 297, 297, 310, /* 1900 */ 297, 297, 297, 278, 281, 307, 308, 297, 297, 195, /* 1910 */ 297, 207, 69, 297, 111, 297, 297, 297, 297, 297, /* 1920 */ 297, 297, 310, 297, 307, 297, 278, 281, 195, 308, /* 1930 */ 207, 76, 297, 111, 297, 297, 297, 297, 297, 297, /* 1940 */ 297, 310, 297, 307, 297, 278, 281, 195, 308, 207, /* 1950 */ 51, 297, 111, 297, 297, 297, 297, 297, 297, 297, /* 1960 */ 310, 297, 297, 297, 278, 281, 307, 308, 297, 297, /* 1970 */ 195, 297, 207, 80, 297, 111, 297, 297, 297, 297, /* 1980 */ 297, 297, 297, 310, 297, 297, 297, 278, 281, 307, /* 1990 */ 308, 297, 297, 195, 297, 207, 67, 297, 111, 297, /* 2000 */ 297, 297, 297, 297, 297, 297, 310, 297, 307, 297, /* 2010 */ 278, 281, 195, 308, 207, 74, 297, 111, 297, 297, /* 2020 */ 297, 297, 297, 297, 297, 310, 297, 307, 297, 278, /* 2030 */ 281, 195, 308, 207, 72, 297, 111, 297, 297, 297, /* 2040 */ 297, 297, 297, 297, 310, 297, 297, 297, 278, 281, /* 2050 */ 307, 308, 297, 297, 276, 297, 207, 297, 297, 111, /* 2060 */ 297, 297, 297, 297, 297, 297, 297, 277, 297, 297, /* 2070 */ 297, 278, 281, 307, 308, 297, 297, 248, 297, 207, /* 2080 */ 297, 297, 111, 297, 297, 297, 297, 297, 297, 297, /* 2090 */ 249, 297, 307, 297, 278, 281, 212, 308, 207, 297, /* 2100 */ 297, 111, 297, 297, 297, 297, 297, 297, 297, 221, /* 2110 */ 297, 307, 297, 278, 281, 252, 308, 207, 297, 297, /* 2120 */ 111, 297, 307, 297, 297, 297, 354, 297, 207, 297, /* 2130 */ 297, 111, 278, 281, 297, 308, 297, 297, 297, 297, /* 2140 */ 297, 297, 297, 278, 281, 307, 308, 297, 297, 269, /* 2150 */ 297, 207, 307, 297, 111, 297, 340, 297, 207, 297, /* 2160 */ 297, 111, 297, 297, 297, 297, 278, 281, 297, 308, /* 2170 */ 297, 297, 297, 278, 281, 307, 308, 297, 297, 242, /* 2180 */ 297, 207, 297, 297, 111, 297, 297, 297, 297, 307, /* 2190 */ 297, 297, 297, 279, 297, 207, 278, 281, 111, 308, /* 2200 */ 307, 297, 297, 297, 346, 297, 207, 297, 297, 111, /* 2210 */ 278, 281, 297, 308, 297, 297, 297, 297, 297, 297, /* 2220 */ 297, 278, 281, 297, 308, ); static public $yy_lookahead = array( /* 0 */ 1, 27, 105, 106, 3, 4, 5, 6, 7, 8, /* 10 */ 9, 2, 13, 12, 76, 77, 78, 46, 19, 18, /* 20 */ 46, 20, 51, 104, 53, 16, 25, 53, 57, 28, /* 30 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, /* 40 */ 41, 42, 43, 44, 4, 5, 6, 14, 15, 9, /* 50 */ 10, 11, 74, 75, 76, 77, 78, 58, 59, 60, /* 60 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 1, /* 70 */ 1, 12, 77, 47, 15, 16, 81, 83, 83, 84, /* 80 */ 86, 86, 13, 46, 89, 77, 17, 19, 19, 94, /* 90 */ 53, 13, 24, 98, 99, 101, 101, 19, 27, 31, /* 100 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, /* 110 */ 42, 43, 44, 54, 12, 46, 45, 15, 16, 13, /* 120 */ 112, 113, 53, 45, 22, 19, 58, 59, 60, 61, /* 130 */ 62, 63, 64, 65, 66, 67, 68, 69, 1, 13, /* 140 */ 77, 92, 1, 23, 81, 19, 83, 84, 85, 86, /* 150 */ 13, 47, 46, 104, 13, 16, 19, 94, 17, 53, /* 160 */ 19, 98, 99, 12, 101, 26, 15, 16, 31, 32, /* 170 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, /* 180 */ 43, 44, 1, 13, 21, 46, 14, 15, 103, 19, /* 190 */ 105, 106, 53, 30, 13, 58, 59, 60, 61, 62, /* 200 */ 63, 64, 65, 66, 67, 68, 69, 12, 13, 30, /* 210 */ 15, 14, 31, 32, 33, 34, 35, 36, 37, 38, /* 220 */ 39, 40, 41, 42, 43, 44, 12, 55, 13, 15, /* 230 */ 12, 13, 12, 15, 19, 19, 57, 22, 17, 58, /* 240 */ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, /* 250 */ 69, 1, 77, 22, 12, 55, 81, 15, 83, 84, /* 260 */ 85, 86, 82, 16, 17, 82, 46, 87, 54, 94, /* 270 */ 87, 21, 51, 98, 99, 95, 101, 56, 95, 96, /* 280 */ 97, 31, 32, 33, 34, 35, 36, 37, 38, 39, /* 290 */ 40, 41, 42, 43, 44, 12, 54, 14, 15, 13, /* 300 */ 53, 78, 71, 80, 12, 19, 14, 15, 58, 59, /* 310 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, /* 320 */ 1, 29, 77, 15, 12, 15, 81, 15, 83, 84, /* 330 */ 85, 86, 12, 13, 13, 15, 13, 29, 19, 94, /* 340 */ 19, 100, 19, 98, 99, 22, 101, 27, 107, 17, /* 350 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, /* 360 */ 41, 42, 43, 44, 1, 87, 45, 13, 12, 47, /* 370 */ 102, 15, 104, 19, 96, 97, 13, 58, 59, 60, /* 380 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 102, /* 390 */ 26, 104, 89, 90, 31, 32, 33, 34, 35, 36, /* 400 */ 37, 38, 39, 40, 41, 42, 43, 44, 1, 51, /* 410 */ 13, 13, 13, 13, 56, 1, 19, 19, 19, 19, /* 420 */ 13, 58, 59, 60, 61, 62, 63, 64, 65, 66, /* 430 */ 67, 68, 69, 19, 105, 106, 102, 107, 31, 32, /* 440 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, /* 450 */ 43, 44, 1, 13, 13, 13, 22, 13, 15, 19, /* 460 */ 19, 19, 2, 19, 82, 58, 59, 60, 61, 62, /* 470 */ 63, 64, 65, 66, 67, 68, 69, 95, 12, 19, /* 480 */ 16, 15, 31, 32, 33, 34, 35, 36, 37, 38, /* 490 */ 39, 40, 41, 42, 43, 44, 1, 54, 47, 13, /* 500 */ 13, 13, 19, 46, 15, 19, 19, 19, 13, 58, /* 510 */ 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, /* 520 */ 69, 12, 14, 45, 15, 15, 31, 32, 33, 34, /* 530 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, /* 540 */ 1, 2, 13, 51, 46, 14, 13, 57, 19, 13, /* 550 */ 16, 77, 82, 58, 59, 60, 61, 62, 63, 64, /* 560 */ 65, 66, 67, 68, 69, 95, 14, 48, 26, 15, /* 570 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, /* 580 */ 41, 42, 43, 44, 1, 51, 95, 113, 88, 15, /* 590 */ 14, 13, 17, 55, 29, 16, 82, 58, 59, 60, /* 600 */ 61, 62, 63, 64, 65, 66, 67, 68, 69, 95, /* 610 */ 19, 15, 88, 102, 31, 32, 33, 34, 35, 36, /* 620 */ 37, 38, 39, 40, 41, 42, 43, 44, 53, 103, /* 630 */ 100, 15, 89, 88, 13, 91, 14, 107, 88, 102, /* 640 */ 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, /* 650 */ 67, 68, 69, 1, 77, 82, 15, 102, 81, 93, /* 660 */ 83, 84, 85, 86, 82, 13, 45, 82, 95, 87, /* 670 */ 104, 94, 87, 19, 2, 98, 99, 95, 101, 19, /* 680 */ 95, 96, 97, 31, 32, 33, 34, 35, 36, 37, /* 690 */ 38, 39, 40, 41, 42, 43, 44, 1, 109, 106, /* 700 */ 15, 2, 79, 10, 91, 114, 114, 114, 114, 13, /* 710 */ 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, /* 720 */ 68, 69, 114, 114, 114, 114, 114, 31, 32, 33, /* 730 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, /* 740 */ 44, 1, 114, 114, 114, 114, 114, 114, 114, 114, /* 750 */ 114, 114, 114, 82, 58, 59, 60, 61, 62, 63, /* 760 */ 64, 65, 66, 67, 68, 69, 95, 114, 114, 114, /* 770 */ 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, /* 780 */ 40, 41, 42, 43, 44, 1, 114, 114, 114, 114, /* 790 */ 114, 114, 114, 114, 114, 114, 114, 82, 58, 59, /* 800 */ 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, /* 810 */ 95, 114, 114, 114, 114, 31, 32, 33, 34, 35, /* 820 */ 36, 37, 38, 39, 40, 41, 42, 43, 44, 1, /* 830 */ 114, 114, 114, 114, 114, 114, 114, 114, 114, 114, /* 840 */ 114, 114, 58, 59, 60, 61, 62, 63, 64, 65, /* 850 */ 66, 67, 68, 69, 114, 71, 114, 114, 114, 31, /* 860 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, /* 870 */ 42, 43, 44, 1, 114, 47, 114, 114, 114, 114, /* 880 */ 114, 114, 114, 114, 114, 114, 58, 59, 60, 61, /* 890 */ 62, 63, 64, 65, 66, 67, 68, 69, 114, 114, /* 900 */ 114, 114, 114, 31, 32, 33, 34, 35, 36, 37, /* 910 */ 38, 39, 40, 41, 42, 43, 44, 92, 114, 114, /* 920 */ 114, 114, 114, 114, 114, 114, 114, 114, 114, 104, /* 930 */ 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, /* 940 */ 68, 69, 92, 12, 82, 14, 15, 114, 114, 18, /* 950 */ 114, 20, 12, 13, 104, 15, 25, 95, 114, 28, /* 960 */ 29, 92, 12, 32, 14, 15, 114, 27, 18, 114, /* 970 */ 20, 109, 114, 104, 114, 25, 82, 46, 28, 29, /* 980 */ 49, 50, 32, 52, 114, 92, 55, 56, 57, 95, /* 990 */ 114, 82, 114, 114, 114, 114, 46, 104, 92, 49, /* 1000 */ 50, 70, 52, 109, 95, 55, 56, 114, 114, 12, /* 1010 */ 104, 14, 15, 114, 82, 18, 114, 20, 109, 87, /* 1020 */ 70, 114, 25, 114, 114, 28, 29, 95, 12, 32, /* 1030 */ 14, 15, 114, 114, 18, 114, 20, 114, 92, 92, /* 1040 */ 114, 25, 114, 46, 28, 29, 49, 50, 32, 52, /* 1050 */ 104, 104, 55, 56, 114, 114, 114, 92, 92, 114, /* 1060 */ 114, 114, 46, 114, 114, 49, 50, 70, 52, 104, /* 1070 */ 104, 55, 56, 114, 114, 12, 114, 14, 15, 114, /* 1080 */ 114, 18, 114, 20, 114, 114, 70, 114, 25, 114, /* 1090 */ 114, 28, 29, 114, 12, 32, 14, 15, 114, 114, /* 1100 */ 18, 114, 20, 114, 114, 114, 114, 25, 114, 46, /* 1110 */ 28, 29, 49, 50, 32, 52, 114, 114, 55, 56, /* 1120 */ 114, 114, 114, 114, 114, 114, 114, 114, 46, 114, /* 1130 */ 114, 49, 50, 70, 52, 114, 114, 55, 56, 114, /* 1140 */ 114, 12, 114, 14, 15, 114, 114, 18, 114, 20, /* 1150 */ 114, 114, 70, 114, 25, 114, 114, 28, 29, 114, /* 1160 */ 12, 32, 14, 15, 114, 114, 18, 114, 20, 114, /* 1170 */ 114, 114, 114, 25, 114, 46, 28, 29, 49, 50, /* 1180 */ 32, 52, 114, 114, 55, 56, 114, 114, 114, 114, /* 1190 */ 114, 114, 114, 114, 46, 114, 114, 49, 50, 70, /* 1200 */ 52, 114, 114, 55, 56, 114, 114, 12, 114, 14, /* 1210 */ 15, 114, 114, 18, 114, 20, 114, 114, 70, 114, /* 1220 */ 25, 114, 114, 28, 29, 114, 12, 32, 14, 15, /* 1230 */ 114, 114, 18, 114, 20, 114, 114, 114, 114, 25, /* 1240 */ 114, 46, 28, 29, 49, 50, 32, 52, 114, 114, /* 1250 */ 55, 56, 114, 114, 114, 114, 114, 114, 114, 114, /* 1260 */ 46, 114, 114, 49, 50, 70, 52, 114, 114, 55, /* 1270 */ 114, 114, 114, 12, 114, 14, 15, 114, 114, 18, /* 1280 */ 114, 20, 82, 114, 70, 114, 25, 87, 114, 28, /* 1290 */ 29, 114, 114, 32, 114, 95, 96, 97, 114, 114, /* 1300 */ 114, 114, 8, 114, 114, 114, 12, 46, 114, 114, /* 1310 */ 49, 50, 18, 52, 20, 82, 55, 77, 114, 25, /* 1320 */ 87, 81, 28, 83, 84, 114, 86, 114, 95, 96, /* 1330 */ 97, 70, 114, 114, 94, 114, 114, 114, 98, 99, /* 1340 */ 114, 101, 114, 114, 114, 114, 114, 114, 114, 114, /* 1350 */ 110, 111, 114, 77, 114, 114, 114, 81, 114, 83, /* 1360 */ 84, 114, 86, 114, 70, 71, 72, 114, 114, 114, /* 1370 */ 94, 114, 114, 114, 98, 99, 114, 101, 114, 114, /* 1380 */ 114, 114, 114, 114, 108, 77, 114, 114, 114, 81, /* 1390 */ 114, 83, 84, 114, 86, 114, 114, 114, 114, 114, /* 1400 */ 114, 114, 94, 114, 77, 114, 98, 99, 81, 101, /* 1410 */ 83, 84, 114, 86, 114, 114, 114, 114, 114, 111, /* 1420 */ 114, 94, 114, 114, 114, 98, 99, 114, 101, 114, /* 1430 */ 114, 114, 114, 114, 114, 108, 114, 77, 114, 114, /* 1440 */ 114, 81, 114, 83, 84, 85, 86, 114, 114, 114, /* 1450 */ 114, 114, 114, 114, 94, 114, 114, 114, 98, 99, /* 1460 */ 114, 101, 77, 114, 114, 114, 81, 114, 83, 84, /* 1470 */ 114, 86, 114, 114, 114, 114, 114, 114, 114, 94, /* 1480 */ 114, 114, 114, 98, 99, 77, 101, 114, 114, 81, /* 1490 */ 114, 83, 84, 108, 86, 114, 114, 114, 114, 114, /* 1500 */ 114, 114, 94, 114, 77, 114, 98, 99, 81, 101, /* 1510 */ 83, 84, 114, 86, 114, 114, 108, 114, 114, 114, /* 1520 */ 114, 94, 114, 77, 114, 98, 99, 81, 101, 83, /* 1530 */ 84, 114, 86, 114, 114, 114, 114, 114, 114, 8, /* 1540 */ 94, 114, 114, 12, 98, 99, 77, 101, 114, 18, /* 1550 */ 81, 20, 83, 84, 114, 86, 25, 114, 114, 28, /* 1560 */ 114, 114, 114, 94, 114, 114, 114, 98, 99, 77, /* 1570 */ 101, 114, 114, 81, 114, 83, 84, 114, 86, 114, /* 1580 */ 114, 114, 114, 114, 114, 114, 94, 114, 77, 114, /* 1590 */ 98, 99, 81, 101, 83, 84, 114, 86, 114, 114, /* 1600 */ 114, 70, 71, 72, 114, 94, 114, 77, 114, 98, /* 1610 */ 99, 81, 101, 83, 84, 114, 86, 114, 114, 114, /* 1620 */ 114, 114, 114, 114, 94, 114, 114, 114, 98, 99, /* 1630 */ 77, 101, 114, 114, 81, 114, 83, 84, 114, 86, /* 1640 */ 114, 114, 114, 114, 114, 114, 114, 94, 114, 114, /* 1650 */ 114, 98, 99, 77, 101, 114, 114, 81, 114, 83, /* 1660 */ 84, 114, 86, 114, 114, 114, 114, 114, 114, 114, /* 1670 */ 94, 114, 77, 114, 98, 99, 81, 101, 83, 84, /* 1680 */ 114, 86, 114, 114, 114, 114, 114, 114, 114, 94, /* 1690 */ 114, 77, 114, 98, 99, 81, 101, 83, 84, 114, /* 1700 */ 86, 114, 114, 114, 114, 114, 114, 114, 94, 114, /* 1710 */ 114, 114, 98, 99, 77, 101, 114, 114, 81, 114, /* 1720 */ 83, 84, 114, 86, 114, 114, 114, 114, 114, 114, /* 1730 */ 114, 94, 114, 114, 114, 98, 99, 77, 101, 114, /* 1740 */ 114, 81, 114, 83, 84, 114, 86, 114, 114, 114, /* 1750 */ 114, 114, 114, 114, 94, 114, 77, 114, 98, 99, /* 1760 */ 81, 101, 83, 84, 114, 86, 114, 114, 114, 114, /* 1770 */ 114, 114, 114, 94, 114, 77, 114, 98, 99, 81, /* 1780 */ 101, 83, 84, 114, 86, 114, 114, 114, 114, 114, /* 1790 */ 114, 114, 94, 114, 114, 114, 98, 99, 77, 101, /* 1800 */ 114, 114, 81, 114, 83, 84, 114, 86, 114, 114, /* 1810 */ 114, 114, 114, 114, 114, 94, 114, 114, 114, 98, /* 1820 */ 99, 77, 101, 114, 114, 81, 114, 83, 84, 114, /* 1830 */ 86, 114, 114, 114, 114, 114, 114, 114, 94, 114, /* 1840 */ 77, 114, 98, 99, 81, 101, 83, 84, 114, 86, /* 1850 */ 114, 114, 114, 114, 114, 114, 114, 94, 114, 77, /* 1860 */ 114, 98, 99, 81, 101, 83, 84, 114, 86, 114, /* 1870 */ 114, 114, 114, 114, 114, 114, 94, 114, 114, 114, /* 1880 */ 98, 99, 77, 101, 114, 114, 81, 114, 83, 84, /* 1890 */ 114, 86, 114, 114, 114, 114, 114, 114, 114, 94, /* 1900 */ 114, 114, 114, 98, 99, 77, 101, 114, 114, 81, /* 1910 */ 114, 83, 84, 114, 86, 114, 114, 114, 114, 114, /* 1920 */ 114, 114, 94, 114, 77, 114, 98, 99, 81, 101, /* 1930 */ 83, 84, 114, 86, 114, 114, 114, 114, 114, 114, /* 1940 */ 114, 94, 114, 77, 114, 98, 99, 81, 101, 83, /* 1950 */ 84, 114, 86, 114, 114, 114, 114, 114, 114, 114, /* 1960 */ 94, 114, 114, 114, 98, 99, 77, 101, 114, 114, /* 1970 */ 81, 114, 83, 84, 114, 86, 114, 114, 114, 114, /* 1980 */ 114, 114, 114, 94, 114, 114, 114, 98, 99, 77, /* 1990 */ 101, 114, 114, 81, 114, 83, 84, 114, 86, 114, /* 2000 */ 114, 114, 114, 114, 114, 114, 94, 114, 77, 114, /* 2010 */ 98, 99, 81, 101, 83, 84, 114, 86, 114, 114, /* 2020 */ 114, 114, 114, 114, 114, 94, 114, 77, 114, 98, /* 2030 */ 99, 81, 101, 83, 84, 114, 86, 114, 114, 114, /* 2040 */ 114, 114, 114, 114, 94, 114, 114, 114, 98, 99, /* 2050 */ 77, 101, 114, 114, 81, 114, 83, 114, 114, 86, /* 2060 */ 114, 114, 114, 114, 114, 114, 114, 94, 114, 114, /* 2070 */ 114, 98, 99, 77, 101, 114, 114, 81, 114, 83, /* 2080 */ 114, 114, 86, 114, 114, 114, 114, 114, 114, 114, /* 2090 */ 94, 114, 77, 114, 98, 99, 81, 101, 83, 114, /* 2100 */ 114, 86, 114, 114, 114, 114, 114, 114, 114, 94, /* 2110 */ 114, 77, 114, 98, 99, 81, 101, 83, 114, 114, /* 2120 */ 86, 114, 77, 114, 114, 114, 81, 114, 83, 114, /* 2130 */ 114, 86, 98, 99, 114, 101, 114, 114, 114, 114, /* 2140 */ 114, 114, 114, 98, 99, 77, 101, 114, 114, 81, /* 2150 */ 114, 83, 77, 114, 86, 114, 81, 114, 83, 114, /* 2160 */ 114, 86, 114, 114, 114, 114, 98, 99, 114, 101, /* 2170 */ 114, 114, 114, 98, 99, 77, 101, 114, 114, 81, /* 2180 */ 114, 83, 114, 114, 86, 114, 114, 114, 114, 77, /* 2190 */ 114, 114, 114, 81, 114, 83, 98, 99, 86, 101, /* 2200 */ 77, 114, 114, 114, 81, 114, 83, 114, 114, 86, /* 2210 */ 98, 99, 114, 101, 114, 114, 114, 114, 114, 114, /* 2220 */ 114, 98, 99, 114, 101, ); const YY_SHIFT_USE_DFLT = -30; const YY_SHIFT_MAX = 223; static public $yy_shift_ofst = array( /* 0 */ 1, 1082, 997, 997, 1063, 1016, 950, 1063, 1082, 997, /* 10 */ 1148, 1148, 997, 931, 997, 997, 997, 997, 997, 997, /* 20 */ 997, 997, 997, 997, 997, 997, 997, 997, 997, 997, /* 30 */ 997, 997, 997, 997, 997, 997, 997, 997, 997, 1129, /* 40 */ 1129, 1195, 1214, 1214, 1214, 1261, 1214, 1214, 1214, -1, /* 50 */ 137, 68, 319, 319, 407, 250, 181, 363, 451, 784, /* 60 */ 828, 696, 740, 652, 583, 495, 539, 872, 872, 872, /* 70 */ 872, 872, 872, 872, 872, 872, 872, 872, 872, 872, /* 80 */ 872, 872, 872, 1, 1531, 69, 141, 172, 221, 414, /* 90 */ 460, 460, 460, 1294, 40, 59, 102, 214, 323, 247, /* 100 */ 321, 215, 312, 312, 312, 33, 312, 312, 356, 312, /* 110 */ 312, 575, 33, 312, 466, 356, 312, 509, 332, 576, /* 120 */ 332, 483, 591, 483, 483, 320, 940, 218, 283, 195, /* 130 */ 151, 242, 399, 398, 170, 126, 286, 354, 397, 220, /* 140 */ 358, 358, 358, 442, 358, 400, 444, 486, 529, 488, /* 150 */ 487, 441, 358, 440, 576, 332, 332, 332, 660, 693, /* 160 */ 699, 660, 457, -30, -30, -30, -30, -30, -30, -29, /* 170 */ 292, 139, 106, 78, -26, 9, 71, 37, 534, 179, /* 180 */ 308, 621, 231, 443, 163, 37, 492, 510, 498, 519, /* 190 */ 565, 533, 578, 322, 672, 478, 457, 685, 489, 490, /* 200 */ 538, 574, 216, 200, 104, 197, 464, 434, 641, 622, /* 210 */ 508, 654, 364, 26, 310, 554, 579, 616, 536, 120, /* 220 */ 552, 542, 531, 596, ); const YY_REDUCE_USE_DFLT = -104; const YY_REDUCE_MAX = 168; static public $yy_reduce_ofst = array( /* 0 */ -22, 1240, 1276, 1408, 63, 245, -5, 175, 1308, 1327, /* 10 */ 1360, 577, 1385, 1595, 1576, 1614, 1637, 1721, 1698, 1553, /* 20 */ 1679, 1660, 1744, 1446, 1427, 1469, 1511, 1763, 1530, 1492, /* 30 */ 1931, 1950, 1866, 1912, 1828, 1805, 1847, 1889, 1782, 1973, /* 40 */ 1996, 2015, 2068, 2045, 2112, 2034, 2123, 2098, 2075, 183, /* 50 */ 585, 1200, 585, 1233, 278, 278, 278, 278, 278, 278, /* 60 */ 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, /* 70 */ 278, 278, 278, 278, 278, 278, 278, 278, 278, 278, /* 80 */ 278, 278, 278, -62, 8, 932, 180, -6, 85, 582, /* 90 */ 862, 909, 894, 474, 223, 268, 566, 268, 671, 329, /* 100 */ 715, 671, 287, 946, 49, 241, 825, 850, 906, 893, /* 110 */ 869, 329, 530, 966, 947, 825, 965, 825, 329, 303, /* 120 */ -103, 573, 514, 382, 470, -81, -81, -81, 330, -81, /* 130 */ -81, -81, 491, 491, 491, 491, 491, 491, 491, 511, /* 140 */ 526, 526, 526, 491, 526, 491, 491, 491, 491, 491, /* 150 */ 491, 491, 526, 491, 543, 593, 593, 593, 613, 623, /* 160 */ 589, 544, 537, 545, 550, 524, 555, 500, 334, ); static public $yyExpectedTokens = array( /* 0 */ array(3, 4, 5, 6, 7, 8, 9, 12, 18, 20, 25, 28, ), /* 1 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 2 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 3 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 4 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 5 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 6 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 7 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 8 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 9 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 10 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 11 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 12 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 13 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 57, 70, ), /* 14 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 15 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 16 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 17 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 18 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 19 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 20 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 21 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 22 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 23 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 24 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 25 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 26 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 27 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 28 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 29 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 30 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 31 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 32 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 33 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 34 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 35 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 36 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 37 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 38 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 39 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 40 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 41 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 56, 70, ), /* 42 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 43 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 44 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 45 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 46 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 47 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 48 */ array(12, 14, 15, 18, 20, 25, 28, 29, 32, 46, 49, 50, 52, 55, 70, ), /* 49 */ array(1, 13, 19, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 50 */ array(1, 13, 19, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 51 */ array(1, 19, 24, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 52 */ array(1, 19, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 53 */ array(1, 19, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 54 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 55 */ array(1, 21, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 56 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 57 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 58 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 59 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, ), /* 60 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 47, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 61 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 62 */ array(1, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 63 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 64 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 65 */ array(1, 13, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 66 */ array(1, 2, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 67 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 68 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 69 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 70 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 71 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 72 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 73 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 74 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 75 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 76 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 77 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 78 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 79 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 80 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 81 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 82 */ array(1, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, ), /* 83 */ array(3, 4, 5, 6, 7, 8, 9, 12, 18, 20, 25, 28, ), /* 84 */ array(8, 12, 18, 20, 25, 28, 70, 71, 72, ), /* 85 */ array(1, 13, 17, 19, 46, 53, ), /* 86 */ array(1, 13, 17, 19, ), /* 87 */ array(14, 15, 55, ), /* 88 */ array(17, 51, 56, ), /* 89 */ array(1, 19, ), /* 90 */ array(2, 19, ), /* 91 */ array(2, 19, ), /* 92 */ array(2, 19, ), /* 93 */ array(8, 12, 18, 20, 25, 28, 70, 71, 72, ), /* 94 */ array(4, 5, 6, 9, 10, 11, ), /* 95 */ array(12, 15, 16, 54, ), /* 96 */ array(12, 15, 16, 22, ), /* 97 */ array(12, 15, 54, ), /* 98 */ array(13, 19, 22, ), /* 99 */ array(16, 17, 53, ), /* 100 */ array(13, 19, 45, ), /* 101 */ array(13, 19, 22, ), /* 102 */ array(12, 15, ), /* 103 */ array(12, 15, ), /* 104 */ array(12, 15, ), /* 105 */ array(14, 15, ), /* 106 */ array(12, 15, ), /* 107 */ array(12, 15, ), /* 108 */ array(12, 15, ), /* 109 */ array(12, 15, ), /* 110 */ array(12, 15, ), /* 111 */ array(17, 53, ), /* 112 */ array(14, 15, ), /* 113 */ array(12, 15, ), /* 114 */ array(12, 15, ), /* 115 */ array(12, 15, ), /* 116 */ array(12, 15, ), /* 117 */ array(12, 15, ), /* 118 */ array(17, ), /* 119 */ array(14, ), /* 120 */ array(17, ), /* 121 */ array(19, ), /* 122 */ array(19, ), /* 123 */ array(19, ), /* 124 */ array(19, ), /* 125 */ array(12, 13, 15, 27, ), /* 126 */ array(12, 13, 15, 27, ), /* 127 */ array(12, 13, 15, ), /* 128 */ array(12, 14, 15, ), /* 129 */ array(12, 13, 15, ), /* 130 */ array(12, 15, 16, ), /* 131 */ array(12, 15, 54, ), /* 132 */ array(13, 19, ), /* 133 */ array(13, 19, ), /* 134 */ array(13, 19, ), /* 135 */ array(13, 19, ), /* 136 */ array(13, 19, ), /* 137 */ array(13, 19, ), /* 138 */ array(13, 19, ), /* 139 */ array(12, 46, ), /* 140 */ array(51, 56, ), /* 141 */ array(51, 56, ), /* 142 */ array(51, 56, ), /* 143 */ array(13, 19, ), /* 144 */ array(51, 56, ), /* 145 */ array(13, 19, ), /* 146 */ array(13, 19, ), /* 147 */ array(13, 19, ), /* 148 */ array(13, 19, ), /* 149 */ array(13, 19, ), /* 150 */ array(13, 19, ), /* 151 */ array(13, 19, ), /* 152 */ array(51, 56, ), /* 153 */ array(13, 19, ), /* 154 */ array(14, ), /* 155 */ array(17, ), /* 156 */ array(17, ), /* 157 */ array(17, ), /* 158 */ array(19, ), /* 159 */ array(10, ), /* 160 */ array(2, ), /* 161 */ array(19, ), /* 162 */ array(46, ), /* 163 */ array(), /* 164 */ array(), /* 165 */ array(), /* 166 */ array(), /* 167 */ array(), /* 168 */ array(), /* 169 */ array(46, 51, 53, 57, ), /* 170 */ array(12, 14, 15, 29, ), /* 171 */ array(16, 26, 46, 53, ), /* 172 */ array(13, 19, 46, 53, ), /* 173 */ array(13, 19, 45, ), /* 174 */ array(27, 46, 53, ), /* 175 */ array(2, 16, ), /* 176 */ array(27, 45, ), /* 177 */ array(46, 53, ), /* 178 */ array(16, 51, ), /* 179 */ array(30, 57, ), /* 180 */ array(15, 29, ), /* 181 */ array(13, 45, ), /* 182 */ array(22, 71, ), /* 183 */ array(15, 54, ), /* 184 */ array(21, 30, ), /* 185 */ array(46, 53, ), /* 186 */ array(51, ), /* 187 */ array(15, ), /* 188 */ array(46, ), /* 189 */ array(48, ), /* 190 */ array(29, ), /* 191 */ array(13, ), /* 192 */ array(13, ), /* 193 */ array(47, ), /* 194 */ array(2, ), /* 195 */ array(45, ), /* 196 */ array(46, ), /* 197 */ array(15, ), /* 198 */ array(15, ), /* 199 */ array(57, ), /* 200 */ array(55, ), /* 201 */ array(15, ), /* 202 */ array(19, ), /* 203 */ array(55, ), /* 204 */ array(47, ), /* 205 */ array(14, ), /* 206 */ array(16, ), /* 207 */ array(22, ), /* 208 */ array(15, ), /* 209 */ array(14, ), /* 210 */ array(14, ), /* 211 */ array(19, ), /* 212 */ array(26, ), /* 213 */ array(47, ), /* 214 */ array(15, ), /* 215 */ array(15, ), /* 216 */ array(16, ), /* 217 */ array(15, ), /* 218 */ array(13, ), /* 219 */ array(23, ), /* 220 */ array(14, ), /* 221 */ array(26, ), /* 222 */ array(14, ), /* 223 */ array(15, ), /* 224 */ array(), /* 225 */ array(), /* 226 */ array(), /* 227 */ array(), /* 228 */ array(), /* 229 */ array(), /* 230 */ array(), /* 231 */ array(), /* 232 */ array(), /* 233 */ array(), /* 234 */ array(), /* 235 */ array(), /* 236 */ array(), /* 237 */ array(), /* 238 */ array(), /* 239 */ array(), /* 240 */ array(), /* 241 */ array(), /* 242 */ array(), /* 243 */ array(), /* 244 */ array(), /* 245 */ array(), /* 246 */ array(), /* 247 */ array(), /* 248 */ array(), /* 249 */ array(), /* 250 */ array(), /* 251 */ array(), /* 252 */ array(), /* 253 */ array(), /* 254 */ array(), /* 255 */ array(), /* 256 */ array(), /* 257 */ array(), /* 258 */ array(), /* 259 */ array(), /* 260 */ array(), /* 261 */ array(), /* 262 */ array(), /* 263 */ array(), /* 264 */ array(), /* 265 */ array(), /* 266 */ array(), /* 267 */ array(), /* 268 */ array(), /* 269 */ array(), /* 270 */ array(), /* 271 */ array(), /* 272 */ array(), /* 273 */ array(), /* 274 */ array(), /* 275 */ array(), /* 276 */ array(), /* 277 */ array(), /* 278 */ array(), /* 279 */ array(), /* 280 */ array(), /* 281 */ array(), /* 282 */ array(), /* 283 */ array(), /* 284 */ array(), /* 285 */ array(), /* 286 */ array(), /* 287 */ array(), /* 288 */ array(), /* 289 */ array(), /* 290 */ array(), /* 291 */ array(), /* 292 */ array(), /* 293 */ array(), /* 294 */ array(), /* 295 */ array(), /* 296 */ array(), /* 297 */ array(), /* 298 */ array(), /* 299 */ array(), /* 300 */ array(), /* 301 */ array(), /* 302 */ array(), /* 303 */ array(), /* 304 */ array(), /* 305 */ array(), /* 306 */ array(), /* 307 */ array(), /* 308 */ 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(), /* 323 */ array(), /* 324 */ array(), /* 325 */ array(), /* 326 */ array(), /* 327 */ array(), /* 328 */ array(), /* 329 */ array(), /* 330 */ array(), /* 331 */ array(), /* 332 */ array(), /* 333 */ array(), /* 334 */ array(), /* 335 */ array(), /* 336 */ array(), /* 337 */ array(), /* 338 */ array(), /* 339 */ array(), /* 340 */ array(), /* 341 */ array(), /* 342 */ array(), /* 343 */ array(), /* 344 */ array(), /* 345 */ array(), /* 346 */ array(), /* 347 */ array(), /* 348 */ array(), /* 349 */ array(), /* 350 */ array(), /* 351 */ array(), /* 352 */ array(), /* 353 */ array(), /* 354 */ array(), /* 355 */ array(), /* 356 */ array(), ); static public $yy_default = array( /* 0 */ 538, 521, 494, 494, 538, 538, 538, 538, 538, 494, /* 10 */ 538, 538, 494, 538, 538, 538, 538, 538, 538, 538, /* 20 */ 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, /* 30 */ 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, /* 40 */ 538, 538, 538, 538, 538, 538, 538, 538, 538, 538, /* 50 */ 538, 411, 411, 411, 538, 538, 538, 538, 538, 538, /* 60 */ 538, 538, 493, 538, 538, 538, 538, 440, 413, 441, /* 70 */ 431, 524, 436, 396, 417, 444, 433, 432, 428, 522, /* 80 */ 420, 523, 437, 357, 538, 452, 538, 538, 500, 411, /* 90 */ 411, 411, 411, 538, 538, 467, 538, 467, 445, 460, /* 100 */ 421, 445, 467, 538, 538, 538, 538, 538, 538, 538, /* 110 */ 538, 460, 538, 538, 538, 538, 538, 538, 460, 538, /* 120 */ 497, 411, 411, 411, 411, 538, 538, 538, 538, 538, /* 130 */ 538, 468, 538, 538, 538, 538, 538, 538, 538, 467, /* 140 */ 484, 465, 487, 538, 485, 538, 538, 538, 538, 538, /* 150 */ 538, 538, 486, 538, 538, 498, 501, 481, 537, 371, /* 160 */ 427, 537, 467, 503, 503, 503, 467, 503, 467, 452, /* 170 */ 538, 416, 452, 421, 452, 479, 421, 452, 450, 538, /* 180 */ 538, 421, 445, 538, 538, 442, 450, 538, 499, 454, /* 190 */ 538, 538, 538, 538, 479, 421, 479, 538, 538, 538, /* 200 */ 538, 538, 538, 538, 538, 538, 416, 445, 538, 538, /* 210 */ 538, 538, 538, 538, 538, 538, 538, 538, 538, 418, /* 220 */ 538, 538, 538, 538, 364, 398, 365, 463, 367, 473, /* 230 */ 368, 488, 464, 475, 366, 363, 360, 492, 359, 358, /* 240 */ 415, 491, 423, 394, 362, 361, 399, 372, 504, 505, /* 250 */ 490, 375, 443, 404, 376, 378, 409, 403, 408, 377, /* 260 */ 489, 374, 476, 393, 480, 370, 474, 419, 373, 424, /* 270 */ 472, 397, 454, 536, 369, 531, 430, 429, 453, 425, /* 280 */ 455, 456, 435, 434, 458, 379, 532, 469, 381, 382, /* 290 */ 477, 533, 471, 470, 380, 483, 438, 509, 510, 511, /* 300 */ 508, 507, 495, 496, 506, 512, 513, 459, 462, 439, /* 310 */ 426, 517, 514, 515, 516, 466, 383, 527, 479, 530, /* 320 */ 529, 526, 405, 406, 391, 525, 534, 535, 520, 519, /* 330 */ 400, 401, 518, 528, 478, 402, 392, 407, 451, 386, /* 340 */ 448, 457, 385, 461, 384, 422, 447, 387, 502, 390, /* 350 */ 410, 389, 388, 482, 446, 449, 395, ); const YYNOCODE = 115; const YYSTACKDEPTH = 100; const YYNSTATE = 357; const YYNRULE = 181; const YYERRORSYMBOL = 73; const YYERRSYMDT = 'yy0'; const YYFALLBACK = 0; static public $yyFallback = array( ); static function Trace($TraceFILE, $zTracePrompt) { if (!$TraceFILE) { $zTracePrompt = 0; } elseif (!$zTracePrompt) { $TraceFILE = 0; } self::$yyTraceFILE = $TraceFILE; self::$yyTracePrompt = $zTracePrompt; } static function PrintTrace() { self::$yyTraceFILE = fopen('php://output', 'w'); self::$yyTracePrompt = '
'; } static public $yyTraceFILE; static public $yyTracePrompt; public $yyidx; /* Index of top element in stack */ public $yyerrcnt; /* Shifts left before out of the error */ public $yystack = array(); /* The parser's stack */ public $yyTokenName = array( '$', 'VERT', 'COLON', 'COMMENT', 'PHPSTARTTAG', 'PHPENDTAG', 'FAKEPHPSTARTTAG', 'XMLTAG', 'OTHER', 'LITERALSTART', 'LITERALEND', 'LITERAL', 'LDEL', 'RDEL', 'DOLLAR', 'ID', 'EQUAL', 'PTR', 'LDELIF', 'SPACE', 'LDELFOR', 'SEMICOLON', 'INCDEC', 'TO', 'STEP', 'LDELFOREACH', 'AS', 'APTR', 'LDELSLASH', 'INTEGER', 'COMMA', 'MATH', 'UNIMATH', 'ANDSYM', 'ISIN', 'ISDIVBY', 'ISNOTDIVBY', 'ISEVEN', 'ISNOTEVEN', 'ISEVENBY', 'ISNOTEVENBY', 'ISODD', 'ISNOTODD', 'ISODDBY', 'ISNOTODDBY', 'INSTANCEOF', 'OPENP', 'CLOSEP', 'QMARK', 'NOT', 'TYPECAST', 'DOT', 'SINGLEQUOTESTRING', 'DOUBLECOLON', 'AT', 'HATCH', 'OPENB', 'CLOSEB', 'EQUALS', 'NOTEQUALS', 'GREATERTHAN', 'LESSTHAN', 'GREATEREQUAL', 'LESSEQUAL', 'IDENTITY', 'NONEIDENTITY', 'MOD', 'LAND', 'LOR', 'LXOR', 'QUOTE', 'BACKTICK', 'DOLLARID', 'error', 'start', 'template', 'template_element', 'smartytag', 'literal', 'literal_elements', 'literal_element', 'value', 'attributes', 'variable', 'expr', 'ternary', 'varindexed', 'modifier', 'modparameters', 'statement', 'statements', 'optspace', 'varvar', 'foraction', 'array', 'attribute', 'ifcond', 'lop', 'function', 'doublequoted_with_quotes', 'static_class_access', 'object', 'arrayindex', 'indexdef', 'varvarele', 'objectchain', 'objectelement', 'method', 'params', 'modparameter', 'arrayelements', 'arrayelement', 'doublequoted', 'doublequotedcontent', ); static public $yyRuleName = array( /* 0 */ "start ::= template", /* 1 */ "template ::= template_element", /* 2 */ "template ::= template template_element", /* 3 */ "template_element ::= smartytag", /* 4 */ "template_element ::= COMMENT", /* 5 */ "template_element ::= literal", /* 6 */ "template_element ::= PHPSTARTTAG", /* 7 */ "template_element ::= PHPENDTAG", /* 8 */ "template_element ::= FAKEPHPSTARTTAG", /* 9 */ "template_element ::= XMLTAG", /* 10 */ "template_element ::= OTHER", /* 11 */ "literal ::= LITERALSTART LITERALEND", /* 12 */ "literal ::= LITERALSTART literal_elements LITERALEND", /* 13 */ "literal_elements ::= literal_elements literal_element", /* 14 */ "literal_elements ::=", /* 15 */ "literal_element ::= literal", /* 16 */ "literal_element ::= LITERAL", /* 17 */ "literal_element ::= PHPSTARTTAG", /* 18 */ "literal_element ::= FAKEPHPSTARTTAG", /* 19 */ "literal_element ::= PHPENDTAG", /* 20 */ "smartytag ::= LDEL value RDEL", /* 21 */ "smartytag ::= LDEL value attributes RDEL", /* 22 */ "smartytag ::= LDEL variable attributes RDEL", /* 23 */ "smartytag ::= LDEL expr attributes RDEL", /* 24 */ "smartytag ::= LDEL ternary attributes RDEL", /* 25 */ "smartytag ::= LDEL DOLLAR ID EQUAL value RDEL", /* 26 */ "smartytag ::= LDEL DOLLAR ID EQUAL expr RDEL", /* 27 */ "smartytag ::= LDEL DOLLAR ID EQUAL expr attributes RDEL", /* 28 */ "smartytag ::= LDEL DOLLAR ID EQUAL ternary attributes RDEL", /* 29 */ "smartytag ::= LDEL varindexed EQUAL expr attributes RDEL", /* 30 */ "smartytag ::= LDEL varindexed EQUAL ternary attributes RDEL", /* 31 */ "smartytag ::= LDEL ID attributes RDEL", /* 32 */ "smartytag ::= LDEL ID RDEL", /* 33 */ "smartytag ::= LDEL ID PTR ID attributes RDEL", /* 34 */ "smartytag ::= LDEL ID modifier modparameters attributes RDEL", /* 35 */ "smartytag ::= LDEL ID PTR ID modifier modparameters attributes RDEL", /* 36 */ "smartytag ::= LDELIF SPACE expr RDEL", /* 37 */ "smartytag ::= LDELIF SPACE statement RDEL", /* 38 */ "smartytag ::= LDELFOR SPACE statements SEMICOLON optspace expr SEMICOLON optspace DOLLAR varvar foraction RDEL", /* 39 */ "foraction ::= EQUAL expr", /* 40 */ "foraction ::= INCDEC", /* 41 */ "smartytag ::= LDELFOR SPACE statement TO expr attributes RDEL", /* 42 */ "smartytag ::= LDELFOR SPACE statement TO expr STEP expr RDEL", /* 43 */ "smartytag ::= LDELFOREACH attributes RDEL", /* 44 */ "smartytag ::= LDELFOREACH SPACE value AS DOLLAR varvar RDEL", /* 45 */ "smartytag ::= LDELFOREACH SPACE value AS DOLLAR varvar APTR DOLLAR varvar RDEL", /* 46 */ "smartytag ::= LDELFOREACH SPACE array AS DOLLAR varvar RDEL", /* 47 */ "smartytag ::= LDELFOREACH SPACE array AS DOLLAR varvar APTR DOLLAR varvar RDEL", /* 48 */ "smartytag ::= LDELSLASH ID RDEL", /* 49 */ "smartytag ::= LDELSLASH ID attributes RDEL", /* 50 */ "smartytag ::= LDELSLASH ID modifier modparameters attributes RDEL", /* 51 */ "smartytag ::= LDELSLASH ID PTR ID RDEL", /* 52 */ "attributes ::= attributes attribute", /* 53 */ "attributes ::= attribute", /* 54 */ "attributes ::=", /* 55 */ "attribute ::= SPACE ID EQUAL ID", /* 56 */ "attribute ::= SPACE ID EQUAL expr", /* 57 */ "attribute ::= SPACE ID EQUAL value", /* 58 */ "attribute ::= SPACE ID EQUAL ternary", /* 59 */ "attribute ::= SPACE ID", /* 60 */ "attribute ::= SPACE INTEGER EQUAL expr", /* 61 */ "statements ::= statement", /* 62 */ "statements ::= statements COMMA statement", /* 63 */ "statement ::= DOLLAR varvar EQUAL expr", /* 64 */ "expr ::= value", /* 65 */ "expr ::= DOLLAR ID COLON ID", /* 66 */ "expr ::= expr MATH value", /* 67 */ "expr ::= expr UNIMATH value", /* 68 */ "expr ::= expr ANDSYM value", /* 69 */ "expr ::= array", /* 70 */ "expr ::= expr modifier modparameters", /* 71 */ "expr ::= expr ifcond expr", /* 72 */ "expr ::= expr ISIN array", /* 73 */ "expr ::= expr ISIN value", /* 74 */ "expr ::= expr lop expr", /* 75 */ "expr ::= expr ISDIVBY expr", /* 76 */ "expr ::= expr ISNOTDIVBY expr", /* 77 */ "expr ::= expr ISEVEN", /* 78 */ "expr ::= expr ISNOTEVEN", /* 79 */ "expr ::= expr ISEVENBY expr", /* 80 */ "expr ::= expr ISNOTEVENBY expr", /* 81 */ "expr ::= expr ISODD", /* 82 */ "expr ::= expr ISNOTODD", /* 83 */ "expr ::= expr ISODDBY expr", /* 84 */ "expr ::= expr ISNOTODDBY expr", /* 85 */ "expr ::= value INSTANCEOF ID", /* 86 */ "expr ::= value INSTANCEOF value", /* 87 */ "ternary ::= OPENP expr CLOSEP QMARK expr COLON expr", /* 88 */ "value ::= variable", /* 89 */ "value ::= UNIMATH value", /* 90 */ "value ::= NOT value", /* 91 */ "value ::= TYPECAST value", /* 92 */ "value ::= variable INCDEC", /* 93 */ "value ::= INTEGER", /* 94 */ "value ::= INTEGER DOT INTEGER", /* 95 */ "value ::= ID", /* 96 */ "value ::= function", /* 97 */ "value ::= OPENP expr CLOSEP", /* 98 */ "value ::= SINGLEQUOTESTRING", /* 99 */ "value ::= doublequoted_with_quotes", /* 100 */ "value ::= ID DOUBLECOLON static_class_access", /* 101 */ "value ::= varindexed DOUBLECOLON static_class_access", /* 102 */ "value ::= smartytag", /* 103 */ "variable ::= varindexed", /* 104 */ "variable ::= DOLLAR varvar AT ID", /* 105 */ "variable ::= object", /* 106 */ "variable ::= HATCH ID HATCH", /* 107 */ "variable ::= HATCH variable HATCH", /* 108 */ "varindexed ::= DOLLAR varvar arrayindex", /* 109 */ "arrayindex ::= arrayindex indexdef", /* 110 */ "arrayindex ::=", /* 111 */ "indexdef ::= DOT DOLLAR varvar", /* 112 */ "indexdef ::= DOT DOLLAR varvar AT ID", /* 113 */ "indexdef ::= DOT ID", /* 114 */ "indexdef ::= DOT INTEGER", /* 115 */ "indexdef ::= DOT LDEL expr RDEL", /* 116 */ "indexdef ::= OPENB ID CLOSEB", /* 117 */ "indexdef ::= OPENB ID DOT ID CLOSEB", /* 118 */ "indexdef ::= OPENB expr CLOSEB", /* 119 */ "indexdef ::= OPENB CLOSEB", /* 120 */ "varvar ::= varvarele", /* 121 */ "varvar ::= varvar varvarele", /* 122 */ "varvarele ::= ID", /* 123 */ "varvarele ::= LDEL expr RDEL", /* 124 */ "object ::= varindexed objectchain", /* 125 */ "objectchain ::= objectelement", /* 126 */ "objectchain ::= objectchain objectelement", /* 127 */ "objectelement ::= PTR ID arrayindex", /* 128 */ "objectelement ::= PTR DOLLAR varvar arrayindex", /* 129 */ "objectelement ::= PTR LDEL expr RDEL arrayindex", /* 130 */ "objectelement ::= PTR ID LDEL expr RDEL arrayindex", /* 131 */ "objectelement ::= PTR method", /* 132 */ "function ::= ID OPENP params CLOSEP", /* 133 */ "method ::= ID OPENP params CLOSEP", /* 134 */ "method ::= DOLLAR ID OPENP params CLOSEP", /* 135 */ "params ::= expr COMMA params", /* 136 */ "params ::= expr", /* 137 */ "params ::=", /* 138 */ "modifier ::= VERT AT ID", /* 139 */ "modifier ::= VERT ID", /* 140 */ "static_class_access ::= method", /* 141 */ "static_class_access ::= method objectchain", /* 142 */ "static_class_access ::= ID", /* 143 */ "static_class_access ::= DOLLAR ID arrayindex", /* 144 */ "static_class_access ::= DOLLAR ID arrayindex objectchain", /* 145 */ "modparameters ::= modparameters modparameter", /* 146 */ "modparameters ::=", /* 147 */ "modparameter ::= COLON value", /* 148 */ "modparameter ::= COLON array", /* 149 */ "ifcond ::= EQUALS", /* 150 */ "ifcond ::= NOTEQUALS", /* 151 */ "ifcond ::= GREATERTHAN", /* 152 */ "ifcond ::= LESSTHAN", /* 153 */ "ifcond ::= GREATEREQUAL", /* 154 */ "ifcond ::= LESSEQUAL", /* 155 */ "ifcond ::= IDENTITY", /* 156 */ "ifcond ::= NONEIDENTITY", /* 157 */ "ifcond ::= MOD", /* 158 */ "lop ::= LAND", /* 159 */ "lop ::= LOR", /* 160 */ "lop ::= LXOR", /* 161 */ "array ::= OPENB arrayelements CLOSEB", /* 162 */ "arrayelements ::= arrayelement", /* 163 */ "arrayelements ::= arrayelements COMMA arrayelement", /* 164 */ "arrayelements ::=", /* 165 */ "arrayelement ::= value APTR expr", /* 166 */ "arrayelement ::= ID APTR expr", /* 167 */ "arrayelement ::= expr", /* 168 */ "doublequoted_with_quotes ::= QUOTE QUOTE", /* 169 */ "doublequoted_with_quotes ::= QUOTE doublequoted QUOTE", /* 170 */ "doublequoted ::= doublequoted doublequotedcontent", /* 171 */ "doublequoted ::= doublequotedcontent", /* 172 */ "doublequotedcontent ::= BACKTICK variable BACKTICK", /* 173 */ "doublequotedcontent ::= BACKTICK expr BACKTICK", /* 174 */ "doublequotedcontent ::= DOLLARID", /* 175 */ "doublequotedcontent ::= LDEL variable RDEL", /* 176 */ "doublequotedcontent ::= LDEL expr RDEL", /* 177 */ "doublequotedcontent ::= smartytag", /* 178 */ "doublequotedcontent ::= OTHER", /* 179 */ "optspace ::= SPACE", /* 180 */ "optspace ::=", ); function tokenName($tokenType) { if ($tokenType === 0) { return 'End of Input'; } if ($tokenType > 0 && $tokenType < count($this->yyTokenName)) { return $this->yyTokenName[$tokenType]; } else { return "Unknown"; } } static function yy_destructor($yymajor, $yypminor) { switch ($yymajor) { default: break; /* If no destructor action specified: do nothing */ } } function yy_pop_parser_stack() { if (!count($this->yystack)) { return; } $yytos = array_pop($this->yystack); if (self::$yyTraceFILE && $this->yyidx >= 0) { fwrite(self::$yyTraceFILE, self::$yyTracePrompt . 'Popping ' . $this->yyTokenName[$yytos->major] . "\n"); } $yymajor = $yytos->major; self::yy_destructor($yymajor, $yytos->minor); $this->yyidx--; return $yymajor; } function __destruct() { while ($this->yystack !== Array()) { $this->yy_pop_parser_stack(); } if (is_resource(self::$yyTraceFILE)) { fclose(self::$yyTraceFILE); } } function yy_get_expected_tokens($token) { $state = $this->yystack[$this->yyidx]->stateno; $expected = self::$yyExpectedTokens[$state]; if (in_array($token, self::$yyExpectedTokens[$state], true)) { return $expected; } $stack = $this->yystack; $yyidx = $this->yyidx; do { $yyact = $this->yy_find_shift_action($token); if ($yyact >= self::YYNSTATE && $yyact < self::YYNSTATE + self::YYNRULE) { // reduce action $done = 0; do { if ($done++ == 100) { $this->yyidx = $yyidx; $this->yystack = $stack; // too much recursion prevents proper detection // so give up return array_unique($expected); } $yyruleno = $yyact - self::YYNSTATE; $this->yyidx -= self::$yyRuleInfo[$yyruleno]['rhs']; $nextstate = $this->yy_find_reduce_action( $this->yystack[$this->yyidx]->stateno, self::$yyRuleInfo[$yyruleno]['lhs']); if (isset(self::$yyExpectedTokens[$nextstate])) { $expected = array_merge($expected, self::$yyExpectedTokens[$nextstate]); if (in_array($token, self::$yyExpectedTokens[$nextstate], true)) { $this->yyidx = $yyidx; $this->yystack = $stack; return array_unique($expected); } } if ($nextstate < self::YYNSTATE) { // we need to shift a non-terminal $this->yyidx++; $x = new TP_yyStackEntry; $x->stateno = $nextstate; $x->major = self::$yyRuleInfo[$yyruleno]['lhs']; $this->yystack[$this->yyidx] = $x; continue 2; } elseif ($nextstate == self::YYNSTATE + self::YYNRULE + 1) { $this->yyidx = $yyidx; $this->yystack = $stack; // the last token was just ignored, we can't accept // by ignoring input, this is in essence ignoring a // syntax error! return array_unique($expected); } elseif ($nextstate === self::YY_NO_ACTION) { $this->yyidx = $yyidx; $this->yystack = $stack; // input accepted, but not shifted (I guess) return $expected; } else { $yyact = $nextstate; } } while (true); } break; } while (true); $this->yyidx = $yyidx; $this->yystack = $stack; return array_unique($expected); } function yy_is_expected_token($token) { if ($token === 0) { return true; // 0 is not part of this } $state = $this->yystack[$this->yyidx]->stateno; if (in_array($token, self::$yyExpectedTokens[$state], true)) { return true; } $stack = $this->yystack; $yyidx = $this->yyidx; do { $yyact = $this->yy_find_shift_action($token); if ($yyact >= self::YYNSTATE && $yyact < self::YYNSTATE + self::YYNRULE) { // reduce action $done = 0; do { if ($done++ == 100) { $this->yyidx = $yyidx; $this->yystack = $stack; // too much recursion prevents proper detection // so give up return true; } $yyruleno = $yyact - self::YYNSTATE; $this->yyidx -= self::$yyRuleInfo[$yyruleno]['rhs']; $nextstate = $this->yy_find_reduce_action( $this->yystack[$this->yyidx]->stateno, self::$yyRuleInfo[$yyruleno]['lhs']); if (isset(self::$yyExpectedTokens[$nextstate]) && in_array($token, self::$yyExpectedTokens[$nextstate], true)) { $this->yyidx = $yyidx; $this->yystack = $stack; return true; } if ($nextstate < self::YYNSTATE) { // we need to shift a non-terminal $this->yyidx++; $x = new TP_yyStackEntry; $x->stateno = $nextstate; $x->major = self::$yyRuleInfo[$yyruleno]['lhs']; $this->yystack[$this->yyidx] = $x; continue 2; } elseif ($nextstate == self::YYNSTATE + self::YYNRULE + 1) { $this->yyidx = $yyidx; $this->yystack = $stack; if (!$token) { // end of input: this is valid return true; } // the last token was just ignored, we can't accept // by ignoring input, this is in essence ignoring a // syntax error! return false; } elseif ($nextstate === self::YY_NO_ACTION) { $this->yyidx = $yyidx; $this->yystack = $stack; // input accepted, but not shifted (I guess) return true; } else { $yyact = $nextstate; } } while (true); } break; } while (true); $this->yyidx = $yyidx; $this->yystack = $stack; return true; } function yy_find_shift_action($iLookAhead) { $stateno = $this->yystack[$this->yyidx]->stateno; /* if ($this->yyidx < 0) return self::YY_NO_ACTION; */ if (!isset(self::$yy_shift_ofst[$stateno])) { // no shift actions return self::$yy_default[$stateno]; } $i = self::$yy_shift_ofst[$stateno]; if ($i === self::YY_SHIFT_USE_DFLT) { return self::$yy_default[$stateno]; } if ($iLookAhead == self::YYNOCODE) { return self::YY_NO_ACTION; } $i += $iLookAhead; if ($i < 0 || $i >= self::YY_SZ_ACTTAB || self::$yy_lookahead[$i] != $iLookAhead) { if (count(self::$yyFallback) && $iLookAhead < count(self::$yyFallback) && ($iFallback = self::$yyFallback[$iLookAhead]) != 0) { if (self::$yyTraceFILE) { fwrite(self::$yyTraceFILE, self::$yyTracePrompt . "FALLBACK " . $this->yyTokenName[$iLookAhead] . " => " . $this->yyTokenName[$iFallback] . "\n"); } return $this->yy_find_shift_action($iFallback); } return self::$yy_default[$stateno]; } else { return self::$yy_action[$i]; } } function yy_find_reduce_action($stateno, $iLookAhead) { /* $stateno = $this->yystack[$this->yyidx]->stateno; */ if (!isset(self::$yy_reduce_ofst[$stateno])) { return self::$yy_default[$stateno]; } $i = self::$yy_reduce_ofst[$stateno]; if ($i == self::YY_REDUCE_USE_DFLT) { return self::$yy_default[$stateno]; } if ($iLookAhead == self::YYNOCODE) { return self::YY_NO_ACTION; } $i += $iLookAhead; if ($i < 0 || $i >= self::YY_SZ_ACTTAB || self::$yy_lookahead[$i] != $iLookAhead) { return self::$yy_default[$stateno]; } else { return self::$yy_action[$i]; } } function yy_shift($yyNewState, $yyMajor, $yypMinor) { $this->yyidx++; if ($this->yyidx >= self::YYSTACKDEPTH) { $this->yyidx--; if (self::$yyTraceFILE) { fprintf(self::$yyTraceFILE, "%sStack Overflow!\n", self::$yyTracePrompt); } while ($this->yyidx >= 0) { $this->yy_pop_parser_stack(); } #line 80 "smarty_internal_templateparser.y" $this->internalError = true; $this->compiler->trigger_template_error("Stack overflow in template parser"); #line 1610 "smarty_internal_templateparser.php" return; } $yytos = new TP_yyStackEntry; $yytos->stateno = $yyNewState; $yytos->major = $yyMajor; $yytos->minor = $yypMinor; array_push($this->yystack, $yytos); if (self::$yyTraceFILE && $this->yyidx > 0) { fprintf(self::$yyTraceFILE, "%sShift %d\n", self::$yyTracePrompt, $yyNewState); fprintf(self::$yyTraceFILE, "%sStack:", self::$yyTracePrompt); for($i = 1; $i <= $this->yyidx; $i++) { fprintf(self::$yyTraceFILE, " %s", $this->yyTokenName[$this->yystack[$i]->major]); } fwrite(self::$yyTraceFILE,"\n"); } } static public $yyRuleInfo = array( array( 'lhs' => 74, 'rhs' => 1 ), array( 'lhs' => 75, 'rhs' => 1 ), array( 'lhs' => 75, 'rhs' => 2 ), array( 'lhs' => 76, 'rhs' => 1 ), array( 'lhs' => 76, 'rhs' => 1 ), array( 'lhs' => 76, 'rhs' => 1 ), array( 'lhs' => 76, 'rhs' => 1 ), array( 'lhs' => 76, 'rhs' => 1 ), array( 'lhs' => 76, 'rhs' => 1 ), array( 'lhs' => 76, 'rhs' => 1 ), array( 'lhs' => 76, 'rhs' => 1 ), array( 'lhs' => 78, 'rhs' => 2 ), array( 'lhs' => 78, 'rhs' => 3 ), array( 'lhs' => 79, 'rhs' => 2 ), array( 'lhs' => 79, 'rhs' => 0 ), array( 'lhs' => 80, 'rhs' => 1 ), array( 'lhs' => 80, 'rhs' => 1 ), array( 'lhs' => 80, 'rhs' => 1 ), array( 'lhs' => 80, 'rhs' => 1 ), array( 'lhs' => 80, 'rhs' => 1 ), array( 'lhs' => 77, 'rhs' => 3 ), array( 'lhs' => 77, 'rhs' => 4 ), array( 'lhs' => 77, 'rhs' => 4 ), array( 'lhs' => 77, 'rhs' => 4 ), array( 'lhs' => 77, 'rhs' => 4 ), array( 'lhs' => 77, 'rhs' => 6 ), array( 'lhs' => 77, 'rhs' => 6 ), array( 'lhs' => 77, 'rhs' => 7 ), array( 'lhs' => 77, 'rhs' => 7 ), array( 'lhs' => 77, 'rhs' => 6 ), array( 'lhs' => 77, 'rhs' => 6 ), array( 'lhs' => 77, 'rhs' => 4 ), array( 'lhs' => 77, 'rhs' => 3 ), array( 'lhs' => 77, 'rhs' => 6 ), array( 'lhs' => 77, 'rhs' => 6 ), array( 'lhs' => 77, 'rhs' => 8 ), array( 'lhs' => 77, 'rhs' => 4 ), array( 'lhs' => 77, 'rhs' => 4 ), array( 'lhs' => 77, 'rhs' => 12 ), array( 'lhs' => 93, 'rhs' => 2 ), array( 'lhs' => 93, 'rhs' => 1 ), array( 'lhs' => 77, 'rhs' => 7 ), array( 'lhs' => 77, 'rhs' => 8 ), array( 'lhs' => 77, 'rhs' => 3 ), array( 'lhs' => 77, 'rhs' => 7 ), array( 'lhs' => 77, 'rhs' => 10 ), array( 'lhs' => 77, 'rhs' => 7 ), array( 'lhs' => 77, 'rhs' => 10 ), array( 'lhs' => 77, 'rhs' => 3 ), array( 'lhs' => 77, 'rhs' => 4 ), array( 'lhs' => 77, 'rhs' => 6 ), array( 'lhs' => 77, 'rhs' => 5 ), array( 'lhs' => 82, 'rhs' => 2 ), array( 'lhs' => 82, 'rhs' => 1 ), array( 'lhs' => 82, 'rhs' => 0 ), array( 'lhs' => 95, 'rhs' => 4 ), array( 'lhs' => 95, 'rhs' => 4 ), array( 'lhs' => 95, 'rhs' => 4 ), array( 'lhs' => 95, 'rhs' => 4 ), array( 'lhs' => 95, 'rhs' => 2 ), array( 'lhs' => 95, 'rhs' => 4 ), array( 'lhs' => 90, 'rhs' => 1 ), array( 'lhs' => 90, 'rhs' => 3 ), array( 'lhs' => 89, 'rhs' => 4 ), array( 'lhs' => 84, 'rhs' => 1 ), array( 'lhs' => 84, 'rhs' => 4 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 1 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 2 ), array( 'lhs' => 84, 'rhs' => 2 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 2 ), array( 'lhs' => 84, 'rhs' => 2 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 84, 'rhs' => 3 ), array( 'lhs' => 85, 'rhs' => 7 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 2 ), array( 'lhs' => 81, 'rhs' => 2 ), array( 'lhs' => 81, 'rhs' => 2 ), array( 'lhs' => 81, 'rhs' => 2 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 3 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 3 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 81, 'rhs' => 3 ), array( 'lhs' => 81, 'rhs' => 3 ), array( 'lhs' => 81, 'rhs' => 1 ), array( 'lhs' => 83, 'rhs' => 1 ), array( 'lhs' => 83, 'rhs' => 4 ), array( 'lhs' => 83, 'rhs' => 1 ), array( 'lhs' => 83, 'rhs' => 3 ), array( 'lhs' => 83, 'rhs' => 3 ), array( 'lhs' => 86, 'rhs' => 3 ), array( 'lhs' => 102, 'rhs' => 2 ), array( 'lhs' => 102, 'rhs' => 0 ), array( 'lhs' => 103, 'rhs' => 3 ), array( 'lhs' => 103, 'rhs' => 5 ), array( 'lhs' => 103, 'rhs' => 2 ), array( 'lhs' => 103, 'rhs' => 2 ), array( 'lhs' => 103, 'rhs' => 4 ), array( 'lhs' => 103, 'rhs' => 3 ), array( 'lhs' => 103, 'rhs' => 5 ), array( 'lhs' => 103, 'rhs' => 3 ), array( 'lhs' => 103, 'rhs' => 2 ), array( 'lhs' => 92, 'rhs' => 1 ), array( 'lhs' => 92, 'rhs' => 2 ), array( 'lhs' => 104, 'rhs' => 1 ), array( 'lhs' => 104, 'rhs' => 3 ), array( 'lhs' => 101, 'rhs' => 2 ), array( 'lhs' => 105, 'rhs' => 1 ), array( 'lhs' => 105, 'rhs' => 2 ), array( 'lhs' => 106, 'rhs' => 3 ), array( 'lhs' => 106, 'rhs' => 4 ), array( 'lhs' => 106, 'rhs' => 5 ), array( 'lhs' => 106, 'rhs' => 6 ), array( 'lhs' => 106, 'rhs' => 2 ), array( 'lhs' => 98, 'rhs' => 4 ), array( 'lhs' => 107, 'rhs' => 4 ), array( 'lhs' => 107, 'rhs' => 5 ), array( 'lhs' => 108, 'rhs' => 3 ), array( 'lhs' => 108, 'rhs' => 1 ), array( 'lhs' => 108, 'rhs' => 0 ), array( 'lhs' => 87, 'rhs' => 3 ), array( 'lhs' => 87, 'rhs' => 2 ), array( 'lhs' => 100, 'rhs' => 1 ), array( 'lhs' => 100, 'rhs' => 2 ), array( 'lhs' => 100, 'rhs' => 1 ), array( 'lhs' => 100, 'rhs' => 3 ), array( 'lhs' => 100, 'rhs' => 4 ), array( 'lhs' => 88, 'rhs' => 2 ), array( 'lhs' => 88, 'rhs' => 0 ), array( 'lhs' => 109, 'rhs' => 2 ), array( 'lhs' => 109, 'rhs' => 2 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 96, 'rhs' => 1 ), array( 'lhs' => 97, 'rhs' => 1 ), array( 'lhs' => 97, 'rhs' => 1 ), array( 'lhs' => 97, 'rhs' => 1 ), array( 'lhs' => 94, 'rhs' => 3 ), array( 'lhs' => 110, 'rhs' => 1 ), array( 'lhs' => 110, 'rhs' => 3 ), array( 'lhs' => 110, 'rhs' => 0 ), array( 'lhs' => 111, 'rhs' => 3 ), array( 'lhs' => 111, 'rhs' => 3 ), array( 'lhs' => 111, 'rhs' => 1 ), array( 'lhs' => 99, 'rhs' => 2 ), array( 'lhs' => 99, 'rhs' => 3 ), array( 'lhs' => 112, 'rhs' => 2 ), array( 'lhs' => 112, 'rhs' => 1 ), array( 'lhs' => 113, 'rhs' => 3 ), array( 'lhs' => 113, 'rhs' => 3 ), array( 'lhs' => 113, 'rhs' => 1 ), array( 'lhs' => 113, 'rhs' => 3 ), array( 'lhs' => 113, 'rhs' => 3 ), array( 'lhs' => 113, 'rhs' => 1 ), array( 'lhs' => 113, 'rhs' => 1 ), array( 'lhs' => 91, 'rhs' => 1 ), array( 'lhs' => 91, 'rhs' => 0 ), ); static public $yyReduceMap = array( 0 => 0, 5 => 0, 15 => 0, 16 => 0, 64 => 0, 88 => 0, 93 => 0, 96 => 0, 98 => 0, 99 => 0, 105 => 0, 140 => 0, 162 => 0, 1 => 1, 2 => 2, 3 => 3, 4 => 4, 6 => 6, 7 => 7, 8 => 8, 9 => 9, 10 => 10, 11 => 11, 14 => 11, 12 => 12, 13 => 13, 89 => 13, 91 => 13, 92 => 13, 141 => 13, 17 => 17, 18 => 17, 19 => 19, 20 => 20, 21 => 21, 22 => 21, 23 => 21, 24 => 21, 25 => 25, 26 => 25, 27 => 27, 28 => 27, 29 => 29, 30 => 29, 31 => 31, 32 => 32, 33 => 33, 34 => 34, 35 => 35, 36 => 36, 37 => 36, 38 => 38, 39 => 39, 40 => 40, 53 => 40, 136 => 40, 142 => 40, 167 => 40, 41 => 41, 42 => 42, 43 => 43, 44 => 44, 45 => 45, 46 => 46, 47 => 47, 48 => 48, 49 => 49, 50 => 50, 51 => 51, 52 => 52, 54 => 54, 55 => 55, 56 => 56, 57 => 56, 58 => 56, 59 => 59, 60 => 60, 61 => 61, 62 => 62, 63 => 63, 65 => 65, 66 => 66, 67 => 66, 68 => 66, 69 => 69, 120 => 69, 179 => 69, 70 => 70, 71 => 71, 74 => 71, 85 => 71, 72 => 72, 73 => 73, 75 => 75, 76 => 76, 77 => 77, 82 => 77, 78 => 78, 81 => 78, 79 => 79, 84 => 79, 80 => 80, 83 => 80, 86 => 86, 87 => 87, 90 => 90, 94 => 94, 95 => 95, 97 => 97, 100 => 100, 101 => 101, 102 => 102, 103 => 103, 104 => 104, 106 => 106, 107 => 107, 108 => 108, 109 => 109, 110 => 110, 146 => 110, 111 => 111, 112 => 112, 113 => 113, 114 => 114, 115 => 115, 118 => 115, 116 => 116, 117 => 117, 119 => 119, 180 => 119, 121 => 121, 122 => 122, 123 => 123, 124 => 124, 125 => 125, 126 => 126, 127 => 127, 128 => 128, 129 => 129, 130 => 130, 131 => 131, 132 => 132, 133 => 133, 134 => 134, 135 => 135, 137 => 137, 138 => 138, 139 => 138, 143 => 143, 144 => 144, 145 => 145, 147 => 147, 148 => 147, 149 => 149, 150 => 150, 151 => 151, 152 => 152, 153 => 153, 154 => 154, 155 => 155, 156 => 156, 157 => 157, 158 => 158, 159 => 159, 160 => 160, 161 => 161, 163 => 163, 164 => 164, 165 => 165, 166 => 166, 168 => 168, 169 => 169, 170 => 170, 171 => 171, 172 => 172, 173 => 172, 175 => 172, 174 => 174, 176 => 176, 177 => 177, 178 => 178, ); #line 91 "smarty_internal_templateparser.y" function yy_r0(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } #line 1999 "smarty_internal_templateparser.php" #line 97 "smarty_internal_templateparser.y" function yy_r1(){if ($this->template->extract_code == false) { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } else { // store code in extract buffer $this->template->extracted_compiled_code .= $this->yystack[$this->yyidx + 0]->minor; } } #line 2008 "smarty_internal_templateparser.php" #line 105 "smarty_internal_templateparser.y" function yy_r2(){if ($this->template->extract_code == false) { $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } else { // store code in extract buffer $this->template->extracted_compiled_code .= $this->yystack[$this->yyidx + 0]->minor; $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } } #line 2018 "smarty_internal_templateparser.php" #line 118 "smarty_internal_templateparser.y" function yy_r3(){ if ($this->compiler->has_code) { $tmp =''; foreach ($this->compiler->prefix_code as $code) {$tmp.=$code;} $this->compiler->prefix_code=array(); $this->_retvalue = $this->compiler->processNocacheCode($tmp.$this->yystack[$this->yyidx + 0]->minor,true); } else { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } $this->compiler->has_variable_string = false; $this->block_nesting_level = count($this->compiler->_tag_stack); } #line 2030 "smarty_internal_templateparser.php" #line 130 "smarty_internal_templateparser.y" function yy_r4(){ $this->_retvalue = ''; } #line 2033 "smarty_internal_templateparser.php" #line 136 "smarty_internal_templateparser.y" function yy_r6(){ if ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU) { $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } elseif ($this->sec_obj->php_handling == SMARTY_PHP_QUOTE) { $this->_retvalue = $this->compiler->processNocacheCode(htmlspecialchars($this->yystack[$this->yyidx + 0]->minor, ENT_QUOTES),false); }elseif ($this->sec_obj->php_handling == SMARTY_PHP_ALLOW) { $this->_retvalue = $this->compiler->processNocacheCode('sec_obj->php_handling == SMARTY_PHP_REMOVE) { $this->_retvalue = ''; } } #line 2046 "smarty_internal_templateparser.php" #line 148 "smarty_internal_templateparser.y" function yy_r7(){if ($this->is_xml) { $this->compiler->tag_nocache = true; $this->is_xml = true; $this->_retvalue = $this->compiler->processNocacheCode("';?>", $this->compiler, true); }elseif ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU) { $this->_retvalue = '?>'; } elseif ($this->sec_obj->php_handling == SMARTY_PHP_QUOTE) { $this->_retvalue = $this->compiler->processNocacheCode(htmlspecialchars('?>', ENT_QUOTES), false); }elseif ($this->sec_obj->php_handling == SMARTY_PHP_ALLOW) { $this->_retvalue = $this->compiler->processNocacheCode('?>', true); }elseif ($this->sec_obj->php_handling == SMARTY_PHP_REMOVE) { $this->_retvalue = ''; } } #line 2062 "smarty_internal_templateparser.php" #line 163 "smarty_internal_templateparser.y" function yy_r8(){if ($this->lex->strip) { $this->_retvalue = preg_replace('![\$this->yystack[$this->yyidx + 0]->minor ]*[\r\n]+[\$this->yystack[$this->yyidx + 0]->minor ]*!', '', self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor)); } else { $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } } #line 2070 "smarty_internal_templateparser.php" #line 171 "smarty_internal_templateparser.y" function yy_r9(){ $this->compiler->tag_nocache = true; $this->is_xml = true; $this->_retvalue = $this->compiler->processNocacheCode("", $this->compiler, true); } #line 2073 "smarty_internal_templateparser.php" #line 174 "smarty_internal_templateparser.y" function yy_r10(){if ($this->lex->strip) { $this->_retvalue = preg_replace('![\t ]*[\r\n]+[\t ]*!', '', $this->yystack[$this->yyidx + 0]->minor); } else { $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } } #line 2081 "smarty_internal_templateparser.php" #line 182 "smarty_internal_templateparser.y" function yy_r11(){ $this->_retvalue = ''; } #line 2084 "smarty_internal_templateparser.php" #line 183 "smarty_internal_templateparser.y" function yy_r12(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } #line 2087 "smarty_internal_templateparser.php" #line 185 "smarty_internal_templateparser.y" function yy_r13(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2090 "smarty_internal_templateparser.php" #line 190 "smarty_internal_templateparser.y" function yy_r17(){ $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } #line 2093 "smarty_internal_templateparser.php" #line 192 "smarty_internal_templateparser.y" function yy_r19(){ $this->_retvalue = self::escape_end_tag($this->yystack[$this->yyidx + 0]->minor); } #line 2096 "smarty_internal_templateparser.php" #line 200 "smarty_internal_templateparser.y" function yy_r20(){ $this->_retvalue = $this->compiler->compileTag('private_print_expression',array('value'=>$this->yystack[$this->yyidx + -1]->minor)); } #line 2099 "smarty_internal_templateparser.php" #line 201 "smarty_internal_templateparser.y" function yy_r21(){ $this->_retvalue = $this->compiler->compileTag('private_print_expression',array_merge(array('value'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)); } #line 2102 "smarty_internal_templateparser.php" #line 212 "smarty_internal_templateparser.y" function yy_r25(){ $this->_retvalue = $this->compiler->compileTag('assign',array('value'=>$this->yystack[$this->yyidx + -1]->minor,'var'=>"'".$this->yystack[$this->yyidx + -3]->minor."'")); } #line 2105 "smarty_internal_templateparser.php" #line 214 "smarty_internal_templateparser.y" function yy_r27(){ $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array('value'=>$this->yystack[$this->yyidx + -2]->minor,'var'=>"'".$this->yystack[$this->yyidx + -4]->minor."'"),$this->yystack[$this->yyidx + -1]->minor)); } #line 2108 "smarty_internal_templateparser.php" #line 216 "smarty_internal_templateparser.y" function yy_r29(){ $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array('value'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -4]->minor,$this->yystack[$this->yyidx + -1]->minor)); } #line 2111 "smarty_internal_templateparser.php" #line 219 "smarty_internal_templateparser.y" function yy_r31(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,$this->yystack[$this->yyidx + -1]->minor); } #line 2114 "smarty_internal_templateparser.php" #line 220 "smarty_internal_templateparser.y" function yy_r32(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor,array()); } #line 2117 "smarty_internal_templateparser.php" #line 222 "smarty_internal_templateparser.y" function yy_r33(){ $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 2120 "smarty_internal_templateparser.php" #line 224 "smarty_internal_templateparser.y" function yy_r34(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor,$this->yystack[$this->yyidx + -1]->minor).'_retvalue .= $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -3]->minor,'params'=>'ob_get_clean()'.$this->yystack[$this->yyidx + -2]->minor)).'?>'; } #line 2125 "smarty_internal_templateparser.php" #line 228 "smarty_internal_templateparser.y" function yy_r35(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -6]->minor,array_merge(array('object_methode'=>$this->yystack[$this->yyidx + -4]->minor),$this->yystack[$this->yyidx + -1]->minor)).'_retvalue .= $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -3]->minor,'params'=>'ob_get_clean()'.$this->yystack[$this->yyidx + -2]->minor)).'?>'; } #line 2130 "smarty_internal_templateparser.php" #line 232 "smarty_internal_templateparser.y" function yy_r36(){ $tag = trim(substr($this->yystack[$this->yyidx + -3]->minor,$this->lex->ldel_length)); $this->_retvalue = $this->compiler->compileTag(($tag == 'else if')? 'elseif' : $tag,array('if condition'=>$this->yystack[$this->yyidx + -1]->minor)); } #line 2133 "smarty_internal_templateparser.php" #line 235 "smarty_internal_templateparser.y" function yy_r38(){ $this->_retvalue = $this->compiler->compileTag('for',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 2137 "smarty_internal_templateparser.php" #line 238 "smarty_internal_templateparser.y" function yy_r39(){ $this->_retvalue = '='.$this->yystack[$this->yyidx + 0]->minor; } #line 2140 "smarty_internal_templateparser.php" #line 239 "smarty_internal_templateparser.y" function yy_r40(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } #line 2143 "smarty_internal_templateparser.php" #line 240 "smarty_internal_templateparser.y" function yy_r41(){ $this->_retvalue = $this->compiler->compileTag('for',array_merge(array('start'=>$this->yystack[$this->yyidx + -4]->minor,'to'=>$this->yystack[$this->yyidx + -2]->minor),$this->yystack[$this->yyidx + -1]->minor)); } #line 2146 "smarty_internal_templateparser.php" #line 241 "smarty_internal_templateparser.y" function yy_r42(){ $this->_retvalue = $this->compiler->compileTag('for',array('start'=>$this->yystack[$this->yyidx + -5]->minor,'to'=>$this->yystack[$this->yyidx + -3]->minor,'step'=>$this->yystack[$this->yyidx + -1]->minor)); } #line 2149 "smarty_internal_templateparser.php" #line 243 "smarty_internal_templateparser.y" function yy_r43(){ $this->_retvalue = $this->compiler->compileTag('foreach',$this->yystack[$this->yyidx + -1]->minor); } #line 2152 "smarty_internal_templateparser.php" #line 245 "smarty_internal_templateparser.y" function yy_r44(){ $this->_retvalue = $this->compiler->compileTag('foreach',array('from'=>$this->yystack[$this->yyidx + -4]->minor,'item'=>$this->yystack[$this->yyidx + -1]->minor)); } #line 2156 "smarty_internal_templateparser.php" #line 247 "smarty_internal_templateparser.y" function yy_r45(){ $this->_retvalue = $this->compiler->compileTag('foreach',array('from'=>$this->yystack[$this->yyidx + -7]->minor,'item'=>$this->yystack[$this->yyidx + -1]->minor,'key'=>$this->yystack[$this->yyidx + -4]->minor)); } #line 2160 "smarty_internal_templateparser.php" #line 249 "smarty_internal_templateparser.y" function yy_r46(){ $this->_retvalue = $this->compiler->compileTag('foreach',array('from'=>$this->yystack[$this->yyidx + -4]->minor,'item'=>$this->yystack[$this->yyidx + -1]->minor)); } #line 2164 "smarty_internal_templateparser.php" #line 251 "smarty_internal_templateparser.y" function yy_r47(){ $this->_retvalue = $this->compiler->compileTag('foreach',array('from'=>$this->yystack[$this->yyidx + -7]->minor,'item'=>$this->yystack[$this->yyidx + -1]->minor,'key'=>$this->yystack[$this->yyidx + -4]->minor)); } #line 2168 "smarty_internal_templateparser.php" #line 255 "smarty_internal_templateparser.y" function yy_r48(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor.'close',array()); } #line 2171 "smarty_internal_templateparser.php" #line 256 "smarty_internal_templateparser.y" function yy_r49(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',$this->yystack[$this->yyidx + -1]->minor); } #line 2174 "smarty_internal_templateparser.php" #line 257 "smarty_internal_templateparser.y" function yy_r50(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor.'close',$this->yystack[$this->yyidx + -1]->minor).'_retvalue .= $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -3]->minor,'params'=>'ob_get_clean()'.$this->yystack[$this->yyidx + -2]->minor)).'?>'; } #line 2179 "smarty_internal_templateparser.php" #line 261 "smarty_internal_templateparser.y" function yy_r51(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor.'close',array('object_methode'=>$this->yystack[$this->yyidx + -1]->minor)); } #line 2182 "smarty_internal_templateparser.php" #line 268 "smarty_internal_templateparser.y" function yy_r52(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; $this->_retvalue[key($this->yystack[$this->yyidx + 0]->minor)] = $this->yystack[$this->yyidx + 0]->minor[key($this->yystack[$this->yyidx + 0]->minor)]; } #line 2185 "smarty_internal_templateparser.php" #line 272 "smarty_internal_templateparser.y" function yy_r54(){ $this->_retvalue = array(); } #line 2188 "smarty_internal_templateparser.php" #line 275 "smarty_internal_templateparser.y" function yy_r55(){ if (preg_match('~^true$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>'true'); } elseif (preg_match('~^false$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>'false'); } elseif (preg_match('~^null$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>'null'); } else $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>"'".$this->yystack[$this->yyidx + 0]->minor."'"); } #line 2198 "smarty_internal_templateparser.php" #line 283 "smarty_internal_templateparser.y" function yy_r56(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } #line 2201 "smarty_internal_templateparser.php" #line 286 "smarty_internal_templateparser.y" function yy_r59(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor=>'true'); } #line 2204 "smarty_internal_templateparser.php" #line 287 "smarty_internal_templateparser.y" function yy_r60(){$this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } #line 2207 "smarty_internal_templateparser.php" #line 293 "smarty_internal_templateparser.y" function yy_r61(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } #line 2210 "smarty_internal_templateparser.php" #line 294 "smarty_internal_templateparser.y" function yy_r62(){ $this->yystack[$this->yyidx + -2]->minor[]=$this->yystack[$this->yyidx + 0]->minor; $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor; } #line 2213 "smarty_internal_templateparser.php" #line 296 "smarty_internal_templateparser.y" function yy_r63(){ $this->_retvalue = array('var' => $this->yystack[$this->yyidx + -2]->minor, 'value'=>$this->yystack[$this->yyidx + 0]->minor); } #line 2216 "smarty_internal_templateparser.php" #line 305 "smarty_internal_templateparser.y" function yy_r65(){$this->_retvalue = '$_smarty_tpl->getStreamVariable(\''. $this->yystack[$this->yyidx + -2]->minor .'://'. $this->yystack[$this->yyidx + 0]->minor . '\')'; } #line 2219 "smarty_internal_templateparser.php" #line 307 "smarty_internal_templateparser.y" function yy_r66(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . trim($this->yystack[$this->yyidx + -1]->minor) . $this->yystack[$this->yyidx + 0]->minor; } #line 2222 "smarty_internal_templateparser.php" #line 313 "smarty_internal_templateparser.y" function yy_r69(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } #line 2225 "smarty_internal_templateparser.php" #line 316 "smarty_internal_templateparser.y" function yy_r70(){ $this->_retvalue = $this->compiler->compileTag('private_modifier',array('modifier'=>$this->yystack[$this->yyidx + -1]->minor,'params'=>$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor)); } #line 2228 "smarty_internal_templateparser.php" #line 320 "smarty_internal_templateparser.y" function yy_r71(){$this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2231 "smarty_internal_templateparser.php" #line 321 "smarty_internal_templateparser.y" function yy_r72(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2234 "smarty_internal_templateparser.php" #line 322 "smarty_internal_templateparser.y" function yy_r73(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2237 "smarty_internal_templateparser.php" #line 324 "smarty_internal_templateparser.y" function yy_r75(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2240 "smarty_internal_templateparser.php" #line 325 "smarty_internal_templateparser.y" function yy_r76(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2243 "smarty_internal_templateparser.php" #line 326 "smarty_internal_templateparser.y" function yy_r77(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } #line 2246 "smarty_internal_templateparser.php" #line 327 "smarty_internal_templateparser.y" function yy_r78(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } #line 2249 "smarty_internal_templateparser.php" #line 328 "smarty_internal_templateparser.y" function yy_r79(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2252 "smarty_internal_templateparser.php" #line 329 "smarty_internal_templateparser.y" function yy_r80(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } #line 2255 "smarty_internal_templateparser.php" #line 335 "smarty_internal_templateparser.y" function yy_r86(){$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 2258 "smarty_internal_templateparser.php" #line 341 "smarty_internal_templateparser.y" function yy_r87(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '.$this->yystack[$this->yyidx + -2]->minor.' : '.$this->yystack[$this->yyidx + 0]->minor; } #line 2261 "smarty_internal_templateparser.php" #line 348 "smarty_internal_templateparser.y" function yy_r90(){ $this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } #line 2264 "smarty_internal_templateparser.php" #line 353 "smarty_internal_templateparser.y" function yy_r94(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } #line 2267 "smarty_internal_templateparser.php" #line 355 "smarty_internal_templateparser.y" function yy_r95(){ if (preg_match('~^true$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = 'true'; } elseif (preg_match('~^false$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = 'false'; } elseif (preg_match('~^null$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = 'null'; } else $this->_retvalue = "'".$this->yystack[$this->yyidx + 0]->minor."'"; } #line 2277 "smarty_internal_templateparser.php" #line 366 "smarty_internal_templateparser.y" function yy_r97(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } #line 2280 "smarty_internal_templateparser.php" #line 372 "smarty_internal_templateparser.y" function yy_r100(){if (!$this->template->security || $this->smarty->security_handler->isTrustedStaticClass($this->yystack[$this->yyidx + -2]->minor, $this->compiler)) { $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } } #line 2285 "smarty_internal_templateparser.php" #line 375 "smarty_internal_templateparser.y" function yy_r101(){ if ($this->yystack[$this->yyidx + -2]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',$this->yystack[$this->yyidx + -2]->minor['smarty_internal_index']).'::'.$this->yystack[$this->yyidx + 0]->minor;} else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor['var'] .')->value'.$this->yystack[$this->yyidx + -2]->minor['smarty_internal_index'].'::'.$this->yystack[$this->yyidx + 0]->minor; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor['var'],"'"), null, true, false)->nocache;} } #line 2289 "smarty_internal_templateparser.php" #line 378 "smarty_internal_templateparser.y" function yy_r102(){ $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 2292 "smarty_internal_templateparser.php" #line 387 "smarty_internal_templateparser.y" function yy_r103(){if ($this->yystack[$this->yyidx + 0]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']); } else { if (isset($this->compiler->local_var[$this->yystack[$this->yyidx + 0]->minor['var']])) { $this->_retvalue = '$_smarty_tpl->tpl_vars['. $this->yystack[$this->yyidx + 0]->minor['var'] .']->value'.$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']; } else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + 0]->minor['var'] .')->value'.$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']; } $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor['var'],"'"), null, true, false)->nocache;} } #line 2302 "smarty_internal_templateparser.php" #line 396 "smarty_internal_templateparser.y" function yy_r104(){if (isset($this->compiler->local_var[$this->yystack[$this->yyidx + -2]->minor])) { $this->_retvalue = '$_smarty_tpl->tpl_vars['. $this->yystack[$this->yyidx + -2]->minor .']->'.$this->yystack[$this->yyidx + 0]->minor; } else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor .')->'.$this->yystack[$this->yyidx + 0]->minor; } $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor,"'"), null, true, false)->nocache; } #line 2310 "smarty_internal_templateparser.php" #line 405 "smarty_internal_templateparser.y" function yy_r106(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } #line 2313 "smarty_internal_templateparser.php" #line 406 "smarty_internal_templateparser.y" function yy_r107(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } #line 2316 "smarty_internal_templateparser.php" #line 409 "smarty_internal_templateparser.y" function yy_r108(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'smarty_internal_index'=>$this->yystack[$this->yyidx + 0]->minor); } #line 2319 "smarty_internal_templateparser.php" #line 415 "smarty_internal_templateparser.y" function yy_r109(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2322 "smarty_internal_templateparser.php" #line 417 "smarty_internal_templateparser.y" function yy_r110(){return; } #line 2325 "smarty_internal_templateparser.php" #line 421 "smarty_internal_templateparser.y" function yy_r111(){ $this->_retvalue = '[$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + 0]->minor .')->value]'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable('$this->yystack[$this->yyidx + 0]->minor', null, true, false)->nocache; } #line 2328 "smarty_internal_templateparser.php" #line 422 "smarty_internal_templateparser.y" function yy_r112(){ $this->_retvalue = '[$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor .')->'.$this->yystack[$this->yyidx + 0]->minor.']'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor,"'"), null, true, false)->nocache; } #line 2331 "smarty_internal_templateparser.php" #line 423 "smarty_internal_templateparser.y" function yy_r113(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } #line 2334 "smarty_internal_templateparser.php" #line 424 "smarty_internal_templateparser.y" function yy_r114(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } #line 2337 "smarty_internal_templateparser.php" #line 425 "smarty_internal_templateparser.y" function yy_r115(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } #line 2340 "smarty_internal_templateparser.php" #line 427 "smarty_internal_templateparser.y" function yy_r116(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } #line 2343 "smarty_internal_templateparser.php" #line 428 "smarty_internal_templateparser.y" function yy_r117(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } #line 2346 "smarty_internal_templateparser.php" #line 432 "smarty_internal_templateparser.y" function yy_r119(){$this->_retvalue = ''; } #line 2349 "smarty_internal_templateparser.php" #line 440 "smarty_internal_templateparser.y" function yy_r121(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } #line 2352 "smarty_internal_templateparser.php" #line 442 "smarty_internal_templateparser.y" function yy_r122(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } #line 2355 "smarty_internal_templateparser.php" #line 444 "smarty_internal_templateparser.y" function yy_r123(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } #line 2358 "smarty_internal_templateparser.php" #line 449 "smarty_internal_templateparser.y" function yy_r124(){ if ($this->yystack[$this->yyidx + -1]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',$this->yystack[$this->yyidx + -1]->minor['smarty_internal_index']).$this->yystack[$this->yyidx + 0]->minor;} else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -1]->minor['var'] .')->value'.$this->yystack[$this->yyidx + -1]->minor['smarty_internal_index'].$this->yystack[$this->yyidx + 0]->minor; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -1]->minor['var'],"'"), null, true, false)->nocache;} } #line 2362 "smarty_internal_templateparser.php" #line 452 "smarty_internal_templateparser.y" function yy_r125(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } #line 2365 "smarty_internal_templateparser.php" #line 454 "smarty_internal_templateparser.y" function yy_r126(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2368 "smarty_internal_templateparser.php" #line 456 "smarty_internal_templateparser.y" function yy_r127(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2371 "smarty_internal_templateparser.php" #line 457 "smarty_internal_templateparser.y" function yy_r128(){ $this->_retvalue = '->{$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -1]->minor .')->value'.$this->yystack[$this->yyidx + 0]->minor.'}'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -1]->minor,"'"), null, true, false)->nocache; } #line 2374 "smarty_internal_templateparser.php" #line 458 "smarty_internal_templateparser.y" function yy_r129(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } #line 2377 "smarty_internal_templateparser.php" #line 459 "smarty_internal_templateparser.y" function yy_r130(){ $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } #line 2380 "smarty_internal_templateparser.php" #line 461 "smarty_internal_templateparser.y" function yy_r131(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } #line 2383 "smarty_internal_templateparser.php" #line 467 "smarty_internal_templateparser.y" function yy_r132(){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 2392 "smarty_internal_templateparser.php" #line 478 "smarty_internal_templateparser.y" function yy_r133(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } #line 2395 "smarty_internal_templateparser.php" #line 479 "smarty_internal_templateparser.y" function yy_r134(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -3]->minor .'\')->value;?>'; $this->_retvalue = '$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -1]->minor .')'; } #line 2398 "smarty_internal_templateparser.php" #line 483 "smarty_internal_templateparser.y" function yy_r135(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.",".$this->yystack[$this->yyidx + 0]->minor; } #line 2401 "smarty_internal_templateparser.php" #line 487 "smarty_internal_templateparser.y" function yy_r137(){ return; } #line 2404 "smarty_internal_templateparser.php" #line 492 "smarty_internal_templateparser.y" function yy_r138(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } #line 2407 "smarty_internal_templateparser.php" #line 502 "smarty_internal_templateparser.y" function yy_r143(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2410 "smarty_internal_templateparser.php" #line 504 "smarty_internal_templateparser.y" function yy_r144(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2413 "smarty_internal_templateparser.php" #line 515 "smarty_internal_templateparser.y" function yy_r145(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } #line 2416 "smarty_internal_templateparser.php" #line 519 "smarty_internal_templateparser.y" function yy_r147(){$this->_retvalue = ','.$this->yystack[$this->yyidx + 0]->minor; } #line 2419 "smarty_internal_templateparser.php" #line 523 "smarty_internal_templateparser.y" function yy_r149(){$this->_retvalue = '=='; } #line 2422 "smarty_internal_templateparser.php" #line 524 "smarty_internal_templateparser.y" function yy_r150(){$this->_retvalue = '!='; } #line 2425 "smarty_internal_templateparser.php" #line 525 "smarty_internal_templateparser.y" function yy_r151(){$this->_retvalue = '>'; } #line 2428 "smarty_internal_templateparser.php" #line 526 "smarty_internal_templateparser.y" function yy_r152(){$this->_retvalue = '<'; } #line 2431 "smarty_internal_templateparser.php" #line 527 "smarty_internal_templateparser.y" function yy_r153(){$this->_retvalue = '>='; } #line 2434 "smarty_internal_templateparser.php" #line 528 "smarty_internal_templateparser.y" function yy_r154(){$this->_retvalue = '<='; } #line 2437 "smarty_internal_templateparser.php" #line 529 "smarty_internal_templateparser.y" function yy_r155(){$this->_retvalue = '==='; } #line 2440 "smarty_internal_templateparser.php" #line 530 "smarty_internal_templateparser.y" function yy_r156(){$this->_retvalue = '!=='; } #line 2443 "smarty_internal_templateparser.php" #line 531 "smarty_internal_templateparser.y" function yy_r157(){$this->_retvalue = '%'; } #line 2446 "smarty_internal_templateparser.php" #line 533 "smarty_internal_templateparser.y" function yy_r158(){$this->_retvalue = '&&'; } #line 2449 "smarty_internal_templateparser.php" #line 534 "smarty_internal_templateparser.y" function yy_r159(){$this->_retvalue = '||'; } #line 2452 "smarty_internal_templateparser.php" #line 535 "smarty_internal_templateparser.y" function yy_r160(){$this->_retvalue = ' XOR '; } #line 2455 "smarty_internal_templateparser.php" #line 540 "smarty_internal_templateparser.y" function yy_r161(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } #line 2458 "smarty_internal_templateparser.php" #line 542 "smarty_internal_templateparser.y" function yy_r163(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } #line 2461 "smarty_internal_templateparser.php" #line 543 "smarty_internal_templateparser.y" function yy_r164(){ return; } #line 2464 "smarty_internal_templateparser.php" #line 544 "smarty_internal_templateparser.y" function yy_r165(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } #line 2467 "smarty_internal_templateparser.php" #line 545 "smarty_internal_templateparser.y" function yy_r166(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } #line 2470 "smarty_internal_templateparser.php" #line 552 "smarty_internal_templateparser.y" function yy_r168(){ $this->_retvalue = "''"; } #line 2473 "smarty_internal_templateparser.php" #line 553 "smarty_internal_templateparser.y" function yy_r169(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php(); } #line 2476 "smarty_internal_templateparser.php" #line 555 "smarty_internal_templateparser.y" function yy_r170(){ $this->yystack[$this->yyidx + -1]->minor->append_subtree($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } #line 2479 "smarty_internal_templateparser.php" #line 556 "smarty_internal_templateparser.y" function yy_r171(){ $this->_retvalue = new _smarty_doublequoted($this, $this->yystack[$this->yyidx + 0]->minor); } #line 2482 "smarty_internal_templateparser.php" #line 558 "smarty_internal_templateparser.y" function yy_r172(){ $this->_retvalue = new _smarty_code($this, $this->yystack[$this->yyidx + -1]->minor); } #line 2485 "smarty_internal_templateparser.php" #line 560 "smarty_internal_templateparser.y" function yy_r174(){if (isset($this->compiler->local_var["'".substr($this->yystack[$this->yyidx + 0]->minor,1)."'"])) { $this->_retvalue = new _smarty_code($this, '$_smarty_tpl->tpl_vars[\''. substr($this->yystack[$this->yyidx + 0]->minor,1) .'\']->value'); } else { $this->_retvalue = new _smarty_code($this, '$_smarty_tpl->getVariable(\''. substr($this->yystack[$this->yyidx + 0]->minor,1) .'\')->value'); } $this->compiler->tag_nocache = $this->compiler->tag_nocache | $this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor,"'"), null, true, false)->nocache; } #line 2494 "smarty_internal_templateparser.php" #line 568 "smarty_internal_templateparser.y" function yy_r176(){ $this->_retvalue = new _smarty_code($this, '('.$this->yystack[$this->yyidx + -1]->minor.')'); } #line 2497 "smarty_internal_templateparser.php" #line 569 "smarty_internal_templateparser.y" function yy_r177(){ $this->_retvalue = new _smarty_tag($this, $this->yystack[$this->yyidx + 0]->minor); } #line 2502 "smarty_internal_templateparser.php" #line 572 "smarty_internal_templateparser.y" function yy_r178(){ $this->_retvalue = new _smarty_dq_content($this, $this->yystack[$this->yyidx + 0]->minor); } #line 2505 "smarty_internal_templateparser.php" private $_retvalue; function yy_reduce($yyruleno) { $yymsp = $this->yystack[$this->yyidx]; if (self::$yyTraceFILE && $yyruleno >= 0 && $yyruleno < count(self::$yyRuleName)) { fprintf(self::$yyTraceFILE, "%sReduce (%d) [%s].\n", self::$yyTracePrompt, $yyruleno, self::$yyRuleName[$yyruleno]); } $this->_retvalue = $yy_lefthand_side = null; if (array_key_exists($yyruleno, self::$yyReduceMap)) { // call the action $this->_retvalue = null; $this->{'yy_r' . self::$yyReduceMap[$yyruleno]}(); $yy_lefthand_side = $this->_retvalue; } $yygoto = self::$yyRuleInfo[$yyruleno]['lhs']; $yysize = self::$yyRuleInfo[$yyruleno]['rhs']; $this->yyidx -= $yysize; for($i = $yysize; $i; $i--) { // pop all of the right-hand side parameters array_pop($this->yystack); } $yyact = $this->yy_find_reduce_action($this->yystack[$this->yyidx]->stateno, $yygoto); if ($yyact < self::YYNSTATE) { if (!self::$yyTraceFILE && $yysize) { $this->yyidx++; $x = new TP_yyStackEntry; $x->stateno = $yyact; $x->major = $yygoto; $x->minor = $yy_lefthand_side; $this->yystack[$this->yyidx] = $x; } else { $this->yy_shift($yyact, $yygoto, $yy_lefthand_side); } } elseif ($yyact == self::YYNSTATE + self::YYNRULE + 1) { $this->yy_accept(); } } function yy_parse_failed() { if (self::$yyTraceFILE) { fprintf(self::$yyTraceFILE, "%sFail!\n", self::$yyTracePrompt); } while ($this->yyidx >= 0) { $this->yy_pop_parser_stack(); } } function yy_syntax_error($yymajor, $TOKEN) { #line 73 "smarty_internal_templateparser.y" $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_template_error(); #line 2568 "smarty_internal_templateparser.php" } function yy_accept() { if (self::$yyTraceFILE) { fprintf(self::$yyTraceFILE, "%sAccept!\n", self::$yyTracePrompt); } while ($this->yyidx >= 0) { $stack = $this->yy_pop_parser_stack(); } #line 65 "smarty_internal_templateparser.y" $this->successful = !$this->internalError; $this->internalError = false; $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; #line 2586 "smarty_internal_templateparser.php" } function doParse($yymajor, $yytokenvalue) { $yyerrorhit = 0; /* True if yymajor has invoked an error */ if ($this->yyidx === null || $this->yyidx < 0) { $this->yyidx = 0; $this->yyerrcnt = -1; $x = new TP_yyStackEntry; $x->stateno = 0; $x->major = 0; $this->yystack = array(); array_push($this->yystack, $x); } $yyendofinput = ($yymajor==0); if (self::$yyTraceFILE) { fprintf(self::$yyTraceFILE, "%sInput %s\n", self::$yyTracePrompt, $this->yyTokenName[$yymajor]); } do { $yyact = $this->yy_find_shift_action($yymajor); if ($yymajor < self::YYERRORSYMBOL && !$this->yy_is_expected_token($yymajor)) { // force a syntax error $yyact = self::YY_ERROR_ACTION; } if ($yyact < self::YYNSTATE) { $this->yy_shift($yyact, $yymajor, $yytokenvalue); $this->yyerrcnt--; if ($yyendofinput && $this->yyidx >= 0) { $yymajor = 0; } else { $yymajor = self::YYNOCODE; } } elseif ($yyact < self::YYNSTATE + self::YYNRULE) { $this->yy_reduce($yyact - self::YYNSTATE); } elseif ($yyact == self::YY_ERROR_ACTION) { if (self::$yyTraceFILE) { fprintf(self::$yyTraceFILE, "%sSyntax Error!\n", self::$yyTracePrompt); } if (self::YYERRORSYMBOL) { if ($this->yyerrcnt < 0) { $this->yy_syntax_error($yymajor, $yytokenvalue); } $yymx = $this->yystack[$this->yyidx]->major; if ($yymx == self::YYERRORSYMBOL || $yyerrorhit ){ if (self::$yyTraceFILE) { fprintf(self::$yyTraceFILE, "%sDiscard input token %s\n", self::$yyTracePrompt, $this->yyTokenName[$yymajor]); } $this->yy_destructor($yymajor, $yytokenvalue); $yymajor = self::YYNOCODE; } else { while ($this->yyidx >= 0 && $yymx != self::YYERRORSYMBOL && ($yyact = $this->yy_find_shift_action(self::YYERRORSYMBOL)) >= self::YYNSTATE ){ $this->yy_pop_parser_stack(); } if ($this->yyidx < 0 || $yymajor==0) { $this->yy_destructor($yymajor, $yytokenvalue); $this->yy_parse_failed(); $yymajor = self::YYNOCODE; } elseif ($yymx != self::YYERRORSYMBOL) { $u2 = 0; $this->yy_shift($yyact, self::YYERRORSYMBOL, $u2); } } $this->yyerrcnt = 3; $yyerrorhit = 1; } else { if ($this->yyerrcnt <= 0) { $this->yy_syntax_error($yymajor, $yytokenvalue); } $this->yyerrcnt = 3; $this->yy_destructor($yymajor, $yytokenvalue); if ($yyendofinput) { $this->yy_parse_failed(); } $yymajor = self::YYNOCODE; } } else { $this->yy_accept(); $yymajor = self::YYNOCODE; } } while ($yymajor != self::YYNOCODE && $this->yyidx >= 0); } } ?>