diff --git a/change_log.txt b/change_log.txt index 2bc6d04a..2875a1a4 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,8 @@ +14/11/2010 +- bugfix isset() did not allow multiple parameter +- improvment of some error messages +- bugfix html_image did use removed property $request_use_auto_globals + 13/11/2010 - bugfix overloading problem when $smarty->fetch()/display() have been used in plugins (introduced with 3.0.2) @@ -34,7 +39,7 @@ 09/11/2010 -bugfix on complex expressions as start value for {for} tag - +request_use_auto_globals 04/11/2010 - bugfix do not allow access of dynamic and private object members of assigned objects when security is enabled. diff --git a/libs/plugins/function.html_image.php b/libs/plugins/function.html_image.php index 57c26658..abb7b578 100644 --- a/libs/plugins/function.html_image.php +++ b/libs/plugins/function.html_image.php @@ -45,7 +45,7 @@ function smarty_function_html_image($params, $template) $prefix = ''; $suffix = ''; $path_prefix = ''; - $server_vars = ($template->request_use_auto_globals) ? $_SERVER : $GLOBALS['HTTP_SERVER_VARS']; + $server_vars = $_SERVER; $basedir = isset($server_vars['DOCUMENT_ROOT']) ? $server_vars['DOCUMENT_ROOT'] : ''; foreach($params as $_key => $_val) { switch ($_key) { diff --git a/libs/sysplugins/smarty_internal_compile_block.php b/libs/sysplugins/smarty_internal_compile_block.php index 2cc03ee7..1bea4982 100644 --- a/libs/sysplugins/smarty_internal_compile_block.php +++ b/libs/sysplugins/smarty_internal_compile_block.php @@ -50,7 +50,8 @@ class Smarty_Internal_Compile_Block extends Smarty_Internal_CompileBase { $_ldl = preg_quote($template->smarty->left_delimiter); if (0 == preg_match("!({$_ldl}block\s+)(name=)?(\w+|'\w+'|\"\w+\")(\s*?)?((append|prepend|nocache)(=true)?)?(\s*{$_rdl})!", $block_tag, $_match)) { - $template->compiler_object->trigger_template_error('Illegal {block} tag syntax'); + $error_text = 'Syntax Error in template "' . $template->getTemplateFilepath() . '" "' . htmlspecialchars($block_tag) . '" illegal options'; + throw new SmartyCompilerException($error_text); } else { $_name = trim($_match[3], '\'"'); // replace {$smarty.block.child} @@ -101,7 +102,11 @@ class Smarty_Internal_Compile_Block extends Smarty_Internal_CompileBase { } } if ($_name == null) { - $compiler->trigger_template_error('{$smarty.block.child} used out of context'); + $compiler->trigger_template_error('{$smarty.block.child} used out of context', $this->compiler->lex->taglineno); + } + // undefined child? + if (!isset($compiler->template->block_data[$_name])) { + return ''; } $_tpl = new Smarty_Internal_template ('eval:' . $compiler->template->block_data[$_name]['source'], $compiler->smarty, $compiler->template, $compiler->template->cache_id, $compiler->template->compile_id = null, $compiler->template->caching, $compiler->template->cache_lifetime); diff --git a/libs/sysplugins/smarty_internal_compile_foreach.php b/libs/sysplugins/smarty_internal_compile_foreach.php index 9564c6a2..6ad1e07e 100644 --- a/libs/sysplugins/smarty_internal_compile_foreach.php +++ b/libs/sysplugins/smarty_internal_compile_foreach.php @@ -37,7 +37,7 @@ class Smarty_Internal_Compile_Foreach extends Smarty_Internal_CompileBase { $item = $_attr['item']; if (substr_compare("\$_smarty_tpl->getVariable($item)", $from,0, strlen("\$_smarty_tpl->getVariable($item)")) == 0) { - $this->compiler->trigger_template_error("item parameter {$item} may not be the same parameter at 'from'"); + $this->compiler->trigger_template_error("item variable {$item} may not be the same variable as at 'from'", $this->compiler->lex->taglineno); } if (isset($_attr['key'])) { diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index c06df6d1..df619aa6 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -219,543 +219,541 @@ class Smarty_Internal_Templateparser#line 79 "smarty_internal_templateparser.php const YY_ACCEPT_ACTION = 572; const YY_ERROR_ACTION = 571; - const YY_SZ_ACTTAB = 2401; + const YY_SZ_ACTTAB = 2397; static public $yy_action = array( - /* 0 */ 191, 304, 303, 306, 305, 307, 302, 301, 297, 296, - /* 10 */ 298, 299, 300, 168, 334, 325, 37, 341, 152, 3, - /* 20 */ 38, 38, 215, 281, 201, 218, 360, 128, 277, 133, - /* 30 */ 33, 243, 270, 209, 50, 44, 49, 43, 13, 9, - /* 40 */ 354, 361, 19, 35, 362, 370, 30, 20, 320, 315, - /* 50 */ 311, 310, 316, 103, 265, 279, 168, 309, 319, 356, - /* 60 */ 191, 38, 371, 372, 373, 369, 368, 364, 363, 365, - /* 70 */ 366, 367, 349, 268, 191, 269, 331, 170, 25, 219, - /* 80 */ 202, 38, 213, 52, 252, 116, 115, 176, 440, 324, - /* 90 */ 17, 14, 284, 348, 440, 38, 359, 352, 3, 330, - /* 100 */ 226, 572, 91, 239, 303, 306, 128, 169, 50, 44, - /* 110 */ 49, 43, 13, 9, 354, 361, 19, 35, 362, 370, - /* 120 */ 30, 20, 3, 272, 7, 146, 437, 204, 102, 38, - /* 130 */ 128, 10, 437, 112, 322, 277, 371, 372, 373, 369, - /* 140 */ 368, 364, 363, 365, 366, 367, 349, 268, 191, 357, - /* 150 */ 331, 179, 238, 142, 202, 275, 213, 61, 18, 116, - /* 160 */ 3, 274, 41, 295, 24, 135, 284, 348, 128, 38, - /* 170 */ 359, 352, 18, 330, 18, 274, 41, 274, 233, 192, - /* 180 */ 232, 38, 50, 44, 49, 43, 13, 9, 354, 361, - /* 190 */ 19, 35, 362, 370, 30, 20, 18, 283, 18, 274, - /* 200 */ 15, 274, 228, 119, 185, 18, 236, 155, 274, 8, + /* 0 */ 195, 304, 303, 306, 305, 307, 302, 301, 297, 296, + /* 10 */ 298, 299, 300, 168, 436, 325, 37, 341, 356, 2, + /* 20 */ 40, 40, 228, 281, 230, 216, 169, 119, 155, 132, + /* 30 */ 275, 266, 270, 214, 49, 44, 47, 42, 9, 11, + /* 40 */ 354, 361, 10, 18, 362, 370, 35, 20, 320, 315, + /* 50 */ 311, 310, 316, 104, 249, 347, 168, 309, 319, 227, + /* 60 */ 195, 40, 371, 372, 373, 369, 368, 364, 363, 365, + /* 70 */ 366, 367, 349, 268, 195, 269, 331, 167, 335, 226, + /* 80 */ 219, 40, 220, 54, 164, 116, 117, 572, 92, 240, + /* 90 */ 303, 306, 284, 348, 277, 40, 359, 352, 16, 330, + /* 100 */ 39, 274, 41, 206, 19, 275, 118, 322, 49, 44, + /* 110 */ 47, 42, 9, 11, 354, 361, 10, 18, 362, 370, + /* 120 */ 35, 20, 357, 158, 16, 160, 440, 274, 102, 17, + /* 130 */ 16, 40, 440, 274, 41, 277, 371, 372, 373, 369, + /* 140 */ 368, 364, 363, 365, 366, 367, 349, 268, 195, 145, + /* 150 */ 331, 181, 165, 129, 219, 101, 220, 69, 16, 116, + /* 160 */ 2, 274, 277, 295, 24, 138, 284, 348, 119, 40, + /* 170 */ 359, 352, 184, 330, 234, 173, 335, 7, 181, 28, + /* 180 */ 200, 25, 49, 44, 47, 42, 9, 11, 354, 361, + /* 190 */ 10, 18, 362, 370, 35, 20, 16, 14, 46, 274, + /* 200 */ 13, 2, 234, 113, 16, 285, 244, 274, 21, 119, /* 210 */ 371, 372, 373, 369, 368, 364, 363, 365, 366, 367, - /* 220 */ 349, 268, 191, 167, 331, 281, 148, 173, 202, 101, - /* 230 */ 213, 61, 21, 116, 120, 158, 277, 12, 11, 135, - /* 240 */ 284, 348, 228, 38, 359, 352, 159, 330, 39, 230, - /* 250 */ 179, 40, 179, 27, 200, 260, 50, 44, 49, 43, - /* 260 */ 13, 9, 354, 361, 19, 35, 362, 370, 30, 20, - /* 270 */ 3, 144, 48, 442, 100, 185, 339, 312, 128, 442, - /* 280 */ 8, 277, 191, 38, 371, 372, 373, 369, 368, 364, - /* 290 */ 363, 365, 366, 367, 349, 268, 191, 179, 331, 259, - /* 300 */ 94, 147, 202, 38, 213, 61, 48, 116, 229, 18, - /* 310 */ 48, 277, 274, 321, 284, 348, 38, 38, 359, 352, - /* 320 */ 313, 330, 275, 439, 206, 23, 38, 285, 257, 439, - /* 330 */ 50, 44, 49, 43, 13, 9, 354, 361, 19, 35, - /* 340 */ 362, 370, 30, 20, 287, 436, 286, 141, 175, 335, - /* 350 */ 267, 38, 114, 231, 281, 2, 48, 277, 371, 372, - /* 360 */ 373, 369, 368, 364, 363, 365, 366, 367, 349, 268, - /* 370 */ 191, 331, 164, 177, 150, 202, 174, 213, 61, 162, - /* 380 */ 116, 191, 277, 18, 277, 180, 274, 284, 348, 277, - /* 390 */ 38, 359, 352, 275, 330, 96, 436, 271, 210, 38, - /* 400 */ 275, 223, 38, 38, 50, 44, 49, 43, 13, 9, - /* 410 */ 354, 361, 19, 35, 362, 370, 30, 20, 345, 278, - /* 420 */ 151, 327, 220, 18, 38, 38, 274, 38, 166, 335, - /* 430 */ 277, 126, 371, 372, 373, 369, 368, 364, 363, 365, - /* 440 */ 366, 367, 349, 268, 191, 331, 177, 222, 143, 202, - /* 450 */ 131, 197, 68, 121, 116, 224, 203, 276, 277, 178, - /* 460 */ 135, 284, 348, 38, 330, 359, 352, 346, 330, 275, - /* 470 */ 227, 347, 18, 38, 318, 208, 317, 38, 50, 44, - /* 480 */ 49, 43, 13, 9, 354, 361, 19, 35, 362, 370, - /* 490 */ 30, 20, 191, 153, 149, 294, 329, 18, 119, 240, - /* 500 */ 225, 38, 38, 277, 277, 38, 371, 372, 373, 369, - /* 510 */ 368, 364, 363, 365, 366, 367, 349, 268, 326, 177, - /* 520 */ 177, 156, 18, 275, 38, 207, 50, 44, 49, 43, - /* 530 */ 13, 9, 354, 361, 19, 35, 362, 370, 30, 20, - /* 540 */ 99, 280, 247, 248, 336, 266, 323, 38, 6, 38, - /* 550 */ 38, 38, 117, 321, 371, 372, 373, 369, 368, 364, - /* 560 */ 363, 365, 366, 367, 349, 268, 191, 331, 172, 335, - /* 570 */ 353, 202, 256, 213, 74, 160, 116, 130, 38, 48, - /* 580 */ 333, 254, 28, 284, 348, 277, 38, 359, 352, 258, - /* 590 */ 330, 328, 255, 281, 4, 38, 18, 38, 38, 196, - /* 600 */ 50, 44, 49, 43, 13, 9, 354, 361, 19, 35, - /* 610 */ 362, 370, 30, 20, 191, 288, 89, 2, 127, 234, - /* 620 */ 48, 293, 130, 264, 289, 341, 204, 93, 371, 372, - /* 630 */ 373, 369, 368, 364, 363, 365, 366, 367, 349, 268, - /* 640 */ 321, 253, 229, 118, 34, 134, 90, 5, 50, 44, - /* 650 */ 49, 43, 13, 9, 354, 361, 19, 35, 362, 370, - /* 660 */ 30, 20, 338, 157, 165, 161, 314, 286, 135, 16, - /* 670 */ 275, 332, 42, 123, 277, 277, 371, 372, 373, 369, - /* 680 */ 368, 364, 363, 365, 366, 367, 349, 268, 191, 331, - /* 690 */ 263, 122, 95, 202, 108, 213, 72, 214, 116, 242, - /* 700 */ 136, 108, 245, 106, 321, 284, 348, 321, 132, 359, - /* 710 */ 352, 171, 330, 321, 321, 273, 321, 177, 191, 104, - /* 720 */ 275, 29, 50, 44, 49, 43, 13, 9, 354, 361, - /* 730 */ 19, 35, 362, 370, 30, 20, 105, 308, 318, 318, - /* 740 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 321, - /* 750 */ 371, 372, 373, 369, 368, 364, 363, 365, 366, 367, - /* 760 */ 349, 268, 191, 331, 318, 318, 318, 202, 318, 213, - /* 770 */ 55, 318, 116, 318, 137, 97, 318, 261, 318, 284, - /* 780 */ 348, 318, 318, 359, 352, 318, 330, 321, 321, 318, - /* 790 */ 318, 318, 318, 318, 318, 318, 50, 44, 49, 43, - /* 800 */ 13, 9, 354, 361, 19, 35, 362, 370, 30, 20, - /* 810 */ 191, 31, 318, 318, 318, 318, 318, 318, 318, 318, - /* 820 */ 318, 318, 318, 318, 371, 372, 373, 369, 368, 364, - /* 830 */ 363, 365, 366, 367, 349, 268, 318, 318, 318, 318, - /* 840 */ 318, 318, 318, 318, 50, 44, 49, 43, 13, 9, - /* 850 */ 354, 361, 19, 35, 362, 370, 30, 20, 191, 318, - /* 860 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, - /* 870 */ 318, 318, 371, 372, 373, 369, 368, 364, 363, 365, - /* 880 */ 366, 367, 349, 268, 318, 318, 318, 318, 318, 318, - /* 890 */ 318, 318, 50, 44, 49, 43, 13, 9, 354, 361, - /* 900 */ 19, 35, 362, 370, 30, 20, 191, 318, 221, 318, - /* 910 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, - /* 920 */ 371, 372, 373, 369, 368, 364, 363, 365, 366, 367, - /* 930 */ 349, 268, 318, 318, 217, 318, 318, 318, 318, 318, - /* 940 */ 50, 44, 49, 43, 13, 9, 354, 361, 19, 35, - /* 950 */ 362, 370, 30, 20, 191, 318, 318, 318, 318, 318, - /* 960 */ 318, 318, 318, 318, 318, 318, 318, 318, 371, 372, - /* 970 */ 373, 369, 368, 364, 363, 365, 366, 367, 349, 268, - /* 980 */ 318, 318, 318, 318, 318, 318, 318, 318, 50, 44, - /* 990 */ 49, 43, 13, 9, 354, 361, 19, 35, 362, 370, - /* 1000 */ 30, 20, 191, 318, 318, 318, 318, 318, 318, 318, - /* 1010 */ 318, 318, 318, 318, 318, 246, 371, 372, 373, 369, + /* 220 */ 349, 268, 195, 223, 331, 261, 141, 6, 219, 103, + /* 230 */ 220, 69, 232, 116, 206, 16, 277, 324, 274, 353, + /* 240 */ 284, 348, 40, 40, 359, 352, 135, 330, 229, 23, + /* 250 */ 217, 318, 181, 317, 203, 242, 49, 44, 47, 42, + /* 260 */ 9, 11, 354, 361, 10, 18, 362, 370, 35, 20, + /* 270 */ 195, 334, 22, 150, 128, 143, 286, 40, 174, 335, + /* 280 */ 281, 115, 211, 277, 371, 372, 373, 369, 368, 364, + /* 290 */ 363, 365, 366, 367, 349, 268, 313, 279, 281, 178, + /* 300 */ 210, 208, 40, 40, 49, 44, 47, 42, 9, 11, + /* 310 */ 354, 361, 10, 18, 362, 370, 35, 20, 195, 152, + /* 320 */ 245, 166, 278, 275, 100, 34, 40, 215, 40, 277, + /* 330 */ 134, 252, 371, 372, 373, 369, 368, 364, 363, 365, + /* 340 */ 366, 367, 349, 268, 330, 178, 209, 199, 16, 339, + /* 350 */ 21, 274, 49, 44, 47, 42, 9, 11, 354, 361, + /* 360 */ 10, 18, 362, 370, 35, 20, 260, 256, 177, 439, + /* 370 */ 437, 345, 40, 250, 33, 439, 437, 40, 175, 40, + /* 380 */ 371, 372, 373, 369, 368, 364, 363, 365, 366, 367, + /* 390 */ 349, 268, 195, 337, 331, 172, 263, 3, 219, 21, + /* 400 */ 220, 69, 46, 116, 2, 12, 8, 180, 138, 4, + /* 410 */ 284, 348, 119, 2, 359, 352, 246, 330, 181, 442, + /* 420 */ 16, 119, 32, 224, 193, 442, 49, 44, 47, 42, + /* 430 */ 9, 11, 354, 361, 10, 18, 362, 370, 35, 20, + /* 440 */ 195, 276, 336, 146, 184, 360, 195, 40, 40, 7, + /* 450 */ 5, 195, 46, 277, 371, 372, 373, 369, 368, 364, + /* 460 */ 363, 365, 366, 367, 349, 268, 436, 40, 16, 178, + /* 470 */ 16, 221, 40, 233, 49, 44, 47, 42, 9, 11, + /* 480 */ 354, 361, 10, 18, 362, 370, 35, 20, 195, 29, + /* 490 */ 255, 154, 327, 326, 267, 232, 171, 121, 40, 40, + /* 500 */ 40, 277, 371, 372, 373, 369, 368, 364, 363, 365, + /* 510 */ 366, 367, 349, 268, 283, 280, 16, 178, 287, 192, + /* 520 */ 131, 40, 49, 44, 47, 42, 9, 11, 354, 361, + /* 530 */ 10, 18, 362, 370, 35, 20, 281, 46, 271, 312, + /* 540 */ 272, 329, 333, 237, 40, 40, 40, 40, 40, 40, + /* 550 */ 371, 372, 373, 369, 368, 364, 363, 365, 366, 367, + /* 560 */ 349, 268, 195, 170, 254, 328, 153, 16, 38, 97, + /* 570 */ 274, 40, 46, 374, 40, 346, 277, 112, 27, 12, + /* 580 */ 8, 40, 218, 323, 228, 176, 230, 4, 293, 289, + /* 590 */ 321, 132, 181, 91, 270, 214, 49, 44, 47, 42, + /* 600 */ 9, 11, 354, 361, 10, 18, 362, 370, 35, 20, + /* 610 */ 195, 262, 288, 259, 294, 213, 46, 40, 253, 135, + /* 620 */ 40, 138, 120, 137, 371, 372, 373, 369, 368, 364, + /* 630 */ 363, 365, 366, 367, 349, 268, 321, 124, 342, 26, + /* 640 */ 340, 90, 127, 286, 49, 44, 47, 42, 9, 11, + /* 650 */ 354, 361, 10, 18, 362, 370, 35, 20, 147, 113, + /* 660 */ 222, 341, 314, 138, 332, 275, 123, 15, 277, 308, + /* 670 */ 40, 248, 371, 372, 373, 369, 368, 364, 363, 365, + /* 680 */ 366, 367, 349, 268, 195, 30, 331, 157, 133, 142, + /* 690 */ 219, 139, 220, 80, 159, 116, 178, 277, 338, 277, + /* 700 */ 275, 122, 284, 348, 277, 40, 359, 352, 275, 330, + /* 710 */ 275, 195, 243, 43, 321, 275, 99, 105, 49, 44, + /* 720 */ 47, 42, 9, 11, 354, 361, 10, 18, 362, 370, + /* 730 */ 35, 20, 195, 144, 148, 225, 236, 273, 318, 318, + /* 740 */ 318, 318, 318, 277, 277, 95, 371, 372, 373, 369, + /* 750 */ 368, 364, 363, 365, 366, 367, 349, 268, 321, 318, + /* 760 */ 231, 318, 318, 318, 318, 318, 49, 44, 47, 42, + /* 770 */ 9, 11, 354, 361, 10, 18, 362, 370, 35, 20, + /* 780 */ 149, 140, 318, 318, 318, 318, 318, 318, 318, 318, + /* 790 */ 277, 277, 318, 318, 371, 372, 373, 369, 368, 364, + /* 800 */ 363, 365, 366, 367, 349, 268, 195, 331, 318, 318, + /* 810 */ 318, 189, 318, 220, 72, 318, 116, 318, 106, 107, + /* 820 */ 318, 258, 94, 284, 348, 96, 318, 359, 352, 318, + /* 830 */ 330, 321, 321, 318, 318, 321, 318, 318, 321, 318, + /* 840 */ 49, 44, 47, 42, 9, 11, 354, 361, 10, 18, + /* 850 */ 362, 370, 35, 20, 98, 318, 318, 318, 318, 318, + /* 860 */ 318, 318, 318, 318, 318, 318, 318, 321, 371, 372, + /* 870 */ 373, 369, 368, 364, 363, 365, 366, 367, 349, 268, + /* 880 */ 195, 331, 318, 318, 318, 111, 136, 109, 51, 318, + /* 890 */ 110, 318, 318, 318, 318, 251, 318, 284, 348, 321, + /* 900 */ 318, 359, 352, 318, 330, 318, 318, 318, 318, 318, + /* 910 */ 318, 318, 318, 318, 49, 44, 47, 42, 9, 11, + /* 920 */ 354, 361, 10, 18, 362, 370, 35, 20, 318, 318, + /* 930 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, + /* 940 */ 318, 318, 371, 372, 373, 369, 368, 364, 363, 365, + /* 950 */ 366, 367, 349, 268, 195, 331, 318, 318, 318, 219, + /* 960 */ 318, 220, 70, 318, 116, 318, 318, 318, 318, 179, + /* 970 */ 318, 284, 348, 318, 318, 359, 352, 318, 330, 318, + /* 980 */ 318, 318, 318, 318, 318, 318, 318, 318, 49, 44, + /* 990 */ 47, 42, 9, 11, 354, 361, 10, 18, 362, 370, + /* 1000 */ 35, 20, 195, 318, 318, 318, 318, 318, 318, 318, + /* 1010 */ 318, 318, 318, 318, 318, 318, 371, 372, 373, 369, /* 1020 */ 368, 364, 363, 365, 366, 367, 349, 268, 318, 318, - /* 1030 */ 318, 318, 318, 318, 318, 318, 50, 44, 49, 43, - /* 1040 */ 13, 9, 354, 361, 19, 35, 362, 370, 30, 20, - /* 1050 */ 191, 318, 318, 318, 318, 318, 318, 318, 318, 318, + /* 1030 */ 318, 318, 318, 318, 318, 318, 49, 44, 47, 42, + /* 1040 */ 9, 11, 354, 361, 10, 18, 362, 370, 35, 20, + /* 1050 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, /* 1060 */ 318, 318, 318, 318, 371, 372, 373, 369, 368, 364, - /* 1070 */ 363, 365, 366, 367, 349, 268, 318, 337, 318, 318, - /* 1080 */ 318, 318, 318, 318, 50, 44, 49, 43, 13, 9, - /* 1090 */ 354, 361, 19, 35, 362, 370, 30, 20, 318, 318, - /* 1100 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, - /* 1110 */ 318, 318, 371, 372, 373, 369, 368, 364, 363, 365, - /* 1120 */ 366, 367, 349, 268, 50, 44, 49, 43, 13, 9, - /* 1130 */ 354, 361, 19, 35, 362, 370, 30, 20, 318, 318, - /* 1140 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, - /* 1150 */ 318, 318, 371, 372, 373, 369, 368, 364, 363, 365, - /* 1160 */ 366, 367, 349, 268, 318, 318, 318, 318, 37, 318, - /* 1170 */ 129, 186, 318, 331, 215, 318, 201, 351, 318, 213, - /* 1180 */ 318, 133, 116, 318, 270, 209, 216, 318, 318, 45, - /* 1190 */ 355, 442, 318, 359, 352, 318, 330, 442, 318, 318, - /* 1200 */ 318, 318, 318, 32, 212, 318, 46, 47, 292, 205, - /* 1210 */ 350, 318, 318, 96, 1, 241, 318, 318, 318, 37, - /* 1220 */ 318, 129, 193, 318, 48, 215, 318, 201, 92, 318, - /* 1230 */ 318, 318, 133, 318, 318, 270, 209, 216, 318, 318, - /* 1240 */ 45, 318, 318, 318, 318, 318, 331, 318, 318, 318, - /* 1250 */ 195, 318, 213, 73, 32, 116, 318, 46, 47, 292, - /* 1260 */ 205, 350, 284, 348, 96, 1, 359, 352, 318, 330, - /* 1270 */ 37, 318, 114, 193, 318, 318, 215, 318, 201, 92, - /* 1280 */ 194, 235, 318, 133, 318, 318, 270, 209, 216, 318, - /* 1290 */ 318, 45, 318, 318, 318, 318, 318, 331, 318, 318, - /* 1300 */ 318, 195, 318, 213, 73, 36, 116, 318, 46, 47, - /* 1310 */ 292, 205, 350, 284, 348, 96, 1, 359, 352, 318, - /* 1320 */ 330, 37, 318, 129, 189, 318, 318, 215, 318, 201, - /* 1330 */ 92, 318, 244, 318, 133, 318, 318, 270, 209, 216, - /* 1340 */ 318, 318, 45, 318, 318, 318, 318, 318, 331, 318, - /* 1350 */ 318, 318, 202, 318, 213, 66, 32, 116, 318, 46, - /* 1360 */ 47, 292, 205, 350, 284, 348, 96, 1, 359, 352, - /* 1370 */ 318, 330, 37, 318, 129, 181, 318, 318, 215, 318, - /* 1380 */ 201, 92, 318, 318, 318, 133, 318, 318, 270, 209, - /* 1390 */ 216, 318, 318, 45, 318, 318, 318, 318, 318, 331, - /* 1400 */ 318, 318, 318, 202, 318, 213, 77, 32, 116, 318, - /* 1410 */ 46, 47, 292, 205, 350, 284, 348, 96, 1, 359, - /* 1420 */ 352, 318, 330, 37, 318, 129, 182, 318, 318, 215, - /* 1430 */ 318, 201, 92, 318, 318, 318, 133, 318, 318, 270, - /* 1440 */ 209, 198, 318, 318, 45, 318, 318, 318, 318, 318, - /* 1450 */ 331, 318, 318, 318, 187, 318, 213, 83, 32, 116, - /* 1460 */ 318, 46, 47, 292, 205, 350, 284, 348, 96, 1, - /* 1470 */ 359, 352, 318, 330, 37, 318, 113, 193, 318, 318, - /* 1480 */ 215, 318, 201, 92, 318, 318, 318, 133, 318, 318, - /* 1490 */ 270, 209, 216, 318, 318, 45, 318, 318, 318, 318, - /* 1500 */ 318, 331, 318, 318, 318, 202, 318, 213, 71, 32, - /* 1510 */ 116, 318, 46, 47, 292, 205, 350, 284, 348, 96, - /* 1520 */ 1, 359, 352, 318, 330, 37, 318, 124, 88, 318, - /* 1530 */ 318, 215, 318, 201, 92, 318, 318, 318, 133, 318, - /* 1540 */ 318, 270, 209, 216, 318, 318, 45, 318, 318, 318, - /* 1550 */ 318, 318, 331, 318, 318, 318, 202, 318, 213, 81, - /* 1560 */ 32, 116, 318, 46, 47, 292, 205, 350, 284, 348, - /* 1570 */ 96, 1, 359, 352, 318, 330, 37, 318, 129, 183, - /* 1580 */ 318, 318, 215, 318, 201, 92, 318, 318, 318, 133, - /* 1590 */ 318, 318, 270, 209, 216, 318, 318, 45, 318, 318, - /* 1600 */ 318, 318, 318, 331, 318, 318, 318, 202, 318, 213, - /* 1610 */ 58, 32, 116, 318, 46, 47, 292, 205, 350, 284, - /* 1620 */ 348, 96, 1, 359, 352, 318, 330, 37, 318, 125, - /* 1630 */ 193, 318, 318, 215, 318, 201, 92, 318, 318, 318, - /* 1640 */ 133, 318, 318, 270, 209, 216, 318, 318, 45, 318, - /* 1650 */ 318, 318, 318, 318, 331, 318, 318, 318, 190, 318, - /* 1660 */ 213, 53, 32, 116, 318, 46, 47, 292, 205, 350, - /* 1670 */ 284, 348, 96, 1, 359, 352, 318, 330, 37, 318, - /* 1680 */ 114, 193, 318, 318, 215, 318, 201, 92, 318, 318, - /* 1690 */ 318, 133, 318, 318, 270, 209, 216, 318, 318, 45, - /* 1700 */ 318, 318, 318, 318, 318, 331, 318, 318, 318, 111, - /* 1710 */ 318, 107, 54, 36, 109, 318, 46, 47, 292, 205, - /* 1720 */ 350, 284, 348, 96, 318, 359, 352, 318, 330, 37, - /* 1730 */ 318, 114, 199, 318, 318, 215, 318, 201, 92, 318, - /* 1740 */ 318, 318, 133, 318, 318, 270, 209, 216, 483, 318, - /* 1750 */ 45, 318, 318, 318, 483, 318, 483, 318, 483, 483, - /* 1760 */ 318, 483, 139, 318, 36, 173, 483, 46, 47, 292, - /* 1770 */ 205, 350, 277, 318, 96, 12, 11, 318, 318, 318, - /* 1780 */ 318, 483, 3, 483, 318, 318, 318, 318, 179, 92, - /* 1790 */ 128, 318, 318, 163, 483, 331, 98, 318, 318, 202, - /* 1800 */ 318, 213, 84, 277, 116, 318, 12, 11, 483, 318, - /* 1810 */ 318, 284, 348, 318, 318, 359, 352, 318, 330, 179, - /* 1820 */ 331, 318, 318, 318, 202, 318, 213, 85, 318, 116, - /* 1830 */ 318, 318, 318, 318, 318, 318, 284, 348, 318, 318, - /* 1840 */ 359, 352, 331, 330, 318, 318, 184, 318, 213, 63, - /* 1850 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, - /* 1860 */ 318, 318, 359, 352, 331, 330, 318, 318, 202, 318, - /* 1870 */ 213, 75, 318, 116, 318, 318, 318, 318, 318, 318, - /* 1880 */ 284, 348, 331, 318, 359, 352, 202, 330, 213, 62, - /* 1890 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, - /* 1900 */ 318, 318, 359, 352, 318, 330, 318, 331, 318, 318, - /* 1910 */ 318, 202, 318, 213, 76, 318, 116, 318, 318, 318, - /* 1920 */ 318, 318, 318, 284, 348, 318, 318, 359, 352, 318, - /* 1930 */ 330, 318, 318, 318, 374, 318, 318, 318, 318, 22, - /* 1940 */ 318, 318, 331, 318, 318, 215, 202, 201, 213, 60, - /* 1950 */ 318, 116, 133, 318, 318, 270, 209, 318, 284, 348, - /* 1960 */ 318, 318, 359, 352, 331, 330, 318, 318, 202, 318, - /* 1970 */ 213, 80, 318, 116, 318, 318, 318, 318, 318, 318, - /* 1980 */ 284, 348, 318, 318, 359, 352, 331, 330, 318, 318, - /* 1990 */ 202, 318, 213, 82, 318, 116, 318, 318, 318, 343, - /* 2000 */ 26, 340, 284, 348, 318, 318, 359, 352, 318, 330, - /* 2010 */ 331, 318, 318, 318, 202, 318, 213, 87, 318, 116, - /* 2020 */ 318, 318, 318, 318, 318, 318, 284, 348, 331, 318, - /* 2030 */ 359, 352, 202, 330, 213, 69, 318, 116, 318, 318, - /* 2040 */ 318, 318, 318, 318, 284, 348, 331, 318, 359, 352, - /* 2050 */ 202, 330, 213, 57, 318, 116, 318, 318, 318, 318, - /* 2060 */ 318, 318, 284, 348, 331, 318, 359, 352, 202, 330, - /* 2070 */ 213, 70, 318, 116, 318, 318, 318, 318, 318, 318, - /* 2080 */ 284, 348, 331, 318, 359, 352, 202, 330, 213, 59, - /* 2090 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, - /* 2100 */ 331, 318, 359, 352, 111, 330, 110, 56, 318, 109, - /* 2110 */ 318, 318, 318, 318, 318, 318, 284, 348, 331, 318, - /* 2120 */ 359, 352, 188, 330, 213, 79, 318, 116, 318, 318, - /* 2130 */ 318, 374, 318, 318, 284, 348, 22, 318, 359, 352, - /* 2140 */ 318, 330, 215, 318, 201, 318, 318, 318, 318, 133, - /* 2150 */ 331, 318, 270, 209, 202, 318, 213, 78, 318, 116, - /* 2160 */ 318, 318, 318, 318, 318, 318, 284, 348, 331, 318, - /* 2170 */ 359, 352, 202, 330, 213, 51, 318, 116, 318, 318, - /* 2180 */ 318, 318, 318, 318, 284, 348, 331, 318, 359, 352, - /* 2190 */ 202, 330, 213, 67, 318, 116, 342, 26, 340, 318, - /* 2200 */ 318, 318, 284, 348, 331, 318, 359, 352, 202, 330, - /* 2210 */ 213, 65, 318, 116, 318, 318, 318, 318, 318, 318, - /* 2220 */ 284, 348, 331, 318, 359, 352, 202, 330, 213, 64, - /* 2230 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, - /* 2240 */ 331, 318, 359, 352, 202, 330, 213, 86, 318, 116, - /* 2250 */ 318, 318, 318, 318, 318, 318, 284, 348, 331, 318, - /* 2260 */ 359, 352, 251, 330, 213, 318, 318, 116, 331, 318, - /* 2270 */ 318, 318, 282, 318, 213, 250, 331, 116, 359, 352, - /* 2280 */ 358, 330, 213, 318, 318, 116, 331, 318, 359, 352, - /* 2290 */ 290, 330, 213, 318, 331, 116, 359, 352, 262, 330, - /* 2300 */ 213, 318, 318, 116, 331, 318, 359, 352, 249, 330, - /* 2310 */ 213, 318, 331, 116, 359, 352, 237, 330, 213, 191, - /* 2320 */ 318, 116, 331, 318, 359, 352, 291, 330, 213, 318, - /* 2330 */ 318, 116, 359, 352, 344, 330, 318, 318, 211, 318, - /* 2340 */ 38, 318, 359, 352, 140, 330, 138, 173, 318, 173, - /* 2350 */ 318, 318, 145, 318, 277, 173, 277, 12, 11, 12, - /* 2360 */ 11, 318, 277, 318, 318, 12, 11, 318, 3, 318, - /* 2370 */ 179, 318, 179, 318, 154, 318, 128, 173, 179, 318, - /* 2380 */ 318, 318, 318, 318, 277, 318, 318, 12, 11, 318, - /* 2390 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, - /* 2400 */ 179, + /* 1070 */ 363, 365, 366, 367, 349, 268, 49, 44, 47, 42, + /* 1080 */ 9, 11, 354, 361, 10, 18, 362, 370, 35, 20, + /* 1090 */ 318, 318, 318, 318, 318, 318, 318, 318, 318, 318, + /* 1100 */ 318, 318, 318, 318, 371, 372, 373, 369, 368, 364, + /* 1110 */ 363, 365, 366, 367, 349, 268, 318, 318, 318, 318, + /* 1120 */ 37, 318, 130, 186, 318, 331, 228, 318, 230, 257, + /* 1130 */ 318, 220, 318, 132, 116, 318, 270, 214, 204, 318, + /* 1140 */ 318, 50, 264, 442, 318, 359, 352, 318, 330, 442, + /* 1150 */ 318, 318, 318, 318, 318, 31, 205, 318, 48, 45, + /* 1160 */ 292, 207, 350, 318, 318, 100, 1, 235, 318, 318, + /* 1170 */ 318, 37, 318, 114, 196, 318, 46, 228, 318, 230, + /* 1180 */ 93, 318, 318, 318, 132, 318, 318, 270, 214, 204, + /* 1190 */ 318, 318, 50, 318, 318, 318, 318, 318, 331, 318, + /* 1200 */ 318, 318, 198, 318, 220, 78, 31, 116, 318, 48, + /* 1210 */ 45, 292, 207, 350, 284, 348, 100, 1, 359, 352, + /* 1220 */ 318, 330, 37, 318, 130, 182, 318, 318, 228, 318, + /* 1230 */ 230, 93, 201, 241, 318, 132, 318, 318, 270, 214, + /* 1240 */ 204, 318, 318, 50, 318, 318, 318, 318, 318, 331, + /* 1250 */ 318, 318, 318, 198, 318, 220, 78, 31, 116, 318, + /* 1260 */ 48, 45, 292, 207, 350, 284, 348, 100, 1, 359, + /* 1270 */ 352, 318, 330, 37, 318, 130, 196, 318, 318, 228, + /* 1280 */ 318, 230, 93, 318, 239, 318, 132, 318, 318, 270, + /* 1290 */ 214, 204, 318, 318, 50, 318, 318, 318, 318, 318, + /* 1300 */ 331, 318, 318, 318, 219, 318, 220, 81, 31, 116, + /* 1310 */ 318, 48, 45, 292, 207, 350, 284, 348, 100, 1, + /* 1320 */ 359, 352, 318, 330, 37, 318, 115, 196, 318, 318, + /* 1330 */ 228, 318, 230, 93, 318, 318, 318, 132, 318, 318, + /* 1340 */ 270, 214, 204, 318, 318, 50, 318, 318, 318, 318, + /* 1350 */ 318, 331, 318, 318, 318, 185, 318, 220, 68, 36, + /* 1360 */ 116, 318, 48, 45, 292, 207, 350, 284, 348, 100, + /* 1370 */ 1, 359, 352, 318, 330, 37, 318, 130, 183, 318, + /* 1380 */ 318, 228, 318, 230, 93, 318, 318, 318, 132, 318, + /* 1390 */ 318, 270, 214, 191, 318, 318, 50, 318, 318, 318, + /* 1400 */ 318, 318, 331, 318, 318, 318, 219, 318, 220, 59, + /* 1410 */ 31, 116, 318, 48, 45, 292, 207, 350, 284, 348, + /* 1420 */ 100, 1, 359, 352, 318, 330, 37, 318, 126, 89, + /* 1430 */ 318, 318, 228, 318, 230, 93, 318, 318, 318, 132, + /* 1440 */ 318, 318, 270, 214, 204, 318, 318, 50, 318, 318, + /* 1450 */ 318, 318, 318, 331, 318, 318, 318, 219, 318, 220, + /* 1460 */ 84, 31, 116, 318, 48, 45, 292, 207, 350, 284, + /* 1470 */ 348, 100, 1, 359, 352, 318, 330, 37, 318, 125, + /* 1480 */ 196, 318, 318, 228, 318, 230, 93, 318, 318, 318, + /* 1490 */ 132, 318, 318, 270, 214, 204, 318, 318, 50, 318, + /* 1500 */ 318, 318, 318, 318, 331, 318, 318, 318, 219, 318, + /* 1510 */ 220, 85, 31, 116, 318, 48, 45, 292, 207, 350, + /* 1520 */ 284, 348, 100, 1, 359, 352, 318, 330, 37, 318, + /* 1530 */ 130, 188, 318, 318, 228, 318, 230, 93, 318, 318, + /* 1540 */ 318, 132, 318, 318, 270, 214, 204, 318, 318, 50, + /* 1550 */ 318, 318, 318, 318, 318, 331, 318, 318, 318, 219, + /* 1560 */ 318, 220, 63, 31, 116, 318, 48, 45, 292, 207, + /* 1570 */ 350, 284, 348, 100, 1, 359, 352, 318, 330, 37, + /* 1580 */ 318, 130, 187, 318, 318, 228, 318, 230, 93, 318, + /* 1590 */ 318, 318, 132, 318, 318, 270, 214, 204, 318, 318, + /* 1600 */ 50, 318, 318, 318, 318, 318, 331, 318, 318, 318, + /* 1610 */ 219, 318, 220, 57, 31, 116, 318, 48, 45, 292, + /* 1620 */ 207, 350, 284, 348, 100, 1, 359, 352, 318, 330, + /* 1630 */ 37, 318, 115, 197, 318, 318, 228, 318, 230, 93, + /* 1640 */ 318, 318, 318, 132, 318, 318, 270, 214, 204, 318, + /* 1650 */ 318, 50, 318, 318, 318, 318, 318, 331, 318, 318, + /* 1660 */ 318, 219, 318, 220, 88, 36, 116, 318, 48, 45, + /* 1670 */ 292, 207, 350, 284, 348, 100, 318, 359, 352, 318, + /* 1680 */ 330, 37, 318, 115, 196, 318, 318, 228, 318, 230, + /* 1690 */ 93, 318, 318, 318, 132, 318, 318, 270, 214, 204, + /* 1700 */ 483, 318, 50, 318, 318, 318, 483, 318, 483, 318, + /* 1710 */ 483, 483, 318, 483, 318, 318, 36, 318, 483, 48, + /* 1720 */ 45, 292, 207, 350, 318, 318, 100, 374, 318, 318, + /* 1730 */ 318, 318, 27, 483, 2, 483, 318, 318, 228, 318, + /* 1740 */ 230, 93, 119, 318, 318, 132, 483, 331, 270, 214, + /* 1750 */ 195, 194, 318, 220, 53, 318, 116, 318, 318, 318, + /* 1760 */ 483, 318, 318, 284, 348, 344, 318, 359, 352, 212, + /* 1770 */ 330, 40, 318, 318, 318, 318, 318, 318, 318, 318, + /* 1780 */ 331, 318, 318, 318, 219, 318, 220, 66, 318, 116, + /* 1790 */ 318, 318, 343, 26, 340, 318, 284, 348, 318, 2, + /* 1800 */ 359, 352, 331, 330, 318, 318, 219, 119, 220, 76, + /* 1810 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, + /* 1820 */ 318, 318, 359, 352, 331, 330, 318, 318, 219, 318, + /* 1830 */ 220, 61, 318, 116, 318, 318, 318, 318, 318, 318, + /* 1840 */ 284, 348, 318, 318, 359, 352, 331, 330, 318, 318, + /* 1850 */ 219, 318, 220, 58, 318, 116, 318, 318, 162, 318, + /* 1860 */ 318, 172, 284, 348, 318, 318, 359, 352, 277, 330, + /* 1870 */ 331, 12, 8, 318, 219, 318, 202, 62, 318, 116, + /* 1880 */ 318, 318, 318, 318, 181, 318, 284, 348, 318, 318, + /* 1890 */ 359, 352, 331, 330, 318, 318, 219, 318, 220, 74, + /* 1900 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, + /* 1910 */ 318, 318, 359, 352, 331, 330, 318, 318, 219, 318, + /* 1920 */ 220, 87, 318, 116, 318, 318, 318, 318, 318, 318, + /* 1930 */ 284, 348, 318, 318, 359, 352, 331, 330, 318, 318, + /* 1940 */ 219, 318, 220, 67, 318, 116, 318, 318, 318, 318, + /* 1950 */ 318, 318, 284, 348, 318, 318, 359, 352, 161, 330, + /* 1960 */ 331, 172, 318, 318, 219, 318, 220, 77, 277, 116, + /* 1970 */ 318, 12, 8, 318, 318, 318, 284, 348, 318, 318, + /* 1980 */ 359, 352, 331, 330, 181, 318, 219, 318, 220, 75, + /* 1990 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, + /* 2000 */ 318, 318, 359, 352, 331, 330, 318, 318, 219, 318, + /* 2010 */ 220, 65, 318, 116, 318, 318, 318, 318, 318, 318, + /* 2020 */ 284, 348, 318, 318, 359, 352, 331, 330, 318, 318, + /* 2030 */ 219, 318, 220, 60, 318, 116, 318, 318, 318, 318, + /* 2040 */ 318, 318, 284, 348, 318, 318, 359, 352, 163, 330, + /* 2050 */ 331, 172, 318, 318, 219, 318, 220, 73, 277, 116, + /* 2060 */ 318, 12, 8, 318, 318, 318, 284, 348, 318, 318, + /* 2070 */ 359, 352, 331, 330, 181, 318, 219, 318, 220, 83, + /* 2080 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, + /* 2090 */ 318, 318, 359, 352, 331, 330, 318, 318, 219, 318, + /* 2100 */ 220, 64, 318, 116, 318, 318, 318, 318, 318, 318, + /* 2110 */ 284, 348, 318, 318, 359, 352, 331, 330, 318, 318, + /* 2120 */ 111, 318, 108, 55, 318, 110, 318, 318, 318, 318, + /* 2130 */ 318, 318, 284, 348, 318, 318, 359, 352, 151, 330, + /* 2140 */ 331, 172, 318, 318, 219, 318, 220, 82, 277, 116, + /* 2150 */ 318, 12, 8, 318, 318, 318, 284, 348, 318, 318, + /* 2160 */ 359, 352, 331, 330, 181, 318, 219, 318, 220, 86, + /* 2170 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, + /* 2180 */ 318, 318, 359, 352, 331, 330, 318, 318, 219, 318, + /* 2190 */ 220, 79, 318, 116, 318, 318, 318, 318, 318, 318, + /* 2200 */ 284, 348, 318, 318, 359, 352, 331, 330, 318, 318, + /* 2210 */ 190, 318, 220, 71, 318, 116, 318, 318, 318, 318, + /* 2220 */ 318, 318, 284, 348, 318, 318, 359, 352, 156, 330, + /* 2230 */ 331, 172, 318, 318, 219, 318, 220, 52, 277, 116, + /* 2240 */ 318, 12, 8, 318, 318, 318, 284, 348, 318, 318, + /* 2250 */ 359, 352, 331, 330, 181, 318, 219, 318, 220, 56, + /* 2260 */ 318, 116, 318, 318, 318, 318, 318, 318, 284, 348, + /* 2270 */ 318, 318, 359, 352, 331, 330, 318, 318, 351, 318, + /* 2280 */ 220, 318, 318, 116, 331, 318, 318, 318, 265, 318, + /* 2290 */ 220, 355, 318, 116, 359, 352, 318, 330, 318, 318, + /* 2300 */ 318, 318, 318, 318, 359, 352, 331, 330, 318, 318, + /* 2310 */ 291, 318, 220, 331, 318, 116, 318, 238, 318, 220, + /* 2320 */ 318, 318, 116, 318, 318, 318, 359, 352, 318, 330, + /* 2330 */ 318, 318, 318, 359, 352, 331, 330, 318, 318, 247, + /* 2340 */ 318, 220, 331, 318, 116, 318, 358, 318, 220, 318, + /* 2350 */ 318, 116, 318, 318, 318, 359, 352, 318, 330, 318, + /* 2360 */ 318, 318, 359, 352, 318, 330, 331, 318, 318, 318, + /* 2370 */ 282, 318, 220, 331, 318, 116, 318, 290, 318, 220, + /* 2380 */ 318, 318, 116, 318, 318, 318, 359, 352, 318, 330, + /* 2390 */ 318, 318, 318, 359, 352, 318, 330, ); static public $yy_lookahead = array( /* 0 */ 1, 81, 82, 83, 3, 4, 5, 6, 7, 8, - /* 10 */ 9, 10, 11, 12, 16, 16, 15, 82, 87, 50, - /* 20 */ 22, 22, 21, 25, 23, 56, 18, 58, 97, 28, - /* 30 */ 2, 62, 31, 32, 35, 36, 37, 38, 39, 40, + /* 10 */ 9, 10, 11, 12, 16, 16, 15, 82, 18, 50, + /* 20 */ 22, 22, 21, 25, 23, 56, 114, 58, 106, 28, + /* 30 */ 108, 62, 31, 32, 35, 36, 37, 38, 39, 40, /* 40 */ 41, 42, 43, 44, 45, 46, 47, 48, 4, 5, - /* 50 */ 6, 7, 8, 118, 119, 16, 12, 13, 14, 18, + /* 50 */ 6, 7, 8, 118, 119, 16, 12, 13, 14, 59, /* 60 */ 1, 22, 63, 64, 65, 66, 67, 68, 69, 70, - /* 70 */ 71, 72, 73, 74, 1, 16, 82, 24, 30, 20, - /* 80 */ 86, 22, 88, 89, 51, 91, 92, 34, 16, 16, - /* 90 */ 19, 19, 98, 99, 22, 22, 102, 103, 50, 105, - /* 100 */ 59, 79, 80, 81, 82, 83, 58, 18, 35, 36, + /* 70 */ 71, 72, 73, 74, 1, 16, 82, 109, 110, 20, + /* 80 */ 86, 22, 88, 89, 87, 91, 92, 79, 80, 81, + /* 90 */ 82, 83, 98, 99, 97, 22, 102, 103, 15, 105, + /* 100 */ 27, 18, 19, 56, 15, 108, 17, 18, 35, 36, /* 110 */ 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, - /* 120 */ 47, 48, 50, 16, 34, 87, 16, 56, 90, 22, - /* 130 */ 58, 15, 22, 17, 18, 97, 63, 64, 65, 66, - /* 140 */ 67, 68, 69, 70, 71, 72, 73, 74, 1, 33, - /* 150 */ 82, 113, 62, 106, 86, 108, 88, 89, 15, 91, - /* 160 */ 50, 18, 19, 16, 19, 20, 98, 99, 58, 22, - /* 170 */ 102, 103, 15, 105, 15, 18, 19, 18, 92, 93, - /* 180 */ 112, 22, 35, 36, 37, 38, 39, 40, 41, 42, - /* 190 */ 43, 44, 45, 46, 47, 48, 15, 18, 15, 18, - /* 200 */ 19, 18, 59, 58, 56, 15, 25, 106, 18, 61, + /* 120 */ 47, 48, 33, 106, 15, 87, 16, 18, 90, 19, + /* 130 */ 15, 22, 22, 18, 19, 97, 63, 64, 65, 66, + /* 140 */ 67, 68, 69, 70, 71, 72, 73, 74, 1, 106, + /* 150 */ 82, 113, 87, 17, 86, 90, 88, 89, 15, 91, + /* 160 */ 50, 18, 97, 16, 19, 20, 98, 99, 58, 22, + /* 170 */ 102, 103, 56, 105, 59, 109, 110, 61, 113, 30, + /* 180 */ 112, 30, 35, 36, 37, 38, 39, 40, 41, 42, + /* 190 */ 43, 44, 45, 46, 47, 48, 15, 19, 49, 18, + /* 200 */ 19, 50, 59, 58, 15, 18, 25, 18, 34, 58, /* 210 */ 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, - /* 220 */ 73, 74, 1, 114, 82, 25, 87, 90, 86, 90, - /* 230 */ 88, 89, 15, 91, 17, 18, 97, 100, 101, 20, - /* 240 */ 98, 99, 59, 22, 102, 103, 106, 105, 27, 59, - /* 250 */ 113, 26, 113, 30, 112, 51, 35, 36, 37, 38, + /* 220 */ 73, 74, 1, 18, 82, 51, 87, 34, 86, 90, + /* 230 */ 88, 89, 2, 91, 56, 15, 97, 16, 18, 104, + /* 240 */ 98, 99, 22, 22, 102, 103, 111, 105, 59, 19, + /* 250 */ 30, 83, 113, 85, 112, 62, 35, 36, 37, 38, /* 260 */ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, - /* 270 */ 50, 87, 49, 16, 90, 56, 76, 16, 58, 22, - /* 280 */ 61, 97, 1, 22, 63, 64, 65, 66, 67, 68, - /* 290 */ 69, 70, 71, 72, 73, 74, 1, 113, 82, 62, - /* 300 */ 95, 87, 86, 22, 88, 89, 49, 91, 2, 15, - /* 310 */ 49, 97, 18, 108, 98, 99, 22, 22, 102, 103, - /* 320 */ 16, 105, 108, 16, 30, 19, 22, 18, 112, 22, - /* 330 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, - /* 340 */ 45, 46, 47, 48, 18, 16, 107, 87, 109, 110, - /* 350 */ 60, 22, 17, 18, 25, 50, 49, 97, 63, 64, - /* 360 */ 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, - /* 370 */ 1, 82, 87, 113, 87, 86, 114, 88, 89, 87, - /* 380 */ 91, 1, 97, 15, 97, 16, 18, 98, 99, 97, - /* 390 */ 22, 102, 103, 108, 105, 60, 16, 16, 30, 22, - /* 400 */ 108, 112, 22, 22, 35, 36, 37, 38, 39, 40, - /* 410 */ 41, 42, 43, 44, 45, 46, 47, 48, 16, 16, - /* 420 */ 87, 16, 18, 15, 22, 22, 18, 22, 109, 110, - /* 430 */ 97, 17, 63, 64, 65, 66, 67, 68, 69, 70, - /* 440 */ 71, 72, 73, 74, 1, 82, 113, 88, 87, 86, - /* 450 */ 91, 88, 89, 17, 91, 17, 18, 16, 97, 16, - /* 460 */ 20, 98, 99, 22, 105, 102, 103, 16, 105, 108, - /* 470 */ 18, 16, 15, 22, 83, 18, 85, 22, 35, 36, - /* 480 */ 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, - /* 490 */ 47, 48, 1, 87, 87, 16, 16, 15, 58, 16, - /* 500 */ 18, 22, 22, 97, 97, 22, 63, 64, 65, 66, - /* 510 */ 67, 68, 69, 70, 71, 72, 73, 74, 16, 113, - /* 520 */ 113, 106, 15, 108, 22, 18, 35, 36, 37, 38, - /* 530 */ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, - /* 540 */ 95, 16, 51, 16, 16, 16, 16, 22, 22, 22, - /* 550 */ 22, 22, 17, 108, 63, 64, 65, 66, 67, 68, - /* 560 */ 69, 70, 71, 72, 73, 74, 1, 82, 109, 110, - /* 570 */ 104, 86, 16, 88, 89, 87, 91, 111, 22, 49, - /* 580 */ 16, 16, 15, 98, 99, 97, 22, 102, 103, 16, - /* 590 */ 105, 16, 16, 25, 50, 22, 15, 22, 22, 18, - /* 600 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, - /* 610 */ 45, 46, 47, 48, 1, 104, 18, 50, 17, 60, - /* 620 */ 49, 33, 111, 51, 33, 82, 56, 95, 63, 64, - /* 630 */ 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, - /* 640 */ 108, 16, 2, 17, 52, 22, 18, 34, 35, 36, - /* 650 */ 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, - /* 660 */ 47, 48, 119, 106, 87, 87, 97, 107, 20, 22, - /* 670 */ 108, 110, 2, 17, 97, 97, 63, 64, 65, 66, - /* 680 */ 67, 68, 69, 70, 71, 72, 73, 74, 1, 82, - /* 690 */ 111, 95, 106, 86, 95, 88, 89, 94, 91, 22, - /* 700 */ 95, 95, 92, 95, 108, 98, 99, 108, 96, 102, - /* 710 */ 103, 24, 105, 108, 108, 115, 108, 113, 1, 84, - /* 720 */ 108, 94, 35, 36, 37, 38, 39, 40, 41, 42, - /* 730 */ 43, 44, 45, 46, 47, 48, 95, 13, 120, 120, - /* 740 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 108, - /* 750 */ 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, - /* 760 */ 73, 74, 1, 82, 120, 120, 120, 86, 120, 88, - /* 770 */ 89, 120, 91, 120, 95, 95, 120, 16, 120, 98, - /* 780 */ 99, 120, 120, 102, 103, 120, 105, 108, 108, 120, - /* 790 */ 120, 120, 120, 120, 120, 120, 35, 36, 37, 38, - /* 800 */ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, - /* 810 */ 1, 2, 120, 120, 120, 120, 120, 120, 120, 120, - /* 820 */ 120, 120, 120, 120, 63, 64, 65, 66, 67, 68, - /* 830 */ 69, 70, 71, 72, 73, 74, 120, 120, 120, 120, - /* 840 */ 120, 120, 120, 120, 35, 36, 37, 38, 39, 40, - /* 850 */ 41, 42, 43, 44, 45, 46, 47, 48, 1, 120, - /* 860 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - /* 870 */ 120, 120, 63, 64, 65, 66, 67, 68, 69, 70, - /* 880 */ 71, 72, 73, 74, 120, 120, 120, 120, 120, 120, - /* 890 */ 120, 120, 35, 36, 37, 38, 39, 40, 41, 42, - /* 900 */ 43, 44, 45, 46, 47, 48, 1, 120, 51, 120, - /* 910 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - /* 920 */ 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, - /* 930 */ 73, 74, 120, 120, 29, 120, 120, 120, 120, 120, - /* 940 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, - /* 950 */ 45, 46, 47, 48, 1, 120, 120, 120, 120, 120, - /* 960 */ 120, 120, 120, 120, 120, 120, 120, 120, 63, 64, - /* 970 */ 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, + /* 270 */ 1, 16, 15, 87, 17, 18, 107, 22, 109, 110, + /* 280 */ 25, 17, 18, 97, 63, 64, 65, 66, 67, 68, + /* 290 */ 69, 70, 71, 72, 73, 74, 16, 16, 25, 113, + /* 300 */ 17, 18, 22, 22, 35, 36, 37, 38, 39, 40, + /* 310 */ 41, 42, 43, 44, 45, 46, 47, 48, 1, 87, + /* 320 */ 16, 106, 16, 108, 60, 2, 22, 88, 22, 97, + /* 330 */ 91, 62, 63, 64, 65, 66, 67, 68, 69, 70, + /* 340 */ 71, 72, 73, 74, 105, 113, 92, 93, 15, 76, + /* 350 */ 34, 18, 35, 36, 37, 38, 39, 40, 41, 42, + /* 360 */ 43, 44, 45, 46, 47, 48, 16, 51, 24, 16, + /* 370 */ 16, 16, 22, 16, 15, 22, 22, 22, 34, 22, + /* 380 */ 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, + /* 390 */ 73, 74, 1, 76, 82, 90, 16, 50, 86, 34, + /* 400 */ 88, 89, 49, 91, 50, 100, 101, 16, 20, 50, + /* 410 */ 98, 99, 58, 50, 102, 103, 51, 105, 113, 16, + /* 420 */ 15, 58, 52, 18, 112, 22, 35, 36, 37, 38, + /* 430 */ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, + /* 440 */ 1, 16, 16, 87, 56, 18, 1, 22, 22, 61, + /* 450 */ 22, 1, 49, 97, 63, 64, 65, 66, 67, 68, + /* 460 */ 69, 70, 71, 72, 73, 74, 16, 22, 15, 113, + /* 470 */ 15, 18, 22, 18, 35, 36, 37, 38, 39, 40, + /* 480 */ 41, 42, 43, 44, 45, 46, 47, 48, 1, 2, + /* 490 */ 51, 87, 16, 16, 16, 2, 114, 17, 22, 22, + /* 500 */ 22, 97, 63, 64, 65, 66, 67, 68, 69, 70, + /* 510 */ 71, 72, 73, 74, 18, 16, 15, 113, 18, 18, + /* 520 */ 22, 22, 35, 36, 37, 38, 39, 40, 41, 42, + /* 530 */ 43, 44, 45, 46, 47, 48, 25, 49, 16, 16, + /* 540 */ 16, 16, 16, 16, 22, 22, 22, 22, 22, 22, + /* 550 */ 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, + /* 560 */ 73, 74, 1, 18, 60, 16, 87, 15, 26, 90, + /* 570 */ 18, 22, 49, 10, 22, 16, 97, 95, 15, 100, + /* 580 */ 101, 22, 30, 16, 21, 24, 23, 50, 33, 33, + /* 590 */ 108, 28, 113, 18, 31, 32, 35, 36, 37, 38, + /* 600 */ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, + /* 610 */ 1, 16, 104, 62, 16, 18, 49, 22, 60, 111, + /* 620 */ 22, 20, 17, 95, 63, 64, 65, 66, 67, 68, + /* 630 */ 69, 70, 71, 72, 73, 74, 108, 17, 75, 76, + /* 640 */ 77, 18, 17, 107, 35, 36, 37, 38, 39, 40, + /* 650 */ 41, 42, 43, 44, 45, 46, 47, 48, 87, 58, + /* 660 */ 51, 82, 97, 20, 110, 108, 17, 22, 97, 13, + /* 670 */ 22, 111, 63, 64, 65, 66, 67, 68, 69, 70, + /* 680 */ 71, 72, 73, 74, 1, 94, 82, 87, 96, 87, + /* 690 */ 86, 106, 88, 89, 87, 91, 113, 97, 119, 97, + /* 700 */ 108, 95, 98, 99, 97, 22, 102, 103, 108, 105, + /* 710 */ 108, 1, 22, 2, 108, 108, 106, 84, 35, 36, + /* 720 */ 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, + /* 730 */ 47, 48, 1, 87, 87, 94, 92, 115, 120, 120, + /* 740 */ 120, 120, 120, 97, 97, 95, 63, 64, 65, 66, + /* 750 */ 67, 68, 69, 70, 71, 72, 73, 74, 108, 120, + /* 760 */ 29, 120, 120, 120, 120, 120, 35, 36, 37, 38, + /* 770 */ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, + /* 780 */ 87, 87, 120, 120, 120, 120, 120, 120, 120, 120, + /* 790 */ 97, 97, 120, 120, 63, 64, 65, 66, 67, 68, + /* 800 */ 69, 70, 71, 72, 73, 74, 1, 82, 120, 120, + /* 810 */ 120, 86, 120, 88, 89, 120, 91, 120, 95, 95, + /* 820 */ 120, 16, 95, 98, 99, 95, 120, 102, 103, 120, + /* 830 */ 105, 108, 108, 120, 120, 108, 120, 120, 108, 120, + /* 840 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, + /* 850 */ 45, 46, 47, 48, 95, 120, 120, 120, 120, 120, + /* 860 */ 120, 120, 120, 120, 120, 120, 120, 108, 63, 64, + /* 870 */ 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, + /* 880 */ 1, 82, 120, 120, 120, 86, 95, 88, 89, 120, + /* 890 */ 91, 120, 120, 120, 120, 16, 120, 98, 99, 108, + /* 900 */ 120, 102, 103, 120, 105, 120, 120, 120, 120, 120, + /* 910 */ 120, 120, 120, 120, 35, 36, 37, 38, 39, 40, + /* 920 */ 41, 42, 43, 44, 45, 46, 47, 48, 120, 120, + /* 930 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, + /* 940 */ 120, 120, 63, 64, 65, 66, 67, 68, 69, 70, + /* 950 */ 71, 72, 73, 74, 1, 82, 120, 120, 120, 86, + /* 960 */ 120, 88, 89, 120, 91, 120, 120, 120, 120, 16, + /* 970 */ 120, 98, 99, 120, 120, 102, 103, 120, 105, 120, /* 980 */ 120, 120, 120, 120, 120, 120, 120, 120, 35, 36, /* 990 */ 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, /* 1000 */ 47, 48, 1, 120, 120, 120, 120, 120, 120, 120, - /* 1010 */ 120, 120, 120, 120, 120, 62, 63, 64, 65, 66, + /* 1010 */ 120, 120, 120, 120, 120, 120, 63, 64, 65, 66, /* 1020 */ 67, 68, 69, 70, 71, 72, 73, 74, 120, 120, /* 1030 */ 120, 120, 120, 120, 120, 120, 35, 36, 37, 38, /* 1040 */ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, - /* 1050 */ 1, 120, 120, 120, 120, 120, 120, 120, 120, 120, + /* 1050 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, /* 1060 */ 120, 120, 120, 120, 63, 64, 65, 66, 67, 68, - /* 1070 */ 69, 70, 71, 72, 73, 74, 120, 76, 120, 120, - /* 1080 */ 120, 120, 120, 120, 35, 36, 37, 38, 39, 40, - /* 1090 */ 41, 42, 43, 44, 45, 46, 47, 48, 120, 120, - /* 1100 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - /* 1110 */ 120, 120, 63, 64, 65, 66, 67, 68, 69, 70, - /* 1120 */ 71, 72, 73, 74, 35, 36, 37, 38, 39, 40, - /* 1130 */ 41, 42, 43, 44, 45, 46, 47, 48, 120, 120, - /* 1140 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - /* 1150 */ 120, 120, 63, 64, 65, 66, 67, 68, 69, 70, - /* 1160 */ 71, 72, 73, 74, 120, 120, 120, 120, 15, 120, - /* 1170 */ 17, 18, 120, 82, 21, 120, 23, 86, 120, 88, - /* 1180 */ 120, 28, 91, 120, 31, 32, 33, 120, 120, 36, - /* 1190 */ 99, 16, 120, 102, 103, 120, 105, 22, 120, 120, - /* 1200 */ 120, 120, 120, 50, 29, 120, 53, 54, 55, 56, - /* 1210 */ 57, 120, 120, 60, 61, 62, 120, 120, 120, 15, - /* 1220 */ 120, 17, 18, 120, 49, 21, 120, 23, 75, 120, - /* 1230 */ 120, 120, 28, 120, 120, 31, 32, 33, 120, 120, - /* 1240 */ 36, 120, 120, 120, 120, 120, 82, 120, 120, 120, - /* 1250 */ 86, 120, 88, 89, 50, 91, 120, 53, 54, 55, - /* 1260 */ 56, 57, 98, 99, 60, 61, 102, 103, 120, 105, - /* 1270 */ 15, 120, 17, 18, 120, 120, 21, 120, 23, 75, - /* 1280 */ 116, 117, 120, 28, 120, 120, 31, 32, 33, 120, - /* 1290 */ 120, 36, 120, 120, 120, 120, 120, 82, 120, 120, - /* 1300 */ 120, 86, 120, 88, 89, 50, 91, 120, 53, 54, - /* 1310 */ 55, 56, 57, 98, 99, 60, 61, 102, 103, 120, - /* 1320 */ 105, 15, 120, 17, 18, 120, 120, 21, 120, 23, - /* 1330 */ 75, 120, 117, 120, 28, 120, 120, 31, 32, 33, - /* 1340 */ 120, 120, 36, 120, 120, 120, 120, 120, 82, 120, - /* 1350 */ 120, 120, 86, 120, 88, 89, 50, 91, 120, 53, - /* 1360 */ 54, 55, 56, 57, 98, 99, 60, 61, 102, 103, - /* 1370 */ 120, 105, 15, 120, 17, 18, 120, 120, 21, 120, - /* 1380 */ 23, 75, 120, 120, 120, 28, 120, 120, 31, 32, - /* 1390 */ 33, 120, 120, 36, 120, 120, 120, 120, 120, 82, - /* 1400 */ 120, 120, 120, 86, 120, 88, 89, 50, 91, 120, - /* 1410 */ 53, 54, 55, 56, 57, 98, 99, 60, 61, 102, - /* 1420 */ 103, 120, 105, 15, 120, 17, 18, 120, 120, 21, - /* 1430 */ 120, 23, 75, 120, 120, 120, 28, 120, 120, 31, - /* 1440 */ 32, 33, 120, 120, 36, 120, 120, 120, 120, 120, - /* 1450 */ 82, 120, 120, 120, 86, 120, 88, 89, 50, 91, - /* 1460 */ 120, 53, 54, 55, 56, 57, 98, 99, 60, 61, - /* 1470 */ 102, 103, 120, 105, 15, 120, 17, 18, 120, 120, - /* 1480 */ 21, 120, 23, 75, 120, 120, 120, 28, 120, 120, - /* 1490 */ 31, 32, 33, 120, 120, 36, 120, 120, 120, 120, - /* 1500 */ 120, 82, 120, 120, 120, 86, 120, 88, 89, 50, - /* 1510 */ 91, 120, 53, 54, 55, 56, 57, 98, 99, 60, - /* 1520 */ 61, 102, 103, 120, 105, 15, 120, 17, 18, 120, - /* 1530 */ 120, 21, 120, 23, 75, 120, 120, 120, 28, 120, - /* 1540 */ 120, 31, 32, 33, 120, 120, 36, 120, 120, 120, - /* 1550 */ 120, 120, 82, 120, 120, 120, 86, 120, 88, 89, - /* 1560 */ 50, 91, 120, 53, 54, 55, 56, 57, 98, 99, - /* 1570 */ 60, 61, 102, 103, 120, 105, 15, 120, 17, 18, - /* 1580 */ 120, 120, 21, 120, 23, 75, 120, 120, 120, 28, - /* 1590 */ 120, 120, 31, 32, 33, 120, 120, 36, 120, 120, - /* 1600 */ 120, 120, 120, 82, 120, 120, 120, 86, 120, 88, - /* 1610 */ 89, 50, 91, 120, 53, 54, 55, 56, 57, 98, - /* 1620 */ 99, 60, 61, 102, 103, 120, 105, 15, 120, 17, - /* 1630 */ 18, 120, 120, 21, 120, 23, 75, 120, 120, 120, - /* 1640 */ 28, 120, 120, 31, 32, 33, 120, 120, 36, 120, - /* 1650 */ 120, 120, 120, 120, 82, 120, 120, 120, 86, 120, - /* 1660 */ 88, 89, 50, 91, 120, 53, 54, 55, 56, 57, - /* 1670 */ 98, 99, 60, 61, 102, 103, 120, 105, 15, 120, - /* 1680 */ 17, 18, 120, 120, 21, 120, 23, 75, 120, 120, - /* 1690 */ 120, 28, 120, 120, 31, 32, 33, 120, 120, 36, - /* 1700 */ 120, 120, 120, 120, 120, 82, 120, 120, 120, 86, - /* 1710 */ 120, 88, 89, 50, 91, 120, 53, 54, 55, 56, - /* 1720 */ 57, 98, 99, 60, 120, 102, 103, 120, 105, 15, - /* 1730 */ 120, 17, 18, 120, 120, 21, 120, 23, 75, 120, - /* 1740 */ 120, 120, 28, 120, 120, 31, 32, 33, 16, 120, - /* 1750 */ 36, 120, 120, 120, 22, 120, 24, 120, 26, 27, - /* 1760 */ 120, 29, 87, 120, 50, 90, 34, 53, 54, 55, - /* 1770 */ 56, 57, 97, 120, 60, 100, 101, 120, 120, 120, - /* 1780 */ 120, 49, 50, 51, 120, 120, 120, 120, 113, 75, - /* 1790 */ 58, 120, 120, 87, 62, 82, 90, 120, 120, 86, - /* 1800 */ 120, 88, 89, 97, 91, 120, 100, 101, 76, 120, - /* 1810 */ 120, 98, 99, 120, 120, 102, 103, 120, 105, 113, - /* 1820 */ 82, 120, 120, 120, 86, 120, 88, 89, 120, 91, - /* 1830 */ 120, 120, 120, 120, 120, 120, 98, 99, 120, 120, - /* 1840 */ 102, 103, 82, 105, 120, 120, 86, 120, 88, 89, - /* 1850 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, - /* 1860 */ 120, 120, 102, 103, 82, 105, 120, 120, 86, 120, - /* 1870 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, - /* 1880 */ 98, 99, 82, 120, 102, 103, 86, 105, 88, 89, - /* 1890 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, - /* 1900 */ 120, 120, 102, 103, 120, 105, 120, 82, 120, 120, - /* 1910 */ 120, 86, 120, 88, 89, 120, 91, 120, 120, 120, - /* 1920 */ 120, 120, 120, 98, 99, 120, 120, 102, 103, 120, - /* 1930 */ 105, 120, 120, 120, 10, 120, 120, 120, 120, 15, - /* 1940 */ 120, 120, 82, 120, 120, 21, 86, 23, 88, 89, - /* 1950 */ 120, 91, 28, 120, 120, 31, 32, 120, 98, 99, - /* 1960 */ 120, 120, 102, 103, 82, 105, 120, 120, 86, 120, - /* 1970 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, - /* 1980 */ 98, 99, 120, 120, 102, 103, 82, 105, 120, 120, - /* 1990 */ 86, 120, 88, 89, 120, 91, 120, 120, 120, 75, - /* 2000 */ 76, 77, 98, 99, 120, 120, 102, 103, 120, 105, - /* 2010 */ 82, 120, 120, 120, 86, 120, 88, 89, 120, 91, - /* 2020 */ 120, 120, 120, 120, 120, 120, 98, 99, 82, 120, - /* 2030 */ 102, 103, 86, 105, 88, 89, 120, 91, 120, 120, - /* 2040 */ 120, 120, 120, 120, 98, 99, 82, 120, 102, 103, - /* 2050 */ 86, 105, 88, 89, 120, 91, 120, 120, 120, 120, - /* 2060 */ 120, 120, 98, 99, 82, 120, 102, 103, 86, 105, - /* 2070 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, - /* 2080 */ 98, 99, 82, 120, 102, 103, 86, 105, 88, 89, - /* 2090 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, - /* 2100 */ 82, 120, 102, 103, 86, 105, 88, 89, 120, 91, - /* 2110 */ 120, 120, 120, 120, 120, 120, 98, 99, 82, 120, - /* 2120 */ 102, 103, 86, 105, 88, 89, 120, 91, 120, 120, - /* 2130 */ 120, 10, 120, 120, 98, 99, 15, 120, 102, 103, - /* 2140 */ 120, 105, 21, 120, 23, 120, 120, 120, 120, 28, - /* 2150 */ 82, 120, 31, 32, 86, 120, 88, 89, 120, 91, - /* 2160 */ 120, 120, 120, 120, 120, 120, 98, 99, 82, 120, - /* 2170 */ 102, 103, 86, 105, 88, 89, 120, 91, 120, 120, - /* 2180 */ 120, 120, 120, 120, 98, 99, 82, 120, 102, 103, - /* 2190 */ 86, 105, 88, 89, 120, 91, 75, 76, 77, 120, - /* 2200 */ 120, 120, 98, 99, 82, 120, 102, 103, 86, 105, - /* 2210 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, - /* 2220 */ 98, 99, 82, 120, 102, 103, 86, 105, 88, 89, - /* 2230 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, - /* 2240 */ 82, 120, 102, 103, 86, 105, 88, 89, 120, 91, - /* 2250 */ 120, 120, 120, 120, 120, 120, 98, 99, 82, 120, - /* 2260 */ 102, 103, 86, 105, 88, 120, 120, 91, 82, 120, - /* 2270 */ 120, 120, 86, 120, 88, 99, 82, 91, 102, 103, - /* 2280 */ 86, 105, 88, 120, 120, 91, 82, 120, 102, 103, - /* 2290 */ 86, 105, 88, 120, 82, 91, 102, 103, 86, 105, - /* 2300 */ 88, 120, 120, 91, 82, 120, 102, 103, 86, 105, - /* 2310 */ 88, 120, 82, 91, 102, 103, 86, 105, 88, 1, - /* 2320 */ 120, 91, 82, 120, 102, 103, 86, 105, 88, 120, - /* 2330 */ 120, 91, 102, 103, 16, 105, 120, 120, 20, 120, - /* 2340 */ 22, 120, 102, 103, 87, 105, 87, 90, 120, 90, - /* 2350 */ 120, 120, 87, 120, 97, 90, 97, 100, 101, 100, - /* 2360 */ 101, 120, 97, 120, 120, 100, 101, 120, 50, 120, - /* 2370 */ 113, 120, 113, 120, 87, 120, 58, 90, 113, 120, - /* 2380 */ 120, 120, 120, 120, 97, 120, 120, 100, 101, 120, - /* 2390 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, - /* 2400 */ 113, + /* 1070 */ 69, 70, 71, 72, 73, 74, 35, 36, 37, 38, + /* 1080 */ 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, + /* 1090 */ 120, 120, 120, 120, 120, 120, 120, 120, 120, 120, + /* 1100 */ 120, 120, 120, 120, 63, 64, 65, 66, 67, 68, + /* 1110 */ 69, 70, 71, 72, 73, 74, 120, 120, 120, 120, + /* 1120 */ 15, 120, 17, 18, 120, 82, 21, 120, 23, 86, + /* 1130 */ 120, 88, 120, 28, 91, 120, 31, 32, 33, 120, + /* 1140 */ 120, 36, 99, 16, 120, 102, 103, 120, 105, 22, + /* 1150 */ 120, 120, 120, 120, 120, 50, 29, 120, 53, 54, + /* 1160 */ 55, 56, 57, 120, 120, 60, 61, 62, 120, 120, + /* 1170 */ 120, 15, 120, 17, 18, 120, 49, 21, 120, 23, + /* 1180 */ 75, 120, 120, 120, 28, 120, 120, 31, 32, 33, + /* 1190 */ 120, 120, 36, 120, 120, 120, 120, 120, 82, 120, + /* 1200 */ 120, 120, 86, 120, 88, 89, 50, 91, 120, 53, + /* 1210 */ 54, 55, 56, 57, 98, 99, 60, 61, 102, 103, + /* 1220 */ 120, 105, 15, 120, 17, 18, 120, 120, 21, 120, + /* 1230 */ 23, 75, 116, 117, 120, 28, 120, 120, 31, 32, + /* 1240 */ 33, 120, 120, 36, 120, 120, 120, 120, 120, 82, + /* 1250 */ 120, 120, 120, 86, 120, 88, 89, 50, 91, 120, + /* 1260 */ 53, 54, 55, 56, 57, 98, 99, 60, 61, 102, + /* 1270 */ 103, 120, 105, 15, 120, 17, 18, 120, 120, 21, + /* 1280 */ 120, 23, 75, 120, 117, 120, 28, 120, 120, 31, + /* 1290 */ 32, 33, 120, 120, 36, 120, 120, 120, 120, 120, + /* 1300 */ 82, 120, 120, 120, 86, 120, 88, 89, 50, 91, + /* 1310 */ 120, 53, 54, 55, 56, 57, 98, 99, 60, 61, + /* 1320 */ 102, 103, 120, 105, 15, 120, 17, 18, 120, 120, + /* 1330 */ 21, 120, 23, 75, 120, 120, 120, 28, 120, 120, + /* 1340 */ 31, 32, 33, 120, 120, 36, 120, 120, 120, 120, + /* 1350 */ 120, 82, 120, 120, 120, 86, 120, 88, 89, 50, + /* 1360 */ 91, 120, 53, 54, 55, 56, 57, 98, 99, 60, + /* 1370 */ 61, 102, 103, 120, 105, 15, 120, 17, 18, 120, + /* 1380 */ 120, 21, 120, 23, 75, 120, 120, 120, 28, 120, + /* 1390 */ 120, 31, 32, 33, 120, 120, 36, 120, 120, 120, + /* 1400 */ 120, 120, 82, 120, 120, 120, 86, 120, 88, 89, + /* 1410 */ 50, 91, 120, 53, 54, 55, 56, 57, 98, 99, + /* 1420 */ 60, 61, 102, 103, 120, 105, 15, 120, 17, 18, + /* 1430 */ 120, 120, 21, 120, 23, 75, 120, 120, 120, 28, + /* 1440 */ 120, 120, 31, 32, 33, 120, 120, 36, 120, 120, + /* 1450 */ 120, 120, 120, 82, 120, 120, 120, 86, 120, 88, + /* 1460 */ 89, 50, 91, 120, 53, 54, 55, 56, 57, 98, + /* 1470 */ 99, 60, 61, 102, 103, 120, 105, 15, 120, 17, + /* 1480 */ 18, 120, 120, 21, 120, 23, 75, 120, 120, 120, + /* 1490 */ 28, 120, 120, 31, 32, 33, 120, 120, 36, 120, + /* 1500 */ 120, 120, 120, 120, 82, 120, 120, 120, 86, 120, + /* 1510 */ 88, 89, 50, 91, 120, 53, 54, 55, 56, 57, + /* 1520 */ 98, 99, 60, 61, 102, 103, 120, 105, 15, 120, + /* 1530 */ 17, 18, 120, 120, 21, 120, 23, 75, 120, 120, + /* 1540 */ 120, 28, 120, 120, 31, 32, 33, 120, 120, 36, + /* 1550 */ 120, 120, 120, 120, 120, 82, 120, 120, 120, 86, + /* 1560 */ 120, 88, 89, 50, 91, 120, 53, 54, 55, 56, + /* 1570 */ 57, 98, 99, 60, 61, 102, 103, 120, 105, 15, + /* 1580 */ 120, 17, 18, 120, 120, 21, 120, 23, 75, 120, + /* 1590 */ 120, 120, 28, 120, 120, 31, 32, 33, 120, 120, + /* 1600 */ 36, 120, 120, 120, 120, 120, 82, 120, 120, 120, + /* 1610 */ 86, 120, 88, 89, 50, 91, 120, 53, 54, 55, + /* 1620 */ 56, 57, 98, 99, 60, 61, 102, 103, 120, 105, + /* 1630 */ 15, 120, 17, 18, 120, 120, 21, 120, 23, 75, + /* 1640 */ 120, 120, 120, 28, 120, 120, 31, 32, 33, 120, + /* 1650 */ 120, 36, 120, 120, 120, 120, 120, 82, 120, 120, + /* 1660 */ 120, 86, 120, 88, 89, 50, 91, 120, 53, 54, + /* 1670 */ 55, 56, 57, 98, 99, 60, 120, 102, 103, 120, + /* 1680 */ 105, 15, 120, 17, 18, 120, 120, 21, 120, 23, + /* 1690 */ 75, 120, 120, 120, 28, 120, 120, 31, 32, 33, + /* 1700 */ 16, 120, 36, 120, 120, 120, 22, 120, 24, 120, + /* 1710 */ 26, 27, 120, 29, 120, 120, 50, 120, 34, 53, + /* 1720 */ 54, 55, 56, 57, 120, 120, 60, 10, 120, 120, + /* 1730 */ 120, 120, 15, 49, 50, 51, 120, 120, 21, 120, + /* 1740 */ 23, 75, 58, 120, 120, 28, 62, 82, 31, 32, + /* 1750 */ 1, 86, 120, 88, 89, 120, 91, 120, 120, 120, + /* 1760 */ 76, 120, 120, 98, 99, 16, 120, 102, 103, 20, + /* 1770 */ 105, 22, 120, 120, 120, 120, 120, 120, 120, 120, + /* 1780 */ 82, 120, 120, 120, 86, 120, 88, 89, 120, 91, + /* 1790 */ 120, 120, 75, 76, 77, 120, 98, 99, 120, 50, + /* 1800 */ 102, 103, 82, 105, 120, 120, 86, 58, 88, 89, + /* 1810 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, + /* 1820 */ 120, 120, 102, 103, 82, 105, 120, 120, 86, 120, + /* 1830 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, + /* 1840 */ 98, 99, 120, 120, 102, 103, 82, 105, 120, 120, + /* 1850 */ 86, 120, 88, 89, 120, 91, 120, 120, 87, 120, + /* 1860 */ 120, 90, 98, 99, 120, 120, 102, 103, 97, 105, + /* 1870 */ 82, 100, 101, 120, 86, 120, 88, 89, 120, 91, + /* 1880 */ 120, 120, 120, 120, 113, 120, 98, 99, 120, 120, + /* 1890 */ 102, 103, 82, 105, 120, 120, 86, 120, 88, 89, + /* 1900 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, + /* 1910 */ 120, 120, 102, 103, 82, 105, 120, 120, 86, 120, + /* 1920 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, + /* 1930 */ 98, 99, 120, 120, 102, 103, 82, 105, 120, 120, + /* 1940 */ 86, 120, 88, 89, 120, 91, 120, 120, 120, 120, + /* 1950 */ 120, 120, 98, 99, 120, 120, 102, 103, 87, 105, + /* 1960 */ 82, 90, 120, 120, 86, 120, 88, 89, 97, 91, + /* 1970 */ 120, 100, 101, 120, 120, 120, 98, 99, 120, 120, + /* 1980 */ 102, 103, 82, 105, 113, 120, 86, 120, 88, 89, + /* 1990 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, + /* 2000 */ 120, 120, 102, 103, 82, 105, 120, 120, 86, 120, + /* 2010 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, + /* 2020 */ 98, 99, 120, 120, 102, 103, 82, 105, 120, 120, + /* 2030 */ 86, 120, 88, 89, 120, 91, 120, 120, 120, 120, + /* 2040 */ 120, 120, 98, 99, 120, 120, 102, 103, 87, 105, + /* 2050 */ 82, 90, 120, 120, 86, 120, 88, 89, 97, 91, + /* 2060 */ 120, 100, 101, 120, 120, 120, 98, 99, 120, 120, + /* 2070 */ 102, 103, 82, 105, 113, 120, 86, 120, 88, 89, + /* 2080 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, + /* 2090 */ 120, 120, 102, 103, 82, 105, 120, 120, 86, 120, + /* 2100 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, + /* 2110 */ 98, 99, 120, 120, 102, 103, 82, 105, 120, 120, + /* 2120 */ 86, 120, 88, 89, 120, 91, 120, 120, 120, 120, + /* 2130 */ 120, 120, 98, 99, 120, 120, 102, 103, 87, 105, + /* 2140 */ 82, 90, 120, 120, 86, 120, 88, 89, 97, 91, + /* 2150 */ 120, 100, 101, 120, 120, 120, 98, 99, 120, 120, + /* 2160 */ 102, 103, 82, 105, 113, 120, 86, 120, 88, 89, + /* 2170 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, + /* 2180 */ 120, 120, 102, 103, 82, 105, 120, 120, 86, 120, + /* 2190 */ 88, 89, 120, 91, 120, 120, 120, 120, 120, 120, + /* 2200 */ 98, 99, 120, 120, 102, 103, 82, 105, 120, 120, + /* 2210 */ 86, 120, 88, 89, 120, 91, 120, 120, 120, 120, + /* 2220 */ 120, 120, 98, 99, 120, 120, 102, 103, 87, 105, + /* 2230 */ 82, 90, 120, 120, 86, 120, 88, 89, 97, 91, + /* 2240 */ 120, 100, 101, 120, 120, 120, 98, 99, 120, 120, + /* 2250 */ 102, 103, 82, 105, 113, 120, 86, 120, 88, 89, + /* 2260 */ 120, 91, 120, 120, 120, 120, 120, 120, 98, 99, + /* 2270 */ 120, 120, 102, 103, 82, 105, 120, 120, 86, 120, + /* 2280 */ 88, 120, 120, 91, 82, 120, 120, 120, 86, 120, + /* 2290 */ 88, 99, 120, 91, 102, 103, 120, 105, 120, 120, + /* 2300 */ 120, 120, 120, 120, 102, 103, 82, 105, 120, 120, + /* 2310 */ 86, 120, 88, 82, 120, 91, 120, 86, 120, 88, + /* 2320 */ 120, 120, 91, 120, 120, 120, 102, 103, 120, 105, + /* 2330 */ 120, 120, 120, 102, 103, 82, 105, 120, 120, 86, + /* 2340 */ 120, 88, 82, 120, 91, 120, 86, 120, 88, 120, + /* 2350 */ 120, 91, 120, 120, 120, 102, 103, 120, 105, 120, + /* 2360 */ 120, 120, 102, 103, 120, 105, 82, 120, 120, 120, + /* 2370 */ 86, 120, 88, 82, 120, 91, 120, 86, 120, 88, + /* 2380 */ 120, 120, 91, 120, 120, 120, 102, 103, 120, 105, + /* 2390 */ 120, 120, 120, 102, 103, 120, 105, ); const YY_SHIFT_USE_DFLT = -32; - const YY_SHIFT_MAX = 233; + const YY_SHIFT_MAX = 234; static public $yy_shift_ofst = array( - /* 0 */ 1, 1306, 1204, 1204, 1204, 1204, 1612, 1306, 1153, 1204, - /* 10 */ 1204, 1204, 1204, 1204, 1561, 1204, 1408, 1204, 1204, 1204, - /* 20 */ 1204, 1204, 1510, 1204, 1204, 1204, 1204, 1204, 1204, 1204, - /* 30 */ 1204, 1204, 1204, 1357, 1459, 1204, 1204, 1510, 1408, 1204, - /* 40 */ 1204, 1204, 1255, 1255, 1663, 1663, 1663, 1663, 1714, 1663, - /* 50 */ 1663, 221, 147, -1, 73, 295, 295, 295, 369, 491, - /* 60 */ 443, 613, 565, 905, 809, 857, 761, 953, 1001, 687, - /* 70 */ 1049, 1049, 1049, 1049, 1049, 1049, 1049, 1049, 1049, 1049, - /* 80 */ 1049, 1049, 1049, 1049, 1049, 1049, 1089, 1089, 2318, 59, - /* 90 */ 281, 1, 1924, 368, 294, 219, 335, 159, 380, 159, - /* 100 */ 281, 281, 281, 2121, 44, 143, 181, -2, 183, 145, - /* 110 */ 329, 261, 408, 482, 408, 576, 440, 408, 408, 438, - /* 120 */ 457, 408, 408, 408, 581, 507, 408, 408, 438, 507, - /* 130 */ 648, 648, 377, 647, 656, 217, 190, 157, 479, 483, - /* 140 */ 527, 480, 148, 525, 528, 405, 381, 39, 402, 455, - /* 150 */ 441, 451, 403, 107, 502, 148, 148, 148, 567, 148, - /* 160 */ 556, 564, 529, 575, 573, 304, 648, 670, 724, 544, - /* 170 */ 677, 677, 648, 717, 670, 648, 656, -32, -32, -32, - /* 180 */ -32, 1732, 72, 110, 1175, 116, -31, 307, 257, 48, - /* 190 */ 530, 41, 53, 220, 90, 223, 306, 200, 71, 220, - /* 200 */ 33, 623, 571, 305, 588, 591, 626, 640, 544, 598, - /* 210 */ 414, 628, 436, 568, 601, 526, 570, 535, 452, 404, - /* 220 */ 625, 592, 559, 572, 89, 28, 8, 237, 309, 179, - /* 230 */ 326, 290, 204, 225, + /* 0 */ 1, 1513, 1258, 1258, 1258, 1462, 1513, 1105, 1258, 1258, + /* 10 */ 1258, 1258, 1258, 1258, 1258, 1360, 1258, 1564, 1258, 1258, + /* 20 */ 1258, 1258, 1258, 1258, 1258, 1258, 1258, 1411, 1258, 1258, + /* 30 */ 1258, 1258, 1156, 1258, 1207, 1258, 1258, 1411, 1258, 1258, + /* 40 */ 1360, 1258, 1309, 1309, 1666, 1666, 1615, 1666, 1666, 1666, + /* 50 */ 1666, 221, 73, -1, 147, 683, 683, 683, 609, 805, + /* 60 */ 879, 487, 317, 953, 269, 391, 439, 561, 731, 1001, + /* 70 */ 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1001, + /* 80 */ 1001, 1001, 1001, 1001, 1001, 1001, 1001, 1041, 1041, 1749, + /* 90 */ 59, 445, 1, 1717, 552, 220, 109, 450, 109, 388, + /* 100 */ 264, 445, 445, 445, 563, 44, 181, 115, -2, 255, + /* 110 */ 145, 523, 143, 283, 405, 333, 601, 595, 333, 283, + /* 120 */ 333, 333, 333, 333, 333, 455, 501, 333, 453, 333, + /* 130 */ 455, 649, 645, 648, 643, 643, 83, 189, 257, 116, + /* 140 */ 306, 355, 281, 359, 280, 116, 39, 304, 526, 425, + /* 150 */ 525, 527, 559, 549, 524, 116, 477, 478, 116, 350, + /* 160 */ 522, 357, 598, 476, 499, 426, 116, 643, 656, 711, + /* 170 */ 347, 711, 710, 643, 643, 649, 690, 690, -32, -32, + /* 180 */ -32, -32, 1684, 110, 89, 1127, -31, 354, 151, 353, + /* 190 */ 403, 178, 230, 174, 567, 0, 363, 363, 149, 344, + /* 200 */ 365, 193, 273, 316, 47, 625, 555, 556, 537, 542, + /* 210 */ 545, 504, 575, 551, 623, 558, 597, 605, 620, 488, + /* 220 */ 511, 347, 370, 380, 323, 136, 205, 427, 428, 500, + /* 230 */ 498, 480, 496, 493, 187, ); - const YY_REDUCE_USE_DFLT = -81; - const YY_REDUCE_MAX = 180; + const YY_REDUCE_USE_DFLT = -89; + const YY_REDUCE_MAX = 181; static public $yy_reduce_ofst = array( - /* 0 */ 22, 1164, 289, 68, 142, 216, -6, 1215, 2104, 1470, - /* 10 */ 1266, 607, 1904, 1738, 1368, 1782, 1760, 1713, 1800, 1825, - /* 20 */ 1882, 1860, 1623, 1572, 681, 485, 363, 1317, 1521, 1946, - /* 30 */ 1419, 1928, 2122, 2158, 2140, 1982, 2000, 2018, 2036, 1964, - /* 40 */ 2086, 2068, 2176, 1091, 2230, 2186, 2204, 2240, 2212, 2194, - /* 50 */ 2222, 1675, 2259, 2287, 1706, 2265, 1706, 2257, 137, 137, - /* 60 */ 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - /* 70 */ 137, 137, 137, 137, 137, 137, 137, 137, 137, 137, - /* 80 */ 137, 137, 137, 137, 137, 137, 137, 137, 184, 38, - /* 90 */ 139, -80, -65, 214, 285, 239, 359, 361, 260, 292, - /* 100 */ 407, 333, 406, 543, 391, 415, 612, 578, 415, 319, - /* 110 */ 578, 577, 605, 606, 599, 488, 319, 205, 445, 466, - /* 120 */ 596, 532, 47, 679, 599, 641, 680, 608, 511, 599, - /* 130 */ 459, 319, 287, -69, 86, 579, 562, 562, 569, 569, - /* 140 */ 569, 569, 560, 569, 569, 569, 569, 569, 569, 569, - /* 150 */ 569, 569, 569, 569, 569, 560, 560, 560, 557, 560, - /* 160 */ 569, 569, 569, 569, 569, 569, 561, 600, 635, 586, - /* 170 */ 627, 603, 561, 604, 600, 561, 610, 262, 140, 109, - /* 180 */ 101, + /* 0 */ 8, 1116, 68, 312, 142, -6, 1167, 2012, 1968, 1990, + /* 10 */ 604, 1422, 873, 1371, 1218, 1269, 1320, 725, 1900, 1944, + /* 20 */ 2102, 2080, 1922, 1665, 1524, 1878, 1788, 799, 1810, 1832, + /* 30 */ 1854, 1764, 1742, 1473, 1575, 1720, 1698, 2034, 2148, 2170, + /* 40 */ 2124, 2058, 2192, 1043, 2231, 2224, 2253, 2260, 2291, 2202, + /* 50 */ 2284, 479, 2051, 2141, 1771, 479, 1871, 1961, 305, 305, + /* 60 */ 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, + /* 70 */ 305, 305, 305, 305, 305, 305, 305, 305, 305, 305, + /* 80 */ 305, 305, 305, 305, 305, 305, 305, 305, 305, 65, + /* 90 */ 38, 139, -80, -65, 607, 602, -3, 186, 600, 169, + /* 100 */ 239, 356, 404, 232, 579, 168, 592, -78, 647, 647, + /* 110 */ -32, 646, -78, 135, 482, 482, -32, 571, 528, 508, + /* 120 */ 730, 727, 215, 791, 759, 724, 482, 650, 606, 723, + /* 130 */ 482, 254, 694, 693, -32, 66, 557, 557, 560, 536, + /* 140 */ 565, 565, 565, 585, 565, 536, 565, 565, 565, 565, + /* 150 */ 565, 565, 565, 565, 565, 536, 565, 565, 536, 565, + /* 160 */ 565, 565, 565, 565, 565, 565, 536, 554, 633, 622, + /* 170 */ 610, 622, 583, 554, 554, 644, 641, 591, 382, 43, + /* 180 */ 17, -88, ); static public $yyExpectedTokens = array( /* 0 */ array(3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 21, 23, 28, 31, 32, ), @@ -765,8 +763,8 @@ static public $yy_action = array( /* 4 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 75, ), /* 5 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 75, ), /* 6 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 75, ), - /* 7 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 75, ), - /* 8 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 62, 75, ), + /* 7 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 62, 75, ), + /* 8 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 75, ), /* 9 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 75, ), /* 10 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 75, ), /* 11 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 61, 75, ), @@ -809,25 +807,25 @@ static public $yy_action = array( /* 48 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 75, ), /* 49 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 75, ), /* 50 */ array(15, 17, 18, 21, 23, 28, 31, 32, 33, 36, 50, 53, 54, 55, 56, 57, 60, 75, ), - /* 51 */ array(1, 22, 27, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 52 */ array(1, 16, 22, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 51 */ array(1, 16, 22, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 52 */ array(1, 22, 27, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 53 */ array(1, 16, 22, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 54 */ array(1, 16, 22, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 55 */ array(1, 22, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 56 */ array(1, 22, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 57 */ array(1, 22, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 58 */ array(1, 16, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 59 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 58 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 59 */ array(1, 16, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 60 */ array(1, 16, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 61 */ array(1, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 62 */ array(1, 16, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 63 */ array(1, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 64 */ array(1, 2, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 65 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 66 */ array(1, 16, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 67 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 68 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, ), - /* 69 */ array(1, 24, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 61 */ array(1, 2, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 62 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, ), + /* 63 */ array(1, 16, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 64 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 65 */ array(1, 16, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 66 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 51, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 67 */ array(1, 24, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 68 */ array(1, 29, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 69 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 70 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 71 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 72 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), @@ -844,38 +842,38 @@ static public $yy_action = array( /* 83 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 84 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 85 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 86 */ array(35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 86 */ array(1, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), /* 87 */ array(35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), - /* 88 */ array(1, 16, 20, 22, 50, 58, ), - /* 89 */ array(1, 16, 20, 22, ), - /* 90 */ array(1, 22, ), - /* 91 */ array(3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 21, 23, 28, 31, 32, ), - /* 92 */ array(10, 15, 21, 23, 28, 31, 32, 75, 76, 77, ), - /* 93 */ array(15, 18, 22, 30, ), + /* 88 */ array(35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, ), + /* 89 */ array(1, 16, 20, 22, 50, 58, ), + /* 90 */ array(1, 16, 20, 22, ), + /* 91 */ array(1, 22, ), + /* 92 */ array(3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 21, 23, 28, 31, 32, ), + /* 93 */ array(10, 15, 21, 23, 28, 31, 32, 75, 76, 77, ), /* 94 */ array(15, 18, 22, 30, ), - /* 95 */ array(20, 56, 61, ), - /* 96 */ array(17, 18, 60, ), - /* 97 */ array(15, 18, 22, ), - /* 98 */ array(1, 16, 22, ), - /* 99 */ array(15, 18, 22, ), - /* 100 */ array(1, 22, ), + /* 95 */ array(15, 18, 22, 30, ), + /* 96 */ array(15, 18, 22, ), + /* 97 */ array(1, 16, 22, ), + /* 98 */ array(15, 18, 22, ), + /* 99 */ array(20, 56, 61, ), + /* 100 */ array(17, 18, 60, ), /* 101 */ array(1, 22, ), /* 102 */ array(1, 22, ), - /* 103 */ array(10, 15, 21, 23, 28, 31, 32, 75, 76, 77, ), - /* 104 */ array(4, 5, 6, 7, 8, 12, 13, 14, ), - /* 105 */ array(15, 18, 19, 59, ), + /* 103 */ array(1, 22, ), + /* 104 */ array(10, 15, 21, 23, 28, 31, 32, 75, 76, 77, ), + /* 105 */ array(4, 5, 6, 7, 8, 12, 13, 14, ), /* 106 */ array(15, 18, 19, 25, ), - /* 107 */ array(16, 22, 25, ), - /* 108 */ array(15, 18, 59, ), - /* 109 */ array(19, 20, 58, ), - /* 110 */ array(16, 22, 25, ), + /* 107 */ array(15, 18, 19, 59, ), + /* 108 */ array(16, 22, 25, ), + /* 109 */ array(16, 22, 25, ), + /* 110 */ array(19, 20, 58, ), /* 111 */ array(16, 22, 49, ), - /* 112 */ array(15, 18, ), - /* 113 */ array(15, 18, ), + /* 112 */ array(15, 18, 59, ), + /* 113 */ array(17, 18, ), /* 114 */ array(15, 18, ), - /* 115 */ array(16, 22, ), + /* 115 */ array(15, 18, ), /* 116 */ array(20, 58, ), - /* 117 */ array(15, 18, ), + /* 117 */ array(16, 22, ), /* 118 */ array(15, 18, ), /* 119 */ array(17, 18, ), /* 120 */ array(15, 18, ), @@ -886,24 +884,24 @@ static public $yy_action = array( /* 125 */ array(15, 18, ), /* 126 */ array(15, 18, ), /* 127 */ array(15, 18, ), - /* 128 */ array(17, 18, ), + /* 128 */ array(15, 18, ), /* 129 */ array(15, 18, ), - /* 130 */ array(20, ), - /* 131 */ array(20, ), + /* 130 */ array(15, 18, ), + /* 131 */ array(17, ), /* 132 */ array(22, ), /* 133 */ array(22, ), - /* 134 */ array(17, ), - /* 135 */ array(15, 17, 18, ), - /* 136 */ array(15, 18, 59, ), - /* 137 */ array(15, 18, 19, ), - /* 138 */ array(16, 22, ), - /* 139 */ array(16, 22, ), + /* 134 */ array(20, ), + /* 135 */ array(20, ), + /* 136 */ array(15, 18, 19, ), + /* 137 */ array(15, 18, 59, ), + /* 138 */ array(15, 17, 18, ), + /* 139 */ array(56, 61, ), /* 140 */ array(16, 22, ), /* 141 */ array(16, 22, ), - /* 142 */ array(56, 61, ), - /* 143 */ array(16, 22, ), + /* 142 */ array(16, 22, ), + /* 143 */ array(15, 50, ), /* 144 */ array(16, 22, ), - /* 145 */ array(16, 22, ), + /* 145 */ array(56, 61, ), /* 146 */ array(16, 22, ), /* 147 */ array(16, 22, ), /* 148 */ array(16, 22, ), @@ -914,85 +912,85 @@ static public $yy_action = array( /* 153 */ array(16, 22, ), /* 154 */ array(16, 22, ), /* 155 */ array(56, 61, ), - /* 156 */ array(56, 61, ), - /* 157 */ array(56, 61, ), - /* 158 */ array(15, 50, ), - /* 159 */ array(56, 61, ), + /* 156 */ array(16, 22, ), + /* 157 */ array(16, 22, ), + /* 158 */ array(56, 61, ), + /* 159 */ array(16, 22, ), /* 160 */ array(16, 22, ), /* 161 */ array(16, 22, ), /* 162 */ array(16, 22, ), /* 163 */ array(16, 22, ), /* 164 */ array(16, 22, ), /* 165 */ array(16, 22, ), - /* 166 */ array(20, ), - /* 167 */ array(2, ), + /* 166 */ array(56, 61, ), + /* 167 */ array(20, ), /* 168 */ array(13, ), - /* 169 */ array(50, ), - /* 170 */ array(22, ), - /* 171 */ array(22, ), - /* 172 */ array(20, ), - /* 173 */ array(1, ), - /* 174 */ array(2, ), - /* 175 */ array(20, ), - /* 176 */ array(17, ), - /* 177 */ array(), + /* 169 */ array(2, ), + /* 170 */ array(50, ), + /* 171 */ array(2, ), + /* 172 */ array(1, ), + /* 173 */ array(20, ), + /* 174 */ array(20, ), + /* 175 */ array(17, ), + /* 176 */ array(22, ), + /* 177 */ array(22, ), /* 178 */ array(), /* 179 */ array(), /* 180 */ array(), - /* 181 */ array(16, 22, 24, 26, 27, 29, 34, 49, 50, 51, 58, 62, 76, ), - /* 182 */ array(16, 19, 22, 50, 58, ), - /* 183 */ array(16, 22, 50, 58, ), - /* 184 */ array(16, 22, 29, 49, ), - /* 185 */ array(15, 17, 18, 33, ), + /* 181 */ array(), + /* 182 */ array(16, 22, 24, 26, 27, 29, 34, 49, 50, 51, 58, 62, 76, ), + /* 183 */ array(16, 19, 22, 50, 58, ), + /* 184 */ array(15, 17, 18, 33, ), + /* 185 */ array(16, 22, 29, 49, ), /* 186 */ array(50, 56, 58, 62, ), - /* 187 */ array(16, 22, 49, ), - /* 188 */ array(16, 22, 49, ), - /* 189 */ array(30, 50, 58, ), - /* 190 */ array(16, 49, ), - /* 191 */ array(18, 59, ), - /* 192 */ array(24, 34, ), - /* 193 */ array(50, 58, ), - /* 194 */ array(34, 62, ), - /* 195 */ array(30, 49, ), - /* 196 */ array(2, 19, ), - /* 197 */ array(25, 76, ), - /* 198 */ array(19, 56, ), - /* 199 */ array(50, 58, ), - /* 200 */ array(51, ), - /* 201 */ array(22, ), - /* 202 */ array(49, ), - /* 203 */ array(50, ), - /* 204 */ array(33, ), - /* 205 */ array(33, ), - /* 206 */ array(17, ), - /* 207 */ array(2, ), + /* 187 */ array(16, 22, 50, 58, ), + /* 188 */ array(30, 50, 58, ), + /* 189 */ array(16, 22, 49, ), + /* 190 */ array(16, 22, 49, ), + /* 191 */ array(19, 56, ), + /* 192 */ array(2, 19, ), + /* 193 */ array(34, 51, ), + /* 194 */ array(16, 49, ), + /* 195 */ array(18, 59, ), + /* 196 */ array(50, 58, ), + /* 197 */ array(50, 58, ), + /* 198 */ array(30, 49, ), + /* 199 */ array(24, 34, ), + /* 200 */ array(34, 51, ), + /* 201 */ array(34, 62, ), + /* 202 */ array(25, 76, ), + /* 203 */ array(34, 51, ), + /* 204 */ array(56, ), + /* 205 */ array(17, ), + /* 206 */ array(33, ), + /* 207 */ array(33, ), /* 208 */ array(50, ), - /* 209 */ array(18, ), - /* 210 */ array(17, ), - /* 211 */ array(18, ), - /* 212 */ array(17, ), - /* 213 */ array(25, ), - /* 214 */ array(17, ), - /* 215 */ array(22, ), - /* 216 */ array(56, ), + /* 209 */ array(26, ), + /* 210 */ array(18, ), + /* 211 */ array(60, ), + /* 212 */ array(18, ), + /* 213 */ array(62, ), + /* 214 */ array(18, ), + /* 215 */ array(60, ), + /* 216 */ array(18, ), /* 217 */ array(17, ), - /* 218 */ array(18, ), - /* 219 */ array(18, ), - /* 220 */ array(16, ), - /* 221 */ array(52, ), - /* 222 */ array(60, ), - /* 223 */ array(51, ), - /* 224 */ array(18, ), - /* 225 */ array(2, ), + /* 218 */ array(17, ), + /* 219 */ array(49, ), + /* 220 */ array(25, ), + /* 221 */ array(50, ), + /* 222 */ array(52, ), + /* 223 */ array(16, ), + /* 224 */ array(2, ), + /* 225 */ array(17, ), /* 226 */ array(18, ), - /* 227 */ array(62, ), - /* 228 */ array(18, ), + /* 227 */ array(18, ), + /* 228 */ array(22, ), /* 229 */ array(18, ), - /* 230 */ array(18, ), - /* 231 */ array(60, ), - /* 232 */ array(51, ), - /* 233 */ array(26, ), - /* 234 */ array(), + /* 230 */ array(22, ), + /* 231 */ array(17, ), + /* 232 */ array(18, ), + /* 233 */ array(2, ), + /* 234 */ array(18, ), /* 235 */ array(), /* 236 */ array(), /* 237 */ array(), @@ -1135,33 +1133,33 @@ static public $yy_action = array( /* 374 */ array(), ); static public $yy_default = array( - /* 0 */ 378, 554, 525, 525, 525, 525, 571, 571, 571, 571, + /* 0 */ 378, 554, 525, 525, 525, 571, 571, 571, 571, 571, /* 10 */ 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, /* 20 */ 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, /* 30 */ 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, /* 40 */ 571, 571, 571, 571, 571, 571, 571, 571, 571, 571, - /* 50 */ 571, 436, 571, 571, 571, 436, 436, 436, 571, 571, - /* 60 */ 571, 524, 571, 441, 571, 571, 571, 571, 571, 571, - /* 70 */ 464, 467, 458, 557, 556, 420, 463, 555, 446, 441, - /* 80 */ 468, 460, 455, 438, 443, 459, 471, 472, 483, 571, - /* 90 */ 436, 375, 571, 436, 436, 537, 571, 436, 454, 436, - /* 100 */ 436, 436, 436, 571, 571, 498, 571, 473, 498, 491, - /* 110 */ 473, 447, 571, 571, 571, 571, 491, 571, 571, 571, + /* 50 */ 571, 571, 436, 571, 571, 436, 436, 436, 571, 571, + /* 60 */ 571, 571, 571, 571, 571, 571, 571, 571, 441, 524, + /* 70 */ 455, 441, 438, 458, 555, 464, 467, 556, 557, 468, + /* 80 */ 463, 443, 446, 459, 420, 460, 523, 472, 471, 483, + /* 90 */ 571, 436, 375, 571, 436, 436, 436, 454, 436, 537, + /* 100 */ 571, 436, 436, 436, 571, 571, 571, 498, 473, 473, + /* 110 */ 491, 447, 498, 571, 571, 571, 491, 571, 571, 571, /* 120 */ 571, 571, 498, 571, 571, 571, 571, 571, 571, 571, - /* 130 */ 534, 491, 436, 436, 571, 571, 499, 571, 571, 571, - /* 140 */ 571, 571, 516, 571, 571, 571, 571, 571, 571, 571, - /* 150 */ 571, 571, 571, 571, 571, 518, 496, 515, 498, 517, - /* 160 */ 571, 571, 571, 571, 571, 571, 512, 527, 393, 498, - /* 170 */ 570, 570, 535, 454, 526, 538, 571, 531, 498, 531, - /* 180 */ 498, 449, 483, 483, 447, 571, 483, 447, 447, 483, - /* 190 */ 447, 571, 571, 483, 571, 447, 510, 473, 479, 469, - /* 200 */ 571, 571, 447, 536, 481, 571, 571, 510, 510, 571, - /* 210 */ 571, 571, 571, 473, 571, 571, 479, 571, 571, 571, - /* 220 */ 571, 485, 571, 571, 571, 510, 571, 571, 571, 571, - /* 230 */ 571, 571, 571, 444, 495, 552, 421, 451, 551, 376, - /* 240 */ 422, 507, 569, 504, 553, 445, 506, 485, 423, 450, - /* 250 */ 533, 532, 522, 433, 511, 417, 418, 523, 427, 505, - /* 260 */ 520, 503, 470, 519, 521, 561, 428, 494, 550, 430, + /* 130 */ 571, 571, 436, 436, 491, 534, 571, 499, 571, 515, + /* 140 */ 571, 571, 571, 498, 571, 518, 571, 571, 571, 571, + /* 150 */ 571, 571, 571, 571, 571, 496, 571, 571, 517, 571, + /* 160 */ 571, 571, 571, 571, 571, 571, 516, 512, 393, 527, + /* 170 */ 498, 526, 454, 535, 538, 571, 570, 570, 531, 498, + /* 180 */ 498, 531, 449, 483, 571, 447, 483, 483, 483, 447, + /* 190 */ 447, 479, 510, 571, 447, 571, 483, 469, 447, 571, + /* 200 */ 571, 571, 473, 571, 479, 571, 481, 571, 536, 444, + /* 210 */ 571, 571, 571, 571, 571, 571, 571, 571, 571, 447, + /* 220 */ 473, 510, 485, 571, 510, 571, 571, 571, 571, 571, + /* 230 */ 571, 571, 571, 510, 571, 507, 445, 422, 451, 553, + /* 240 */ 376, 552, 551, 569, 421, 418, 520, 470, 519, 561, + /* 250 */ 423, 503, 506, 495, 494, 485, 521, 532, 511, 505, + /* 260 */ 427, 522, 417, 433, 533, 450, 504, 428, 550, 430, /* 270 */ 429, 431, 432, 530, 510, 509, 419, 435, 424, 425, /* 280 */ 426, 477, 474, 449, 448, 492, 497, 500, 488, 482, /* 290 */ 475, 476, 478, 480, 416, 415, 386, 385, 387, 388, @@ -1388,7 +1386,7 @@ static public $yy_action = array( /* 145 */ "function ::= ID OPENP params CLOSEP", /* 146 */ "method ::= ID OPENP params CLOSEP", /* 147 */ "method ::= DOLLAR ID OPENP params CLOSEP", - /* 148 */ "params ::= expr COMMA params", + /* 148 */ "params ::= params COMMA expr", /* 149 */ "params ::= expr", /* 150 */ "params ::=", /* 151 */ "modifierlist ::= modifierlist modifier modparameters", @@ -1695,7 +1693,7 @@ static public $yy_action = array( $this->internalError = true; $this->compiler->trigger_template_error("Stack overflow in template parser"); -#line 1694 "smarty_internal_templateparser.php" +#line 1692 "smarty_internal_templateparser.php" return; } $yytos = new TP_yyStackEntry; @@ -1978,7 +1976,6 @@ static public $yy_action = array( 46 => 46, 66 => 46, 67 => 46, - 149 => 46, 161 => 46, 182 => 46, 47 => 47, @@ -1996,8 +1993,10 @@ static public $yy_action = array( 59 => 59, 60 => 60, 69 => 60, + 149 => 60, 153 => 60, 61 => 61, + 150 => 61, 62 => 62, 63 => 63, 64 => 63, @@ -2071,7 +2070,6 @@ static public $yy_action = array( 146 => 146, 147 => 147, 148 => 148, - 150 => 150, 151 => 151, 152 => 152, 154 => 154, @@ -2113,10 +2111,10 @@ static public $yy_action = array( ); #line 95 "smarty_internal_templateparser.y" function yy_r0(){ $this->_retvalue = $this->root_buffer->to_smarty_php(); } -#line 2112 "smarty_internal_templateparser.php" +#line 2110 "smarty_internal_templateparser.php" #line 101 "smarty_internal_templateparser.y" function yy_r1(){ $this->current_buffer->append_subtree($this->yystack[$this->yyidx + 0]->minor); } -#line 2115 "smarty_internal_templateparser.php" +#line 2113 "smarty_internal_templateparser.php" #line 113 "smarty_internal_templateparser.y" function yy_r4(){ if ($this->compiler->has_code) { @@ -2128,13 +2126,13 @@ static public $yy_action = array( $this->compiler->has_variable_string = false; $this->block_nesting_level = count($this->compiler->_tag_stack); } -#line 2127 "smarty_internal_templateparser.php" +#line 2125 "smarty_internal_templateparser.php" #line 125 "smarty_internal_templateparser.y" function yy_r5(){ $this->_retvalue = new _smarty_tag($this, ''); } -#line 2130 "smarty_internal_templateparser.php" +#line 2128 "smarty_internal_templateparser.php" #line 128 "smarty_internal_templateparser.y" function yy_r6(){ $this->_retvalue = new _smarty_text($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2133 "smarty_internal_templateparser.php" +#line 2131 "smarty_internal_templateparser.php" #line 131 "smarty_internal_templateparser.y" function yy_r7(){ if ($this->php_handling == Smarty::PHP_PASSTHRU) { @@ -2147,7 +2145,7 @@ static public $yy_action = array( $this->_retvalue = new _smarty_text($this, ''); } } -#line 2146 "smarty_internal_templateparser.php" +#line 2144 "smarty_internal_templateparser.php" #line 143 "smarty_internal_templateparser.y" function yy_r8(){if ($this->is_xml) { $this->compiler->tag_nocache = true; @@ -2163,7 +2161,7 @@ static public $yy_action = array( $this->_retvalue = new _smarty_text($this, ''); } } -#line 2162 "smarty_internal_templateparser.php" +#line 2160 "smarty_internal_templateparser.php" #line 159 "smarty_internal_templateparser.y" function yy_r9(){ if ($this->php_handling == Smarty::PHP_PASSTHRU) { @@ -2184,7 +2182,7 @@ static public $yy_action = array( } } } -#line 2183 "smarty_internal_templateparser.php" +#line 2181 "smarty_internal_templateparser.php" #line 180 "smarty_internal_templateparser.y" function yy_r10(){ if ($this->php_handling == Smarty::PHP_PASSTHRU) { @@ -2205,7 +2203,7 @@ static public $yy_action = array( } } } -#line 2204 "smarty_internal_templateparser.php" +#line 2202 "smarty_internal_templateparser.php" #line 200 "smarty_internal_templateparser.y" function yy_r11(){if ($this->lex->strip) { $this->_retvalue = new _smarty_text($this, 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))); @@ -2213,10 +2211,10 @@ static public $yy_action = array( $this->_retvalue = new _smarty_text($this, self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor)); } } -#line 2212 "smarty_internal_templateparser.php" +#line 2210 "smarty_internal_templateparser.php" #line 208 "smarty_internal_templateparser.y" function yy_r12(){ $this->compiler->tag_nocache = true; $this->is_xml = true; $this->_retvalue = new _smarty_text($this, $this->compiler->processNocacheCode("", $this->compiler, true)); } -#line 2215 "smarty_internal_templateparser.php" +#line 2213 "smarty_internal_templateparser.php" #line 211 "smarty_internal_templateparser.y" function yy_r13(){if ($this->lex->strip) { $this->_retvalue = new _smarty_text($this, preg_replace('![\t ]*[\r\n]+[\t ]*!', '', $this->yystack[$this->yyidx + 0]->minor)); @@ -2224,140 +2222,140 @@ static public $yy_action = array( $this->_retvalue = new _smarty_text($this, $this->yystack[$this->yyidx + 0]->minor); } } -#line 2223 "smarty_internal_templateparser.php" +#line 2221 "smarty_internal_templateparser.php" #line 217 "smarty_internal_templateparser.y" function yy_r14(){ $this->_retvalue = new _smarty_linebreak($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2228 "smarty_internal_templateparser.php" +#line 2226 "smarty_internal_templateparser.php" #line 222 "smarty_internal_templateparser.y" function yy_r15(){ $this->_retvalue = ''; } -#line 2231 "smarty_internal_templateparser.php" +#line 2229 "smarty_internal_templateparser.php" #line 223 "smarty_internal_templateparser.y" function yy_r16(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } -#line 2234 "smarty_internal_templateparser.php" +#line 2232 "smarty_internal_templateparser.php" #line 225 "smarty_internal_templateparser.y" function yy_r17(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2237 "smarty_internal_templateparser.php" +#line 2235 "smarty_internal_templateparser.php" #line 228 "smarty_internal_templateparser.y" function yy_r19(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2240 "smarty_internal_templateparser.php" +#line 2238 "smarty_internal_templateparser.php" #line 230 "smarty_internal_templateparser.y" function yy_r21(){ $this->_retvalue = self::escape_start_tag($this->yystack[$this->yyidx + 0]->minor); } -#line 2243 "smarty_internal_templateparser.php" +#line 2241 "smarty_internal_templateparser.php" #line 232 "smarty_internal_templateparser.y" function yy_r23(){ $this->_retvalue = self::escape_end_tag($this->yystack[$this->yyidx + 0]->minor); } -#line 2246 "smarty_internal_templateparser.php" +#line 2244 "smarty_internal_templateparser.php" #line 233 "smarty_internal_templateparser.y" function yy_r24(){ $this->_retvalue = '<%'; } -#line 2249 "smarty_internal_templateparser.php" +#line 2247 "smarty_internal_templateparser.php" #line 234 "smarty_internal_templateparser.y" function yy_r25(){ $this->_retvalue = '%>'; } -#line 2252 "smarty_internal_templateparser.php" +#line 2250 "smarty_internal_templateparser.php" #line 242 "smarty_internal_templateparser.y" function yy_r26(){ $this->_retvalue = $this->compiler->compileTag('private_print_expression',array(),array('value'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2255 "smarty_internal_templateparser.php" +#line 2253 "smarty_internal_templateparser.php" #line 243 "smarty_internal_templateparser.y" function yy_r27(){ $this->_retvalue = $this->compiler->compileTag('private_print_expression',$this->yystack[$this->yyidx + -1]->minor,array('value'=>$this->yystack[$this->yyidx + -2]->minor)); } -#line 2258 "smarty_internal_templateparser.php" +#line 2256 "smarty_internal_templateparser.php" #line 245 "smarty_internal_templateparser.y" function yy_r29(){ $this->_retvalue = $this->compiler->compileTag('private_print_expression',$this->yystack[$this->yyidx + -1]->minor,array('value'=>$this->yystack[$this->yyidx + -3]->minor,'modifierlist'=>$this->yystack[$this->yyidx + -2]->minor)); } -#line 2261 "smarty_internal_templateparser.php" +#line 2259 "smarty_internal_templateparser.php" #line 253 "smarty_internal_templateparser.y" function yy_r31(){ $this->_retvalue = $this->compiler->compileTag('assign',array(array('value'=>$this->yystack[$this->yyidx + -1]->minor),array('var'=>"'".$this->yystack[$this->yyidx + -3]->minor."'"))); } -#line 2264 "smarty_internal_templateparser.php" +#line 2262 "smarty_internal_templateparser.php" #line 255 "smarty_internal_templateparser.y" function yy_r33(){ $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array(array('value'=>$this->yystack[$this->yyidx + -2]->minor),array('var'=>"'".$this->yystack[$this->yyidx + -4]->minor."'")),$this->yystack[$this->yyidx + -1]->minor)); } -#line 2267 "smarty_internal_templateparser.php" +#line 2265 "smarty_internal_templateparser.php" #line 256 "smarty_internal_templateparser.y" function yy_r34(){ $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array(array('value'=>$this->yystack[$this->yyidx + -2]->minor),array('var'=>$this->yystack[$this->yyidx + -4]->minor['var'])),$this->yystack[$this->yyidx + -1]->minor),array('smarty_internal_index'=>$this->yystack[$this->yyidx + -4]->minor['smarty_internal_index'])); } -#line 2270 "smarty_internal_templateparser.php" +#line 2268 "smarty_internal_templateparser.php" #line 258 "smarty_internal_templateparser.y" function yy_r35(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,$this->yystack[$this->yyidx + -1]->minor); } -#line 2273 "smarty_internal_templateparser.php" +#line 2271 "smarty_internal_templateparser.php" #line 259 "smarty_internal_templateparser.y" function yy_r36(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor,array()); } -#line 2276 "smarty_internal_templateparser.php" +#line 2274 "smarty_internal_templateparser.php" #line 261 "smarty_internal_templateparser.y" function yy_r37(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -4]->minor,$this->yystack[$this->yyidx + -1]->minor,array('object_methode'=>$this->yystack[$this->yyidx + -2]->minor)); } -#line 2279 "smarty_internal_templateparser.php" +#line 2277 "smarty_internal_templateparser.php" #line 263 "smarty_internal_templateparser.y" function yy_r38(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor,$this->yystack[$this->yyidx + -1]->minor).'_retvalue .= $this->compiler->compileTag('private_modifier',array(),array('modifierlist'=>$this->yystack[$this->yyidx + -2]->minor,'value'=>'ob_get_clean()')).'?>'; } -#line 2284 "smarty_internal_templateparser.php" +#line 2282 "smarty_internal_templateparser.php" #line 267 "smarty_internal_templateparser.y" function yy_r39(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -5]->minor,$this->yystack[$this->yyidx + -1]->minor,array('object_methode'=>$this->yystack[$this->yyidx + -3]->minor)).'_retvalue .= $this->compiler->compileTag('private_modifier',array(),array('modifierlist'=>$this->yystack[$this->yyidx + -2]->minor,'value'=>'ob_get_clean()')).'?>'; } -#line 2289 "smarty_internal_templateparser.php" +#line 2287 "smarty_internal_templateparser.php" #line 271 "smarty_internal_templateparser.y" function yy_r40(){ $tag = trim(substr($this->yystack[$this->yyidx + -3]->minor,$this->lex->ldel_length)); $this->_retvalue = $this->compiler->compileTag(($tag == 'else if')? 'elseif' : $tag,array(),array('if condition'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2292 "smarty_internal_templateparser.php" +#line 2290 "smarty_internal_templateparser.php" #line 272 "smarty_internal_templateparser.y" function yy_r41(){ $tag = trim(substr($this->yystack[$this->yyidx + -4]->minor,$this->lex->ldel_length)); $this->_retvalue = $this->compiler->compileTag(($tag == 'else if')? 'elseif' : $tag,$this->yystack[$this->yyidx + -1]->minor,array('if condition'=>$this->yystack[$this->yyidx + -2]->minor)); } -#line 2295 "smarty_internal_templateparser.php" +#line 2293 "smarty_internal_templateparser.php" #line 276 "smarty_internal_templateparser.y" function yy_r44(){ $this->_retvalue = $this->compiler->compileTag('for',array_merge($this->yystack[$this->yyidx + -1]->minor,array(array('start'=>$this->yystack[$this->yyidx + -10]->minor),array('ifexp'=>$this->yystack[$this->yyidx + -7]->minor),array('var'=>$this->yystack[$this->yyidx + -3]->minor),array('step'=>$this->yystack[$this->yyidx + -2]->minor))),1); } -#line 2299 "smarty_internal_templateparser.php" +#line 2297 "smarty_internal_templateparser.php" #line 279 "smarty_internal_templateparser.y" function yy_r45(){ $this->_retvalue = '='.$this->yystack[$this->yyidx + 0]->minor; } -#line 2302 "smarty_internal_templateparser.php" +#line 2300 "smarty_internal_templateparser.php" #line 280 "smarty_internal_templateparser.y" function yy_r46(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2305 "smarty_internal_templateparser.php" +#line 2303 "smarty_internal_templateparser.php" #line 281 "smarty_internal_templateparser.y" function yy_r47(){ $this->_retvalue = $this->compiler->compileTag('for',array_merge($this->yystack[$this->yyidx + -1]->minor,array(array('start'=>$this->yystack[$this->yyidx + -4]->minor),array('to'=>$this->yystack[$this->yyidx + -2]->minor))),0); } -#line 2308 "smarty_internal_templateparser.php" +#line 2306 "smarty_internal_templateparser.php" #line 282 "smarty_internal_templateparser.y" function yy_r48(){ $this->_retvalue = $this->compiler->compileTag('for',array_merge($this->yystack[$this->yyidx + -1]->minor,array(array('start'=>$this->yystack[$this->yyidx + -6]->minor),array('to'=>$this->yystack[$this->yyidx + -4]->minor),array('step'=>$this->yystack[$this->yyidx + -2]->minor))),0); } -#line 2311 "smarty_internal_templateparser.php" +#line 2309 "smarty_internal_templateparser.php" #line 284 "smarty_internal_templateparser.y" function yy_r49(){ $this->_retvalue = $this->compiler->compileTag('foreach',$this->yystack[$this->yyidx + -1]->minor); } -#line 2314 "smarty_internal_templateparser.php" +#line 2312 "smarty_internal_templateparser.php" #line 286 "smarty_internal_templateparser.y" function yy_r50(){ $this->_retvalue = $this->compiler->compileTag('foreach',array_merge($this->yystack[$this->yyidx + -1]->minor,array(array('from'=>$this->yystack[$this->yyidx + -5]->minor),array('item'=>$this->yystack[$this->yyidx + -2]->minor)))); } -#line 2318 "smarty_internal_templateparser.php" +#line 2316 "smarty_internal_templateparser.php" #line 288 "smarty_internal_templateparser.y" function yy_r51(){ $this->_retvalue = $this->compiler->compileTag('foreach',array_merge($this->yystack[$this->yyidx + -1]->minor,array(array('from'=>$this->yystack[$this->yyidx + -8]->minor),array('item'=>$this->yystack[$this->yyidx + -2]->minor),array('key'=>$this->yystack[$this->yyidx + -5]->minor)))); } -#line 2322 "smarty_internal_templateparser.php" +#line 2320 "smarty_internal_templateparser.php" #line 290 "smarty_internal_templateparser.y" function yy_r52(){ $this->_retvalue = $this->compiler->compileTag('foreach',array_merge($this->yystack[$this->yyidx + -1]->minor,array(array('from'=>$this->yystack[$this->yyidx + -5]->minor),array('item'=>$this->yystack[$this->yyidx + -2]->minor)))); } -#line 2326 "smarty_internal_templateparser.php" +#line 2324 "smarty_internal_templateparser.php" #line 292 "smarty_internal_templateparser.y" function yy_r53(){ $this->_retvalue = $this->compiler->compileTag('foreach',array_merge($this->yystack[$this->yyidx + -1]->minor,array(array('from'=>$this->yystack[$this->yyidx + -8]->minor),array('item'=>$this->yystack[$this->yyidx + -2]->minor),array('key'=>$this->yystack[$this->yyidx + -5]->minor)))); } -#line 2330 "smarty_internal_templateparser.php" +#line 2328 "smarty_internal_templateparser.php" #line 296 "smarty_internal_templateparser.y" function yy_r54(){ $this->_retvalue = SMARTY_INTERNAL_COMPILE_BLOCK::compileChildBlock($this->compiler); } -#line 2333 "smarty_internal_templateparser.php" +#line 2331 "smarty_internal_templateparser.php" #line 300 "smarty_internal_templateparser.y" function yy_r55(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor.'close',array()); } -#line 2336 "smarty_internal_templateparser.php" +#line 2334 "smarty_internal_templateparser.php" #line 301 "smarty_internal_templateparser.y" function yy_r56(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',$this->yystack[$this->yyidx + -1]->minor); } -#line 2339 "smarty_internal_templateparser.php" +#line 2337 "smarty_internal_templateparser.php" #line 302 "smarty_internal_templateparser.y" function yy_r57(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor.'close',$this->yystack[$this->yyidx + -1]->minor).'_retvalue .= $this->compiler->compileTag('private_modifier',array(),array('modifierlist'=>$this->yystack[$this->yyidx + -2]->minor,'value'=>'ob_get_clean()')).'?>'; } -#line 2344 "smarty_internal_templateparser.php" +#line 2342 "smarty_internal_templateparser.php" #line 306 "smarty_internal_templateparser.y" function yy_r58(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor.'close',array(),array('object_methode'=>$this->yystack[$this->yyidx + -1]->minor)); } -#line 2347 "smarty_internal_templateparser.php" +#line 2345 "smarty_internal_templateparser.php" #line 312 "smarty_internal_templateparser.y" function yy_r59(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; $this->_retvalue[] = $this->yystack[$this->yyidx + 0]->minor; } -#line 2350 "smarty_internal_templateparser.php" +#line 2348 "smarty_internal_templateparser.php" #line 314 "smarty_internal_templateparser.y" function yy_r60(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } -#line 2353 "smarty_internal_templateparser.php" +#line 2351 "smarty_internal_templateparser.php" #line 316 "smarty_internal_templateparser.y" function yy_r61(){ $this->_retvalue = array(); } -#line 2356 "smarty_internal_templateparser.php" +#line 2354 "smarty_internal_templateparser.php" #line 319 "smarty_internal_templateparser.y" function yy_r62(){ if (preg_match('~^true$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>'true'); @@ -2367,82 +2365,82 @@ static public $yy_action = array( $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>'null'); } else $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>"'".$this->yystack[$this->yyidx + 0]->minor."'"); } -#line 2366 "smarty_internal_templateparser.php" +#line 2364 "smarty_internal_templateparser.php" #line 327 "smarty_internal_templateparser.y" function yy_r63(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2369 "smarty_internal_templateparser.php" +#line 2367 "smarty_internal_templateparser.php" #line 329 "smarty_internal_templateparser.y" function yy_r65(){ $this->_retvalue = "'".$this->yystack[$this->yyidx + 0]->minor."'"; } -#line 2372 "smarty_internal_templateparser.php" +#line 2370 "smarty_internal_templateparser.php" #line 332 "smarty_internal_templateparser.y" function yy_r68(){$this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2375 "smarty_internal_templateparser.php" +#line 2373 "smarty_internal_templateparser.php" #line 339 "smarty_internal_templateparser.y" function yy_r70(){ $this->yystack[$this->yyidx + -2]->minor[]=$this->yystack[$this->yyidx + 0]->minor; $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor; } -#line 2378 "smarty_internal_templateparser.php" +#line 2376 "smarty_internal_templateparser.php" #line 341 "smarty_internal_templateparser.y" function yy_r71(){ $this->_retvalue = array('var' => $this->yystack[$this->yyidx + -2]->minor, 'value'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2381 "smarty_internal_templateparser.php" +#line 2379 "smarty_internal_templateparser.php" #line 352 "smarty_internal_templateparser.y" function yy_r74(){$this->_retvalue = '$_smarty_tpl->getStreamVariable(\''. $this->yystack[$this->yyidx + -2]->minor .'://'. $this->yystack[$this->yyidx + 0]->minor . '\')'; } -#line 2384 "smarty_internal_templateparser.php" +#line 2382 "smarty_internal_templateparser.php" #line 354 "smarty_internal_templateparser.y" function yy_r75(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . trim($this->yystack[$this->yyidx + -1]->minor) . $this->yystack[$this->yyidx + 0]->minor; } -#line 2387 "smarty_internal_templateparser.php" +#line 2385 "smarty_internal_templateparser.php" #line 360 "smarty_internal_templateparser.y" function yy_r78(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2390 "smarty_internal_templateparser.php" +#line 2388 "smarty_internal_templateparser.php" #line 363 "smarty_internal_templateparser.y" function yy_r79(){ $this->_retvalue = $this->compiler->compileTag('private_modifier',array(),array('value'=>$this->yystack[$this->yyidx + -1]->minor,'modifierlist'=>$this->yystack[$this->yyidx + 0]->minor)); } -#line 2393 "smarty_internal_templateparser.php" +#line 2391 "smarty_internal_templateparser.php" #line 367 "smarty_internal_templateparser.y" function yy_r80(){$this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2396 "smarty_internal_templateparser.php" +#line 2394 "smarty_internal_templateparser.php" #line 368 "smarty_internal_templateparser.y" function yy_r81(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2399 "smarty_internal_templateparser.php" +#line 2397 "smarty_internal_templateparser.php" #line 369 "smarty_internal_templateparser.y" function yy_r82(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2402 "smarty_internal_templateparser.php" +#line 2400 "smarty_internal_templateparser.php" #line 371 "smarty_internal_templateparser.y" function yy_r84(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2405 "smarty_internal_templateparser.php" +#line 2403 "smarty_internal_templateparser.php" #line 372 "smarty_internal_templateparser.y" function yy_r85(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2408 "smarty_internal_templateparser.php" +#line 2406 "smarty_internal_templateparser.php" #line 373 "smarty_internal_templateparser.y" function yy_r86(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2411 "smarty_internal_templateparser.php" +#line 2409 "smarty_internal_templateparser.php" #line 374 "smarty_internal_templateparser.y" function yy_r87(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2414 "smarty_internal_templateparser.php" +#line 2412 "smarty_internal_templateparser.php" #line 375 "smarty_internal_templateparser.y" function yy_r88(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2417 "smarty_internal_templateparser.php" +#line 2415 "smarty_internal_templateparser.php" #line 376 "smarty_internal_templateparser.y" function yy_r89(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2420 "smarty_internal_templateparser.php" +#line 2418 "smarty_internal_templateparser.php" #line 382 "smarty_internal_templateparser.y" function yy_r95(){$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 2423 "smarty_internal_templateparser.php" +#line 2421 "smarty_internal_templateparser.php" #line 388 "smarty_internal_templateparser.y" function yy_r96(){ $this->_retvalue = $this->yystack[$this->yyidx + -6]->minor.' ? $_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -2]->minor .'\')->value : '.$this->yystack[$this->yyidx + 0]->minor; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable('$this->yystack[$this->yyidx + -2]->minor', null, true, false)->nocache; } -#line 2426 "smarty_internal_templateparser.php" +#line 2424 "smarty_internal_templateparser.php" #line 389 "smarty_internal_templateparser.y" function yy_r97(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '.$this->yystack[$this->yyidx + -2]->minor.' : '.$this->yystack[$this->yyidx + 0]->minor; } -#line 2429 "smarty_internal_templateparser.php" +#line 2427 "smarty_internal_templateparser.php" #line 396 "smarty_internal_templateparser.y" function yy_r100(){ $this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2432 "smarty_internal_templateparser.php" +#line 2430 "smarty_internal_templateparser.php" #line 402 "smarty_internal_templateparser.y" function yy_r105(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2435 "smarty_internal_templateparser.php" +#line 2433 "smarty_internal_templateparser.php" #line 403 "smarty_internal_templateparser.y" function yy_r106(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'; } -#line 2438 "smarty_internal_templateparser.php" +#line 2436 "smarty_internal_templateparser.php" #line 404 "smarty_internal_templateparser.y" function yy_r107(){ $this->_retvalue = '.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2441 "smarty_internal_templateparser.php" +#line 2439 "smarty_internal_templateparser.php" #line 406 "smarty_internal_templateparser.y" function yy_r108(){ if (preg_match('~^true$~i', $this->yystack[$this->yyidx + 0]->minor)) { $this->_retvalue = 'true'; @@ -2452,10 +2450,10 @@ static public $yy_action = array( $this->_retvalue = 'null'; } else $this->_retvalue = "'".$this->yystack[$this->yyidx + 0]->minor."'"; } -#line 2451 "smarty_internal_templateparser.php" +#line 2449 "smarty_internal_templateparser.php" #line 417 "smarty_internal_templateparser.y" function yy_r110(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2454 "smarty_internal_templateparser.php" +#line 2452 "smarty_internal_templateparser.php" #line 423 "smarty_internal_templateparser.y" function yy_r113(){if (!$this->security || isset($this->smarty->registered_classes[$this->yystack[$this->yyidx + -2]->minor]) || $this->smarty->security_policy->isTrustedStaticClass($this->yystack[$this->yyidx + -2]->minor, $this->compiler)) { if (isset($this->smarty->registered_classes[$this->yystack[$this->yyidx + -2]->minor])) { @@ -2467,14 +2465,14 @@ static public $yy_action = array( $this->compiler->trigger_template_error ("static class '".$this->yystack[$this->yyidx + -2]->minor."' is undefined or not allowed by security setting"); } } -#line 2466 "smarty_internal_templateparser.php" +#line 2464 "smarty_internal_templateparser.php" #line 433 "smarty_internal_templateparser.y" function yy_r114(){ if ($this->yystack[$this->yyidx + -2]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',array(),$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 2470 "smarty_internal_templateparser.php" +#line 2468 "smarty_internal_templateparser.php" #line 436 "smarty_internal_templateparser.y" function yy_r115(){ $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 2473 "smarty_internal_templateparser.php" +#line 2471 "smarty_internal_templateparser.php" #line 445 "smarty_internal_templateparser.y" function yy_r116(){if ($this->yystack[$this->yyidx + 0]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',array(),$this->yystack[$this->yyidx + 0]->minor['smarty_internal_index']); } else { @@ -2488,7 +2486,7 @@ static public $yy_action = array( } } $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor['var'],"'"), null, true, false)->nocache;} } -#line 2487 "smarty_internal_templateparser.php" +#line 2485 "smarty_internal_templateparser.php" #line 458 "smarty_internal_templateparser.y" function yy_r117(){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; @@ -2496,223 +2494,230 @@ static public $yy_action = array( $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 2495 "smarty_internal_templateparser.php" +#line 2493 "smarty_internal_templateparser.php" #line 467 "smarty_internal_templateparser.y" function yy_r119(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } -#line 2498 "smarty_internal_templateparser.php" +#line 2496 "smarty_internal_templateparser.php" #line 468 "smarty_internal_templateparser.y" function yy_r120(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2501 "smarty_internal_templateparser.php" +#line 2499 "smarty_internal_templateparser.php" #line 471 "smarty_internal_templateparser.y" function yy_r121(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'smarty_internal_index'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2504 "smarty_internal_templateparser.php" +#line 2502 "smarty_internal_templateparser.php" #line 477 "smarty_internal_templateparser.y" function yy_r122(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2507 "smarty_internal_templateparser.php" +#line 2505 "smarty_internal_templateparser.php" #line 479 "smarty_internal_templateparser.y" function yy_r123(){return; } -#line 2510 "smarty_internal_templateparser.php" +#line 2508 "smarty_internal_templateparser.php" #line 483 "smarty_internal_templateparser.y" function yy_r124(){ $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 2513 "smarty_internal_templateparser.php" +#line 2511 "smarty_internal_templateparser.php" #line 484 "smarty_internal_templateparser.y" function yy_r125(){ $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 2516 "smarty_internal_templateparser.php" +#line 2514 "smarty_internal_templateparser.php" #line 485 "smarty_internal_templateparser.y" function yy_r126(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } -#line 2519 "smarty_internal_templateparser.php" +#line 2517 "smarty_internal_templateparser.php" #line 486 "smarty_internal_templateparser.y" function yy_r127(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } -#line 2522 "smarty_internal_templateparser.php" +#line 2520 "smarty_internal_templateparser.php" #line 487 "smarty_internal_templateparser.y" function yy_r128(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } -#line 2525 "smarty_internal_templateparser.php" +#line 2523 "smarty_internal_templateparser.php" #line 489 "smarty_internal_templateparser.y" function yy_r129(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable',array(),'[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } -#line 2528 "smarty_internal_templateparser.php" +#line 2526 "smarty_internal_templateparser.php" #line 490 "smarty_internal_templateparser.y" function yy_r130(){ $this->_retvalue = '['.$this->compiler->compileTag('private_special_variable',array(),'[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } -#line 2531 "smarty_internal_templateparser.php" +#line 2529 "smarty_internal_templateparser.php" #line 494 "smarty_internal_templateparser.y" function yy_r132(){$this->_retvalue = '[]'; } -#line 2534 "smarty_internal_templateparser.php" +#line 2532 "smarty_internal_templateparser.php" #line 502 "smarty_internal_templateparser.y" function yy_r134(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2537 "smarty_internal_templateparser.php" +#line 2535 "smarty_internal_templateparser.php" #line 504 "smarty_internal_templateparser.y" function yy_r135(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2540 "smarty_internal_templateparser.php" +#line 2538 "smarty_internal_templateparser.php" #line 506 "smarty_internal_templateparser.y" function yy_r136(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2543 "smarty_internal_templateparser.php" +#line 2541 "smarty_internal_templateparser.php" #line 511 "smarty_internal_templateparser.y" function yy_r137(){ if ($this->yystack[$this->yyidx + -1]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('private_special_variable',array(),$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 2547 "smarty_internal_templateparser.php" +#line 2545 "smarty_internal_templateparser.php" #line 514 "smarty_internal_templateparser.y" function yy_r138(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2550 "smarty_internal_templateparser.php" +#line 2548 "smarty_internal_templateparser.php" #line 516 "smarty_internal_templateparser.y" function yy_r139(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2553 "smarty_internal_templateparser.php" +#line 2551 "smarty_internal_templateparser.php" #line 518 "smarty_internal_templateparser.y" function yy_r140(){if ($this->security && substr($this->yystack[$this->yyidx + -1]->minor,0,1) == '_') { $this->compiler->trigger_template_error (self::Err1); } $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2560 "smarty_internal_templateparser.php" +#line 2558 "smarty_internal_templateparser.php" #line 523 "smarty_internal_templateparser.y" function yy_r141(){if ($this->security) { $this->compiler->trigger_template_error (self::Err2); } $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 2567 "smarty_internal_templateparser.php" +#line 2565 "smarty_internal_templateparser.php" #line 528 "smarty_internal_templateparser.y" function yy_r142(){if ($this->security) { $this->compiler->trigger_template_error (self::Err2); } $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2574 "smarty_internal_templateparser.php" +#line 2572 "smarty_internal_templateparser.php" #line 533 "smarty_internal_templateparser.y" function yy_r143(){if ($this->security) { $this->compiler->trigger_template_error (self::Err2); } $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2581 "smarty_internal_templateparser.php" +#line 2579 "smarty_internal_templateparser.php" #line 539 "smarty_internal_templateparser.y" function yy_r144(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2584 "smarty_internal_templateparser.php" +#line 2582 "smarty_internal_templateparser.php" #line 545 "smarty_internal_templateparser.y" function yy_r145(){if (!$this->security || $this->smarty->security_policy->isTrustedPhpFunction($this->yystack[$this->yyidx + -3]->minor, $this->compiler)) { if (strcasecmp($this->yystack[$this->yyidx + -3]->minor,'isset') === 0 || strcasecmp($this->yystack[$this->yyidx + -3]->minor,'empty') === 0 || strcasecmp($this->yystack[$this->yyidx + -3]->minor,'array') === 0 || is_callable($this->yystack[$this->yyidx + -3]->minor)) { if (strcasecmp($this->yystack[$this->yyidx + -3]->minor,'isset') === 0) { - $this->_retvalue = '('. $this->yystack[$this->yyidx + -1]->minor .' !== null)'; + if (count($this->yystack[$this->yyidx + -1]->minor) == 0) { + $this->compiler->trigger_template_error ('Illegal number of paramer in "isset()"'); + } + $exp = array(); + foreach ($this->yystack[$this->yyidx + -1]->minor as $par) { + $exp[] = '('. $par .' !== null)'; + } + $this->_retvalue = '('. implode('&&',$exp) .')'; } elseif (strcasecmp($this->yystack[$this->yyidx + -3]->minor,'empty') === 0){ - $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'='.$this->yystack[$this->yyidx + -1]->minor.';?>'; + if (count($this->yystack[$this->yyidx + -1]->minor) != 1) { + $this->compiler->trigger_template_error ('Illegal number of paramer in "empty()"'); + } + $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'='.$this->yystack[$this->yyidx + -1]->minor[0].';?>'; $this->_retvalue = 'empty($_tmp'.$this->prefix_number.')'; } else { - $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; + $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". implode(',',$this->yystack[$this->yyidx + -1]->minor) .")"; } } else { $this->compiler->trigger_template_error ("unknown function \"" . $this->yystack[$this->yyidx + -3]->minor . "\""); } } } -#line 2600 "smarty_internal_templateparser.php" -#line 563 "smarty_internal_templateparser.y" +#line 2608 "smarty_internal_templateparser.php" +#line 573 "smarty_internal_templateparser.y" function yy_r146(){if ($this->security && substr($this->yystack[$this->yyidx + -3]->minor,0,1) == '_') { $this->compiler->trigger_template_error (self::Err1); } - $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; + $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". implode(',',$this->yystack[$this->yyidx + -1]->minor) .")"; } -#line 2607 "smarty_internal_templateparser.php" -#line 568 "smarty_internal_templateparser.y" +#line 2615 "smarty_internal_templateparser.php" +#line 578 "smarty_internal_templateparser.y" function yy_r147(){if ($this->security) { $this->compiler->trigger_template_error (self::Err2); } - $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 .')'; + $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.'('. implode(',',$this->yystack[$this->yyidx + -1]->minor) .')'; } -#line 2614 "smarty_internal_templateparser.php" -#line 576 "smarty_internal_templateparser.y" - function yy_r148(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.",".$this->yystack[$this->yyidx + 0]->minor; } -#line 2617 "smarty_internal_templateparser.php" -#line 580 "smarty_internal_templateparser.y" - function yy_r150(){ return; } -#line 2620 "smarty_internal_templateparser.php" -#line 585 "smarty_internal_templateparser.y" - function yy_r151(){$this->_retvalue = array_merge($this->yystack[$this->yyidx + -2]->minor,array(array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor))); } -#line 2623 "smarty_internal_templateparser.php" +#line 2622 "smarty_internal_templateparser.php" #line 586 "smarty_internal_templateparser.y" - function yy_r152(){$this->_retvalue = array(array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor)); } -#line 2626 "smarty_internal_templateparser.php" -#line 589 "smarty_internal_templateparser.y" - function yy_r154(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } -#line 2629 "smarty_internal_templateparser.php" -#line 594 "smarty_internal_templateparser.y" - function yy_r155(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor); } -#line 2632 "smarty_internal_templateparser.php" + function yy_r148(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -2]->minor,array($this->yystack[$this->yyidx + 0]->minor)); } +#line 2625 "smarty_internal_templateparser.php" +#line 595 "smarty_internal_templateparser.y" + function yy_r151(){$this->_retvalue = array_merge($this->yystack[$this->yyidx + -2]->minor,array(array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor))); } +#line 2628 "smarty_internal_templateparser.php" #line 596 "smarty_internal_templateparser.y" + function yy_r152(){$this->_retvalue = array(array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor)); } +#line 2631 "smarty_internal_templateparser.php" +#line 599 "smarty_internal_templateparser.y" + function yy_r154(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } +#line 2634 "smarty_internal_templateparser.php" +#line 604 "smarty_internal_templateparser.y" + function yy_r155(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor); } +#line 2637 "smarty_internal_templateparser.php" +#line 606 "smarty_internal_templateparser.y" function yy_r156(){$this->_retvalue = array(); } -#line 2635 "smarty_internal_templateparser.php" -#line 598 "smarty_internal_templateparser.y" - function yy_r157(){$this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } -#line 2638 "smarty_internal_templateparser.php" +#line 2640 "smarty_internal_templateparser.php" #line 608 "smarty_internal_templateparser.y" + function yy_r157(){$this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } +#line 2643 "smarty_internal_templateparser.php" +#line 618 "smarty_internal_templateparser.y" function yy_r162(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2641 "smarty_internal_templateparser.php" -#line 610 "smarty_internal_templateparser.y" - function yy_r163(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2644 "smarty_internal_templateparser.php" -#line 619 "smarty_internal_templateparser.y" - function yy_r164(){$this->_retvalue = '=='; } -#line 2647 "smarty_internal_templateparser.php" +#line 2646 "smarty_internal_templateparser.php" #line 620 "smarty_internal_templateparser.y" - function yy_r165(){$this->_retvalue = '!='; } -#line 2650 "smarty_internal_templateparser.php" -#line 621 "smarty_internal_templateparser.y" - function yy_r166(){$this->_retvalue = '>'; } -#line 2653 "smarty_internal_templateparser.php" -#line 622 "smarty_internal_templateparser.y" - function yy_r167(){$this->_retvalue = '<'; } -#line 2656 "smarty_internal_templateparser.php" -#line 623 "smarty_internal_templateparser.y" - function yy_r168(){$this->_retvalue = '>='; } -#line 2659 "smarty_internal_templateparser.php" -#line 624 "smarty_internal_templateparser.y" - function yy_r169(){$this->_retvalue = '<='; } -#line 2662 "smarty_internal_templateparser.php" -#line 625 "smarty_internal_templateparser.y" - function yy_r170(){$this->_retvalue = '==='; } -#line 2665 "smarty_internal_templateparser.php" -#line 626 "smarty_internal_templateparser.y" - function yy_r171(){$this->_retvalue = '!=='; } -#line 2668 "smarty_internal_templateparser.php" -#line 627 "smarty_internal_templateparser.y" - function yy_r172(){$this->_retvalue = '%'; } -#line 2671 "smarty_internal_templateparser.php" + function yy_r163(){ $this->_retvalue = '$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2649 "smarty_internal_templateparser.php" #line 629 "smarty_internal_templateparser.y" - function yy_r173(){$this->_retvalue = '&&'; } -#line 2674 "smarty_internal_templateparser.php" + function yy_r164(){$this->_retvalue = '=='; } +#line 2652 "smarty_internal_templateparser.php" #line 630 "smarty_internal_templateparser.y" - function yy_r174(){$this->_retvalue = '||'; } -#line 2677 "smarty_internal_templateparser.php" + function yy_r165(){$this->_retvalue = '!='; } +#line 2655 "smarty_internal_templateparser.php" #line 631 "smarty_internal_templateparser.y" - function yy_r175(){$this->_retvalue = ' XOR '; } -#line 2680 "smarty_internal_templateparser.php" + function yy_r166(){$this->_retvalue = '>'; } +#line 2658 "smarty_internal_templateparser.php" +#line 632 "smarty_internal_templateparser.y" + function yy_r167(){$this->_retvalue = '<'; } +#line 2661 "smarty_internal_templateparser.php" +#line 633 "smarty_internal_templateparser.y" + function yy_r168(){$this->_retvalue = '>='; } +#line 2664 "smarty_internal_templateparser.php" +#line 634 "smarty_internal_templateparser.y" + function yy_r169(){$this->_retvalue = '<='; } +#line 2667 "smarty_internal_templateparser.php" +#line 635 "smarty_internal_templateparser.y" + function yy_r170(){$this->_retvalue = '==='; } +#line 2670 "smarty_internal_templateparser.php" #line 636 "smarty_internal_templateparser.y" - function yy_r176(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2683 "smarty_internal_templateparser.php" -#line 638 "smarty_internal_templateparser.y" - function yy_r178(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2686 "smarty_internal_templateparser.php" + function yy_r171(){$this->_retvalue = '!=='; } +#line 2673 "smarty_internal_templateparser.php" +#line 637 "smarty_internal_templateparser.y" + function yy_r172(){$this->_retvalue = '%'; } +#line 2676 "smarty_internal_templateparser.php" #line 639 "smarty_internal_templateparser.y" - function yy_r179(){ return; } -#line 2689 "smarty_internal_templateparser.php" + function yy_r173(){$this->_retvalue = '&&'; } +#line 2679 "smarty_internal_templateparser.php" #line 640 "smarty_internal_templateparser.y" - function yy_r180(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2692 "smarty_internal_templateparser.php" + function yy_r174(){$this->_retvalue = '||'; } +#line 2682 "smarty_internal_templateparser.php" #line 641 "smarty_internal_templateparser.y" - function yy_r181(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2695 "smarty_internal_templateparser.php" + function yy_r175(){$this->_retvalue = ' XOR '; } +#line 2685 "smarty_internal_templateparser.php" +#line 646 "smarty_internal_templateparser.y" + function yy_r176(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2688 "smarty_internal_templateparser.php" #line 648 "smarty_internal_templateparser.y" - function yy_r183(){ $this->_retvalue = "''"; } -#line 2698 "smarty_internal_templateparser.php" + function yy_r178(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } +#line 2691 "smarty_internal_templateparser.php" #line 649 "smarty_internal_templateparser.y" - function yy_r184(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php(); } -#line 2701 "smarty_internal_templateparser.php" + function yy_r179(){ return; } +#line 2694 "smarty_internal_templateparser.php" +#line 650 "smarty_internal_templateparser.y" + function yy_r180(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2697 "smarty_internal_templateparser.php" #line 651 "smarty_internal_templateparser.y" + function yy_r181(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2700 "smarty_internal_templateparser.php" +#line 658 "smarty_internal_templateparser.y" + function yy_r183(){ $this->_retvalue = "''"; } +#line 2703 "smarty_internal_templateparser.php" +#line 659 "smarty_internal_templateparser.y" + function yy_r184(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor->to_smarty_php(); } +#line 2706 "smarty_internal_templateparser.php" +#line 661 "smarty_internal_templateparser.y" function yy_r185(){ $this->yystack[$this->yyidx + -1]->minor->append_subtree($this->yystack[$this->yyidx + 0]->minor); $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor; } -#line 2704 "smarty_internal_templateparser.php" -#line 652 "smarty_internal_templateparser.y" +#line 2709 "smarty_internal_templateparser.php" +#line 662 "smarty_internal_templateparser.y" function yy_r186(){ $this->_retvalue = new _smarty_doublequoted($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2707 "smarty_internal_templateparser.php" -#line 654 "smarty_internal_templateparser.y" +#line 2712 "smarty_internal_templateparser.php" +#line 664 "smarty_internal_templateparser.y" function yy_r187(){ $this->_retvalue = new _smarty_code($this, $this->yystack[$this->yyidx + -1]->minor); } -#line 2710 "smarty_internal_templateparser.php" -#line 656 "smarty_internal_templateparser.y" +#line 2715 "smarty_internal_templateparser.php" +#line 666 "smarty_internal_templateparser.y" function yy_r189(){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 { @@ -2720,21 +2725,21 @@ static public $yy_action = array( } $this->compiler->tag_nocache = $this->compiler->tag_nocache | $this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor,"'"), null, true, false)->nocache; } -#line 2719 "smarty_internal_templateparser.php" -#line 664 "smarty_internal_templateparser.y" +#line 2724 "smarty_internal_templateparser.php" +#line 674 "smarty_internal_templateparser.y" function yy_r191(){ $this->_retvalue = new _smarty_code($this, '('.$this->yystack[$this->yyidx + -1]->minor.')'); } -#line 2722 "smarty_internal_templateparser.php" -#line 665 "smarty_internal_templateparser.y" +#line 2727 "smarty_internal_templateparser.php" +#line 675 "smarty_internal_templateparser.y" function yy_r192(){ $this->_retvalue = new _smarty_tag($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2727 "smarty_internal_templateparser.php" -#line 668 "smarty_internal_templateparser.y" +#line 2732 "smarty_internal_templateparser.php" +#line 678 "smarty_internal_templateparser.y" function yy_r193(){ $this->_retvalue = new _smarty_dq_content($this, $this->yystack[$this->yyidx + 0]->minor); } -#line 2730 "smarty_internal_templateparser.php" -#line 675 "smarty_internal_templateparser.y" +#line 2735 "smarty_internal_templateparser.php" +#line 685 "smarty_internal_templateparser.y" function yy_r195(){$this->_retvalue = ''; } -#line 2733 "smarty_internal_templateparser.php" +#line 2738 "smarty_internal_templateparser.php" private $_retvalue; @@ -2796,7 +2801,7 @@ static public $yy_action = array( $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_template_error(); -#line 2796 "smarty_internal_templateparser.php" +#line 2801 "smarty_internal_templateparser.php" } function yy_accept() @@ -2813,7 +2818,7 @@ static public $yy_action = array( $this->internalError = false; $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; -#line 2814 "smarty_internal_templateparser.php" +#line 2819 "smarty_internal_templateparser.php" } function doParse($yymajor, $yytokenvalue)