From caac4bb8414b0c8865c851582ac60576d3c799be Mon Sep 17 00:00:00 2001 From: "Uwe.Tews" Date: Wed, 4 Nov 2009 16:03:25 +0000 Subject: [PATCH] - added typecasting support for template variables --- change_log.txt | 3 + .../smarty_internal_templatelexer.php | 267 +-- .../smarty_internal_templateparser.php | 2073 +++++++++-------- 3 files changed, 1191 insertions(+), 1152 deletions(-) diff --git a/change_log.txt b/change_log.txt index 83634586..810917b2 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,6 @@ +11/04/2009 +- added typecasting support for template variables + 11/03/2009 - fixed parser error on objects with special smarty vars - fixed file dependency for {incude} inside {block} tag diff --git a/libs/sysplugins/smarty_internal_templatelexer.php b/libs/sysplugins/smarty_internal_templatelexer.php index 2540ad31..dbbb42f3 100644 --- a/libs/sysplugins/smarty_internal_templatelexer.php +++ b/libs/sysplugins/smarty_internal_templatelexer.php @@ -297,21 +297,18 @@ class Smarty_Internal_Templatelexer 55 => 0, 56 => 0, 57 => 0, - 58 => 0, - 59 => 0, - 60 => 0, - 61 => 0, + 58 => 3, 62 => 0, 63 => 0, 64 => 0, 65 => 0, - 66 => 1, - 68 => 1, + 66 => 0, + 67 => 0, + 68 => 0, + 69 => 0, 70 => 1, - 72 => 0, - 73 => 0, - 74 => 0, - 75 => 0, + 72 => 1, + 74 => 1, 76 => 0, 77 => 0, 78 => 0, @@ -321,15 +318,19 @@ class Smarty_Internal_Templatelexer 82 => 0, 83 => 0, 84 => 0, - 85 => 1, + 85 => 0, + 86 => 0, 87 => 0, 88 => 0, - 89 => 0, + 89 => 1, + 91 => 0, + 92 => 0, + 93 => 0, ); if ($this->counter >= strlen($this->data)) { return false; // end of input } - $yy_global_pattern = "/^(\\{\\})|^(".$this->ldel."\\*((\\s|.)*?)\\*".$this->rdel.")|^((\\\\\"|\\\\'))|^(')|^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)/"; + $yy_global_pattern = "/^(\\{\\})|^(".$this->ldel."\\*((\\s|.)*?)\\*".$this->rdel.")|^((\\\\\"|\\\\'))|^(')|^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)/"; do { if (preg_match($yy_global_pattern, substr($this->data, $this->counter), $yymatches)) { @@ -369,76 +370,77 @@ class Smarty_Internal_Templatelexer // skip this token continue; } else { $yy_yymore_patterns = array( - 1 => array(0, "^(".$this->ldel."\\*((\\s|.)*?)\\*".$this->rdel.")|^((\\\\\"|\\\\'))|^(')|^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 2 => array(2, "^((\\\\\"|\\\\'))|^(')|^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 5 => array(3, "^(')|^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 7 => array(3, "^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 8 => array(3, "^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 9 => array(3, "^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 10 => array(3, "^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 11 => array(3, "^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 12 => array(3, "^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 13 => array(3, "^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 14 => array(3, "^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 15 => array(3, "^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 16 => array(3, "^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 17 => array(3, "^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 18 => array(3, "^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 19 => array(4, "^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 21 => array(4, "^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 22 => array(4, "^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 23 => array(4, "^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 24 => array(4, "^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 25 => array(4, "^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 26 => array(5, "^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 28 => array(6, "^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 30 => array(7, "^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 32 => array(8, "^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 34 => array(9, "^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 36 => array(10, "^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 38 => array(11, "^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 40 => array(12, "^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 42 => array(13, "^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 44 => array(14, "^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 46 => array(15, "^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 48 => array(15, "^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 49 => array(15, "^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 50 => array(15, "^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 51 => array(15, "^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 52 => array(15, "^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 53 => array(15, "^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 54 => array(15, "^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 55 => array(15, "^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 56 => array(15, "^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 57 => array(15, "^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 58 => array(15, "^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 59 => array(15, "^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 60 => array(15, "^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 61 => array(15, "^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 62 => array(15, "^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 63 => array(15, "^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 64 => array(15, "^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 65 => array(15, "^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 66 => array(16, "^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 68 => array(17, "^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 70 => array(18, "^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 72 => array(18, "^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 73 => array(18, "^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 74 => array(18, "^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 75 => array(18, "^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 76 => array(18, "^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 77 => array(18, "^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 78 => array(18, "^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 79 => array(18, "^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 80 => array(18, "^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 81 => array(18, "^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 82 => array(18, "^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 83 => array(18, "^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 84 => array(18, "^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), - 85 => array(19, "^(\\w+)|^(\\s+)|^(.)"), - 87 => array(19, "^(\\s+)|^(.)"), - 88 => array(19, "^(.)"), - 89 => array(19, ""), + 1 => array(0, "^(".$this->ldel."\\*((\\s|.)*?)\\*".$this->rdel.")|^((\\\\\"|\\\\'))|^(')|^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 2 => array(2, "^((\\\\\"|\\\\'))|^(')|^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 5 => array(3, "^(')|^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 7 => array(3, "^(".$this->ldel."literal".$this->rdel.")|^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 8 => array(3, "^(".$this->ldel."\/literal".$this->rdel.")|^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 9 => array(3, "^(".$this->ldel."ldelim".$this->rdel.")|^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 10 => array(3, "^(".$this->ldel."rdelim".$this->rdel.")|^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 11 => array(3, "^(".$this->ldel."\\s{1,}\/)|^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 12 => array(3, "^(".$this->ldel."\\s{1,})|^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 13 => array(3, "^(\\s{1,}".$this->rdel.")|^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 14 => array(3, "^(".$this->ldel."\/)|^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 15 => array(3, "^(".$this->ldel.")|^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 16 => array(3, "^(".$this->rdel.")|^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 17 => array(3, "^(\\s+is\\s+in\\s+)|^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 18 => array(3, "^(\\s+(AS|as)\\s+)|^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 19 => array(4, "^(\\s+instanceof\\s+)|^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 21 => array(4, "^(true|TRUE|True|false|FALSE|False)|^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 22 => array(4, "^(null|NULL|Null)|^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 23 => array(4, "^(\\s*===\\s*)|^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 24 => array(4, "^(\\s*!==\\s*)|^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 25 => array(4, "^(\\s*==\\s*|\\s+(EQ|eq)\\s+)|^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 26 => array(5, "^(\\s*!=\\s*|\\s*<>\\s*|\\s+(NE|NEQ|ne|neq)\\s+)|^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 28 => array(6, "^(\\s*>=\\s*|\\s+(GE|GTE|ge|gte)\\s+)|^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 30 => array(7, "^(\\s*<=\\s*|\\s+(LE|LTE|le|lte)\\s+)|^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 32 => array(8, "^(\\s*>\\s*|\\s+(GT|gt)\\s+)|^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 34 => array(9, "^(\\s*<\\s*|\\s+(LT|lt)\\s+)|^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 36 => array(10, "^(\\s+(MOD|mod)\\s+)|^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 38 => array(11, "^(!\\s*|(NOT|not)\\s+)|^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 40 => array(12, "^(\\s*&&\\s*|\\s*(AND|and)\\s+)|^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 42 => array(13, "^(\\s*\\|\\|\\s*|\\s*(OR|or)\\s+)|^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 44 => array(14, "^(\\s*(XOR|xor)\\s+)|^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 46 => array(15, "^(\\s+is\\s+odd\\s+by\\s+)|^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 48 => array(15, "^(\\s+is\\s+not\\s+odd\\s+by\\s+)|^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 49 => array(15, "^(\\s+is\\s+odd)|^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 50 => array(15, "^(\\s+is\\s+not\\s+odd)|^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 51 => array(15, "^(\\s+is\\s+even\\s+by\\s+)|^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 52 => array(15, "^(\\s+is\\s+not\\s+even\\s+by\\s+)|^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 53 => array(15, "^(\\s+is\\s+even)|^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 54 => array(15, "^(\\s+is\\s+not\\s+even)|^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 55 => array(15, "^(\\s+is\\s+div\\s+by\\s+)|^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 56 => array(15, "^(\\s+is\\s+not\\s+div\\s+by\\s+)|^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 57 => array(15, "^(\\((int(eger)?|bool(ean)?|float|double|real|string|binary|array|object)\\))|^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 58 => array(18, "^(\\(\\s*)|^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 62 => array(18, "^(\\s*\\))|^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 63 => array(18, "^(\\[\\s*)|^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 64 => array(18, "^(\\s*\\])|^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 65 => array(18, "^(\\s*->\\s*)|^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 66 => array(18, "^(\\s*=>\\s*)|^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 67 => array(18, "^(\\s*=\\s*)|^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 68 => array(18, "^(\\d+)|^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 69 => array(18, "^((\\+\\+|--)\\s*)|^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 70 => array(19, "^(\\s*(\\+|-)\\s*)|^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 72 => array(20, "^(\\s*(\\*|\/|%)\\s*)|^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 74 => array(21, "^(\\$)|^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 76 => array(21, "^(\\s*;\\s*)|^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 77 => array(21, "^(::)|^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 78 => array(21, "^(\\s*:\\s*)|^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 79 => array(21, "^(@)|^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 80 => array(21, "^(#)|^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 81 => array(21, "^(\")|^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 82 => array(21, "^(`)|^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 83 => array(21, "^(\\|)|^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 84 => array(21, "^(\\.)|^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 85 => array(21, "^(\\s*,\\s*)|^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 86 => array(21, "^(\\s*&\\s*)|^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 87 => array(21, "^(\\s*\\?\\s*)|^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 88 => array(21, "^(([A-Za-z]\\w*\\s+){5,})|^(\\w+)|^(\\s+)|^(.)"), + 89 => array(22, "^(\\w+)|^(\\s+)|^(.)"), + 91 => array(22, "^(\\s+)|^(.)"), + 92 => array(22, "^(.)"), + 93 => array(22, ""), ); // yymore is needed @@ -736,141 +738,146 @@ class Smarty_Internal_Templatelexer function yy_r2_58($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_OPENP; - } - function yy_r2_59($yy_subpatterns) - { - - $this->token = Smarty_Internal_Templateparser::TP_CLOSEP; - } - function yy_r2_60($yy_subpatterns) - { - - $this->token = Smarty_Internal_Templateparser::TP_OPENB; - } - function yy_r2_61($yy_subpatterns) - { - - $this->token = Smarty_Internal_Templateparser::TP_CLOSEB; + $this->token = Smarty_Internal_Templateparser::TP_TYPECAST; } function yy_r2_62($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_PTR; + $this->token = Smarty_Internal_Templateparser::TP_OPENP; } function yy_r2_63($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_APTR; + $this->token = Smarty_Internal_Templateparser::TP_CLOSEP; } function yy_r2_64($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_EQUAL; + $this->token = Smarty_Internal_Templateparser::TP_OPENB; } function yy_r2_65($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_INTEGER; + $this->token = Smarty_Internal_Templateparser::TP_CLOSEB; } function yy_r2_66($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_INCDEC; + $this->token = Smarty_Internal_Templateparser::TP_PTR; + } + function yy_r2_67($yy_subpatterns) + { + + $this->token = Smarty_Internal_Templateparser::TP_APTR; } function yy_r2_68($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_UNIMATH; + $this->token = Smarty_Internal_Templateparser::TP_EQUAL; + } + function yy_r2_69($yy_subpatterns) + { + + $this->token = Smarty_Internal_Templateparser::TP_INTEGER; } function yy_r2_70($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_MATH; + $this->token = Smarty_Internal_Templateparser::TP_INCDEC; } function yy_r2_72($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_DOLLAR; - } - function yy_r2_73($yy_subpatterns) - { - - $this->token = Smarty_Internal_Templateparser::TP_SEMICOLON; + $this->token = Smarty_Internal_Templateparser::TP_UNIMATH; } function yy_r2_74($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_DOUBLECOLON; - } - function yy_r2_75($yy_subpatterns) - { - - $this->token = Smarty_Internal_Templateparser::TP_COLON; + $this->token = Smarty_Internal_Templateparser::TP_MATH; } function yy_r2_76($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_AT; + $this->token = Smarty_Internal_Templateparser::TP_DOLLAR; } function yy_r2_77($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_HATCH; + $this->token = Smarty_Internal_Templateparser::TP_SEMICOLON; } function yy_r2_78($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_QUOTE; + $this->token = Smarty_Internal_Templateparser::TP_DOUBLECOLON; } function yy_r2_79($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_BACKTICK; + $this->token = Smarty_Internal_Templateparser::TP_COLON; } function yy_r2_80($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_VERT; + $this->token = Smarty_Internal_Templateparser::TP_AT; } function yy_r2_81($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_DOT; + $this->token = Smarty_Internal_Templateparser::TP_HATCH; } function yy_r2_82($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_COMMA; + $this->token = Smarty_Internal_Templateparser::TP_QUOTE; } function yy_r2_83($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_ANDSYM; + $this->token = Smarty_Internal_Templateparser::TP_BACKTICK; } function yy_r2_84($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_QMARK; + $this->token = Smarty_Internal_Templateparser::TP_VERT; } function yy_r2_85($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_OTHER; + $this->token = Smarty_Internal_Templateparser::TP_DOT; + } + function yy_r2_86($yy_subpatterns) + { + + $this->token = Smarty_Internal_Templateparser::TP_COMMA; } function yy_r2_87($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_ID; + $this->token = Smarty_Internal_Templateparser::TP_ANDSYM; } function yy_r2_88($yy_subpatterns) { - $this->token = Smarty_Internal_Templateparser::TP_SPACE; + $this->token = Smarty_Internal_Templateparser::TP_QMARK; } function yy_r2_89($yy_subpatterns) { + $this->token = Smarty_Internal_Templateparser::TP_OTHER; + } + function yy_r2_91($yy_subpatterns) + { + + $this->token = Smarty_Internal_Templateparser::TP_ID; + } + function yy_r2_92($yy_subpatterns) + { + + $this->token = Smarty_Internal_Templateparser::TP_SPACE; + } + function yy_r2_93($yy_subpatterns) + { + $this->token = Smarty_Internal_Templateparser::TP_OTHER; } diff --git a/libs/sysplugins/smarty_internal_templateparser.php b/libs/sysplugins/smarty_internal_templateparser.php index 5222e2ad..c1121336 100644 --- a/libs/sysplugins/smarty_internal_templateparser.php +++ b/libs/sysplugins/smarty_internal_templateparser.php @@ -222,9 +222,10 @@ class Smarty_Internal_Templateparser#line 109 "smarty_internal_templateparser.ph const TP_SPACE = 68; const TP_INSTANCEOF = 69; const TP_QMARK = 70; - const YY_NO_ACTION = 483; - const YY_ACCEPT_ACTION = 482; - const YY_ERROR_ACTION = 481; + const TP_TYPECAST = 71; + const YY_NO_ACTION = 486; + const YY_ACCEPT_ACTION = 485; + const YY_ERROR_ACTION = 484; /* Next are that tables used to determine what action to take based on the ** current state and lookahead token. These tables are used to implement @@ -276,359 +277,381 @@ class Smarty_Internal_Templateparser#line 109 "smarty_internal_templateparser.ph ** shifting non-terminals after a reduce. ** self::$yy_default Default action for each state. */ - const YY_SZ_ACTTAB = 1073; + const YY_SZ_ACTTAB = 1182; static public $yy_action = array( - /* 0 */ 225, 221, 249, 3, 5, 216, 215, 7, 9, 255, - /* 10 */ 252, 11, 12, 347, 225, 221, 249, 3, 5, 216, - /* 20 */ 215, 7, 9, 255, 252, 11, 12, 203, 169, 225, - /* 30 */ 221, 249, 3, 5, 216, 215, 7, 9, 255, 252, - /* 40 */ 11, 12, 63, 288, 105, 63, 25, 278, 71, 214, - /* 50 */ 197, 71, 207, 209, 78, 207, 209, 239, 242, 186, - /* 60 */ 188, 241, 237, 10, 253, 184, 73, 208, 235, 234, - /* 70 */ 128, 2, 18, 219, 161, 289, 20, 13, 277, 14, - /* 80 */ 34, 31, 14, 287, 198, 112, 40, 198, 69, 40, - /* 90 */ 194, 68, 171, 47, 58, 123, 47, 58, 274, 148, - /* 100 */ 164, 130, 51, 154, 220, 119, 227, 25, 261, 225, - /* 110 */ 221, 249, 3, 5, 216, 215, 7, 9, 255, 252, - /* 120 */ 11, 12, 304, 27, 139, 161, 18, 63, 297, 227, - /* 130 */ 63, 23, 127, 71, 281, 282, 71, 207, 209, 112, - /* 140 */ 207, 209, 33, 151, 279, 39, 201, 283, 10, 246, - /* 150 */ 245, 230, 217, 250, 231, 206, 211, 232, 351, 274, - /* 160 */ 265, 161, 13, 68, 14, 34, 1, 14, 47, 198, - /* 170 */ 116, 40, 198, 64, 40, 110, 69, 36, 47, 58, - /* 180 */ 29, 47, 58, 63, 305, 153, 18, 161, 45, 71, - /* 190 */ 161, 161, 22, 207, 209, 44, 39, 25, 15, 112, - /* 200 */ 246, 245, 230, 217, 250, 231, 206, 211, 232, 152, - /* 210 */ 351, 63, 238, 147, 68, 25, 37, 71, 34, 47, - /* 220 */ 14, 207, 209, 298, 172, 198, 170, 40, 150, 69, - /* 230 */ 161, 302, 78, 35, 47, 58, 30, 306, 163, 103, - /* 240 */ 298, 164, 161, 61, 309, 46, 34, 229, 14, 173, - /* 250 */ 236, 219, 295, 198, 306, 40, 68, 68, 276, 194, - /* 260 */ 161, 47, 47, 58, 233, 19, 39, 274, 258, 157, - /* 270 */ 246, 245, 230, 217, 250, 231, 206, 211, 232, 63, - /* 280 */ 54, 175, 63, 197, 43, 71, 16, 78, 71, 207, - /* 290 */ 209, 298, 207, 209, 238, 226, 294, 133, 97, 291, - /* 300 */ 208, 149, 482, 94, 240, 306, 219, 281, 282, 138, - /* 310 */ 261, 6, 161, 152, 4, 32, 14, 34, 142, 14, - /* 320 */ 283, 198, 261, 40, 198, 69, 40, 59, 68, 161, - /* 330 */ 47, 58, 42, 47, 58, 63, 25, 164, 63, 182, - /* 340 */ 165, 71, 276, 18, 71, 207, 209, 201, 207, 209, - /* 350 */ 179, 197, 178, 111, 161, 78, 112, 307, 199, 184, - /* 360 */ 280, 243, 161, 226, 294, 25, 102, 1, 208, 262, - /* 370 */ 34, 180, 14, 4, 219, 14, 98, 198, 18, 40, - /* 380 */ 198, 69, 40, 278, 69, 80, 47, 58, 274, 47, - /* 390 */ 58, 112, 63, 155, 281, 282, 45, 197, 71, 57, - /* 400 */ 31, 78, 207, 209, 93, 204, 158, 283, 24, 159, - /* 410 */ 176, 303, 102, 259, 208, 161, 301, 274, 193, 134, - /* 420 */ 219, 38, 129, 152, 197, 299, 57, 34, 78, 14, - /* 430 */ 195, 89, 261, 184, 198, 261, 202, 294, 68, 102, - /* 440 */ 36, 208, 43, 47, 58, 305, 114, 219, 257, 185, - /* 450 */ 165, 183, 299, 62, 137, 52, 76, 67, 44, 15, - /* 460 */ 197, 276, 55, 161, 78, 226, 294, 82, 102, 187, - /* 470 */ 208, 118, 202, 294, 63, 102, 219, 208, 197, 264, - /* 480 */ 71, 125, 78, 219, 207, 209, 276, 63, 299, 349, - /* 490 */ 228, 310, 269, 71, 261, 208, 60, 207, 209, 163, - /* 500 */ 197, 219, 57, 247, 78, 285, 46, 92, 146, 34, - /* 510 */ 21, 276, 202, 294, 296, 102, 198, 208, 78, 161, - /* 520 */ 68, 261, 34, 219, 184, 47, 58, 166, 299, 198, - /* 530 */ 141, 78, 165, 68, 257, 101, 95, 219, 47, 58, - /* 540 */ 197, 349, 57, 261, 78, 160, 124, 85, 22, 161, - /* 550 */ 219, 308, 202, 294, 197, 102, 56, 208, 78, 261, - /* 560 */ 167, 84, 70, 219, 78, 184, 202, 294, 299, 102, - /* 570 */ 303, 208, 152, 68, 50, 197, 144, 219, 47, 78, - /* 580 */ 66, 227, 299, 219, 197, 181, 57, 292, 78, 132, - /* 590 */ 100, 87, 208, 43, 227, 276, 202, 294, 219, 102, - /* 600 */ 136, 208, 197, 273, 57, 276, 78, 219, 218, 83, - /* 610 */ 72, 224, 299, 261, 202, 294, 174, 102, 16, 208, - /* 620 */ 197, 275, 109, 222, 78, 219, 26, 197, 168, 57, - /* 630 */ 299, 78, 226, 294, 86, 102, 75, 208, 19, 202, - /* 640 */ 294, 196, 102, 219, 208, 214, 298, 272, 210, 177, - /* 650 */ 219, 162, 267, 65, 223, 299, 300, 197, 266, 57, - /* 660 */ 306, 78, 251, 74, 88, 48, 336, 260, 191, 202, - /* 670 */ 294, 197, 102, 57, 208, 78, 263, 270, 90, 286, - /* 680 */ 219, 42, 248, 202, 294, 299, 102, 28, 208, 197, - /* 690 */ 254, 57, 77, 78, 219, 293, 91, 256, 189, 299, - /* 700 */ 41, 202, 294, 220, 102, 81, 208, 197, 278, 111, - /* 710 */ 244, 78, 219, 17, 120, 290, 286, 299, 284, 226, - /* 720 */ 294, 49, 102, 8, 208, 190, 257, 205, 38, 286, - /* 730 */ 219, 197, 286, 109, 286, 78, 286, 286, 286, 286, - /* 740 */ 286, 286, 286, 226, 294, 286, 102, 286, 208, 197, - /* 750 */ 286, 111, 286, 78, 219, 286, 286, 286, 286, 286, - /* 760 */ 286, 226, 294, 268, 102, 286, 208, 286, 286, 271, - /* 770 */ 286, 197, 219, 111, 286, 78, 286, 286, 286, 286, - /* 780 */ 286, 286, 286, 226, 294, 286, 102, 286, 208, 286, - /* 790 */ 286, 192, 286, 286, 219, 286, 286, 197, 286, 53, - /* 800 */ 79, 78, 286, 286, 197, 286, 104, 200, 78, 226, - /* 810 */ 294, 197, 102, 117, 208, 67, 226, 294, 286, 102, - /* 820 */ 219, 208, 286, 226, 294, 286, 102, 219, 208, 197, - /* 830 */ 286, 126, 213, 78, 219, 286, 286, 286, 286, 286, - /* 840 */ 286, 156, 294, 197, 102, 106, 208, 78, 286, 286, - /* 850 */ 286, 286, 219, 286, 286, 226, 294, 286, 102, 286, - /* 860 */ 208, 286, 286, 197, 286, 115, 219, 78, 286, 286, - /* 870 */ 286, 286, 286, 286, 286, 226, 294, 197, 102, 108, - /* 880 */ 208, 78, 286, 286, 286, 286, 219, 286, 286, 226, - /* 890 */ 294, 197, 102, 135, 208, 78, 286, 286, 286, 286, - /* 900 */ 219, 286, 286, 226, 294, 286, 102, 197, 208, 121, - /* 910 */ 286, 78, 286, 286, 219, 286, 286, 286, 286, 226, - /* 920 */ 294, 197, 102, 140, 208, 78, 286, 286, 286, 286, - /* 930 */ 219, 286, 286, 226, 294, 197, 102, 113, 208, 78, - /* 940 */ 286, 286, 286, 286, 219, 286, 286, 226, 294, 286, - /* 950 */ 102, 286, 208, 286, 286, 197, 286, 131, 219, 78, - /* 960 */ 286, 286, 286, 286, 286, 286, 286, 226, 294, 197, - /* 970 */ 102, 122, 208, 78, 286, 286, 286, 286, 219, 286, - /* 980 */ 286, 226, 294, 197, 102, 145, 208, 78, 286, 286, - /* 990 */ 286, 286, 219, 286, 286, 226, 294, 286, 102, 197, - /* 1000 */ 208, 143, 286, 78, 286, 286, 219, 286, 286, 286, - /* 1010 */ 286, 226, 294, 197, 102, 107, 208, 78, 286, 286, - /* 1020 */ 286, 286, 219, 286, 286, 226, 294, 197, 102, 286, - /* 1030 */ 208, 78, 286, 286, 286, 286, 219, 286, 286, 226, - /* 1040 */ 294, 286, 99, 286, 208, 286, 286, 197, 286, 197, - /* 1050 */ 219, 78, 286, 78, 286, 286, 286, 286, 286, 226, - /* 1060 */ 294, 212, 96, 286, 208, 286, 208, 286, 286, 286, - /* 1070 */ 219, 286, 219, + /* 0 */ 62, 69, 181, 16, 67, 27, 74, 187, 62, 48, + /* 10 */ 239, 240, 27, 178, 74, 56, 116, 80, 239, 240, + /* 20 */ 84, 5, 166, 286, 244, 199, 251, 1, 102, 36, + /* 30 */ 241, 43, 248, 258, 166, 6, 271, 14, 245, 181, + /* 40 */ 26, 277, 206, 32, 40, 14, 76, 45, 187, 189, + /* 50 */ 206, 48, 59, 224, 67, 52, 189, 285, 159, 48, + /* 60 */ 59, 62, 53, 166, 285, 27, 165, 74, 1, 150, + /* 70 */ 53, 239, 240, 80, 283, 289, 290, 11, 10, 276, + /* 80 */ 282, 9, 13, 274, 275, 4, 7, 178, 211, 123, + /* 90 */ 208, 80, 271, 143, 153, 110, 32, 149, 14, 161, + /* 100 */ 251, 173, 102, 206, 241, 40, 295, 76, 225, 16, + /* 110 */ 271, 176, 48, 59, 34, 62, 55, 285, 349, 44, + /* 120 */ 38, 74, 116, 53, 111, 239, 240, 284, 283, 289, + /* 130 */ 290, 11, 10, 276, 282, 9, 13, 274, 275, 4, + /* 140 */ 7, 166, 291, 101, 298, 237, 234, 227, 353, 128, + /* 150 */ 32, 178, 14, 231, 256, 80, 265, 206, 235, 40, + /* 160 */ 67, 67, 41, 308, 311, 48, 48, 59, 241, 62, + /* 170 */ 181, 244, 264, 155, 271, 74, 16, 53, 272, 239, + /* 180 */ 240, 207, 22, 148, 178, 245, 58, 23, 80, 116, + /* 190 */ 5, 94, 174, 157, 166, 223, 163, 177, 67, 102, + /* 200 */ 353, 241, 201, 48, 6, 16, 14, 271, 220, 15, + /* 210 */ 188, 206, 277, 40, 67, 68, 21, 166, 116, 48, + /* 220 */ 48, 59, 181, 62, 119, 197, 198, 154, 25, 74, + /* 230 */ 166, 53, 243, 239, 240, 152, 283, 289, 290, 11, + /* 240 */ 10, 276, 282, 9, 13, 274, 275, 4, 7, 160, + /* 250 */ 172, 62, 36, 237, 234, 273, 46, 74, 32, 37, + /* 260 */ 14, 239, 240, 209, 244, 206, 235, 40, 67, 76, + /* 270 */ 45, 181, 246, 48, 48, 59, 223, 222, 245, 166, + /* 280 */ 115, 159, 12, 237, 234, 53, 3, 178, 14, 142, + /* 290 */ 15, 80, 166, 206, 17, 40, 235, 76, 30, 253, + /* 300 */ 35, 16, 48, 59, 241, 62, 294, 166, 152, 159, + /* 310 */ 271, 74, 166, 53, 116, 239, 240, 283, 289, 290, + /* 320 */ 11, 10, 276, 282, 9, 13, 274, 275, 4, 7, + /* 330 */ 160, 27, 31, 62, 166, 120, 216, 46, 27, 74, + /* 340 */ 32, 178, 14, 239, 240, 80, 196, 206, 178, 40, + /* 350 */ 80, 67, 80, 281, 228, 24, 48, 59, 241, 61, + /* 360 */ 255, 267, 166, 165, 271, 241, 26, 53, 32, 271, + /* 370 */ 14, 271, 297, 146, 242, 206, 303, 40, 262, 67, + /* 380 */ 27, 103, 80, 285, 48, 59, 295, 62, 203, 96, + /* 390 */ 184, 164, 139, 74, 20, 53, 152, 239, 240, 257, + /* 400 */ 204, 271, 39, 351, 219, 295, 292, 279, 233, 307, + /* 410 */ 306, 293, 304, 305, 280, 28, 272, 287, 485, 95, + /* 420 */ 232, 144, 32, 125, 14, 151, 270, 63, 238, 206, + /* 430 */ 193, 40, 285, 76, 295, 180, 182, 269, 48, 59, + /* 440 */ 140, 62, 242, 250, 152, 156, 266, 74, 166, 53, + /* 450 */ 80, 239, 240, 295, 190, 351, 39, 100, 80, 244, + /* 460 */ 292, 279, 233, 307, 306, 293, 304, 305, 280, 271, + /* 470 */ 29, 118, 242, 245, 137, 136, 3, 271, 14, 238, + /* 480 */ 19, 288, 70, 206, 278, 40, 242, 76, 295, 43, + /* 490 */ 169, 19, 48, 59, 186, 284, 127, 242, 192, 44, + /* 500 */ 72, 257, 166, 53, 215, 221, 191, 179, 217, 295, + /* 510 */ 141, 210, 49, 71, 130, 214, 213, 135, 2, 238, + /* 520 */ 268, 39, 278, 295, 134, 292, 279, 233, 307, 306, + /* 530 */ 293, 304, 305, 280, 145, 62, 60, 295, 62, 109, + /* 540 */ 166, 74, 301, 202, 74, 239, 240, 295, 239, 240, + /* 550 */ 21, 242, 252, 122, 242, 167, 205, 170, 238, 64, + /* 560 */ 218, 51, 82, 66, 132, 41, 22, 166, 338, 212, + /* 570 */ 32, 254, 251, 32, 102, 226, 241, 206, 73, 300, + /* 580 */ 206, 67, 271, 75, 67, 33, 48, 59, 230, 48, + /* 590 */ 59, 77, 312, 165, 261, 65, 158, 53, 175, 178, + /* 600 */ 53, 104, 302, 80, 229, 236, 200, 256, 185, 249, + /* 610 */ 260, 254, 251, 270, 102, 78, 241, 8, 42, 284, + /* 620 */ 121, 43, 271, 81, 299, 178, 259, 58, 257, 80, + /* 630 */ 162, 310, 92, 47, 247, 37, 18, 199, 251, 263, + /* 640 */ 102, 50, 241, 178, 194, 58, 288, 80, 271, 288, + /* 650 */ 85, 288, 288, 277, 288, 199, 251, 178, 102, 58, + /* 660 */ 241, 80, 288, 288, 88, 288, 271, 288, 288, 199, + /* 670 */ 251, 277, 102, 288, 241, 288, 288, 178, 288, 58, + /* 680 */ 271, 80, 288, 288, 90, 277, 288, 288, 288, 199, + /* 690 */ 251, 288, 102, 288, 241, 178, 288, 58, 288, 80, + /* 700 */ 271, 288, 89, 288, 288, 277, 288, 199, 251, 288, + /* 710 */ 102, 288, 241, 178, 288, 58, 288, 80, 271, 288, + /* 720 */ 91, 288, 288, 277, 288, 199, 251, 288, 102, 288, + /* 730 */ 241, 178, 288, 58, 288, 80, 271, 288, 93, 288, + /* 740 */ 288, 277, 288, 199, 251, 178, 102, 57, 241, 80, + /* 750 */ 288, 288, 83, 288, 271, 288, 288, 199, 251, 277, + /* 760 */ 102, 288, 241, 288, 288, 178, 288, 58, 271, 80, + /* 770 */ 288, 288, 87, 277, 288, 288, 288, 199, 251, 288, + /* 780 */ 102, 288, 241, 178, 288, 58, 288, 80, 271, 288, + /* 790 */ 86, 288, 288, 277, 288, 199, 251, 288, 102, 288, + /* 800 */ 241, 178, 288, 107, 288, 80, 271, 288, 288, 288, + /* 810 */ 288, 277, 288, 254, 251, 288, 102, 288, 241, 288, + /* 820 */ 288, 195, 288, 288, 271, 178, 288, 104, 288, 80, + /* 830 */ 288, 288, 288, 288, 288, 288, 288, 254, 251, 178, + /* 840 */ 102, 107, 241, 80, 288, 288, 288, 288, 271, 288, + /* 850 */ 288, 254, 251, 288, 102, 288, 241, 309, 288, 168, + /* 860 */ 288, 178, 271, 54, 79, 80, 288, 288, 178, 288, + /* 870 */ 107, 288, 80, 254, 251, 288, 102, 288, 241, 288, + /* 880 */ 254, 251, 288, 102, 271, 241, 288, 288, 296, 288, + /* 890 */ 171, 271, 288, 288, 178, 288, 112, 288, 66, 288, + /* 900 */ 288, 288, 288, 288, 288, 288, 254, 251, 178, 102, + /* 910 */ 107, 241, 80, 288, 288, 288, 288, 271, 288, 288, + /* 920 */ 254, 251, 178, 102, 108, 241, 80, 288, 183, 288, + /* 930 */ 288, 271, 288, 288, 254, 251, 288, 102, 178, 241, + /* 940 */ 131, 288, 80, 288, 288, 271, 288, 288, 288, 288, + /* 950 */ 254, 251, 288, 102, 178, 241, 129, 288, 80, 288, + /* 960 */ 288, 271, 288, 288, 288, 288, 254, 251, 288, 102, + /* 970 */ 288, 241, 178, 288, 106, 288, 80, 271, 288, 178, + /* 980 */ 288, 126, 288, 80, 254, 251, 288, 102, 288, 241, + /* 990 */ 288, 254, 251, 288, 102, 271, 241, 288, 288, 288, + /* 1000 */ 288, 178, 271, 124, 288, 80, 288, 288, 288, 288, + /* 1010 */ 288, 288, 288, 254, 251, 178, 102, 105, 241, 80, + /* 1020 */ 288, 288, 288, 288, 271, 288, 288, 254, 251, 288, + /* 1030 */ 102, 178, 241, 133, 288, 80, 288, 288, 271, 288, + /* 1040 */ 288, 288, 288, 254, 251, 288, 102, 178, 241, 147, + /* 1050 */ 288, 80, 288, 288, 271, 288, 288, 288, 288, 254, + /* 1060 */ 251, 288, 102, 288, 241, 178, 288, 114, 288, 80, + /* 1070 */ 271, 288, 178, 288, 117, 288, 80, 254, 251, 288, + /* 1080 */ 102, 288, 241, 288, 254, 251, 288, 102, 271, 241, + /* 1090 */ 288, 288, 288, 288, 178, 271, 113, 288, 80, 288, + /* 1100 */ 288, 288, 288, 288, 288, 288, 254, 251, 178, 102, + /* 1110 */ 138, 241, 80, 288, 288, 288, 288, 271, 288, 288, + /* 1120 */ 254, 251, 288, 102, 178, 241, 288, 288, 80, 288, + /* 1130 */ 288, 271, 288, 288, 288, 288, 254, 251, 288, 98, + /* 1140 */ 178, 241, 288, 288, 80, 288, 288, 271, 288, 288, + /* 1150 */ 288, 288, 254, 251, 288, 99, 288, 241, 178, 288, + /* 1160 */ 288, 288, 80, 271, 288, 288, 288, 288, 288, 288, + /* 1170 */ 254, 251, 288, 97, 288, 241, 288, 288, 288, 288, + /* 1180 */ 288, 271, ); static public $yy_lookahead = array( - /* 0 */ 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, - /* 10 */ 41, 42, 43, 16, 31, 32, 33, 34, 35, 36, - /* 20 */ 37, 38, 39, 40, 41, 42, 43, 58, 45, 31, - /* 30 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - /* 40 */ 42, 43, 9, 45, 101, 9, 15, 104, 15, 52, - /* 50 */ 79, 15, 19, 20, 83, 19, 20, 1, 2, 3, - /* 60 */ 4, 5, 91, 30, 8, 68, 10, 96, 12, 13, - /* 70 */ 14, 15, 44, 102, 63, 47, 65, 44, 16, 46, - /* 80 */ 44, 50, 46, 47, 51, 57, 53, 51, 55, 53, - /* 90 */ 59, 55, 64, 60, 61, 80, 60, 61, 67, 84, - /* 100 */ 67, 100, 85, 67, 103, 101, 105, 15, 93, 31, - /* 110 */ 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, - /* 120 */ 42, 43, 1, 15, 100, 63, 44, 9, 47, 105, - /* 130 */ 9, 49, 85, 15, 53, 54, 15, 19, 20, 57, - /* 140 */ 19, 20, 50, 16, 52, 17, 48, 66, 30, 21, - /* 150 */ 22, 23, 24, 25, 26, 27, 28, 29, 16, 67, - /* 160 */ 1, 63, 44, 55, 46, 44, 68, 46, 60, 51, - /* 170 */ 101, 53, 51, 55, 53, 67, 55, 46, 60, 61, - /* 180 */ 56, 60, 61, 9, 1, 67, 44, 63, 67, 15, - /* 190 */ 63, 63, 50, 19, 20, 64, 17, 15, 15, 57, - /* 200 */ 21, 22, 23, 24, 25, 26, 27, 28, 29, 84, - /* 210 */ 68, 9, 45, 16, 55, 15, 15, 15, 44, 60, - /* 220 */ 46, 19, 20, 1, 45, 51, 67, 53, 79, 55, - /* 230 */ 63, 9, 83, 108, 60, 61, 15, 15, 55, 101, - /* 240 */ 1, 67, 63, 89, 61, 62, 44, 98, 46, 67, - /* 250 */ 11, 102, 51, 51, 15, 53, 55, 55, 104, 59, - /* 260 */ 63, 60, 60, 61, 5, 44, 17, 67, 67, 67, - /* 270 */ 21, 22, 23, 24, 25, 26, 27, 28, 29, 9, - /* 280 */ 85, 18, 9, 79, 48, 15, 50, 83, 15, 19, - /* 290 */ 20, 1, 19, 20, 45, 91, 92, 80, 94, 9, - /* 300 */ 96, 84, 72, 73, 74, 15, 102, 53, 54, 80, - /* 310 */ 93, 58, 63, 84, 44, 49, 46, 44, 65, 46, - /* 320 */ 66, 51, 93, 53, 51, 55, 53, 89, 55, 63, - /* 330 */ 60, 61, 69, 60, 61, 9, 15, 67, 9, 48, - /* 340 */ 67, 15, 104, 44, 15, 19, 20, 48, 19, 20, - /* 350 */ 75, 79, 59, 81, 63, 83, 57, 16, 83, 68, - /* 360 */ 67, 5, 63, 91, 92, 15, 94, 68, 96, 90, - /* 370 */ 44, 99, 46, 44, 102, 46, 78, 51, 44, 53, - /* 380 */ 51, 55, 53, 104, 55, 45, 60, 61, 67, 60, - /* 390 */ 61, 57, 9, 67, 53, 54, 67, 79, 15, 81, - /* 400 */ 50, 83, 19, 20, 86, 87, 88, 66, 56, 91, - /* 410 */ 92, 113, 94, 1, 96, 63, 16, 67, 55, 80, - /* 420 */ 102, 56, 80, 84, 79, 107, 81, 44, 83, 46, - /* 430 */ 67, 86, 93, 68, 51, 93, 91, 92, 55, 94, - /* 440 */ 46, 96, 48, 60, 61, 1, 89, 102, 106, 75, - /* 450 */ 67, 77, 107, 79, 67, 81, 82, 83, 64, 15, - /* 460 */ 79, 104, 81, 63, 83, 91, 92, 86, 94, 1, - /* 470 */ 96, 89, 91, 92, 9, 94, 102, 96, 79, 67, - /* 480 */ 15, 80, 83, 102, 19, 20, 104, 9, 107, 16, - /* 490 */ 91, 92, 47, 15, 93, 96, 89, 19, 20, 55, - /* 500 */ 79, 102, 81, 93, 83, 61, 62, 86, 80, 44, - /* 510 */ 65, 104, 91, 92, 79, 94, 51, 96, 83, 63, - /* 520 */ 55, 93, 44, 102, 68, 60, 61, 79, 107, 51, - /* 530 */ 80, 83, 67, 55, 106, 78, 97, 102, 60, 61, - /* 540 */ 79, 68, 81, 93, 83, 67, 80, 86, 50, 63, - /* 550 */ 102, 112, 91, 92, 79, 94, 81, 96, 83, 93, - /* 560 */ 79, 86, 55, 102, 83, 68, 91, 92, 107, 94, - /* 570 */ 113, 96, 84, 55, 67, 79, 100, 102, 60, 83, - /* 580 */ 89, 105, 107, 102, 79, 67, 81, 91, 83, 100, - /* 590 */ 89, 86, 96, 48, 105, 104, 91, 92, 102, 94, - /* 600 */ 80, 96, 79, 87, 81, 104, 83, 102, 105, 86, - /* 610 */ 55, 67, 107, 93, 91, 92, 56, 94, 50, 96, - /* 620 */ 79, 67, 81, 60, 83, 102, 70, 79, 67, 81, - /* 630 */ 107, 83, 91, 92, 86, 94, 55, 96, 44, 91, - /* 640 */ 92, 64, 94, 102, 96, 52, 1, 67, 51, 18, - /* 650 */ 102, 110, 111, 55, 45, 107, 16, 79, 62, 81, - /* 660 */ 15, 83, 16, 55, 86, 101, 16, 45, 67, 91, - /* 670 */ 92, 79, 94, 81, 96, 83, 16, 62, 86, 47, - /* 680 */ 102, 69, 16, 91, 92, 107, 94, 70, 96, 79, - /* 690 */ 67, 81, 67, 83, 102, 60, 86, 16, 1, 107, - /* 700 */ 95, 91, 92, 103, 94, 98, 96, 79, 104, 81, - /* 710 */ 74, 83, 102, 44, 101, 113, 114, 107, 112, 91, - /* 720 */ 92, 67, 94, 109, 96, 76, 106, 99, 56, 114, - /* 730 */ 102, 79, 114, 81, 114, 83, 114, 114, 114, 114, - /* 740 */ 114, 114, 114, 91, 92, 114, 94, 114, 96, 79, - /* 750 */ 114, 81, 114, 83, 102, 114, 114, 114, 114, 114, - /* 760 */ 114, 91, 92, 111, 94, 114, 96, 114, 114, 99, - /* 770 */ 114, 79, 102, 81, 114, 83, 114, 114, 114, 114, - /* 780 */ 114, 114, 114, 91, 92, 114, 94, 114, 96, 114, - /* 790 */ 114, 99, 114, 114, 102, 114, 114, 79, 114, 81, - /* 800 */ 82, 83, 114, 114, 79, 114, 81, 75, 83, 91, - /* 810 */ 92, 79, 94, 81, 96, 83, 91, 92, 114, 94, - /* 820 */ 102, 96, 114, 91, 92, 114, 94, 102, 96, 79, - /* 830 */ 114, 81, 82, 83, 102, 114, 114, 114, 114, 114, - /* 840 */ 114, 91, 92, 79, 94, 81, 96, 83, 114, 114, - /* 850 */ 114, 114, 102, 114, 114, 91, 92, 114, 94, 114, - /* 860 */ 96, 114, 114, 79, 114, 81, 102, 83, 114, 114, - /* 870 */ 114, 114, 114, 114, 114, 91, 92, 79, 94, 81, - /* 880 */ 96, 83, 114, 114, 114, 114, 102, 114, 114, 91, - /* 890 */ 92, 79, 94, 81, 96, 83, 114, 114, 114, 114, - /* 900 */ 102, 114, 114, 91, 92, 114, 94, 79, 96, 81, - /* 910 */ 114, 83, 114, 114, 102, 114, 114, 114, 114, 91, - /* 920 */ 92, 79, 94, 81, 96, 83, 114, 114, 114, 114, - /* 930 */ 102, 114, 114, 91, 92, 79, 94, 81, 96, 83, - /* 940 */ 114, 114, 114, 114, 102, 114, 114, 91, 92, 114, - /* 950 */ 94, 114, 96, 114, 114, 79, 114, 81, 102, 83, - /* 960 */ 114, 114, 114, 114, 114, 114, 114, 91, 92, 79, - /* 970 */ 94, 81, 96, 83, 114, 114, 114, 114, 102, 114, - /* 980 */ 114, 91, 92, 79, 94, 81, 96, 83, 114, 114, - /* 990 */ 114, 114, 102, 114, 114, 91, 92, 114, 94, 79, - /* 1000 */ 96, 81, 114, 83, 114, 114, 102, 114, 114, 114, - /* 1010 */ 114, 91, 92, 79, 94, 81, 96, 83, 114, 114, - /* 1020 */ 114, 114, 102, 114, 114, 91, 92, 79, 94, 114, - /* 1030 */ 96, 83, 114, 114, 114, 114, 102, 114, 114, 91, - /* 1040 */ 92, 114, 94, 114, 96, 114, 114, 79, 114, 79, - /* 1050 */ 102, 83, 114, 83, 114, 114, 114, 114, 114, 91, - /* 1060 */ 92, 91, 94, 114, 96, 114, 96, 114, 114, 114, - /* 1070 */ 102, 114, 102, + /* 0 */ 9, 55, 68, 44, 55, 15, 15, 48, 9, 60, + /* 10 */ 19, 20, 15, 80, 15, 82, 57, 84, 19, 20, + /* 20 */ 87, 30, 63, 88, 1, 92, 93, 68, 95, 46, + /* 30 */ 97, 48, 9, 94, 63, 44, 103, 46, 15, 68, + /* 40 */ 50, 108, 51, 44, 53, 46, 55, 64, 48, 59, + /* 50 */ 51, 60, 61, 1, 55, 86, 59, 67, 67, 60, + /* 60 */ 61, 9, 71, 63, 67, 15, 67, 15, 68, 80, + /* 70 */ 71, 19, 20, 84, 31, 32, 33, 34, 35, 36, + /* 80 */ 37, 38, 39, 40, 41, 42, 43, 80, 99, 82, + /* 90 */ 83, 84, 103, 81, 16, 102, 44, 85, 46, 92, + /* 100 */ 93, 58, 95, 51, 97, 53, 94, 55, 16, 44, + /* 110 */ 103, 18, 60, 61, 49, 9, 86, 67, 16, 67, + /* 120 */ 15, 15, 57, 71, 102, 19, 20, 105, 31, 32, + /* 130 */ 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, + /* 140 */ 43, 63, 45, 79, 1, 53, 54, 16, 16, 86, + /* 150 */ 44, 80, 46, 47, 52, 84, 51, 51, 66, 53, + /* 160 */ 55, 55, 69, 92, 93, 60, 60, 61, 97, 9, + /* 170 */ 68, 1, 67, 67, 103, 15, 44, 71, 114, 19, + /* 180 */ 20, 11, 50, 16, 80, 15, 82, 15, 84, 57, + /* 190 */ 30, 87, 88, 89, 63, 1, 92, 93, 55, 95, + /* 200 */ 68, 97, 48, 60, 44, 44, 46, 103, 47, 15, + /* 210 */ 67, 51, 108, 53, 55, 55, 44, 63, 57, 60, + /* 220 */ 60, 61, 68, 9, 102, 64, 67, 67, 15, 15, + /* 230 */ 63, 71, 16, 19, 20, 85, 31, 32, 33, 34, + /* 240 */ 35, 36, 37, 38, 39, 40, 41, 42, 43, 55, + /* 250 */ 45, 9, 46, 53, 54, 61, 62, 15, 44, 56, + /* 260 */ 46, 19, 20, 16, 1, 51, 66, 53, 55, 55, + /* 270 */ 64, 68, 9, 60, 60, 61, 1, 47, 15, 63, + /* 280 */ 67, 67, 58, 53, 54, 71, 44, 80, 46, 65, + /* 290 */ 15, 84, 63, 51, 65, 53, 66, 55, 49, 92, + /* 300 */ 56, 44, 60, 61, 97, 9, 1, 63, 85, 67, + /* 310 */ 103, 15, 63, 71, 57, 19, 20, 31, 32, 33, + /* 320 */ 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, + /* 330 */ 55, 15, 109, 9, 63, 102, 61, 62, 15, 15, + /* 340 */ 44, 80, 46, 19, 20, 84, 80, 51, 80, 53, + /* 350 */ 84, 55, 84, 92, 45, 56, 60, 61, 97, 90, + /* 360 */ 92, 60, 63, 67, 103, 97, 50, 71, 44, 103, + /* 370 */ 46, 103, 67, 81, 105, 51, 47, 53, 80, 55, + /* 380 */ 15, 79, 84, 67, 60, 61, 94, 9, 55, 98, + /* 390 */ 67, 67, 81, 15, 65, 71, 85, 19, 20, 107, + /* 400 */ 67, 103, 17, 16, 113, 94, 21, 22, 23, 24, + /* 410 */ 25, 26, 27, 28, 29, 50, 114, 52, 73, 74, + /* 420 */ 75, 81, 44, 101, 46, 85, 104, 90, 106, 51, + /* 430 */ 45, 53, 67, 55, 94, 59, 56, 67, 60, 61, + /* 440 */ 81, 9, 105, 67, 85, 67, 80, 15, 63, 71, + /* 450 */ 84, 19, 20, 94, 80, 68, 17, 90, 84, 1, + /* 460 */ 21, 22, 23, 24, 25, 26, 27, 28, 29, 103, + /* 470 */ 70, 90, 105, 15, 101, 81, 44, 103, 46, 106, + /* 480 */ 50, 91, 90, 51, 45, 53, 105, 55, 94, 48, + /* 490 */ 76, 50, 60, 61, 1, 105, 81, 105, 84, 67, + /* 500 */ 55, 107, 63, 71, 1, 2, 3, 4, 5, 94, + /* 510 */ 81, 8, 67, 10, 101, 12, 13, 14, 15, 106, + /* 520 */ 60, 17, 45, 94, 81, 21, 22, 23, 24, 25, + /* 530 */ 26, 27, 28, 29, 81, 9, 90, 94, 9, 90, + /* 540 */ 63, 15, 62, 67, 15, 19, 20, 94, 19, 20, + /* 550 */ 44, 105, 51, 101, 105, 76, 64, 78, 106, 80, + /* 560 */ 47, 82, 83, 84, 67, 69, 50, 63, 16, 67, + /* 570 */ 44, 92, 93, 44, 95, 5, 97, 51, 55, 62, + /* 580 */ 51, 55, 103, 55, 55, 70, 60, 61, 16, 60, + /* 590 */ 61, 45, 16, 67, 16, 55, 67, 71, 18, 80, + /* 600 */ 71, 82, 45, 84, 5, 67, 67, 52, 1, 67, + /* 610 */ 16, 92, 93, 104, 95, 67, 97, 110, 96, 105, + /* 620 */ 102, 48, 103, 99, 113, 80, 75, 82, 107, 84, + /* 630 */ 111, 112, 87, 102, 114, 56, 44, 92, 93, 106, + /* 640 */ 95, 67, 97, 80, 77, 82, 115, 84, 103, 115, + /* 650 */ 87, 115, 115, 108, 115, 92, 93, 80, 95, 82, + /* 660 */ 97, 84, 115, 115, 87, 115, 103, 115, 115, 92, + /* 670 */ 93, 108, 95, 115, 97, 115, 115, 80, 115, 82, + /* 680 */ 103, 84, 115, 115, 87, 108, 115, 115, 115, 92, + /* 690 */ 93, 115, 95, 115, 97, 80, 115, 82, 115, 84, + /* 700 */ 103, 115, 87, 115, 115, 108, 115, 92, 93, 115, + /* 710 */ 95, 115, 97, 80, 115, 82, 115, 84, 103, 115, + /* 720 */ 87, 115, 115, 108, 115, 92, 93, 115, 95, 115, + /* 730 */ 97, 80, 115, 82, 115, 84, 103, 115, 87, 115, + /* 740 */ 115, 108, 115, 92, 93, 80, 95, 82, 97, 84, + /* 750 */ 115, 115, 87, 115, 103, 115, 115, 92, 93, 108, + /* 760 */ 95, 115, 97, 115, 115, 80, 115, 82, 103, 84, + /* 770 */ 115, 115, 87, 108, 115, 115, 115, 92, 93, 115, + /* 780 */ 95, 115, 97, 80, 115, 82, 115, 84, 103, 115, + /* 790 */ 87, 115, 115, 108, 115, 92, 93, 115, 95, 115, + /* 800 */ 97, 80, 115, 82, 115, 84, 103, 115, 115, 115, + /* 810 */ 115, 108, 115, 92, 93, 115, 95, 115, 97, 115, + /* 820 */ 115, 100, 115, 115, 103, 80, 115, 82, 115, 84, + /* 830 */ 115, 115, 115, 115, 115, 115, 115, 92, 93, 80, + /* 840 */ 95, 82, 97, 84, 115, 115, 115, 115, 103, 115, + /* 850 */ 115, 92, 93, 115, 95, 115, 97, 112, 115, 100, + /* 860 */ 115, 80, 103, 82, 83, 84, 115, 115, 80, 115, + /* 870 */ 82, 115, 84, 92, 93, 115, 95, 115, 97, 115, + /* 880 */ 92, 93, 115, 95, 103, 97, 115, 115, 100, 115, + /* 890 */ 76, 103, 115, 115, 80, 115, 82, 115, 84, 115, + /* 900 */ 115, 115, 115, 115, 115, 115, 92, 93, 80, 95, + /* 910 */ 82, 97, 84, 115, 115, 115, 115, 103, 115, 115, + /* 920 */ 92, 93, 80, 95, 82, 97, 84, 115, 100, 115, + /* 930 */ 115, 103, 115, 115, 92, 93, 115, 95, 80, 97, + /* 940 */ 82, 115, 84, 115, 115, 103, 115, 115, 115, 115, + /* 950 */ 92, 93, 115, 95, 80, 97, 82, 115, 84, 115, + /* 960 */ 115, 103, 115, 115, 115, 115, 92, 93, 115, 95, + /* 970 */ 115, 97, 80, 115, 82, 115, 84, 103, 115, 80, + /* 980 */ 115, 82, 115, 84, 92, 93, 115, 95, 115, 97, + /* 990 */ 115, 92, 93, 115, 95, 103, 97, 115, 115, 115, + /* 1000 */ 115, 80, 103, 82, 115, 84, 115, 115, 115, 115, + /* 1010 */ 115, 115, 115, 92, 93, 80, 95, 82, 97, 84, + /* 1020 */ 115, 115, 115, 115, 103, 115, 115, 92, 93, 115, + /* 1030 */ 95, 80, 97, 82, 115, 84, 115, 115, 103, 115, + /* 1040 */ 115, 115, 115, 92, 93, 115, 95, 80, 97, 82, + /* 1050 */ 115, 84, 115, 115, 103, 115, 115, 115, 115, 92, + /* 1060 */ 93, 115, 95, 115, 97, 80, 115, 82, 115, 84, + /* 1070 */ 103, 115, 80, 115, 82, 115, 84, 92, 93, 115, + /* 1080 */ 95, 115, 97, 115, 92, 93, 115, 95, 103, 97, + /* 1090 */ 115, 115, 115, 115, 80, 103, 82, 115, 84, 115, + /* 1100 */ 115, 115, 115, 115, 115, 115, 92, 93, 80, 95, + /* 1110 */ 82, 97, 84, 115, 115, 115, 115, 103, 115, 115, + /* 1120 */ 92, 93, 115, 95, 80, 97, 115, 115, 84, 115, + /* 1130 */ 115, 103, 115, 115, 115, 115, 92, 93, 115, 95, + /* 1140 */ 80, 97, 115, 115, 84, 115, 115, 103, 115, 115, + /* 1150 */ 115, 115, 92, 93, 115, 95, 115, 97, 80, 115, + /* 1160 */ 115, 115, 84, 103, 115, 115, 115, 115, 115, 115, + /* 1170 */ 92, 93, 115, 95, 115, 97, 115, 115, 115, 115, + /* 1180 */ 115, 103, ); - const YY_SHIFT_USE_DFLT = -32; - const YY_SHIFT_MAX = 205; + const YY_SHIFT_USE_DFLT = -67; + const YY_SHIFT_MAX = 206; static public $yy_shift_ofst = array( - /* 0 */ 56, 118, 329, 33, 33, 33, 33, 33, 33, 33, - /* 10 */ 33, 33, 33, 33, 326, 121, 270, 174, 174, 174, - /* 20 */ 174, 326, 270, 174, 174, 174, 174, 174, 174, 174, - /* 30 */ 174, 174, 174, 174, 174, 174, 36, 273, 202, 383, - /* 40 */ 465, 465, 478, 108, 201, 299, 159, 518, 394, 291, - /* 50 */ 98, 365, 456, 456, 365, 249, 179, 128, 183, 31, - /* 60 */ 92, 200, -3, 222, 182, 321, 321, 236, 321, 182, - /* 70 */ 321, 507, 321, 645, 321, 321, 497, 497, 545, 497, - /* 80 */ 545, 545, -2, -31, -17, 78, 78, 78, 78, 78, - /* 90 */ 78, 78, 78, 78, 56, 444, 81, 341, 290, 254, - /* 100 */ 350, 239, 254, 131, 124, 131, 62, 167, 127, 266, - /* 110 */ 221, 11, 363, 197, 321, 352, 131, 400, 321, 131, - /* 120 */ 131, 486, 486, 497, 497, 497, 486, 672, 654, 497, - /* 130 */ 545, 486, 545, 497, 497, 486, 497, 669, 497, 545, - /* 140 */ 486, 497, 555, 486, 545, 486, 497, -32, -32, -32, - /* 150 */ -32, -32, -32, 142, 28, 82, 473, 334, 253, 263, - /* 160 */ 334, 293, 445, 412, 334, 334, 615, 635, 632, 617, - /* 170 */ 596, 561, 556, 560, 554, 581, 631, 598, 580, 660, - /* 180 */ 609, 563, 623, 646, 601, 681, 697, 356, 468, 259, - /* 190 */ 666, 498, 340, 387, 544, 594, 597, 593, 577, 568, - /* 200 */ 640, 625, 612, 608, 650, 622, + /* 0 */ 503, 160, 432, -9, -9, -9, -9, -9, -9, -9, + /* 10 */ -9, -9, -9, -9, 378, 52, 214, 214, 214, 242, + /* 20 */ 378, 214, 242, 214, 214, 214, 214, 214, 214, 214, + /* 30 */ 214, 214, 214, 214, 214, 214, 106, 324, 296, -1, + /* 40 */ 526, 529, 526, 213, -41, 105, 143, -17, 159, 0, + /* 50 */ 154, -29, 203, -51, -29, 203, 385, 439, 504, 275, + /* 60 */ 365, -10, 263, -3, 102, 50, 441, 50, 323, 50, + /* 70 */ 50, 458, 50, 50, 445, 50, 323, 573, -66, -66, + /* 80 */ 573, 573, -66, 97, 205, 43, 286, 286, 286, 286, + /* 90 */ 286, 286, 286, 286, 286, 503, 194, 230, 92, 200, + /* 100 */ 316, 170, 200, 23, 249, 244, 477, 229, 299, 50, + /* 110 */ 206, 206, 131, 167, 78, 172, 333, 216, 50, 206, + /* 120 */ 206, 206, 573, 271, 271, 573, 271, -66, 579, 271, + /* 130 */ 573, 271, 592, 271, -66, 574, -66, 573, 271, -66, + /* 140 */ -66, -66, -54, -66, -66, -66, -66, 271, -67, -67, + /* 150 */ -67, -67, -67, -67, 132, 161, 65, 224, 257, 257, + /* 160 */ 305, 387, 329, 93, 257, 257, 376, 594, 546, 576, + /* 170 */ 578, 572, 515, 523, 552, 528, 540, 580, 555, 607, + /* 180 */ 542, 539, 538, 557, 380, 599, 570, 548, 517, 370, + /* 190 */ 480, 493, 430, 400, 247, 309, 301, 476, 460, 496, + /* 200 */ 516, 502, 513, 497, 506, 501, 492, ); - const YY_REDUCE_USE_DFLT = -58; - const YY_REDUCE_MAX = 152; + const YY_REDUCE_USE_DFLT = -68; + const YY_REDUCE_MAX = 153; static public $yy_reduce_ofst = array( - /* 0 */ 230, 318, 374, 505, 475, 461, 523, 421, 592, 578, - /* 10 */ 548, 610, 345, 381, 541, 732, 718, 692, 628, 272, - /* 20 */ 670, 652, 750, 890, 876, 764, 725, 856, 784, 842, - /* 30 */ 798, 812, 828, 904, 934, 920, 968, 204, 948, 399, - /* 40 */ 970, 496, -29, 149, 435, 217, 448, 481, 1, 15, - /* 50 */ 217, 342, 339, 229, 428, 125, 125, 125, 439, -57, - /* 60 */ 279, -57, 401, 298, 238, 357, -57, 24, 154, 154, - /* 70 */ 491, 275, 501, 457, 407, 382, 466, 450, 24, 520, - /* 80 */ 476, 489, 614, 614, 614, 614, 614, 614, 614, 614, - /* 90 */ 614, 614, 614, 614, 636, 606, 605, 605, 602, 605, - /* 100 */ 604, 602, 605, 600, 488, 600, 488, 488, 488, 488, - /* 110 */ 613, 488, 607, 488, 604, 488, 600, 488, 604, 600, - /* 120 */ 600, 488, 488, 410, 410, 410, 488, 620, 649, 410, - /* 130 */ 503, 488, 503, 410, 410, 488, 410, 564, 410, 503, - /* 140 */ 488, 410, 516, 488, 503, 488, 410, 138, 17, 195, - /* 150 */ 4, 69, 47, + /* 0 */ 345, 104, 479, -67, 615, 597, 665, 703, 685, 633, + /* 10 */ 651, 577, 563, 545, 519, 814, 828, 788, 759, 781, + /* 20 */ 745, 721, 7, 985, 1028, 1014, 899, 992, 967, 935, + /* 30 */ 874, 921, 892, 842, 858, 951, 1078, 1060, 1044, 71, + /* 40 */ 268, 261, 207, -11, 12, 366, 374, 322, 266, 12, + /* 50 */ 340, 311, 292, 298, 359, 394, 223, 223, 223, 291, + /* 60 */ 390, 22, 302, 22, 415, 381, 373, 337, 269, 367, + /* 70 */ 22, 64, 392, 446, 414, 449, 337, 452, 453, 429, + /* 80 */ 373, 413, 443, 507, 507, 507, 507, 507, 507, 507, + /* 90 */ 507, 507, 507, 507, 507, 551, 511, 522, 522, 522, + /* 100 */ 514, 520, 522, 520, 150, 150, 150, 150, 150, 514, + /* 110 */ 509, 509, 150, 150, 150, 518, 524, 150, 514, 509, + /* 120 */ 509, 509, 533, 150, 150, 533, 150, -61, 521, 150, + /* 130 */ 533, 150, 531, 150, -61, 567, -61, 533, 150, -61, + /* 140 */ -61, -61, -65, -61, -61, -61, -61, 150, 122, -31, + /* 150 */ -7, 30, 63, 233, ); static public $yyExpectedTokens = array( /* 0 */ array(1, 2, 3, 4, 5, 8, 10, 12, 13, 14, 15, ), - /* 1 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 2 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 3 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 4 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 5 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 6 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 7 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 8 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 9 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 10 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 11 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 12 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 13 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 14 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 15 */ array(1, 9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 16 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 17 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 18 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 19 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 20 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 21 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 22 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 23 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 24 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 25 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 26 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 27 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 28 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 29 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 30 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 31 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 32 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 33 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 34 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 35 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 36 */ array(9, 15, 19, 20, 44, 46, 47, 51, 53, 55, 60, 61, 67, ), - /* 37 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 38 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, ), - /* 39 */ array(9, 15, 19, 20, 44, 46, 51, 55, 60, 61, 67, ), - /* 40 */ array(9, 15, 19, 20, 44, 51, 55, 60, 61, 67, ), - /* 41 */ array(9, 15, 19, 20, 44, 51, 55, 60, 61, 67, ), - /* 42 */ array(9, 15, 19, 20, 44, 51, 55, 60, 61, 67, ), + /* 1 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 2 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 3 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 4 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 5 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 6 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 7 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 8 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 9 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 10 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 11 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 12 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 13 */ array(9, 15, 19, 20, 30, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 14 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 15 */ array(1, 9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 16 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 17 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 18 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 19 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 20 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 21 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 22 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 23 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 24 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 25 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 26 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 27 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 28 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 29 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 30 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 31 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 32 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 33 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 34 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 35 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 36 */ array(9, 15, 19, 20, 44, 46, 47, 51, 53, 55, 60, 61, 67, 71, ), + /* 37 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 38 */ array(9, 15, 19, 20, 44, 46, 51, 53, 55, 60, 61, 67, 71, ), + /* 39 */ array(9, 15, 19, 20, 44, 46, 51, 55, 60, 61, 67, 71, ), + /* 40 */ array(9, 15, 19, 20, 44, 51, 55, 60, 61, 67, 71, ), + /* 41 */ array(9, 15, 19, 20, 44, 51, 55, 60, 61, 67, 71, ), + /* 42 */ array(9, 15, 19, 20, 44, 51, 55, 60, 61, 67, 71, ), /* 43 */ array(15, 55, 60, 67, ), - /* 44 */ array(15, 51, 55, 60, 67, ), - /* 45 */ array(44, 48, 57, 63, 68, ), + /* 44 */ array(44, 48, 57, 63, 68, ), + /* 45 */ array(15, 51, 55, 60, 67, ), /* 46 */ array(1, 55, 60, 67, ), - /* 47 */ array(55, 60, 67, ), - /* 48 */ array(46, 48, 64, ), + /* 47 */ array(46, 48, 64, ), + /* 48 */ array(55, 60, 67, ), /* 49 */ array(48, 63, 68, ), /* 50 */ array(48, 63, 68, ), - /* 51 */ array(56, 68, ), - /* 52 */ array(63, 68, ), - /* 53 */ array(63, 68, ), - /* 54 */ array(56, 68, ), - /* 55 */ array(17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 45, 63, ), + /* 51 */ array(63, 68, ), + /* 52 */ array(56, 68, ), + /* 53 */ array(55, 60, ), + /* 54 */ array(63, 68, ), + /* 55 */ array(56, 68, ), /* 56 */ array(17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 45, 63, ), - /* 57 */ array(17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 63, ), - /* 58 */ array(1, 15, 55, 61, 62, ), - /* 59 */ array(15, 50, 59, 67, ), + /* 57 */ array(17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 45, 63, ), + /* 58 */ array(17, 21, 22, 23, 24, 25, 26, 27, 28, 29, 63, ), + /* 59 */ array(1, 15, 55, 61, 62, ), /* 60 */ array(15, 50, 52, 67, ), - /* 61 */ array(15, 59, 67, ), - /* 62 */ array(16, 52, 68, ), - /* 63 */ array(1, 9, 15, ), - /* 64 */ array(15, 67, ), + /* 61 */ array(15, 50, 59, 67, ), + /* 62 */ array(1, 9, 15, ), + /* 63 */ array(15, 59, 67, ), + /* 64 */ array(16, 52, 68, ), /* 65 */ array(15, 67, ), - /* 66 */ array(15, 67, ), - /* 67 */ array(48, 50, ), + /* 66 */ array(48, 50, ), + /* 67 */ array(15, 67, ), /* 68 */ array(15, 67, ), /* 69 */ array(15, 67, ), /* 70 */ array(15, 67, ), - /* 71 */ array(55, 67, ), + /* 71 */ array(1, 15, ), /* 72 */ array(15, 67, ), - /* 73 */ array(1, 15, ), - /* 74 */ array(15, 67, ), + /* 73 */ array(15, 67, ), + /* 74 */ array(55, 67, ), /* 75 */ array(15, 67, ), - /* 76 */ array(68, ), - /* 77 */ array(68, ), - /* 78 */ array(48, ), + /* 76 */ array(15, 67, ), + /* 77 */ array(48, ), + /* 78 */ array(68, ), /* 79 */ array(68, ), /* 80 */ array(48, ), /* 81 */ array(48, ), - /* 82 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, ), - /* 83 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 58, ), + /* 82 */ array(68, ), + /* 83 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, ), /* 84 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 45, ), - /* 85 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, ), + /* 85 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 58, ), /* 86 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, ), /* 87 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, ), /* 88 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, ), @@ -637,119 +660,119 @@ static public $yy_action = array( /* 91 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, ), /* 92 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, ), /* 93 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, ), - /* 94 */ array(1, 2, 3, 4, 5, 8, 10, 12, 13, 14, 15, ), - /* 95 */ array(1, 15, 55, 61, 62, ), - /* 96 */ array(47, 53, 54, 66, ), - /* 97 */ array(16, 53, 54, 66, ), - /* 98 */ array(1, 9, 15, ), + /* 94 */ array(31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, ), + /* 95 */ array(1, 2, 3, 4, 5, 8, 10, 12, 13, 14, 15, ), + /* 96 */ array(1, 15, 55, 61, 62, ), + /* 97 */ array(47, 53, 54, 66, ), + /* 98 */ array(16, 53, 54, 66, ), /* 99 */ array(53, 54, 66, ), /* 100 */ array(15, 50, 67, ), /* 101 */ array(1, 11, 15, ), /* 102 */ array(53, 54, 66, ), - /* 103 */ array(46, 64, ), - /* 104 */ array(56, 63, ), - /* 105 */ array(46, 64, ), - /* 106 */ array(16, 63, ), - /* 107 */ array(45, 63, ), - /* 108 */ array(16, 63, ), - /* 109 */ array(49, 63, ), - /* 110 */ array(15, 44, ), - /* 111 */ array(63, 65, ), - /* 112 */ array(55, 67, ), + /* 103 */ array(1, 9, 15, ), + /* 104 */ array(49, 63, ), + /* 105 */ array(56, 63, ), + /* 106 */ array(45, 63, ), + /* 107 */ array(63, 65, ), + /* 108 */ array(56, 63, ), + /* 109 */ array(15, 67, ), + /* 110 */ array(46, 64, ), + /* 111 */ array(46, 64, ), + /* 112 */ array(16, 63, ), /* 113 */ array(16, 63, ), - /* 114 */ array(15, 67, ), - /* 115 */ array(56, 63, ), - /* 116 */ array(46, 64, ), + /* 114 */ array(16, 63, ), + /* 115 */ array(15, 44, ), + /* 116 */ array(55, 67, ), /* 117 */ array(16, 63, ), /* 118 */ array(15, 67, ), /* 119 */ array(46, 64, ), /* 120 */ array(46, 64, ), - /* 121 */ array(63, ), - /* 122 */ array(63, ), - /* 123 */ array(68, ), - /* 124 */ array(68, ), - /* 125 */ array(68, ), + /* 121 */ array(46, 64, ), + /* 122 */ array(48, ), + /* 123 */ array(63, ), + /* 124 */ array(63, ), + /* 125 */ array(48, ), /* 126 */ array(63, ), - /* 127 */ array(56, ), - /* 128 */ array(67, ), - /* 129 */ array(68, ), + /* 127 */ array(68, ), + /* 128 */ array(56, ), + /* 129 */ array(63, ), /* 130 */ array(48, ), /* 131 */ array(63, ), - /* 132 */ array(48, ), - /* 133 */ array(68, ), + /* 132 */ array(44, ), + /* 133 */ array(63, ), /* 134 */ array(68, ), - /* 135 */ array(63, ), + /* 135 */ array(67, ), /* 136 */ array(68, ), - /* 137 */ array(44, ), - /* 138 */ array(68, ), - /* 139 */ array(48, ), - /* 140 */ array(63, ), + /* 137 */ array(48, ), + /* 138 */ array(63, ), + /* 139 */ array(68, ), + /* 140 */ array(68, ), /* 141 */ array(68, ), /* 142 */ array(55, ), - /* 143 */ array(63, ), - /* 144 */ array(48, ), - /* 145 */ array(63, ), + /* 143 */ array(68, ), + /* 144 */ array(68, ), + /* 145 */ array(68, ), /* 146 */ array(68, ), - /* 147 */ array(), + /* 147 */ array(63, ), /* 148 */ array(), /* 149 */ array(), /* 150 */ array(), /* 151 */ array(), /* 152 */ array(), - /* 153 */ array(16, 44, 50, 57, 68, ), - /* 154 */ array(44, 47, 57, 64, ), - /* 155 */ array(44, 49, 57, ), - /* 156 */ array(16, 68, ), - /* 157 */ array(44, 57, ), - /* 158 */ array(58, 65, ), - /* 159 */ array(18, 69, ), - /* 160 */ array(44, 57, ), - /* 161 */ array(59, 67, ), + /* 153 */ array(), + /* 154 */ array(16, 44, 50, 57, 68, ), + /* 155 */ array(44, 47, 57, 64, ), + /* 156 */ array(44, 49, 57, ), + /* 157 */ array(58, 65, ), + /* 158 */ array(44, 57, ), + /* 159 */ array(44, 57, ), + /* 160 */ array(1, 67, ), + /* 161 */ array(16, 68, ), /* 162 */ array(47, 65, ), - /* 163 */ array(1, 67, ), + /* 163 */ array(18, 69, ), /* 164 */ array(44, 57, ), /* 165 */ array(44, 57, ), - /* 166 */ array(62, ), - /* 167 */ array(60, ), - /* 168 */ array(47, ), - /* 169 */ array(70, ), - /* 170 */ array(62, ), - /* 171 */ array(67, ), + /* 166 */ array(59, 67, ), + /* 167 */ array(16, ), + /* 168 */ array(45, ), + /* 169 */ array(16, ), + /* 170 */ array(16, ), + /* 171 */ array(16, ), /* 172 */ array(70, ), - /* 173 */ array(56, ), - /* 174 */ array(67, ), + /* 173 */ array(55, ), + /* 174 */ array(16, ), /* 175 */ array(55, ), - /* 176 */ array(18, ), - /* 177 */ array(55, ), - /* 178 */ array(67, ), - /* 179 */ array(16, ), - /* 180 */ array(45, ), - /* 181 */ array(60, ), + /* 176 */ array(55, ), + /* 177 */ array(18, ), + /* 178 */ array(52, ), + /* 179 */ array(1, ), + /* 180 */ array(67, ), + /* 181 */ array(67, ), /* 182 */ array(67, ), - /* 183 */ array(16, ), - /* 184 */ array(67, ), - /* 185 */ array(16, ), - /* 186 */ array(1, ), - /* 187 */ array(5, ), - /* 188 */ array(1, ), - /* 189 */ array(5, ), - /* 190 */ array(16, ), - /* 191 */ array(50, ), - /* 192 */ array(45, ), - /* 193 */ array(67, ), - /* 194 */ array(67, ), - /* 195 */ array(44, ), - /* 196 */ array(51, ), - /* 197 */ array(52, ), - /* 198 */ array(64, ), - /* 199 */ array(50, ), - /* 200 */ array(16, ), + /* 183 */ array(45, ), + /* 184 */ array(56, ), + /* 185 */ array(5, ), + /* 186 */ array(5, ), + /* 187 */ array(67, ), + /* 188 */ array(62, ), + /* 189 */ array(67, ), + /* 190 */ array(62, ), + /* 191 */ array(1, ), + /* 192 */ array(50, ), + /* 193 */ array(70, ), + /* 194 */ array(16, ), + /* 195 */ array(45, ), + /* 196 */ array(60, ), + /* 197 */ array(67, ), + /* 198 */ array(60, ), + /* 199 */ array(69, ), + /* 200 */ array(50, ), /* 201 */ array(67, ), - /* 202 */ array(69, ), - /* 203 */ array(55, ), - /* 204 */ array(16, ), - /* 205 */ array(45, ), - /* 206 */ array(), + /* 202 */ array(47, ), + /* 203 */ array(67, ), + /* 204 */ array(44, ), + /* 205 */ array(51, ), + /* 206 */ array(64, ), /* 207 */ array(), /* 208 */ array(), /* 209 */ array(), @@ -854,40 +877,42 @@ static public $yy_action = array( /* 308 */ array(), /* 309 */ array(), /* 310 */ array(), + /* 311 */ array(), + /* 312 */ array(), ); static public $yy_default = array( - /* 0 */ 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, - /* 10 */ 481, 481, 481, 481, 462, 481, 481, 420, 420, 420, - /* 20 */ 420, 481, 481, 481, 481, 481, 481, 481, 481, 481, - /* 30 */ 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, - /* 40 */ 481, 481, 481, 481, 481, 332, 481, 481, 385, 347, - /* 50 */ 332, 347, 347, 347, 347, 430, 430, 430, 481, 395, - /* 60 */ 481, 395, 368, 481, 481, 481, 395, 388, 481, 481, - /* 70 */ 481, 481, 481, 481, 481, 481, 347, 347, 388, 347, - /* 80 */ 381, 380, 481, 481, 481, 444, 428, 443, 440, 436, - /* 90 */ 434, 435, 439, 335, 311, 481, 481, 481, 481, 425, - /* 100 */ 481, 481, 356, 413, 481, 393, 481, 481, 481, 465, - /* 110 */ 395, 419, 481, 481, 341, 481, 414, 481, 340, 412, - /* 120 */ 411, 463, 464, 342, 328, 326, 348, 358, 481, 343, - /* 130 */ 386, 363, 382, 331, 327, 354, 330, 395, 329, 408, - /* 140 */ 364, 333, 481, 431, 383, 338, 334, 395, 424, 424, - /* 150 */ 395, 395, 424, 355, 481, 355, 359, 426, 481, 359, - /* 160 */ 445, 481, 481, 481, 355, 481, 481, 481, 481, 481, - /* 170 */ 481, 481, 375, 406, 481, 481, 362, 481, 481, 481, - /* 180 */ 481, 481, 481, 481, 481, 481, 481, 481, 481, 481, - /* 190 */ 481, 351, 481, 481, 481, 384, 481, 368, 370, 481, - /* 200 */ 481, 481, 359, 481, 352, 481, 449, 372, 374, 373, - /* 210 */ 371, 450, 360, 350, 369, 442, 441, 448, 410, 390, - /* 220 */ 394, 457, 391, 417, 389, 456, 359, 409, 433, 415, - /* 230 */ 447, 452, 455, 321, 320, 319, 318, 446, 375, 325, - /* 240 */ 312, 324, 323, 322, 313, 454, 453, 345, 315, 458, - /* 250 */ 451, 316, 438, 317, 344, 437, 314, 423, 396, 473, - /* 260 */ 416, 346, 337, 387, 470, 475, 468, 460, 461, 459, - /* 270 */ 469, 418, 421, 353, 406, 357, 404, 407, 405, 339, - /* 280 */ 422, 365, 366, 367, 466, 378, 401, 403, 429, 400, - /* 290 */ 477, 376, 361, 392, 362, 397, 398, 402, 479, 427, - /* 300 */ 472, 471, 377, 478, 474, 476, 480, 399, 467, 379, - /* 310 */ 432, + /* 0 */ 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, + /* 10 */ 484, 484, 484, 484, 465, 484, 423, 423, 423, 484, + /* 20 */ 484, 423, 484, 484, 484, 484, 484, 484, 484, 484, + /* 30 */ 484, 484, 484, 484, 484, 484, 484, 484, 484, 484, + /* 40 */ 484, 484, 484, 484, 334, 484, 484, 388, 484, 334, + /* 50 */ 349, 349, 349, 484, 349, 349, 433, 433, 433, 484, + /* 60 */ 484, 398, 484, 398, 370, 484, 391, 484, 484, 484, + /* 70 */ 398, 484, 484, 484, 484, 484, 484, 384, 349, 349, + /* 80 */ 391, 383, 349, 484, 484, 484, 439, 437, 446, 438, + /* 90 */ 431, 442, 443, 447, 337, 313, 484, 484, 484, 428, + /* 100 */ 484, 484, 358, 484, 468, 484, 484, 422, 484, 343, + /* 110 */ 415, 396, 484, 484, 484, 398, 484, 484, 342, 416, + /* 120 */ 417, 414, 386, 350, 434, 389, 356, 328, 360, 466, + /* 130 */ 385, 467, 398, 366, 330, 484, 345, 411, 365, 329, + /* 140 */ 331, 332, 484, 333, 344, 335, 336, 340, 398, 427, + /* 150 */ 398, 427, 427, 398, 357, 484, 357, 484, 448, 357, + /* 160 */ 484, 361, 484, 361, 429, 484, 484, 484, 484, 484, + /* 170 */ 484, 484, 484, 484, 354, 484, 484, 364, 370, 484, + /* 180 */ 484, 484, 484, 484, 409, 484, 484, 484, 484, 484, + /* 190 */ 484, 484, 484, 378, 484, 484, 484, 484, 484, 361, + /* 200 */ 353, 484, 484, 484, 387, 484, 373, 320, 352, 317, + /* 210 */ 319, 418, 346, 322, 321, 327, 382, 326, 404, 470, + /* 220 */ 403, 325, 405, 479, 477, 402, 323, 474, 420, 324, + /* 230 */ 475, 406, 314, 450, 368, 369, 359, 367, 412, 375, + /* 240 */ 376, 377, 407, 410, 482, 483, 380, 480, 379, 424, + /* 250 */ 425, 364, 374, 363, 361, 362, 372, 426, 347, 315, + /* 260 */ 316, 318, 371, 413, 399, 400, 401, 395, 394, 392, + /* 270 */ 397, 393, 481, 381, 440, 441, 444, 430, 378, 457, + /* 280 */ 458, 449, 445, 459, 408, 409, 355, 341, 339, 460, + /* 290 */ 461, 432, 456, 455, 476, 348, 421, 473, 478, 469, + /* 300 */ 471, 472, 419, 462, 452, 453, 454, 451, 436, 464, + /* 310 */ 463, 435, 390, ); /* The next thing included is series of defines which control ** various aspects of the generated parser. @@ -904,11 +929,11 @@ static public $yy_action = array( ** self::YYERRORSYMBOL is the code number of the error symbol. If not ** defined, then do no error processing. */ - const YYNOCODE = 115; + const YYNOCODE = 116; const YYSTACKDEPTH = 100; - const YYNSTATE = 311; - const YYNRULE = 170; - const YYERRORSYMBOL = 71; + const YYNSTATE = 313; + const YYNRULE = 171; + const YYERRORSYMBOL = 72; const YYERRSYMDT = 'yy0'; const YYFALLBACK = 1; /** The next table maps tokens into fallback tokens. If a construct @@ -993,6 +1018,7 @@ static public $yy_action = array( 1, /* SPACE => OTHER */ 1, /* INSTANCEOF => OTHER */ 1, /* QMARK => OTHER */ + 1, /* TYPECAST => OTHER */ ); /** * Turn parser tracing on by giving a stream to which to write the trace @@ -1078,18 +1104,18 @@ static public $yy_action = array( 'COLON', 'DOUBLECOLON', 'SEMICOLON', 'AT', 'HATCH', 'QUOTE', 'BACKTICK', 'VERT', 'DOT', 'COMMA', 'ANDSYM', 'ID', - 'SPACE', 'INSTANCEOF', 'QMARK', 'error', - 'start', 'template', 'template_element', 'smartytag', - 'smartyclosetag', 'outputtag', 'text', 'variable', - 'attributes', 'expr', 'ternary', 'varindexed', - 'modifier', 'modparameters', 'ifexprs', 'statement', - 'statements', 'varvar', 'foraction', 'value', - 'array', 'attribute', 'exprs', 'math', - 'function', 'doublequoted', 'method', 'params', - 'objectchain', 'arrayindex', 'object', 'indexdef', - 'varvarele', 'objectelement', 'modparameter', 'ifexpr', - 'ifcond', 'lop', 'arrayelements', 'arrayelement', - 'doublequotedcontent', 'textelement', + 'SPACE', 'INSTANCEOF', 'QMARK', 'TYPECAST', + 'error', 'start', 'template', 'template_element', + 'smartytag', 'smartyclosetag', 'outputtag', 'text', + 'variable', 'attributes', 'expr', 'ternary', + 'varindexed', 'modifier', 'modparameters', 'ifexprs', + 'statement', 'statements', 'varvar', 'foraction', + 'value', 'array', 'attribute', 'exprs', + 'math', 'function', 'doublequoted', 'method', + 'params', 'objectchain', 'arrayindex', 'object', + 'indexdef', 'varvarele', 'objectelement', 'modparameter', + 'ifexpr', 'ifcond', 'lop', 'arrayelements', + 'arrayelement', 'doublequotedcontent', 'textelement', ); /** @@ -1155,118 +1181,119 @@ static public $yy_action = array( /* 55 */ "math ::= MATH", /* 56 */ "math ::= ANDSYM", /* 57 */ "value ::= variable", - /* 58 */ "value ::= variable INCDEC", - /* 59 */ "value ::= INTEGER", - /* 60 */ "value ::= INTEGER DOT INTEGER", - /* 61 */ "value ::= BOOLEAN", - /* 62 */ "value ::= NULL", - /* 63 */ "value ::= function", - /* 64 */ "value ::= OPENP expr CLOSEP", - /* 65 */ "value ::= SINGLEQUOTE text SINGLEQUOTE", - /* 66 */ "value ::= SINGLEQUOTE SINGLEQUOTE", - /* 67 */ "value ::= QUOTE doublequoted QUOTE", - /* 68 */ "value ::= QUOTE QUOTE", - /* 69 */ "value ::= ID DOUBLECOLON method", - /* 70 */ "value ::= ID DOUBLECOLON DOLLAR ID OPENP params CLOSEP", - /* 71 */ "value ::= ID DOUBLECOLON method objectchain", - /* 72 */ "value ::= ID DOUBLECOLON DOLLAR ID OPENP params CLOSEP objectchain", - /* 73 */ "value ::= ID DOUBLECOLON ID", - /* 74 */ "value ::= ID DOUBLECOLON DOLLAR ID arrayindex", - /* 75 */ "value ::= ID DOUBLECOLON DOLLAR ID arrayindex objectchain", - /* 76 */ "value ::= LDEL smartytag RDEL", - /* 77 */ "variable ::= varindexed", - /* 78 */ "variable ::= DOLLAR varvar AT ID", - /* 79 */ "variable ::= object", - /* 80 */ "variable ::= HATCH ID HATCH", - /* 81 */ "variable ::= HATCH variable HATCH", - /* 82 */ "varindexed ::= DOLLAR varvar arrayindex", - /* 83 */ "arrayindex ::= arrayindex indexdef", - /* 84 */ "arrayindex ::=", - /* 85 */ "indexdef ::= DOT ID", - /* 86 */ "indexdef ::= DOT INTEGER", - /* 87 */ "indexdef ::= DOT variable", - /* 88 */ "indexdef ::= DOT LDEL exprs RDEL", - /* 89 */ "indexdef ::= OPENB ID CLOSEB", - /* 90 */ "indexdef ::= OPENB ID DOT ID CLOSEB", - /* 91 */ "indexdef ::= OPENB exprs CLOSEB", - /* 92 */ "indexdef ::= OPENB CLOSEB", - /* 93 */ "varvar ::= varvarele", - /* 94 */ "varvar ::= varvar varvarele", - /* 95 */ "varvarele ::= ID", - /* 96 */ "varvarele ::= LDEL expr RDEL", - /* 97 */ "object ::= varindexed objectchain", - /* 98 */ "objectchain ::= objectelement", - /* 99 */ "objectchain ::= objectchain objectelement", - /* 100 */ "objectelement ::= PTR ID arrayindex", - /* 101 */ "objectelement ::= PTR variable arrayindex", - /* 102 */ "objectelement ::= PTR LDEL expr RDEL arrayindex", - /* 103 */ "objectelement ::= PTR ID LDEL expr RDEL arrayindex", - /* 104 */ "objectelement ::= PTR method", - /* 105 */ "function ::= ID OPENP params CLOSEP", - /* 106 */ "method ::= ID OPENP params CLOSEP", - /* 107 */ "params ::= expr COMMA params", - /* 108 */ "params ::= expr", - /* 109 */ "params ::=", - /* 110 */ "modifier ::= VERT AT ID", - /* 111 */ "modifier ::= VERT ID", - /* 112 */ "modparameters ::= modparameters modparameter", - /* 113 */ "modparameters ::=", - /* 114 */ "modparameter ::= COLON exprs", - /* 115 */ "modparameter ::= COLON ID", - /* 116 */ "ifexprs ::= ifexpr", - /* 117 */ "ifexprs ::= NOT ifexprs", - /* 118 */ "ifexprs ::= OPENP ifexprs CLOSEP", - /* 119 */ "ifexpr ::= expr", - /* 120 */ "ifexpr ::= expr ifcond expr", - /* 121 */ "ifexpr ::= expr ISIN array", - /* 122 */ "ifexpr ::= expr ISIN value", - /* 123 */ "ifexpr ::= ifexprs lop ifexprs", - /* 124 */ "ifexpr ::= ifexprs ISDIVBY ifexprs", - /* 125 */ "ifexpr ::= ifexprs ISNOTDIVBY ifexprs", - /* 126 */ "ifexpr ::= ifexprs ISEVEN", - /* 127 */ "ifexpr ::= ifexprs ISNOTEVEN", - /* 128 */ "ifexpr ::= ifexprs ISEVENBY ifexprs", - /* 129 */ "ifexpr ::= ifexprs ISNOTEVENBY ifexprs", - /* 130 */ "ifexpr ::= ifexprs ISODD", - /* 131 */ "ifexpr ::= ifexprs ISNOTODD", - /* 132 */ "ifexpr ::= ifexprs ISODDBY ifexprs", - /* 133 */ "ifexpr ::= ifexprs ISNOTODDBY ifexprs", - /* 134 */ "ifexpr ::= value INSTANCEOF ID", - /* 135 */ "ifexpr ::= value INSTANCEOF value", - /* 136 */ "ifcond ::= EQUALS", - /* 137 */ "ifcond ::= NOTEQUALS", - /* 138 */ "ifcond ::= GREATERTHAN", - /* 139 */ "ifcond ::= LESSTHAN", - /* 140 */ "ifcond ::= GREATEREQUAL", - /* 141 */ "ifcond ::= LESSEQUAL", - /* 142 */ "ifcond ::= IDENTITY", - /* 143 */ "ifcond ::= NONEIDENTITY", - /* 144 */ "ifcond ::= MOD", - /* 145 */ "lop ::= LAND", - /* 146 */ "lop ::= LOR", - /* 147 */ "lop ::= LXOR", - /* 148 */ "array ::= OPENB arrayelements CLOSEB", - /* 149 */ "arrayelements ::= arrayelement", - /* 150 */ "arrayelements ::= arrayelements COMMA arrayelement", - /* 151 */ "arrayelements ::=", - /* 152 */ "arrayelement ::= expr APTR expr", - /* 153 */ "arrayelement ::= ID APTR expr", - /* 154 */ "arrayelement ::= expr", - /* 155 */ "doublequoted ::= doublequoted doublequotedcontent", - /* 156 */ "doublequoted ::= doublequotedcontent", - /* 157 */ "doublequotedcontent ::= BACKTICK ID BACKTICK", - /* 158 */ "doublequotedcontent ::= BACKTICK variable BACKTICK", - /* 159 */ "doublequotedcontent ::= DOLLAR ID", - /* 160 */ "doublequotedcontent ::= LDEL expr RDEL", - /* 161 */ "doublequotedcontent ::= LDEL smartytag RDEL", - /* 162 */ "doublequotedcontent ::= DOLLAR OTHER", - /* 163 */ "doublequotedcontent ::= LDEL OTHER", - /* 164 */ "doublequotedcontent ::= BACKTICK OTHER", - /* 165 */ "doublequotedcontent ::= OTHER", - /* 166 */ "text ::= text textelement", - /* 167 */ "text ::= textelement", - /* 168 */ "textelement ::= OTHER", - /* 169 */ "textelement ::= LDEL", + /* 58 */ "value ::= TYPECAST variable", + /* 59 */ "value ::= variable INCDEC", + /* 60 */ "value ::= INTEGER", + /* 61 */ "value ::= INTEGER DOT INTEGER", + /* 62 */ "value ::= BOOLEAN", + /* 63 */ "value ::= NULL", + /* 64 */ "value ::= function", + /* 65 */ "value ::= OPENP expr CLOSEP", + /* 66 */ "value ::= SINGLEQUOTE text SINGLEQUOTE", + /* 67 */ "value ::= SINGLEQUOTE SINGLEQUOTE", + /* 68 */ "value ::= QUOTE doublequoted QUOTE", + /* 69 */ "value ::= QUOTE QUOTE", + /* 70 */ "value ::= ID DOUBLECOLON method", + /* 71 */ "value ::= ID DOUBLECOLON DOLLAR ID OPENP params CLOSEP", + /* 72 */ "value ::= ID DOUBLECOLON method objectchain", + /* 73 */ "value ::= ID DOUBLECOLON DOLLAR ID OPENP params CLOSEP objectchain", + /* 74 */ "value ::= ID DOUBLECOLON ID", + /* 75 */ "value ::= ID DOUBLECOLON DOLLAR ID arrayindex", + /* 76 */ "value ::= ID DOUBLECOLON DOLLAR ID arrayindex objectchain", + /* 77 */ "value ::= LDEL smartytag RDEL", + /* 78 */ "variable ::= varindexed", + /* 79 */ "variable ::= DOLLAR varvar AT ID", + /* 80 */ "variable ::= object", + /* 81 */ "variable ::= HATCH ID HATCH", + /* 82 */ "variable ::= HATCH variable HATCH", + /* 83 */ "varindexed ::= DOLLAR varvar arrayindex", + /* 84 */ "arrayindex ::= arrayindex indexdef", + /* 85 */ "arrayindex ::=", + /* 86 */ "indexdef ::= DOT ID", + /* 87 */ "indexdef ::= DOT INTEGER", + /* 88 */ "indexdef ::= DOT variable", + /* 89 */ "indexdef ::= DOT LDEL exprs RDEL", + /* 90 */ "indexdef ::= OPENB ID CLOSEB", + /* 91 */ "indexdef ::= OPENB ID DOT ID CLOSEB", + /* 92 */ "indexdef ::= OPENB exprs CLOSEB", + /* 93 */ "indexdef ::= OPENB CLOSEB", + /* 94 */ "varvar ::= varvarele", + /* 95 */ "varvar ::= varvar varvarele", + /* 96 */ "varvarele ::= ID", + /* 97 */ "varvarele ::= LDEL expr RDEL", + /* 98 */ "object ::= varindexed objectchain", + /* 99 */ "objectchain ::= objectelement", + /* 100 */ "objectchain ::= objectchain objectelement", + /* 101 */ "objectelement ::= PTR ID arrayindex", + /* 102 */ "objectelement ::= PTR variable arrayindex", + /* 103 */ "objectelement ::= PTR LDEL expr RDEL arrayindex", + /* 104 */ "objectelement ::= PTR ID LDEL expr RDEL arrayindex", + /* 105 */ "objectelement ::= PTR method", + /* 106 */ "function ::= ID OPENP params CLOSEP", + /* 107 */ "method ::= ID OPENP params CLOSEP", + /* 108 */ "params ::= expr COMMA params", + /* 109 */ "params ::= expr", + /* 110 */ "params ::=", + /* 111 */ "modifier ::= VERT AT ID", + /* 112 */ "modifier ::= VERT ID", + /* 113 */ "modparameters ::= modparameters modparameter", + /* 114 */ "modparameters ::=", + /* 115 */ "modparameter ::= COLON exprs", + /* 116 */ "modparameter ::= COLON ID", + /* 117 */ "ifexprs ::= ifexpr", + /* 118 */ "ifexprs ::= NOT ifexprs", + /* 119 */ "ifexprs ::= OPENP ifexprs CLOSEP", + /* 120 */ "ifexpr ::= expr", + /* 121 */ "ifexpr ::= expr ifcond expr", + /* 122 */ "ifexpr ::= expr ISIN array", + /* 123 */ "ifexpr ::= expr ISIN value", + /* 124 */ "ifexpr ::= ifexprs lop ifexprs", + /* 125 */ "ifexpr ::= ifexprs ISDIVBY ifexprs", + /* 126 */ "ifexpr ::= ifexprs ISNOTDIVBY ifexprs", + /* 127 */ "ifexpr ::= ifexprs ISEVEN", + /* 128 */ "ifexpr ::= ifexprs ISNOTEVEN", + /* 129 */ "ifexpr ::= ifexprs ISEVENBY ifexprs", + /* 130 */ "ifexpr ::= ifexprs ISNOTEVENBY ifexprs", + /* 131 */ "ifexpr ::= ifexprs ISODD", + /* 132 */ "ifexpr ::= ifexprs ISNOTODD", + /* 133 */ "ifexpr ::= ifexprs ISODDBY ifexprs", + /* 134 */ "ifexpr ::= ifexprs ISNOTODDBY ifexprs", + /* 135 */ "ifexpr ::= value INSTANCEOF ID", + /* 136 */ "ifexpr ::= value INSTANCEOF value", + /* 137 */ "ifcond ::= EQUALS", + /* 138 */ "ifcond ::= NOTEQUALS", + /* 139 */ "ifcond ::= GREATERTHAN", + /* 140 */ "ifcond ::= LESSTHAN", + /* 141 */ "ifcond ::= GREATEREQUAL", + /* 142 */ "ifcond ::= LESSEQUAL", + /* 143 */ "ifcond ::= IDENTITY", + /* 144 */ "ifcond ::= NONEIDENTITY", + /* 145 */ "ifcond ::= MOD", + /* 146 */ "lop ::= LAND", + /* 147 */ "lop ::= LOR", + /* 148 */ "lop ::= LXOR", + /* 149 */ "array ::= OPENB arrayelements CLOSEB", + /* 150 */ "arrayelements ::= arrayelement", + /* 151 */ "arrayelements ::= arrayelements COMMA arrayelement", + /* 152 */ "arrayelements ::=", + /* 153 */ "arrayelement ::= expr APTR expr", + /* 154 */ "arrayelement ::= ID APTR expr", + /* 155 */ "arrayelement ::= expr", + /* 156 */ "doublequoted ::= doublequoted doublequotedcontent", + /* 157 */ "doublequoted ::= doublequotedcontent", + /* 158 */ "doublequotedcontent ::= BACKTICK ID BACKTICK", + /* 159 */ "doublequotedcontent ::= BACKTICK variable BACKTICK", + /* 160 */ "doublequotedcontent ::= DOLLAR ID", + /* 161 */ "doublequotedcontent ::= LDEL expr RDEL", + /* 162 */ "doublequotedcontent ::= LDEL smartytag RDEL", + /* 163 */ "doublequotedcontent ::= DOLLAR OTHER", + /* 164 */ "doublequotedcontent ::= LDEL OTHER", + /* 165 */ "doublequotedcontent ::= BACKTICK OTHER", + /* 166 */ "doublequotedcontent ::= OTHER", + /* 167 */ "text ::= text textelement", + /* 168 */ "text ::= textelement", + /* 169 */ "textelement ::= OTHER", + /* 170 */ "textelement ::= LDEL", ); /** @@ -1631,176 +1658,177 @@ static public $yy_action = array( * */ static public $yyRuleInfo = array( - array( 'lhs' => 72, 'rhs' => 1 ), array( 'lhs' => 73, 'rhs' => 1 ), - array( 'lhs' => 73, 'rhs' => 2 ), - array( 'lhs' => 74, 'rhs' => 3 ), - array( 'lhs' => 74, 'rhs' => 3 ), - array( 'lhs' => 74, 'rhs' => 3 ), array( 'lhs' => 74, 'rhs' => 1 ), - array( 'lhs' => 74, 'rhs' => 3 ), - array( 'lhs' => 74, 'rhs' => 1 ), - array( 'lhs' => 74, 'rhs' => 1 ), - array( 'lhs' => 74, 'rhs' => 3 ), - array( 'lhs' => 74, 'rhs' => 3 ), - array( 'lhs' => 74, 'rhs' => 1 ), - array( 'lhs' => 74, 'rhs' => 1 ), - array( 'lhs' => 74, 'rhs' => 1 ), - array( 'lhs' => 77, 'rhs' => 2 ), - array( 'lhs' => 77, 'rhs' => 2 ), - array( 'lhs' => 77, 'rhs' => 2 ), - array( 'lhs' => 75, 'rhs' => 4 ), - array( 'lhs' => 75, 'rhs' => 4 ), - array( 'lhs' => 75, 'rhs' => 2 ), + array( 'lhs' => 74, 'rhs' => 2 ), + array( 'lhs' => 75, 'rhs' => 3 ), + array( 'lhs' => 75, 'rhs' => 3 ), + array( 'lhs' => 75, 'rhs' => 3 ), + array( 'lhs' => 75, 'rhs' => 1 ), + array( 'lhs' => 75, 'rhs' => 3 ), + array( 'lhs' => 75, 'rhs' => 1 ), array( 'lhs' => 75, 'rhs' => 1 ), - array( 'lhs' => 75, 'rhs' => 4 ), - array( 'lhs' => 75, 'rhs' => 4 ), array( 'lhs' => 75, 'rhs' => 3 ), array( 'lhs' => 75, 'rhs' => 3 ), - array( 'lhs' => 75, 'rhs' => 9 ), - array( 'lhs' => 90, 'rhs' => 2 ), - array( 'lhs' => 90, 'rhs' => 1 ), - array( 'lhs' => 75, 'rhs' => 6 ), - array( 'lhs' => 75, 'rhs' => 6 ), + array( 'lhs' => 75, 'rhs' => 1 ), + array( 'lhs' => 75, 'rhs' => 1 ), + array( 'lhs' => 75, 'rhs' => 1 ), + array( 'lhs' => 78, 'rhs' => 2 ), + array( 'lhs' => 78, 'rhs' => 2 ), + array( 'lhs' => 78, 'rhs' => 2 ), + array( 'lhs' => 76, 'rhs' => 4 ), + array( 'lhs' => 76, 'rhs' => 4 ), array( 'lhs' => 76, 'rhs' => 2 ), + array( 'lhs' => 76, 'rhs' => 1 ), + array( 'lhs' => 76, 'rhs' => 4 ), array( 'lhs' => 76, 'rhs' => 4 ), array( 'lhs' => 76, 'rhs' => 3 ), - array( 'lhs' => 80, 'rhs' => 2 ), - array( 'lhs' => 80, 'rhs' => 1 ), - array( 'lhs' => 80, 'rhs' => 0 ), - array( 'lhs' => 93, 'rhs' => 4 ), - array( 'lhs' => 93, 'rhs' => 4 ), - array( 'lhs' => 93, 'rhs' => 4 ), - array( 'lhs' => 93, 'rhs' => 2 ), - array( 'lhs' => 88, 'rhs' => 1 ), - array( 'lhs' => 88, 'rhs' => 3 ), - array( 'lhs' => 87, 'rhs' => 4 ), + array( 'lhs' => 76, 'rhs' => 3 ), + array( 'lhs' => 76, 'rhs' => 9 ), + array( 'lhs' => 91, 'rhs' => 2 ), + array( 'lhs' => 91, 'rhs' => 1 ), + array( 'lhs' => 76, 'rhs' => 6 ), + array( 'lhs' => 76, 'rhs' => 6 ), + array( 'lhs' => 77, 'rhs' => 2 ), + array( 'lhs' => 77, 'rhs' => 4 ), + array( 'lhs' => 77, 'rhs' => 3 ), + array( 'lhs' => 81, 'rhs' => 2 ), array( 'lhs' => 81, 'rhs' => 1 ), - array( 'lhs' => 81, 'rhs' => 1 ), - array( 'lhs' => 81, 'rhs' => 4 ), - array( 'lhs' => 81, 'rhs' => 3 ), - array( 'lhs' => 94, 'rhs' => 1 ), + array( 'lhs' => 81, 'rhs' => 0 ), + array( 'lhs' => 94, 'rhs' => 4 ), + array( 'lhs' => 94, 'rhs' => 4 ), + array( 'lhs' => 94, 'rhs' => 4 ), array( 'lhs' => 94, 'rhs' => 2 ), - array( 'lhs' => 94, 'rhs' => 3 ), - array( 'lhs' => 94, 'rhs' => 1 ), - array( 'lhs' => 82, 'rhs' => 7 ), - array( 'lhs' => 82, 'rhs' => 7 ), - array( 'lhs' => 95, 'rhs' => 1 ), - array( 'lhs' => 95, 'rhs' => 1 ), - array( 'lhs' => 95, 'rhs' => 1 ), - array( 'lhs' => 91, 'rhs' => 1 ), - array( 'lhs' => 91, 'rhs' => 2 ), - array( 'lhs' => 91, 'rhs' => 1 ), - array( 'lhs' => 91, 'rhs' => 3 ), - array( 'lhs' => 91, 'rhs' => 1 ), - array( 'lhs' => 91, 'rhs' => 1 ), - array( 'lhs' => 91, 'rhs' => 1 ), - array( 'lhs' => 91, 'rhs' => 3 ), - array( 'lhs' => 91, 'rhs' => 3 ), - array( 'lhs' => 91, 'rhs' => 2 ), - array( 'lhs' => 91, 'rhs' => 3 ), - array( 'lhs' => 91, 'rhs' => 2 ), - array( 'lhs' => 91, 'rhs' => 3 ), - array( 'lhs' => 91, 'rhs' => 7 ), - array( 'lhs' => 91, 'rhs' => 4 ), - array( 'lhs' => 91, 'rhs' => 8 ), - array( 'lhs' => 91, 'rhs' => 3 ), - array( 'lhs' => 91, 'rhs' => 5 ), - array( 'lhs' => 91, 'rhs' => 6 ), - array( 'lhs' => 91, 'rhs' => 3 ), - array( 'lhs' => 79, 'rhs' => 1 ), - array( 'lhs' => 79, 'rhs' => 4 ), - array( 'lhs' => 79, 'rhs' => 1 ), - array( 'lhs' => 79, 'rhs' => 3 ), - array( 'lhs' => 79, 'rhs' => 3 ), - array( 'lhs' => 83, 'rhs' => 3 ), - array( 'lhs' => 101, 'rhs' => 2 ), - array( 'lhs' => 101, 'rhs' => 0 ), - array( 'lhs' => 103, 'rhs' => 2 ), - array( 'lhs' => 103, 'rhs' => 2 ), - array( 'lhs' => 103, 'rhs' => 2 ), - array( 'lhs' => 103, 'rhs' => 4 ), - array( 'lhs' => 103, 'rhs' => 3 ), - array( 'lhs' => 103, 'rhs' => 5 ), - array( 'lhs' => 103, 'rhs' => 3 ), - array( 'lhs' => 103, 'rhs' => 2 ), array( 'lhs' => 89, 'rhs' => 1 ), - array( 'lhs' => 89, 'rhs' => 2 ), - array( 'lhs' => 104, 'rhs' => 1 ), - array( 'lhs' => 104, 'rhs' => 3 ), - array( 'lhs' => 102, 'rhs' => 2 ), - array( 'lhs' => 100, 'rhs' => 1 ), - array( 'lhs' => 100, 'rhs' => 2 ), - array( 'lhs' => 105, 'rhs' => 3 ), - array( 'lhs' => 105, 'rhs' => 3 ), - array( 'lhs' => 105, 'rhs' => 5 ), - array( 'lhs' => 105, 'rhs' => 6 ), - array( 'lhs' => 105, 'rhs' => 2 ), - array( 'lhs' => 96, 'rhs' => 4 ), - array( 'lhs' => 98, 'rhs' => 4 ), - array( 'lhs' => 99, 'rhs' => 3 ), - array( 'lhs' => 99, 'rhs' => 1 ), - array( 'lhs' => 99, 'rhs' => 0 ), - array( 'lhs' => 84, 'rhs' => 3 ), - array( 'lhs' => 84, 'rhs' => 2 ), - array( 'lhs' => 85, 'rhs' => 2 ), - array( 'lhs' => 85, 'rhs' => 0 ), - array( 'lhs' => 106, 'rhs' => 2 ), - array( 'lhs' => 106, 'rhs' => 2 ), - array( 'lhs' => 86, 'rhs' => 1 ), - array( 'lhs' => 86, 'rhs' => 2 ), - array( 'lhs' => 86, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 1 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 2 ), - array( 'lhs' => 107, 'rhs' => 2 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 2 ), - array( 'lhs' => 107, 'rhs' => 2 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 107, 'rhs' => 3 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 108, 'rhs' => 1 ), - array( 'lhs' => 109, 'rhs' => 1 ), - array( 'lhs' => 109, 'rhs' => 1 ), - array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 89, 'rhs' => 3 ), + array( 'lhs' => 88, 'rhs' => 4 ), + array( 'lhs' => 82, 'rhs' => 1 ), + array( 'lhs' => 82, 'rhs' => 1 ), + array( 'lhs' => 82, 'rhs' => 4 ), + array( 'lhs' => 82, 'rhs' => 3 ), + array( 'lhs' => 95, 'rhs' => 1 ), + array( 'lhs' => 95, 'rhs' => 2 ), + array( 'lhs' => 95, 'rhs' => 3 ), + array( 'lhs' => 95, 'rhs' => 1 ), + array( 'lhs' => 83, 'rhs' => 7 ), + array( 'lhs' => 83, 'rhs' => 7 ), + array( 'lhs' => 96, 'rhs' => 1 ), + array( 'lhs' => 96, 'rhs' => 1 ), + array( 'lhs' => 96, 'rhs' => 1 ), + array( 'lhs' => 92, 'rhs' => 1 ), + array( 'lhs' => 92, 'rhs' => 2 ), + array( 'lhs' => 92, 'rhs' => 2 ), + array( 'lhs' => 92, 'rhs' => 1 ), array( 'lhs' => 92, 'rhs' => 3 ), + array( 'lhs' => 92, 'rhs' => 1 ), + array( 'lhs' => 92, 'rhs' => 1 ), + array( 'lhs' => 92, 'rhs' => 1 ), + array( 'lhs' => 92, 'rhs' => 3 ), + array( 'lhs' => 92, 'rhs' => 3 ), + array( 'lhs' => 92, 'rhs' => 2 ), + array( 'lhs' => 92, 'rhs' => 3 ), + array( 'lhs' => 92, 'rhs' => 2 ), + array( 'lhs' => 92, 'rhs' => 3 ), + array( 'lhs' => 92, 'rhs' => 7 ), + array( 'lhs' => 92, 'rhs' => 4 ), + array( 'lhs' => 92, 'rhs' => 8 ), + array( 'lhs' => 92, 'rhs' => 3 ), + array( 'lhs' => 92, 'rhs' => 5 ), + array( 'lhs' => 92, 'rhs' => 6 ), + array( 'lhs' => 92, 'rhs' => 3 ), + array( 'lhs' => 80, 'rhs' => 1 ), + array( 'lhs' => 80, 'rhs' => 4 ), + array( 'lhs' => 80, 'rhs' => 1 ), + array( 'lhs' => 80, 'rhs' => 3 ), + array( 'lhs' => 80, 'rhs' => 3 ), + array( 'lhs' => 84, 'rhs' => 3 ), + array( 'lhs' => 102, 'rhs' => 2 ), + array( 'lhs' => 102, 'rhs' => 0 ), + array( 'lhs' => 104, 'rhs' => 2 ), + array( 'lhs' => 104, 'rhs' => 2 ), + array( 'lhs' => 104, 'rhs' => 2 ), + array( 'lhs' => 104, 'rhs' => 4 ), + array( 'lhs' => 104, 'rhs' => 3 ), + array( 'lhs' => 104, 'rhs' => 5 ), + array( 'lhs' => 104, 'rhs' => 3 ), + array( 'lhs' => 104, 'rhs' => 2 ), + array( 'lhs' => 90, 'rhs' => 1 ), + array( 'lhs' => 90, 'rhs' => 2 ), + array( 'lhs' => 105, 'rhs' => 1 ), + array( 'lhs' => 105, 'rhs' => 3 ), + array( 'lhs' => 103, 'rhs' => 2 ), + array( 'lhs' => 101, 'rhs' => 1 ), + array( 'lhs' => 101, 'rhs' => 2 ), + array( 'lhs' => 106, 'rhs' => 3 ), + array( 'lhs' => 106, 'rhs' => 3 ), + array( 'lhs' => 106, 'rhs' => 5 ), + array( 'lhs' => 106, 'rhs' => 6 ), + array( 'lhs' => 106, 'rhs' => 2 ), + array( 'lhs' => 97, 'rhs' => 4 ), + array( 'lhs' => 99, 'rhs' => 4 ), + array( 'lhs' => 100, 'rhs' => 3 ), + array( 'lhs' => 100, 'rhs' => 1 ), + array( 'lhs' => 100, 'rhs' => 0 ), + array( 'lhs' => 85, 'rhs' => 3 ), + array( 'lhs' => 85, 'rhs' => 2 ), + array( 'lhs' => 86, 'rhs' => 2 ), + array( 'lhs' => 86, 'rhs' => 0 ), + array( 'lhs' => 107, 'rhs' => 2 ), + array( 'lhs' => 107, 'rhs' => 2 ), + array( 'lhs' => 87, 'rhs' => 1 ), + array( 'lhs' => 87, 'rhs' => 2 ), + array( 'lhs' => 87, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 1 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 2 ), + array( 'lhs' => 108, 'rhs' => 2 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 2 ), + array( 'lhs' => 108, 'rhs' => 2 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 108, 'rhs' => 3 ), + array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 109, 'rhs' => 1 ), + array( 'lhs' => 109, 'rhs' => 1 ), array( 'lhs' => 110, 'rhs' => 1 ), - array( 'lhs' => 110, 'rhs' => 3 ), - array( 'lhs' => 110, 'rhs' => 0 ), - array( 'lhs' => 111, 'rhs' => 3 ), - array( 'lhs' => 111, 'rhs' => 3 ), + array( 'lhs' => 110, 'rhs' => 1 ), + array( 'lhs' => 110, 'rhs' => 1 ), + array( 'lhs' => 93, 'rhs' => 3 ), array( 'lhs' => 111, 'rhs' => 1 ), - array( 'lhs' => 97, 'rhs' => 2 ), - array( 'lhs' => 97, 'rhs' => 1 ), + array( 'lhs' => 111, 'rhs' => 3 ), + array( 'lhs' => 111, 'rhs' => 0 ), array( 'lhs' => 112, 'rhs' => 3 ), array( 'lhs' => 112, 'rhs' => 3 ), - array( 'lhs' => 112, 'rhs' => 2 ), - array( 'lhs' => 112, 'rhs' => 3 ), - array( 'lhs' => 112, 'rhs' => 3 ), - array( 'lhs' => 112, 'rhs' => 2 ), - array( 'lhs' => 112, 'rhs' => 2 ), - array( 'lhs' => 112, 'rhs' => 2 ), array( 'lhs' => 112, 'rhs' => 1 ), - array( 'lhs' => 78, 'rhs' => 2 ), - array( 'lhs' => 78, 'rhs' => 1 ), - array( 'lhs' => 113, 'rhs' => 1 ), + array( 'lhs' => 98, 'rhs' => 2 ), + array( 'lhs' => 98, 'rhs' => 1 ), + array( 'lhs' => 113, 'rhs' => 3 ), + array( 'lhs' => 113, 'rhs' => 3 ), + array( 'lhs' => 113, 'rhs' => 2 ), + array( 'lhs' => 113, 'rhs' => 3 ), + array( 'lhs' => 113, 'rhs' => 3 ), + array( 'lhs' => 113, 'rhs' => 2 ), + array( 'lhs' => 113, 'rhs' => 2 ), + array( 'lhs' => 113, 'rhs' => 2 ), array( 'lhs' => 113, 'rhs' => 1 ), + array( 'lhs' => 79, 'rhs' => 2 ), + array( 'lhs' => 79, 'rhs' => 1 ), + array( 'lhs' => 114, 'rhs' => 1 ), + array( 'lhs' => 114, 'rhs' => 1 ), ); /** @@ -1813,29 +1841,29 @@ static public $yy_action = array( 0 => 0, 48 => 0, 57 => 0, - 59 => 0, - 61 => 0, + 60 => 0, 62 => 0, 63 => 0, - 79 => 0, - 149 => 0, + 64 => 0, + 80 => 0, + 150 => 0, 1 => 1, 45 => 1, 51 => 1, 54 => 1, 55 => 1, - 93 => 1, - 116 => 1, - 156 => 1, - 165 => 1, - 167 => 1, + 94 => 1, + 117 => 1, + 157 => 1, + 166 => 1, 168 => 1, 169 => 1, + 170 => 1, 2 => 2, - 83 => 2, - 155 => 2, - 163 => 2, - 166 => 2, + 84 => 2, + 156 => 2, + 164 => 2, + 167 => 2, 3 => 3, 4 => 4, 5 => 5, @@ -1863,8 +1891,8 @@ static public $yy_action = array( 27 => 27, 28 => 28, 35 => 28, - 108 => 28, - 154 => 28, + 109 => 28, + 155 => 28, 29 => 29, 30 => 30, 31 => 31, @@ -1884,17 +1912,17 @@ static public $yy_action = array( 47 => 47, 49 => 49, 58 => 49, + 59 => 49, 50 => 50, 52 => 52, 53 => 52, 56 => 56, - 60 => 60, - 64 => 64, + 61 => 61, 65 => 65, 66 => 66, - 68 => 66, 67 => 67, - 69 => 69, + 69 => 67, + 68 => 68, 70 => 70, 71 => 71, 72 => 72, @@ -1904,24 +1932,24 @@ static public $yy_action = array( 76 => 76, 77 => 77, 78 => 78, - 80 => 80, + 79 => 79, 81 => 81, 82 => 82, - 84 => 84, - 113 => 84, + 83 => 83, 85 => 85, + 114 => 85, 86 => 86, 87 => 87, 88 => 88, - 91 => 88, 89 => 89, + 92 => 89, 90 => 90, - 92 => 92, - 94 => 94, + 91 => 91, + 93 => 93, 95 => 95, 96 => 96, - 118 => 96, 97 => 97, + 119 => 97, 98 => 98, 99 => 99, 100 => 100, @@ -1932,30 +1960,30 @@ static public $yy_action = array( 105 => 105, 106 => 106, 107 => 107, - 109 => 109, + 108 => 108, 110 => 110, 111 => 111, 112 => 112, - 114 => 114, + 113 => 113, 115 => 115, - 117 => 117, - 119 => 119, + 116 => 116, + 118 => 118, 120 => 120, - 123 => 120, - 134 => 120, 121 => 121, + 124 => 121, + 135 => 121, 122 => 122, - 124 => 124, + 123 => 123, 125 => 125, 126 => 126, - 131 => 126, 127 => 127, - 130 => 127, + 132 => 127, 128 => 128, - 133 => 128, + 131 => 128, 129 => 129, - 132 => 129, - 135 => 135, + 134 => 129, + 130 => 130, + 133 => 130, 136 => 136, 137 => 137, 138 => 138, @@ -1969,17 +1997,18 @@ static public $yy_action = array( 146 => 146, 147 => 147, 148 => 148, - 150 => 150, + 149 => 149, 151 => 151, 152 => 152, 153 => 153, - 157 => 157, + 154 => 154, 158 => 158, 159 => 159, 160 => 160, 161 => 161, 162 => 162, - 164 => 164, + 163 => 163, + 165 => 165, ); /* Beginning here are the reduction cases. A typical example ** follows: @@ -1989,46 +2018,46 @@ static public $yy_action = array( */ #line 79 "smarty_internal_templateparser.y" function yy_r0(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 1997 "smarty_internal_templateparser.php" +#line 2026 "smarty_internal_templateparser.php" #line 85 "smarty_internal_templateparser.y" function yy_r1(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2000 "smarty_internal_templateparser.php" +#line 2029 "smarty_internal_templateparser.php" #line 87 "smarty_internal_templateparser.y" function yy_r2(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2003 "smarty_internal_templateparser.php" +#line 2032 "smarty_internal_templateparser.php" #line 93 "smarty_internal_templateparser.y" function yy_r3(){ if ($this->compiler->has_code) { $tmp =''; foreach ($this->compiler->prefix_code as $code) {$tmp.=$code;} $this->compiler->prefix_code=array(); $this->_retvalue = $this->cacher->processNocacheCode($tmp.$this->yystack[$this->yyidx + -1]->minor, $this->compiler,true); } else { $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor;} $this->compiler->has_variable_string = false; } -#line 2010 "smarty_internal_templateparser.php" +#line 2039 "smarty_internal_templateparser.php" #line 99 "smarty_internal_templateparser.y" function yy_r4(){ if ($this->compiler->has_code) { $tmp =''; foreach ($this->compiler->prefix_code as $code) {$tmp.=$code;} $this->compiler->prefix_code=array(); $this->_retvalue = $this->cacher->processNocacheCode($tmp.$this->yystack[$this->yyidx + -1]->minor, $this->compiler,true); } else { $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor;} $this->compiler->has_variable_string = false; } -#line 2017 "smarty_internal_templateparser.php" +#line 2046 "smarty_internal_templateparser.php" #line 105 "smarty_internal_templateparser.y" function yy_r5(){ if ($this->compiler->has_code) { $tmp =''; foreach ($this->compiler->prefix_code as $code) {$tmp.=$code;} $this->compiler->prefix_code=array(); $this->_retvalue = $this->cacher->processNocacheCode($tmp.$this->yystack[$this->yyidx + -1]->minor, $this->compiler,true); } else { $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor;} $this->compiler->has_variable_string = false; } -#line 2024 "smarty_internal_templateparser.php" +#line 2053 "smarty_internal_templateparser.php" #line 111 "smarty_internal_templateparser.y" function yy_r6(){ $this->_retvalue = ''; } -#line 2027 "smarty_internal_templateparser.php" +#line 2056 "smarty_internal_templateparser.php" #line 113 "smarty_internal_templateparser.y" function yy_r7(){ $this->_retvalue = $this->cacher->processNocacheCode($this->yystack[$this->yyidx + -1]->minor, $this->compiler,false); } -#line 2030 "smarty_internal_templateparser.php" +#line 2059 "smarty_internal_templateparser.php" #line 115 "smarty_internal_templateparser.y" function yy_r8(){$this->_retvalue = $this->cacher->processNocacheCode($this->smarty->left_delimiter, $this->compiler,false); } -#line 2033 "smarty_internal_templateparser.php" +#line 2062 "smarty_internal_templateparser.php" #line 117 "smarty_internal_templateparser.y" function yy_r9(){ $this->_retvalue = $this->cacher->processNocacheCode($this->smarty->right_delimiter, $this->compiler,false); } -#line 2036 "smarty_internal_templateparser.php" +#line 2065 "smarty_internal_templateparser.php" #line 119 "smarty_internal_templateparser.y" function yy_r10(){if ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU) { $this->_retvalue = $this->cacher->processNocacheCode("yystack[$this->yyidx + -1]->minor)."?>', ENT_QUOTES);?>\n", $this->compiler, false); @@ -2040,7 +2069,7 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 2048 "smarty_internal_templateparser.php" +#line 2077 "smarty_internal_templateparser.php" #line 130 "smarty_internal_templateparser.y" function yy_r11(){ if ($this->sec_obj->php_handling == SMARTY_PHP_PASSTHRU || $this->sec_obj->php_handling == SMARTY_PHP_ALLOW) { @@ -2051,31 +2080,31 @@ static public $yy_action = array( $this->_retvalue = ''; } } -#line 2059 "smarty_internal_templateparser.php" +#line 2088 "smarty_internal_templateparser.php" #line 141 "smarty_internal_templateparser.y" function yy_r12(){ $this->compiler->tag_nocache = true; $this->_retvalue = $this->cacher->processNocacheCode("", $this->compiler, true); } -#line 2062 "smarty_internal_templateparser.php" +#line 2091 "smarty_internal_templateparser.php" #line 142 "smarty_internal_templateparser.y" function yy_r13(){$this->compiler->tag_nocache = true; $this->_retvalue = $this->cacher->processNocacheCode("';?>\n", $this->compiler, true); } -#line 2065 "smarty_internal_templateparser.php" +#line 2094 "smarty_internal_templateparser.php" #line 145 "smarty_internal_templateparser.y" function yy_r14(){$this->_retvalue = $this->cacher->processNocacheCode($this->yystack[$this->yyidx + 0]->minor, $this->compiler,false); } -#line 2068 "smarty_internal_templateparser.php" +#line 2097 "smarty_internal_templateparser.php" #line 152 "smarty_internal_templateparser.y" function yy_r15(){ $this->_retvalue = $this->compiler->compileTag('print_expression',array_merge(array('value'=>$this->yystack[$this->yyidx + -1]->minor),$this->yystack[$this->yyidx + 0]->minor)); } -#line 2071 "smarty_internal_templateparser.php" +#line 2100 "smarty_internal_templateparser.php" #line 162 "smarty_internal_templateparser.y" function yy_r18(){ $this->_retvalue = $this->compiler->compileTag('assign',array_merge(array('value'=>$this->yystack[$this->yyidx + -1]->minor),$this->yystack[$this->yyidx + -3]->minor,$this->yystack[$this->yyidx + 0]->minor)); } -#line 2074 "smarty_internal_templateparser.php" +#line 2103 "smarty_internal_templateparser.php" #line 165 "smarty_internal_templateparser.y" function yy_r20(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor); } -#line 2077 "smarty_internal_templateparser.php" +#line 2106 "smarty_internal_templateparser.php" #line 166 "smarty_internal_templateparser.y" function yy_r21(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + 0]->minor,array()); } -#line 2080 "smarty_internal_templateparser.php" +#line 2109 "smarty_internal_templateparser.php" #line 168 "smarty_internal_templateparser.y" function yy_r22(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor,array_merge(array('object_methode'=>$this->yystack[$this->yyidx + -1]->minor),$this->yystack[$this->yyidx + 0]->minor)); } -#line 2083 "smarty_internal_templateparser.php" +#line 2112 "smarty_internal_templateparser.php" #line 170 "smarty_internal_templateparser.y" function yy_r23(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor,$this->yystack[$this->yyidx + 0]->minor).'smarty->plugin_handler->loadSmartyPlugin($this->yystack[$this->yyidx + -2]->minor[0],'modifier')) { @@ -2090,49 +2119,49 @@ static public $yy_action = array( } } } -#line 2098 "smarty_internal_templateparser.php" +#line 2127 "smarty_internal_templateparser.php" #line 184 "smarty_internal_templateparser.y" function yy_r24(){if (!in_array($this->yystack[$this->yyidx + -2]->minor,array('if','elseif','while'))) { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -2]->minor . "\""); } $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,array('if condition'=>$this->yystack[$this->yyidx + 0]->minor)); } -#line 2104 "smarty_internal_templateparser.php" +#line 2133 "smarty_internal_templateparser.php" #line 188 "smarty_internal_templateparser.y" function yy_r25(){ if (!in_array($this->yystack[$this->yyidx + -2]->minor,array('if','elseif','while'))) { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -2]->minor . "\""); } $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor,array('if condition'=>$this->yystack[$this->yyidx + 0]->minor)); } -#line 2110 "smarty_internal_templateparser.php" +#line 2139 "smarty_internal_templateparser.php" #line 193 "smarty_internal_templateparser.y" function yy_r26(){ if ($this->yystack[$this->yyidx + -8]->minor != 'for') { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -8]->minor . "\""); } $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -8]->minor,array('start'=>$this->yystack[$this->yyidx + -6]->minor,'ifexp'=>$this->yystack[$this->yyidx + -4]->minor,'varloop'=>$this->yystack[$this->yyidx + -1]->minor,'loop'=>$this->yystack[$this->yyidx + 0]->minor)); } -#line 2117 "smarty_internal_templateparser.php" +#line 2146 "smarty_internal_templateparser.php" #line 198 "smarty_internal_templateparser.y" function yy_r27(){ $this->_retvalue = '='.$this->yystack[$this->yyidx + 0]->minor; } -#line 2120 "smarty_internal_templateparser.php" +#line 2149 "smarty_internal_templateparser.php" #line 199 "smarty_internal_templateparser.y" function yy_r28(){ $this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2123 "smarty_internal_templateparser.php" +#line 2152 "smarty_internal_templateparser.php" #line 201 "smarty_internal_templateparser.y" function yy_r29(){ if ($this->yystack[$this->yyidx + -5]->minor != 'foreach') { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -5]->minor . "\""); } $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -5]->minor,array('from'=>$this->yystack[$this->yyidx + -3]->minor,'item'=>$this->yystack[$this->yyidx + 0]->minor)); } -#line 2130 "smarty_internal_templateparser.php" +#line 2159 "smarty_internal_templateparser.php" #line 206 "smarty_internal_templateparser.y" function yy_r30(){ if ($this->yystack[$this->yyidx + -5]->minor != 'foreach') { $this->compiler->trigger_template_error ("wrong syntax for tag \"" . $this->yystack[$this->yyidx + -5]->minor . "\""); } $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -5]->minor,array('from'=>$this->yystack[$this->yyidx + -3]->minor,'item'=>$this->yystack[$this->yyidx + 0]->minor)); } -#line 2137 "smarty_internal_templateparser.php" +#line 2166 "smarty_internal_templateparser.php" #line 213 "smarty_internal_templateparser.y" function yy_r31(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -1]->minor.'close',$this->yystack[$this->yyidx + 0]->minor); } -#line 2140 "smarty_internal_templateparser.php" +#line 2169 "smarty_internal_templateparser.php" #line 214 "smarty_internal_templateparser.y" function yy_r32(){ $this->_retvalue = ''.$this->compiler->compileTag($this->yystack[$this->yyidx + -3]->minor.'close',$this->yystack[$this->yyidx + 0]->minor).'smarty->plugin_handler->loadSmartyPlugin($this->yystack[$this->yyidx + -2]->minor[0],'modifier')) { @@ -2147,37 +2176,37 @@ static public $yy_action = array( } } } -#line 2155 "smarty_internal_templateparser.php" +#line 2184 "smarty_internal_templateparser.php" #line 228 "smarty_internal_templateparser.y" function yy_r33(){ $this->_retvalue = $this->compiler->compileTag($this->yystack[$this->yyidx + -2]->minor.'close',array('object_methode'=>$this->yystack[$this->yyidx + 0]->minor)); } -#line 2158 "smarty_internal_templateparser.php" +#line 2187 "smarty_internal_templateparser.php" #line 235 "smarty_internal_templateparser.y" function yy_r34(){ $this->_retvalue = array_merge($this->yystack[$this->yyidx + -1]->minor,$this->yystack[$this->yyidx + 0]->minor); } -#line 2161 "smarty_internal_templateparser.php" +#line 2190 "smarty_internal_templateparser.php" #line 239 "smarty_internal_templateparser.y" function yy_r36(){ $this->_retvalue = array(); } -#line 2164 "smarty_internal_templateparser.php" +#line 2193 "smarty_internal_templateparser.php" #line 242 "smarty_internal_templateparser.y" function yy_r37(){ $this->_retvalue = array($this->yystack[$this->yyidx + -2]->minor=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2167 "smarty_internal_templateparser.php" +#line 2196 "smarty_internal_templateparser.php" #line 245 "smarty_internal_templateparser.y" function yy_r40(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor=>'true'); } -#line 2170 "smarty_internal_templateparser.php" +#line 2199 "smarty_internal_templateparser.php" #line 251 "smarty_internal_templateparser.y" function yy_r41(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor); } -#line 2173 "smarty_internal_templateparser.php" +#line 2202 "smarty_internal_templateparser.php" #line 252 "smarty_internal_templateparser.y" function yy_r42(){ $this->yystack[$this->yyidx + -2]->minor[]=$this->yystack[$this->yyidx + 0]->minor; $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor; } -#line 2176 "smarty_internal_templateparser.php" +#line 2205 "smarty_internal_templateparser.php" #line 254 "smarty_internal_templateparser.y" function yy_r43(){ $this->_retvalue = array('var' => $this->yystack[$this->yyidx + -2]->minor, 'value'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2179 "smarty_internal_templateparser.php" +#line 2208 "smarty_internal_templateparser.php" #line 260 "smarty_internal_templateparser.y" function yy_r44(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2182 "smarty_internal_templateparser.php" +#line 2211 "smarty_internal_templateparser.php" #line 263 "smarty_internal_templateparser.y" function yy_r46(){$this->_retvalue = '$_smarty_tpl->getStreamVariable(\''. $this->yystack[$this->yyidx + -2]->minor .'://'. $this->yystack[$this->yyidx + 0]->minor . '\')'; } -#line 2185 "smarty_internal_templateparser.php" +#line 2214 "smarty_internal_templateparser.php" #line 264 "smarty_internal_templateparser.y" function yy_r47(){ if ($this->smarty->plugin_handler->loadSmartyPlugin($this->yystack[$this->yyidx + -1]->minor[0],'modifier')) { @@ -2192,273 +2221,273 @@ static public $yy_action = array( } } } -#line 2200 "smarty_internal_templateparser.php" +#line 2229 "smarty_internal_templateparser.php" #line 281 "smarty_internal_templateparser.y" function yy_r49(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2203 "smarty_internal_templateparser.php" +#line 2232 "smarty_internal_templateparser.php" #line 283 "smarty_internal_templateparser.y" function yy_r50(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor . $this->yystack[$this->yyidx + -1]->minor . $this->yystack[$this->yyidx + 0]->minor; } -#line 2206 "smarty_internal_templateparser.php" +#line 2235 "smarty_internal_templateparser.php" #line 290 "smarty_internal_templateparser.y" function yy_r52(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.' ? '.$this->yystack[$this->yyidx + -2]->minor.' : '.$this->yystack[$this->yyidx + 0]->minor; } -#line 2209 "smarty_internal_templateparser.php" +#line 2238 "smarty_internal_templateparser.php" #line 304 "smarty_internal_templateparser.y" function yy_r56(){$this->_retvalue = ' & '; } -#line 2212 "smarty_internal_templateparser.php" -#line 311 "smarty_internal_templateparser.y" - function yy_r60(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2215 "smarty_internal_templateparser.php" -#line 319 "smarty_internal_templateparser.y" - function yy_r64(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2218 "smarty_internal_templateparser.php" -#line 321 "smarty_internal_templateparser.y" - function yy_r65(){ $this->_retvalue = "'".$this->yystack[$this->yyidx + -1]->minor."'"; } -#line 2221 "smarty_internal_templateparser.php" +#line 2241 "smarty_internal_templateparser.php" +#line 312 "smarty_internal_templateparser.y" + function yy_r61(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2244 "smarty_internal_templateparser.php" +#line 320 "smarty_internal_templateparser.y" + function yy_r65(){ $this->_retvalue = "(". $this->yystack[$this->yyidx + -1]->minor .")"; } +#line 2247 "smarty_internal_templateparser.php" #line 322 "smarty_internal_templateparser.y" - function yy_r66(){ $this->_retvalue = "''"; } -#line 2224 "smarty_internal_templateparser.php" -#line 324 "smarty_internal_templateparser.y" - function yy_r67(){ $this->_retvalue = '"'.$this->yystack[$this->yyidx + -1]->minor.'"'; } -#line 2227 "smarty_internal_templateparser.php" -#line 327 "smarty_internal_templateparser.y" - function yy_r69(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2230 "smarty_internal_templateparser.php" + function yy_r66(){ $this->_retvalue = "'".$this->yystack[$this->yyidx + -1]->minor."'"; } +#line 2250 "smarty_internal_templateparser.php" +#line 323 "smarty_internal_templateparser.y" + function yy_r67(){ $this->_retvalue = "''"; } +#line 2253 "smarty_internal_templateparser.php" +#line 325 "smarty_internal_templateparser.y" + function yy_r68(){ $this->_retvalue = '"'.$this->yystack[$this->yyidx + -1]->minor.'"'; } +#line 2256 "smarty_internal_templateparser.php" #line 328 "smarty_internal_templateparser.y" - function yy_r70(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -3]->minor .'\')->value;?>'; $this->_retvalue = $this->yystack[$this->yyidx + -6]->minor.'::$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2233 "smarty_internal_templateparser.php" -#line 330 "smarty_internal_templateparser.y" - function yy_r71(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor.'::'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2236 "smarty_internal_templateparser.php" + function yy_r70(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2259 "smarty_internal_templateparser.php" +#line 329 "smarty_internal_templateparser.y" + function yy_r71(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -3]->minor .'\')->value;?>'; $this->_retvalue = $this->yystack[$this->yyidx + -6]->minor.'::$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -1]->minor .')'; } +#line 2262 "smarty_internal_templateparser.php" #line 331 "smarty_internal_templateparser.y" - function yy_r72(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -4]->minor .'\')->value;?>'; $this->_retvalue = $this->yystack[$this->yyidx + -7]->minor.'::$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -2]->minor .')'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2239 "smarty_internal_templateparser.php" -#line 333 "smarty_internal_templateparser.y" - function yy_r73(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2242 "smarty_internal_templateparser.php" -#line 335 "smarty_internal_templateparser.y" - function yy_r74(){ $this->_retvalue = $this->yystack[$this->yyidx + -4]->minor.'::$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2245 "smarty_internal_templateparser.php" -#line 337 "smarty_internal_templateparser.y" - function yy_r75(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.'::$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2248 "smarty_internal_templateparser.php" -#line 339 "smarty_internal_templateparser.y" - function yy_r76(){ $this->prefix_number++; $this->compiler->prefix_code[] = ''.$this->yystack[$this->yyidx + -1]->minor.'prefix_number.'=ob_get_clean();?>'; $this->_retvalue = '$_tmp'.$this->prefix_number; } -#line 2251 "smarty_internal_templateparser.php" -#line 348 "smarty_internal_templateparser.y" - function yy_r77(){if ($this->yystack[$this->yyidx + 0]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('special_smarty_variable',$this->yystack[$this->yyidx + 0]->minor['index']);} else { + function yy_r72(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor.'::'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2265 "smarty_internal_templateparser.php" +#line 332 "smarty_internal_templateparser.y" + function yy_r73(){ $this->prefix_number++; $this->compiler->prefix_code[] = 'prefix_number.'=$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + -4]->minor .'\')->value;?>'; $this->_retvalue = $this->yystack[$this->yyidx + -7]->minor.'::$_tmp'.$this->prefix_number.'('. $this->yystack[$this->yyidx + -2]->minor .')'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2268 "smarty_internal_templateparser.php" +#line 334 "smarty_internal_templateparser.y" + function yy_r74(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'::'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2271 "smarty_internal_templateparser.php" +#line 336 "smarty_internal_templateparser.y" + function yy_r75(){ $this->_retvalue = $this->yystack[$this->yyidx + -4]->minor.'::$'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2274 "smarty_internal_templateparser.php" +#line 338 "smarty_internal_templateparser.y" + function yy_r76(){ $this->_retvalue = $this->yystack[$this->yyidx + -5]->minor.'::$'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2277 "smarty_internal_templateparser.php" +#line 340 "smarty_internal_templateparser.y" + function yy_r77(){ $this->prefix_number++; $this->compiler->prefix_code[] = ''.$this->yystack[$this->yyidx + -1]->minor.'prefix_number.'=ob_get_clean();?>'; $this->_retvalue = '$_tmp'.$this->prefix_number; } +#line 2280 "smarty_internal_templateparser.php" +#line 349 "smarty_internal_templateparser.y" + function yy_r78(){if ($this->yystack[$this->yyidx + 0]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('special_smarty_variable',$this->yystack[$this->yyidx + 0]->minor['index']);} else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + 0]->minor['var'] .')->value'.$this->yystack[$this->yyidx + 0]->minor['index']; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor['var'],"'"))->nocache;} } -#line 2255 "smarty_internal_templateparser.php" -#line 351 "smarty_internal_templateparser.y" - function yy_r78(){ $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor .')->'.$this->yystack[$this->yyidx + 0]->minor; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor,"'"))->nocache; } -#line 2258 "smarty_internal_templateparser.php" -#line 355 "smarty_internal_templateparser.y" - function yy_r80(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } -#line 2261 "smarty_internal_templateparser.php" +#line 2284 "smarty_internal_templateparser.php" +#line 352 "smarty_internal_templateparser.y" + function yy_r79(){ $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -2]->minor .')->'.$this->yystack[$this->yyidx + 0]->minor; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -2]->minor,"'"))->nocache; } +#line 2287 "smarty_internal_templateparser.php" #line 356 "smarty_internal_templateparser.y" - function yy_r81(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } -#line 2264 "smarty_internal_templateparser.php" -#line 359 "smarty_internal_templateparser.y" - function yy_r82(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'index'=>$this->yystack[$this->yyidx + 0]->minor); } -#line 2267 "smarty_internal_templateparser.php" -#line 367 "smarty_internal_templateparser.y" - function yy_r84(){return; } -#line 2270 "smarty_internal_templateparser.php" -#line 371 "smarty_internal_templateparser.y" - function yy_r85(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } -#line 2273 "smarty_internal_templateparser.php" + function yy_r81(){$this->_retvalue = '$_smarty_tpl->getConfigVariable(\''. $this->yystack[$this->yyidx + -1]->minor .'\')'; } +#line 2290 "smarty_internal_templateparser.php" +#line 357 "smarty_internal_templateparser.y" + function yy_r82(){$this->_retvalue = '$_smarty_tpl->getConfigVariable('. $this->yystack[$this->yyidx + -1]->minor .')'; } +#line 2293 "smarty_internal_templateparser.php" +#line 360 "smarty_internal_templateparser.y" + function yy_r83(){$this->_retvalue = array('var'=>$this->yystack[$this->yyidx + -1]->minor, 'index'=>$this->yystack[$this->yyidx + 0]->minor); } +#line 2296 "smarty_internal_templateparser.php" +#line 368 "smarty_internal_templateparser.y" + function yy_r85(){return; } +#line 2299 "smarty_internal_templateparser.php" #line 372 "smarty_internal_templateparser.y" - function yy_r86(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } -#line 2276 "smarty_internal_templateparser.php" + function yy_r86(){ $this->_retvalue = "['". $this->yystack[$this->yyidx + 0]->minor ."']"; } +#line 2302 "smarty_internal_templateparser.php" #line 373 "smarty_internal_templateparser.y" - function yy_r87(){ $this->_retvalue = "[".$this->yystack[$this->yyidx + 0]->minor."]"; } -#line 2279 "smarty_internal_templateparser.php" + function yy_r87(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + 0]->minor ."]"; } +#line 2305 "smarty_internal_templateparser.php" #line 374 "smarty_internal_templateparser.y" - function yy_r88(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } -#line 2282 "smarty_internal_templateparser.php" -#line 376 "smarty_internal_templateparser.y" - function yy_r89(){ $this->_retvalue = '['.$this->compiler->compileTag('special_smarty_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } -#line 2285 "smarty_internal_templateparser.php" + function yy_r88(){ $this->_retvalue = "[".$this->yystack[$this->yyidx + 0]->minor."]"; } +#line 2308 "smarty_internal_templateparser.php" +#line 375 "smarty_internal_templateparser.y" + function yy_r89(){ $this->_retvalue = "[". $this->yystack[$this->yyidx + -1]->minor ."]"; } +#line 2311 "smarty_internal_templateparser.php" #line 377 "smarty_internal_templateparser.y" - function yy_r90(){ $this->_retvalue = '['.$this->compiler->compileTag('special_smarty_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } -#line 2288 "smarty_internal_templateparser.php" -#line 381 "smarty_internal_templateparser.y" - function yy_r92(){$this->_retvalue = ''; } -#line 2291 "smarty_internal_templateparser.php" -#line 389 "smarty_internal_templateparser.y" - function yy_r94(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2294 "smarty_internal_templateparser.php" -#line 391 "smarty_internal_templateparser.y" - function yy_r95(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2297 "smarty_internal_templateparser.php" -#line 393 "smarty_internal_templateparser.y" - function yy_r96(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2300 "smarty_internal_templateparser.php" -#line 398 "smarty_internal_templateparser.y" - function yy_r97(){ if ($this->yystack[$this->yyidx + -1]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('special_smarty_variable',$this->yystack[$this->yyidx + -1]->minor['index']).$this->yystack[$this->yyidx + 0]->minor;} else { + function yy_r90(){ $this->_retvalue = '['.$this->compiler->compileTag('special_smarty_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\'][\'index\']').']'; } +#line 2314 "smarty_internal_templateparser.php" +#line 378 "smarty_internal_templateparser.y" + function yy_r91(){ $this->_retvalue = '['.$this->compiler->compileTag('special_smarty_variable','[\'section\'][\''.$this->yystack[$this->yyidx + -3]->minor.'\'][\''.$this->yystack[$this->yyidx + -1]->minor.'\']').']'; } +#line 2317 "smarty_internal_templateparser.php" +#line 382 "smarty_internal_templateparser.y" + function yy_r93(){$this->_retvalue = ''; } +#line 2320 "smarty_internal_templateparser.php" +#line 390 "smarty_internal_templateparser.y" + function yy_r95(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.'.'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2323 "smarty_internal_templateparser.php" +#line 392 "smarty_internal_templateparser.y" + function yy_r96(){$this->_retvalue = '\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } +#line 2326 "smarty_internal_templateparser.php" +#line 394 "smarty_internal_templateparser.y" + function yy_r97(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2329 "smarty_internal_templateparser.php" +#line 399 "smarty_internal_templateparser.y" + function yy_r98(){ if ($this->yystack[$this->yyidx + -1]->minor['var'] == '\'smarty\'') { $this->_retvalue = $this->compiler->compileTag('special_smarty_variable',$this->yystack[$this->yyidx + -1]->minor['index']).$this->yystack[$this->yyidx + 0]->minor;} else { $this->_retvalue = '$_smarty_tpl->getVariable('. $this->yystack[$this->yyidx + -1]->minor['var'] .')->value'.$this->yystack[$this->yyidx + -1]->minor['index'].$this->yystack[$this->yyidx + 0]->minor; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + -1]->minor['var'],"'"))->nocache;} } -#line 2304 "smarty_internal_templateparser.php" -#line 401 "smarty_internal_templateparser.y" - function yy_r98(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } -#line 2307 "smarty_internal_templateparser.php" -#line 403 "smarty_internal_templateparser.y" - function yy_r99(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2310 "smarty_internal_templateparser.php" -#line 405 "smarty_internal_templateparser.y" - function yy_r100(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2313 "smarty_internal_templateparser.php" +#line 2333 "smarty_internal_templateparser.php" +#line 402 "smarty_internal_templateparser.y" + function yy_r99(){$this->_retvalue = $this->yystack[$this->yyidx + 0]->minor; } +#line 2336 "smarty_internal_templateparser.php" +#line 404 "smarty_internal_templateparser.y" + function yy_r100(){$this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2339 "smarty_internal_templateparser.php" #line 406 "smarty_internal_templateparser.y" - function yy_r101(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2316 "smarty_internal_templateparser.php" + function yy_r101(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2342 "smarty_internal_templateparser.php" #line 407 "smarty_internal_templateparser.y" - function yy_r102(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2319 "smarty_internal_templateparser.php" + function yy_r102(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2345 "smarty_internal_templateparser.php" #line 408 "smarty_internal_templateparser.y" - function yy_r103(){ $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } -#line 2322 "smarty_internal_templateparser.php" -#line 410 "smarty_internal_templateparser.y" - function yy_r104(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2325 "smarty_internal_templateparser.php" -#line 416 "smarty_internal_templateparser.y" - function yy_r105(){if (!$this->template->security || $this->smarty->security_handler->isTrustedPhpFunction($this->yystack[$this->yyidx + -3]->minor, $this->compiler)) { + function yy_r103(){ $this->_retvalue = '->{'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2348 "smarty_internal_templateparser.php" +#line 409 "smarty_internal_templateparser.y" + function yy_r104(){ $this->_retvalue = '->{\''.$this->yystack[$this->yyidx + -4]->minor.'\'.'.$this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + 0]->minor.'}'; } +#line 2351 "smarty_internal_templateparser.php" +#line 411 "smarty_internal_templateparser.y" + function yy_r105(){ $this->_retvalue = '->'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2354 "smarty_internal_templateparser.php" +#line 417 "smarty_internal_templateparser.y" + function yy_r106(){if (!$this->template->security || $this->smarty->security_handler->isTrustedPhpFunction($this->yystack[$this->yyidx + -3]->minor, $this->compiler)) { if ($this->yystack[$this->yyidx + -3]->minor == 'isset' || $this->yystack[$this->yyidx + -3]->minor == 'empty' || $this->yystack[$this->yyidx + -3]->minor == 'array' || is_callable($this->yystack[$this->yyidx + -3]->minor)) { $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } else { $this->compiler->trigger_template_error ("unknown function \"" . $this->yystack[$this->yyidx + -3]->minor . "\""); } } } -#line 2334 "smarty_internal_templateparser.php" -#line 427 "smarty_internal_templateparser.y" - function yy_r106(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } -#line 2337 "smarty_internal_templateparser.php" -#line 431 "smarty_internal_templateparser.y" - function yy_r107(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.",".$this->yystack[$this->yyidx + 0]->minor; } -#line 2340 "smarty_internal_templateparser.php" -#line 435 "smarty_internal_templateparser.y" - function yy_r109(){ return; } -#line 2343 "smarty_internal_templateparser.php" -#line 440 "smarty_internal_templateparser.y" - function yy_r110(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor,'false'); } -#line 2346 "smarty_internal_templateparser.php" +#line 2363 "smarty_internal_templateparser.php" +#line 428 "smarty_internal_templateparser.y" + function yy_r107(){ $this->_retvalue = $this->yystack[$this->yyidx + -3]->minor . "(". $this->yystack[$this->yyidx + -1]->minor .")"; } +#line 2366 "smarty_internal_templateparser.php" +#line 432 "smarty_internal_templateparser.y" + function yy_r108(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.",".$this->yystack[$this->yyidx + 0]->minor; } +#line 2369 "smarty_internal_templateparser.php" +#line 436 "smarty_internal_templateparser.y" + function yy_r110(){ return; } +#line 2372 "smarty_internal_templateparser.php" #line 441 "smarty_internal_templateparser.y" - function yy_r111(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor,'true'); } -#line 2349 "smarty_internal_templateparser.php" -#line 453 "smarty_internal_templateparser.y" - function yy_r112(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2352 "smarty_internal_templateparser.php" -#line 457 "smarty_internal_templateparser.y" - function yy_r114(){$this->_retvalue = ','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2355 "smarty_internal_templateparser.php" + function yy_r111(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor,'false'); } +#line 2375 "smarty_internal_templateparser.php" +#line 442 "smarty_internal_templateparser.y" + function yy_r112(){ $this->_retvalue = array($this->yystack[$this->yyidx + 0]->minor,'true'); } +#line 2378 "smarty_internal_templateparser.php" +#line 454 "smarty_internal_templateparser.y" + function yy_r113(){ $this->_retvalue = $this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } +#line 2381 "smarty_internal_templateparser.php" #line 458 "smarty_internal_templateparser.y" - function yy_r115(){$this->_retvalue = ',\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } -#line 2358 "smarty_internal_templateparser.php" -#line 465 "smarty_internal_templateparser.y" - function yy_r117(){$this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2361 "smarty_internal_templateparser.php" -#line 470 "smarty_internal_templateparser.y" - function yy_r119(){$this->_retvalue =$this->yystack[$this->yyidx + 0]->minor; } -#line 2364 "smarty_internal_templateparser.php" -#line 472 "smarty_internal_templateparser.y" - function yy_r120(){$this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.$this->yystack[$this->yyidx + -1]->minor.$this->yystack[$this->yyidx + 0]->minor; } -#line 2367 "smarty_internal_templateparser.php" + function yy_r115(){$this->_retvalue = ','.$this->yystack[$this->yyidx + 0]->minor; } +#line 2384 "smarty_internal_templateparser.php" +#line 459 "smarty_internal_templateparser.y" + function yy_r116(){$this->_retvalue = ',\''.$this->yystack[$this->yyidx + 0]->minor.'\''; } +#line 2387 "smarty_internal_templateparser.php" +#line 466 "smarty_internal_templateparser.y" + function yy_r118(){$this->_retvalue = '!'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2390 "smarty_internal_templateparser.php" +#line 471 "smarty_internal_templateparser.y" + function yy_r120(){$this->_retvalue =$this->yystack[$this->yyidx + 0]->minor; } +#line 2393 "smarty_internal_templateparser.php" #line 473 "smarty_internal_templateparser.y" - function yy_r121(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2370 "smarty_internal_templateparser.php" + function yy_r121(){$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 474 "smarty_internal_templateparser.y" - function yy_r122(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2373 "smarty_internal_templateparser.php" -#line 476 "smarty_internal_templateparser.y" - function yy_r124(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2376 "smarty_internal_templateparser.php" + function yy_r122(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2399 "smarty_internal_templateparser.php" +#line 475 "smarty_internal_templateparser.y" + function yy_r123(){$this->_retvalue = 'in_array('.$this->yystack[$this->yyidx + -2]->minor.',(array)'.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2402 "smarty_internal_templateparser.php" #line 477 "smarty_internal_templateparser.y" - function yy_r125(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2379 "smarty_internal_templateparser.php" + function yy_r125(){$this->_retvalue = '!('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2405 "smarty_internal_templateparser.php" #line 478 "smarty_internal_templateparser.y" - function yy_r126(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2382 "smarty_internal_templateparser.php" + function yy_r126(){$this->_retvalue = '('.$this->yystack[$this->yyidx + -2]->minor.' % '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2408 "smarty_internal_templateparser.php" #line 479 "smarty_internal_templateparser.y" - function yy_r127(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2385 "smarty_internal_templateparser.php" + function yy_r127(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2411 "smarty_internal_templateparser.php" #line 480 "smarty_internal_templateparser.y" - function yy_r128(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2388 "smarty_internal_templateparser.php" + function yy_r128(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2414 "smarty_internal_templateparser.php" #line 481 "smarty_internal_templateparser.y" - function yy_r129(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } -#line 2391 "smarty_internal_templateparser.php" -#line 487 "smarty_internal_templateparser.y" - function yy_r135(){$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 2394 "smarty_internal_templateparser.php" -#line 489 "smarty_internal_templateparser.y" - function yy_r136(){$this->_retvalue = '=='; } -#line 2397 "smarty_internal_templateparser.php" + function yy_r129(){$this->_retvalue = '!(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2417 "smarty_internal_templateparser.php" +#line 482 "smarty_internal_templateparser.y" + function yy_r130(){$this->_retvalue = '(1 & '.$this->yystack[$this->yyidx + -2]->minor.' / '.$this->yystack[$this->yyidx + 0]->minor.')'; } +#line 2420 "smarty_internal_templateparser.php" +#line 488 "smarty_internal_templateparser.y" + function yy_r136(){$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 490 "smarty_internal_templateparser.y" - function yy_r137(){$this->_retvalue = '!='; } -#line 2400 "smarty_internal_templateparser.php" + function yy_r137(){$this->_retvalue = '=='; } +#line 2426 "smarty_internal_templateparser.php" #line 491 "smarty_internal_templateparser.y" - function yy_r138(){$this->_retvalue = '>'; } -#line 2403 "smarty_internal_templateparser.php" + function yy_r138(){$this->_retvalue = '!='; } +#line 2429 "smarty_internal_templateparser.php" #line 492 "smarty_internal_templateparser.y" - function yy_r139(){$this->_retvalue = '<'; } -#line 2406 "smarty_internal_templateparser.php" + function yy_r139(){$this->_retvalue = '>'; } +#line 2432 "smarty_internal_templateparser.php" #line 493 "smarty_internal_templateparser.y" - function yy_r140(){$this->_retvalue = '>='; } -#line 2409 "smarty_internal_templateparser.php" + function yy_r140(){$this->_retvalue = '<'; } +#line 2435 "smarty_internal_templateparser.php" #line 494 "smarty_internal_templateparser.y" - function yy_r141(){$this->_retvalue = '<='; } -#line 2412 "smarty_internal_templateparser.php" + function yy_r141(){$this->_retvalue = '>='; } +#line 2438 "smarty_internal_templateparser.php" #line 495 "smarty_internal_templateparser.y" - function yy_r142(){$this->_retvalue = '==='; } -#line 2415 "smarty_internal_templateparser.php" + function yy_r142(){$this->_retvalue = '<='; } +#line 2441 "smarty_internal_templateparser.php" #line 496 "smarty_internal_templateparser.y" - function yy_r143(){$this->_retvalue = '!=='; } -#line 2418 "smarty_internal_templateparser.php" + function yy_r143(){$this->_retvalue = '==='; } +#line 2444 "smarty_internal_templateparser.php" #line 497 "smarty_internal_templateparser.y" - function yy_r144(){$this->_retvalue = '%'; } -#line 2421 "smarty_internal_templateparser.php" -#line 499 "smarty_internal_templateparser.y" - function yy_r145(){$this->_retvalue = '&&'; } -#line 2424 "smarty_internal_templateparser.php" + function yy_r144(){$this->_retvalue = '!=='; } +#line 2447 "smarty_internal_templateparser.php" +#line 498 "smarty_internal_templateparser.y" + function yy_r145(){$this->_retvalue = '%'; } +#line 2450 "smarty_internal_templateparser.php" #line 500 "smarty_internal_templateparser.y" - function yy_r146(){$this->_retvalue = '||'; } -#line 2427 "smarty_internal_templateparser.php" + function yy_r146(){$this->_retvalue = '&&'; } +#line 2453 "smarty_internal_templateparser.php" #line 501 "smarty_internal_templateparser.y" - function yy_r147(){$this->_retvalue = ' XOR '; } -#line 2430 "smarty_internal_templateparser.php" -#line 506 "smarty_internal_templateparser.y" - function yy_r148(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } -#line 2433 "smarty_internal_templateparser.php" -#line 508 "smarty_internal_templateparser.y" - function yy_r150(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } -#line 2436 "smarty_internal_templateparser.php" + function yy_r147(){$this->_retvalue = '||'; } +#line 2456 "smarty_internal_templateparser.php" +#line 502 "smarty_internal_templateparser.y" + function yy_r148(){$this->_retvalue = ' XOR '; } +#line 2459 "smarty_internal_templateparser.php" +#line 507 "smarty_internal_templateparser.y" + function yy_r149(){ $this->_retvalue = 'array('.$this->yystack[$this->yyidx + -1]->minor.')'; } +#line 2462 "smarty_internal_templateparser.php" #line 509 "smarty_internal_templateparser.y" - function yy_r151(){ return; } -#line 2439 "smarty_internal_templateparser.php" + function yy_r151(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.','.$this->yystack[$this->yyidx + 0]->minor; } +#line 2465 "smarty_internal_templateparser.php" #line 510 "smarty_internal_templateparser.y" - function yy_r152(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2442 "smarty_internal_templateparser.php" + function yy_r152(){ return; } +#line 2468 "smarty_internal_templateparser.php" #line 511 "smarty_internal_templateparser.y" - function yy_r153(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2445 "smarty_internal_templateparser.php" -#line 520 "smarty_internal_templateparser.y" - function yy_r157(){$this->_retvalue = "`".$this->yystack[$this->yyidx + -1]->minor."`"; } -#line 2448 "smarty_internal_templateparser.php" + function yy_r153(){ $this->_retvalue = $this->yystack[$this->yyidx + -2]->minor.'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2471 "smarty_internal_templateparser.php" +#line 512 "smarty_internal_templateparser.y" + function yy_r154(){ $this->_retvalue = '\''.$this->yystack[$this->yyidx + -2]->minor.'\'=>'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2474 "smarty_internal_templateparser.php" #line 521 "smarty_internal_templateparser.y" - function yy_r158(){$this->_retvalue = '".'.$this->yystack[$this->yyidx + -1]->minor.'."'; $this->compiler->has_variable_string = true; } -#line 2451 "smarty_internal_templateparser.php" + function yy_r158(){$this->_retvalue = "`".$this->yystack[$this->yyidx + -1]->minor."`"; } +#line 2477 "smarty_internal_templateparser.php" #line 522 "smarty_internal_templateparser.y" - function yy_r159(){$this->_retvalue = '".'.'$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + 0]->minor .'\')->value'.'."'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor,"'"))->nocache; $this->compiler->has_variable_string = true; } -#line 2454 "smarty_internal_templateparser.php" + function yy_r159(){$this->_retvalue = '".'.$this->yystack[$this->yyidx + -1]->minor.'."'; $this->compiler->has_variable_string = true; } +#line 2480 "smarty_internal_templateparser.php" #line 523 "smarty_internal_templateparser.y" - function yy_r160(){ $this->_retvalue = '".('.$this->yystack[$this->yyidx + -1]->minor.')."'; $this->compiler->has_variable_string = true; } -#line 2457 "smarty_internal_templateparser.php" + function yy_r160(){$this->_retvalue = '".'.'$_smarty_tpl->getVariable(\''. $this->yystack[$this->yyidx + 0]->minor .'\')->value'.'."'; $this->compiler->tag_nocache=$this->compiler->tag_nocache|$this->template->getVariable(trim($this->yystack[$this->yyidx + 0]->minor,"'"))->nocache; $this->compiler->has_variable_string = true; } +#line 2483 "smarty_internal_templateparser.php" #line 524 "smarty_internal_templateparser.y" - function yy_r161(){ $this->prefix_number++; $this->compiler->prefix_code[] = ''.$this->yystack[$this->yyidx + -1]->minor.'prefix_number.'=ob_get_clean();?>'; $this->_retvalue = '".$_tmp'.$this->prefix_number.'."'; $this->compiler->has_variable_string = true; } -#line 2460 "smarty_internal_templateparser.php" + function yy_r161(){ $this->_retvalue = '".('.$this->yystack[$this->yyidx + -1]->minor.')."'; $this->compiler->has_variable_string = true; } +#line 2486 "smarty_internal_templateparser.php" #line 525 "smarty_internal_templateparser.y" - function yy_r162(){$this->_retvalue = '$'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2463 "smarty_internal_templateparser.php" -#line 527 "smarty_internal_templateparser.y" - function yy_r164(){$this->_retvalue = '`'.$this->yystack[$this->yyidx + 0]->minor; } -#line 2466 "smarty_internal_templateparser.php" + function yy_r162(){ $this->prefix_number++; $this->compiler->prefix_code[] = ''.$this->yystack[$this->yyidx + -1]->minor.'prefix_number.'=ob_get_clean();?>'; $this->_retvalue = '".$_tmp'.$this->prefix_number.'."'; $this->compiler->has_variable_string = true; } +#line 2489 "smarty_internal_templateparser.php" +#line 526 "smarty_internal_templateparser.y" + function yy_r163(){$this->_retvalue = '$'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2492 "smarty_internal_templateparser.php" +#line 528 "smarty_internal_templateparser.y" + function yy_r165(){$this->_retvalue = '`'.$this->yystack[$this->yyidx + 0]->minor; } +#line 2495 "smarty_internal_templateparser.php" /** * placeholder for the left hand side in a reduce operation. @@ -2575,7 +2604,7 @@ static public $yy_action = array( $this->internalError = true; $this->yymajor = $yymajor; $this->compiler->trigger_template_error(); -#line 2584 "smarty_internal_templateparser.php" +#line 2613 "smarty_internal_templateparser.php" } /** @@ -2599,7 +2628,7 @@ static public $yy_action = array( $this->internalError = false; $this->retvalue = $this->_retvalue; //echo $this->retvalue."\n\n"; -#line 2609 "smarty_internal_templateparser.php" +#line 2638 "smarty_internal_templateparser.php" } /**