function __construct()
 {
     parent::__construct();
     //TODO need more reserved and functions
     $list = array('define', 'if', 'cond', 'else', 'let', 'eq?', 'eqv?', 'equal?', 'and', 'or', 'letrec', 'let-syntax', 'letrec-sintax', 'begin', 'do', 'quote', '+', '-', '*', '/', 'sqrt', 'eval', 'car', 'cdr', 'list', 'cons', 'null?', 'list?', '=', '<>', '<=', '>=', '<', '>', 'lambda', 'not');
     $this->reserved = array();
     foreach ($list as $word) {
         $this->reserved[$word] = 1;
     }
 }
Exemple #2
0
 function __construct()
 {
     $list = array('exec', 'eval', 'cd', 'exit', 'export', 'getopts', 'hash', 'pwd', 'readonly', 'return', 'shift', 'test', 'times', 'trap', 'unset', 'umask', 'alias', 'bind', 'builtin', 'command', 'declare', 'echo', 'enable', 'help', 'let', 'local', 'logout', 'printf', 'read', 'shopt', 'source', 'type', 'typeset', 'ulimit', 'unalias', 'set', 'until', 'do', 'done', 'while', 'for', 'break', 'continue', 'if', 'then', 'elif', 'else', 'fi', 'case', 'in', 'esac', 'select', 'function');
     foreach ($list as $word) {
         $this->reserved[$word] = 1;
     }
     $list = array('CDPATH', 'HOME', 'IFS', 'MAIL', 'MAILPATH', 'OPTARG', 'OPTIND', 'PATH', 'PS1', 'PS2', 'BASH', 'BASH_ENV', 'BASH_VERSION', 'BASH_VERSINFO', 'COLUMNS', 'COMP_CWORD', 'COMP_LINE', 'COMP_POINT', 'COMP_WORDS', 'COMPREPLY', 'DIRSTACK', 'EUID', 'FCEDIT', 'FIGNORE', 'FUNCNAME', 'GLOBIGNORE', 'GROUPS', 'histchars', 'HISTCMD', 'HISTCONTROL', 'HISTFILE', 'HISTFILESIZE', 'HISTIGNORE', 'HISTSIZE', 'HOSTFILE', 'HOSTNAME', 'HOSTTYPE', 'IGNOREEOF', 'INPUTRC', 'LANG', 'LC_ALL', 'LC_COLLATE', 'LC_CTYPE', 'LC_MESSAGES', 'LC_NUMERIC', 'LINENO', 'LINES', 'MACHTYPE', 'MAILCHECK', 'OLDPWD', 'OPTERR', 'OSTYPE', 'PIPESTATUS', 'POSIXLY_CORRECT', 'PPID', 'PROMPT_COMMAND', 'PS3', 'PS4', 'PWD', 'RANDOM', 'REPLY', 'SECONDS', 'SHELLOPTS', 'SHLVL', 'TIMEFORMAT', 'TMOUT', 'UID', '1', '2', '3');
     foreach ($list as $word) {
         $this->predefined_vars[$word] = 1;
     }
     parent::__construct();
 }
 function __construct()
 {
     $this->reserved = array('abstract' => true, 'case' => true, 'catch' => true, 'class' => true, 'def' => true, 'do' => true, 'else' => true, 'extends' => true, 'false' => true, 'final' => true, 'finally' => true, 'for' => true, 'forSome' => true, 'if' => true, 'implicit' => true, 'import' => true, 'lazy' => true, 'match' => true, 'new' => true, 'null' => true, 'object' => true, 'override' => true, 'package' => true, 'private' => true, 'protected' => true, 'return' => true, 'sealed' => true, 'super' => true, 'this' => true, 'throw' => true, 'trait' => true, 'try' => true, 'true' => true, 'type' => true, 'val' => true, 'var' => true, 'while' => true, 'with' => true, 'yield' => true, 'Byte' => true, 'Short' => true, 'Char' => true, 'Int' => true, 'Long' => true, 'Float' => true, 'Double' => true, 'Boolean' => true, 'Unit' => true, 'String' => true);
     parent::__construct();
 }
 function __construct()
 {
     $this->reserved = array("False" => true, "class" => true, "finally" => true, "is" => true, "return" => true, "None" => true, "continue" => true, "for" => true, "lambda" => true, "try" => true, "True" => true, "def" => true, "from" => true, "nonlocal" => true, "while" => true, "and" => true, "del" => true, "global" => true, "not" => true, "with" => true, "as" => true, "elif" => true, "if" => true, "or" => true, "yield" => true, "assert" => true, "else" => true, "import" => true, "pass" => true, "break" => true, "except" => true, "in" => true, "raise" => true);
     parent::__construct();
 }
 function __construct()
 {
     $this->reserved = array('accept' => 1, 'assign' => 1, 'backspace' => 1, 'call' => 1, 'close' => 1, 'continue' => 1, 'decode' => 1, 'do' => 1, 'dowhile' => 1, 'else' => 1, 'elseif' => 1, 'encode' => 1, 'enddo' => 1, 'endfile' => 1, 'endif' => 1, 'goto' => 1, 'if' => 1, 'include' => 1, 'inquire' => 1, 'open' => 1, 'pause' => 1, 'print' => 1, 'return' => 1, 'rewind' => 1, 'save' => 1, 'static' => 1, 'stop' => 1, 'write' => 1, 'automatic' => 1, 'blockdata' => 1, 'byte' => 1, 'character' => 1, 'common' => 1, 'complex' => 1, 'data' => 1, 'dimension' => 1, 'doublecomplex' => 1, 'doubleprecision' => 1, 'end' => 1, 'endmap' => 1, 'endstructure' => 1, 'endunion' => 1, 'equivalence' => 1, 'external' => 1, 'format' => 1, 'function' => 1, 'implicit' => 1, 'integer' => 1, 'intrinsic' => 1, 'logical' => 1, 'map' => 1, 'namelist' => 1, 'options' => 1, 'parameter' => 1, 'pointer' => 1, 'pragma' => 1, 'program' => 1, 'real' => 1, 'record' => 1, 'static' => 1, 'structure' => 1, 'subroutine' => 1, 'type' => 1, 'union' => 1, 'virtual' => 1, 'volatile' => 1);
     parent::__construct();
 }
Exemple #6
0
 function __construct()
 {
     $this->reserved = array('abort' => 1, 'else' => 1, 'new' => 1, 'return' => 1, 'abs' => 1, 'elsif' => 1, 'not' => 1, 'reverse' => 1, 'abstract' => 1, 'end' => 1, 'null' => 1, 'accept' => 1, 'entry' => 1, 'select' => 1, 'access' => 1, 'exception' => 1, 'separate' => 1, 'aliased' => 1, 'exit' => 1, 'of' => 1, 'subtype' => 1, 'all' => 1, 'or' => 1, 'and' => 1, 'for' => 1, 'others' => 1, 'tagged' => 1, 'array' => 1, 'function' => 1, 'out' => 1, 'task' => 1, 'at' => 1, 'terminate' => 1, 'generic' => 1, 'package' => 1, 'then' => 1, 'begin' => 1, 'goto' => 1, 'pragma' => 1, 'type' => 1, 'body' => 1, 'private' => 1, 'if' => 1, 'procedure' => 1, 'case' => 1, 'in' => 1, 'protected' => 1, 'until' => 1, 'constant' => 1, 'is' => 1, 'use' => 1, 'raise' => 1, 'declare' => 1, 'range' => 1, 'when' => 1, 'delay' => 1, 'limited' => 1, 'record' => 1, 'while' => 1, 'delta' => 1, 'loop' => 1, 'rem' => 1, 'with' => 1, 'digits' => 1, 'renames' => 1, 'do' => 1, 'mod' => 1, 'requeue' => 1, 'xor' => 1);
     parent::__construct();
 }
Exemple #7
0
 function __construct()
 {
     $this->reserved = array("auto" => true, "break" => true, "case" => true, "char" => true, "const" => true, "continue" => true, "default" => true, "do" => true, "double" => true, "else" => true, "enum" => true, "extern" => true, "float" => true, "for" => true, "goto" => true, "if" => true, "inline" => true, "int" => true, "long" => true, "register" => true, "restrict" => true, "return" => true, "short" => true, "signed" => true, "sizeof" => true, "static" => true, "struct" => true, "switch" => true, "typedef" => true, "union" => true, "unsigned" => true, "void" => true, "volatile" => true, "while" => true, "_Bool" => true, "_Complex" => true, "_Imaginary" => true);
     parent::__construct();
 }
Exemple #8
0
 function __construct()
 {
     $this->reserved = array('ABSOLUTE' => 0, 'ACTION' => 0, 'ADD' => 0, 'ALL' => 0, 'ALLOCATE' => 0, 'ALTER' => 0, 'AND' => 0, 'ANY' => 0, 'ARE' => 0, 'AS' => 0, 'ASC' => 0, 'ASSERTION' => 0, 'AT' => 0, 'AUTHORIZATION' => 0, 'AVG' => 0, 'BEGIN' => 0, 'BETWEEN' => 0, 'BIT' => 0, 'BIT_LENGTH' => 0, 'BOTH' => 0, 'BY' => 0, 'CASCADE' => 0, 'CASCADED' => 0, 'CASE' => 0, 'CAST' => 0, 'CATALOG' => 0, 'CHAR' => 0, 'CHARACTER' => 0, 'CHARACTER_LENGTH' => 0, 'CHAR_LENGTH' => 0, 'CHECK' => 0, 'CLOSE' => 0, 'COALESCE' => 0, 'COLLATE' => 0, 'COLLATION' => 0, 'COLUMN' => 0, 'COMMIT' => 0, 'CONNECT' => 0, 'CONNECTION' => 0, 'CONSTRAINT' => 0, 'CONSTRAINTS' => 0, 'CONTINUE' => 0, 'CONVERT' => 0, 'CORRESPONDING' => 0, 'CREATE' => 0, 'CROSS' => 0, 'CURRENT' => 0, 'CURRENT_DATE' => 0, 'CURRENT_TIME' => 0, 'CURRENT_TIMESTAMP' => 0, 'CURRENT_USER' => 0, 'CURSOR' => 0, 'DATE' => 0, 'DAY' => 0, 'DEALLOCATE' => 0, 'DEC' => 0, 'DECIMAL' => 0, 'DECLARE' => 0, 'DEFAULT' => 0, 'DEFERRABLE' => 0, 'DEFERRED' => 0, 'DELETE' => 0, 'DESC' => 0, 'DESCRIBE' => 0, 'DESCRIPTOR' => 0, 'DIAGNOSTICS' => 0, 'DISCONNECT' => 0, 'DISTINCT' => 0, 'DOMAIN' => 0, 'DOUBLE' => 0, 'DROP' => 0, 'ELSE' => 0, 'END' => 0, 'END -EXEC' => 0, 'ESCAPE' => 0, 'EXCEPT' => 0, 'EXCEPTION' => 0, 'EXEC' => 0, 'EXECUTE' => 0, 'EXISTS' => 0, 'EXTERNAL' => 0, 'EXTRACT' => 0, 'FALSE' => 0, 'FETCH' => 0, 'FIRST' => 0, 'FLOAT' => 0, 'FOR' => 0, 'FOREIGN' => 0, 'FOUND' => 0, 'FROM' => 0, 'FULL' => 0, 'GET' => 0, 'GLOBAL' => 0, 'GO' => 0, 'GOTO' => 0, 'GRANT' => 0, 'GROUP' => 0, 'HAVING' => 0, 'HOUR' => 0, 'IDENTITY' => 0, 'IMMEDIATE' => 0, 'IN' => 0, 'INDICATOR' => 0, 'INITIALLY' => 0, 'INNER' => 0, 'INPUT' => 0, 'INSENSITIVE' => 0, 'INSERT' => 0, 'INT' => 0, 'INTEGER' => 0, 'INTERSECT' => 0, 'INTERVAL' => 0, 'INTO' => 0, 'IS' => 0, 'ISOLATION' => 0, 'JOIN' => 0, 'KEY' => 0, 'LANGUAGE' => 0, 'LAST' => 0, 'LEADING' => 0, 'LEFT' => 0, 'LEVEL' => 0, 'LIKE' => 0, 'LOCAL' => 0, 'LOWER' => 0, 'MATCH' => 0, 'MAX' => 0, 'MIN' => 0, 'MINUTE' => 0, 'MODULE' => 0, 'MONTH' => 0, 'NAMES' => 0, 'NATIONAL' => 0, 'NATURAL' => 0, 'NCHAR' => 0, 'NEXT' => 0, 'NO' => 0, 'NOT' => 0, 'NULL' => 0, 'NULLIF' => 0, 'NUMERIC' => 0, 'OCTET_LENGTH' => 0, 'OF' => 0, 'ON' => 0, 'ONLY' => 0, 'OPEN' => 0, 'OPTION' => 0, 'OR' => 0, 'ORDER' => 0, 'OUTER' => 0, 'OUTPUT' => 0, 'OVERLAPS' => 0, 'PAD' => 0, 'PARTIAL' => 0, 'POSITION' => 0, 'PRECISION' => 0, 'PREPARE' => 0, 'PRESERVE' => 0, 'PRIMARY' => 0, 'PRIOR' => 0, 'PRIVILEGES' => 0, 'PROCEDURE' => 0, 'PUBLIC' => 0, 'READ' => 0, 'REAL' => 0, 'REFERENCES' => 0, 'RELATIVE' => 0, 'RESTRICT' => 0, 'REVOKE' => 0, 'RIGHT' => 0, 'ROLLBACK' => 0, 'ROWS' => 0, 'SCHEMA' => 0, 'SCROLL' => 0, 'SECOND' => 0, 'SECTION' => 0, 'SELECT' => 0, 'SESSION' => 0, 'SESSION_USER' => 0, 'SET' => 0, 'SIZE' => 0, 'SMALLINT' => 0, 'SOME' => 0, 'SPACE' => 0, 'SQL' => 0, 'SQLCODE' => 0, 'SQLERROR' => 0, 'SQLSTATE' => 0, 'SUBSTRING' => 0, 'SUM' => 0, 'SYSTEM_USER' => 0, 'TABLE' => 0, 'TEMPORARY' => 0, 'THEN' => 0, 'TIME' => 0, 'TIMESTAMP' => 0, 'TIMEZONE_HOUR' => 0, 'TIMEZONE_MINUTE' => 0, 'TO' => 0, 'TRAILING' => 0, 'TRANSACTION' => 0, 'TRANSLATE' => 0, 'TRANSLATION' => 0, 'TRIM' => 0, 'TRUE' => 0, 'UNION' => 0, 'UNIQUE' => 0, 'UNKNOWN' => 0, 'UPDATE' => 0, 'UPPER' => 0, 'USAGE' => 0, 'USER' => 0, 'USING' => 0, 'VALUE' => 0, 'VALUES' => 0, 'VARCHAR' => 0, 'VARYING' => 0, 'VIEW' => 0, 'WHEN' => 0, 'WHENEVER' => 0, 'WHERE' => 0, 'WITH' => 0, 'WORK' => 0, 'WRITE' => 0, 'YEAR' => 0, 'ZONE' => 0);
     $this->keywords = array('ADA' => 0, 'C' => 0, 'CATALOG_NAME' => 0, 'CHARACTER_SET_CATALOG' => 0, 'CHARACTER_SET_NAME' => 0, 'CHARACTER_SET_SCHEMA' => 0, 'CLASS_ORIGIN' => 0, 'COBOL' => 0, 'COLLATION_CATALOG' => 0, 'COLLATION_NAME' => 0, 'COLLATION_SCHEMA' => 0, 'COLUMN_NAME' => 0, 'COMMAND_FUNCTION' => 0, 'COMMITTED' => 0, 'CONDITION_NUMBER' => 0, 'CONNECTION_NAME' => 0, 'CONSTRAINT_CATALOG' => 0, 'CONSTRAINT_NAME' => 0, 'CONSTRAINT_SCHEMA' => 0, 'CURSOR_NAME' => 0, 'DATA' => 0, 'DATETIME_INTERVAL_CODE' => 0, 'DATETIME_INTERVAL_PRECISION' => 0, 'DYNAMIC_FUNCTION' => 0, 'FORTRAN' => 0, 'LENGTH' => 0, 'MESSAGE_LENGTH' => 0, 'MESSAGE_OCTET_LENGTH' => 0, 'MESSAGE_TEXT' => 0, 'MORE' => 0, 'MUMPS' => 0, 'NAME' => 0, 'NULLABLE' => 0, 'NUMBER' => 0, 'PASCAL' => 0, 'PLI' => 0, 'REPEATABLE' => 0, 'RETURNED_LENGTH' => 0, 'RETURNED_OCTET_LENGTH' => 0, 'RETURNED_SQLSTATE' => 0, 'ROW_COUNT' => 0, 'SCALE' => 0, 'SCHEMA_NAME' => 0, 'SERIALIZABLE' => 0, 'SERVER_NAME' => 0, 'SUBCLASS_ORIGIN' => 0, 'TABLE_NAME' => 0, 'TYPE' => 0, 'UNCOMMITTED' => 0, 'UNNAMED' => 0);
     parent::__construct();
 }
 function __construct()
 {
     $this->reserved = array("addpath" => true, "doc" => true, "docopt" => true, "genpath" => true, "help" => true, "helpbrowser" => true, "helpdesk" => true, "helpwin" => true, "lasterr" => true, "lastwarn" => true, "license" => true, "lookfor" => true, "partialpath" => true, "path" => true, "pathtool" => true, "profile" => true, "profreport" => true, "rehash" => true, "rmpath" => true, "support" => true, "type" => true, "ver" => true, "version" => true, "web" => true, "what" => true, "whatsnew" => true, "which" => true, "clear" => true, "disp" => true, "length" => true, "load" => true, "memory" => true, "mlock" => true, "munlock" => true, "openvar" => true, "Open" => true, "pack" => true, "save" => true, "saveas" => true, "size" => true, "who" => true, "whos" => true, "workspace" => true, "finish" => true, "exit" => true, "matlab" => true, "matlabrc" => true, "quit" => true, "startup" => true, "builtin" => true, "eval" => true, "evalc" => true, "evalin" => true, "feval" => true, "function" => true, "global" => true, "nargchk" => true, "persistent" => true, "script" => true, "break" => true, "case" => true, "catch" => true, "continue" => true, "else" => true, "elseif" => true, "end" => true, "error" => true, "for" => true, "if" => true, "otherwise" => true, "return" => true, "switch" => true, "try" => true, "warning" => true, "while" => true, "input" => true, "keyboard" => true, "menu" => true, "pause" => true, "class" => true, "double" => true, "inferiorto" => true, "inline" => true, "int8" => true, "int16" => true, "int32" => true, "isa" => true, "loadobj" => true, "saveobj" => true, "single" => true, "superiorto" => true, "uint8" => true, "uint16" => true, "uint32" => true, "kron" => true, "xor" => true, "and" => true);
     $this->functions = array("kron" => true, "xor" => true, "all" => true, "any" => true, "exist" => true, "find" => true, "is*" => true, "isa" => true, "logical" => true, "mislocked" => true, "builtin" => true, "eval" => true, "evalc" => true, "evalin" => true, "feval" => true, "function" => true, "global" => true, "nargchk" => true, "persistent" => true, "script" => true, "break" => true, "case" => true, "catch" => true, "else" => true, "elsei" => true, "end" => true, "error" => true, "for" => true, "if" => true, "otherwise" => true, "return" => true, "switch" => true, "try" => true, "warning" => true, "while" => true, "input" => true, "keyboard" => true, "menu" => true, "pause" => true, "class" => true, "double" => true, "inferiorto" => true, "inline" => true, "int8" => true, "int16" => true, "int32" => true, "isa" => true, "loadobj" => true, "saveobj" => true, "single" => true, "superiorto" => true, "uint8" => true, "int16" => true, "uint32" => true, "dbclear" => true, "dbcont" => true, "dbdown" => true, "dbmex" => true, "dbquit" => true, "dbstack" => true, "dbstatus" => true, "dbstep" => true, "dbstop" => true, "dbtype" => true, "dbup" => true, "blkdiag" => true, "eye" => true, "linspace" => true, "logspace" => true, "ones" => true, "rand" => true, "randn" => true, "zeros" => true, "ans" => true, "computer" => true, "eps" => true, "flops" => true, "Inf" => true, "inputname" => true, "NaN" => true, "nargin" => true, "nargout" => true, "pi" => true, "realmax" => true, "realmin" => true, "varargin" => true, "varargout" => true, "calendar" => true, "clock" => true, "cputime" => true, "date" => true, "datenum" => true, "datestr" => true, "datevec" => true, "eomday" => true, "etime" => true, "now" => true, "tic" => true, "toc" => true, "weekday" => true, "cat" => true, "diag" => true, "fliplr" => true, "flipud" => true, "repmat" => true, "reshape" => true, "rot90" => true, "tril" => true, "triu" => true, "compan" => true, "gallery" => true, "hadamard" => true, "hankel" => true, "hilb" => true, "invhilb" => true, "magic" => true, "pascal" => true, "toeplitz" => true, "wilkinson" => true, "abs" => true, "acos" => true, "acosh" => true, "acot" => true, "acoth" => true, "acsc" => true, "acsch" => true, "angle" => true, "asec" => true, "asech" => true, "asin" => true, "asinh" => true, "atan" => true, "atanh" => true, "atan2" => true, "ceil" => true, "complex" => true, "conj" => true, "cos" => true, "cosh" => true, "cot" => true, "coth" => true, "csc" => true, "csch" => true, "exp" => true, "fix" => true, "floor" => true, "gcd" => true, "imag" => true, "lcm" => true, "log" => true, "log2" => true, "log10" => true, "mod" => true, "nchoosek" => true, "real" => true, "rem" => true, "round" => true, "sec" => true, "sech" => true, "sign" => true, "sin" => true, "sinh" => true, "sqrt" => true, "tan" => true, "tanh" => true, "airy" => true, "besselh" => true, "besseli" => true, "besselk" => true, "besselj" => true, "Bessely" => true, "beta" => true, "betainc" => true, "betaln" => true, "ellipj" => true, "ellipke" => true, "erf" => true, "erfc" => true, "erfcx" => true, "erfiny" => true, "expint" => true, "factorial" => true, "gamma" => true, "gammainc" => true, "gammaln" => true, "legendre" => true, "pow2" => true, "rat" => true, "rats" => true, "cart2pol" => true, "cart2sph" => true, "pol2cart" => true, "sph2cart" => true, "abs" => true, "eval" => true, "real" => true, "strings" => true, "deblank" => true, "findstr" => true, "lower" => true, "strcat" => true, "strcmp" => true, "strcmpi" => true, "strjust" => true, "strmatch" => true, "strncmp" => true, "strrep" => true, "strtok" => true, "strvcat" => true, "symvar" => true, "texlabel" => true, "upper" => true, "char" => true, "int2str" => true, "mat2str" => true, "num2str" => true, "sprintf" => true, "sscanf" => true, "str2double" => true, "str2num" => true, "bin2dec" => true, "dec2bin" => true, "dec2hex" => true, "hex2dec" => true, "hex2num" => true, "fclose" => true, "fopen" => true, "fread" => true, "fwrite" => true, "fgetl" => true, "fgets" => true, "fprintf" => true, "fscanf" => true, "feof" => true, "ferror" => true, "frewind" => true, "fseek" => true, "ftell" => true, "sprintf" => true, "sscanf" => true, "dlmread" => true, "dlmwrite" => true, "hdf" => true, "imfinfo" => true, "imread" => true, "imwrite" => true, "textread" => true, "wk1read" => true, "wk1write" => true, "bitand" => true, "bitcmp" => true, "bitor" => true, "bitmax" => true, "bitset" => true, "bitshift" => true, "bitget" => true, "bitxor" => true, "fieldnames" => true, "getfield" => true, "rmfield" => true, "setfield" => true, "struct Create" => true, "struct2cell" => true, "class" => true, "isa" => true, "cell" => true, "cellfun" => true, "cellstr" => true, "cell2struct" => true, "celldisp" => true, "cellplot" => true, "num2cell" => true, "cat" => true, "flipdim" => true, "ind2sub" => true, "ipermute" => true, "ndgrid" => true, "ndims" => true, "permute" => true, "reshape" => true, "shiftdim" => true, "squeeze" => true, "sub2ind" => true, "cond" => true, "condeig" => true, "det" => true, "norm" => true, "null" => true, "orth" => true, "rank" => true, "rcond" => true, "rref" => true, "rrefmovie" => true, "subspace" => true, "trace" => true, "chol" => true, "inv" => true, "lscov" => true, "lu" => true, "nnls" => true, "pinv" => true, "qr" => true, "balance" => true, "cdf2rdf" => true, "eig" => true, "gsvd" => true, "hess" => true, "poly" => true, "qz" => true, "rsf2csf" => true, "schur" => true, "svd" => true, "expm" => true, "funm" => true, "logm" => true, "sqrtm" => true, "qrdelete" => true, "qrinsert" => true, "bar" => true, "barh" => true, "hist" => true, "hold" => true, "loglog" => true, "pie" => true, "plot" => true, "polar" => true, "semilogx" => true, "semilogy" => true, "subplot" => true, "bar3" => true, "bar3h" => true, "comet3" => true, "cylinder" => true, "fill3" => true, "plot3" => true, "quiver3" => true, "slice" => true, "sphere" => true, "stem3" => true, "waterfall" => true, "clabel" => true, "datetick" => true, "grid" => true, "gtext" => true, "legend" => true, "plotyy" => true, "title" => true, "xlabel" => true, "ylabel" => true, "zlabel" => true, "contour" => true, "contourc" => true, "contourf" => true, "hidden" => true, "meshc" => true, "mesh" => true, "peaks" => true, "surf" => true, "surface" => true, "surfc" => true, "surfl" => true, "trimesh" => true, "trisurf" => true, "coneplot" => true, "contourslice" => true, "isocaps" => true, "isonormals" => true, "isosurface" => true, "reducepatch" => true, "reducevolume" => true, "shrinkfaces" => true, "smooth3" => true, "stream2" => true, "stream3" => true, "streamline" => true, "surf2patch" => true, "subvolume" => true, "griddata" => true, "meshgrid" => true, "area" => true, "box" => true, "comet" => true, "compass" => true, "errorbar" => true, "ezcontour" => true, "ezcontourf" => true, "ezmesh" => true, "ezmeshc" => true, "ezplot" => true, "ezplot3" => true, "ezpolar" => true, "ezsurf" => true, "ezsurfc" => true, "feather" => true, "fill" => true, "fplot" => true, "pareto" => true, "pie3" => true, "plotmatrix" => true, "pcolor" => true, "rose" => true, "quiver" => true, "ribbon" => true, "stairs" => true, "scatter" => true, "scatter3" => true, "stem" => true, "convhull" => true, "delaunay" => true, "dsearch" => true, "inpolygon" => true, "polyarea" => true, "tsearch" => true, "voronoi" => true, "camdolly" => true, "camlookat" => true, "camorbit" => true, "campan" => true, "campos" => true, "camproj" => true, "camroll" => true, "camtarget" => true, "camup" => true, "camva" => true, "camzoom" => true, "daspect" => true, "pbaspect" => true, "view" => true, "viewmtx" => true, "xlim" => true, "ylim" => true, "zlim" => true, "camlight" => true, "diffuse" => true, "lighting" => true, "lightingangle" => true, "material" => true, "specular" => true, "brighten" => true, "bwcontr" => true, "caxis" => true, "colorbar" => true, "colorcube" => true, "colordef" => true, "colormap" => true, "graymon" => true, "hsv2rgb" => true, "rgb2hsv" => true, "rgbplot" => true, "shading" => true, "spinmap" => true, "surfnorm" => true, "whitebg" => true, "autumn" => true, "bone" => true, "contrast" => true, "cool" => true, "copper" => true, "flag" => true, "gray" => true, "hot" => true, "hsv" => true, "jet" => true, "lines" => true, "prism" => true, "spring" => true, "summer" => true, "winter" => true, "orient" => true, "print" => true, "printopt" => true, "saveas" => true, "copyobj" => true, "findobj" => true, "gcbo" => true, "gco" => true, "get" => true, "rotate" => true, "ishandle" => true, "set" => true, "axes" => true, "figure" => true, "image" => true, "light" => true, "line" => true, "patch" => true, "rectangle" => true, "surface" => true, "text Create" => true, "uicontext Create" => true, "capture" => true, "clc" => true, "clf" => true, "clg" => true, "close" => true, "gcf" => true, "newplot" => true, "refresh" => true, "saveas" => true, "axis" => true, "cla" => true, "gca" => true, "propedit" => true, "reset" => true, "rotate3d" => true, "selectmoveresize" => true, "shg" => true, "ginput" => true, "zoom" => true, "dragrect" => true, "drawnow" => true, "rbbox" => true, "dialog" => true, "errordlg" => true, "helpdlg" => true, "inputdlg" => true, "listdlg" => true, "msgbox" => true, "pagedlg" => true, "printdlg" => true, "questdlg" => true, "uigetfile" => true, "uiputfile" => true, "uisetcolor" => true, "uisetfont" => true, "warndlg" => true, "menu" => true, "menuedit" => true, "uicontextmenu" => true, "uicontrol" => true, "uimenu" => true, "dragrect" => true, "findfigs" => true, "gcbo" => true, "rbbox" => true, "selectmoveresize" => true, "textwrap" => true, "uiresume" => true, "uiwait Used" => true, "waitbar" => true, "waitforbuttonpress" => true, "convhull" => true, "cumprod" => true, "cumsum" => true, "cumtrapz" => true, "delaunay" => true, "dsearch" => true, "factor" => true, "inpolygon" => true, "max" => true, "mean" => true, "median" => true, "min" => true, "perms" => true, "polyarea" => true, "primes" => true, "prod" => true, "sort" => true, "sortrows" => true, "std" => true, "sum" => true, "trapz" => true, "tsearch" => true, "var" => true, "voronoi" => true, "del2" => true, "diff" => true, "gradient" => true, "corrcoef" => true, "cov" => true, "conv" => true, "conv2" => true, "deconv" => true, "filter" => true, "filter2" => true, "abs" => true, "angle" => true, "cplxpair" => true, "fft" => true, "fft2" => true, "fftshift" => true, "ifft" => true, "ifft2" => true, "ifftn" => true, "ifftshift" => true, "nextpow2" => true, "unwrap" => true, "cross" => true, "intersect" => true, "ismember" => true, "setdiff" => true, "setxor" => true, "union" => true, "unique" => true, "conv" => true, "deconv" => true, "poly" => true, "polyder" => true, "polyeig" => true, "polyfit" => true, "polyval" => true, "polyvalm" => true, "residue" => true, "roots" => true, "griddata" => true, "interp1" => true, "interp2" => true, "interp3" => true, "interpft" => true, "interpn" => true, "meshgrid" => true, "ndgrid" => true, "spline" => true, "dblquad" => true, "fmin" => true, "fmin" => true, "fzero" => true, "ode45," => true, "ode113," => true, "ode15s," => true, "ode23s" => true, "ode23t," => true, "ode23tb" => true, "odefile" => true, "odeget" => true, "odeset" => true, "quad," => true, "vectorize" => true, "spdiags" => true, "speye" => true, "sprand" => true, "sprandn" => true, "sprandsym" => true, "find" => true, "full" => true, "sparse" => true, "spconvert" => true, "nnz" => true, "nonzeros" => true, "nzmax" => true, "spalloc" => true, "spfun" => true, "spones" => true, "colmmd" => true, "colperm" => true, "dmperm" => true, "randperm" => true, "symmmd" => true, "symrcm" => true, "condest" => true, "normest" => true, "bicg" => true, "bicgstab" => true, "cgs" => true, "cholinc" => true, "cholupdate" => true, "gmres" => true, "luinc" => true, "pcg" => true, "qmr" => true, "qr" => true, "qrdelete" => true, "qrinsert" => true, "qrupdate" => true, "eigs" => true, "svds" => true, "spparms" => true, "lin2mu" => true, "mu2lin" => true, "sound" => true, "soundsc" => true, "auread" => true, "auwrite" => true, "wavread" => true, "wavwrite" => true, "addpath" => true, "do" => true, "docopt" => true, "help" => true, "helpdesk" => true, "helpwin" => true, "lasterr" => true, "lastwarn" => true, "lookfor" => true, "partialpath" => true, "path" => true, "pathtool" => true, "profile" => true, "profreport" => true, "rmpath" => true, "type" => true, "ver" => true, "version" => true, "web" => true, "what" => true, "whatsnew" => true, "which" => true, "clear" => true, "disp" => true, "length" => true, "load" => true, "mlock" => true, "munlock" => true, "openvar" => true, "pack" => true, "save" => true, "saveas" => true, "size" => true, "who" => true, "whos" => true, "workspace" => true, "clc" => true, "echo" => true, "format" => true, "home" => true, "more" => true, "cd" => true, "copyfile" => true, "delete" => true, "diary" => true, "dir" => true, "edit" => true, "fileparts" => true, "fullfile" => true, "inmem" => true, "ls" => true, "matlabroot" => true, "mkdir" => true, "open" => true, "pwd" => true, "tempdir" => true, "tempname" => true, "matlabrc" => true, "quit" => true, "startup" => true);
     parent::__construct();
 }
 function __construct()
 {
     $this->reserved = array('and' => true, 'end' => true, 'label' => true, 'repeat' => true, 'while' => true, 'asm' => true, 'exports' => true, 'library' => true, 'set' => true, 'with' => true, 'array' => true, 'file' => true, 'mod' => true, 'shl' => true, 'xor' => true, 'begin' => true, 'for' => true, 'nil' => true, 'shr' => true, 'case' => true, 'function' => true, 'not' => true, 'string' => true, 'const' => true, 'goto' => true, 'object' => true, 'then' => true, 'constructor' => true, 'if' => true, 'of' => true, 'to' => true, 'destructor' => true, 'implementation' => true, 'or' => true, 'type' => true, 'div' => true, 'in' => true, 'packed' => true, 'unit' => true, 'do' => true, 'inherited' => true, 'procedure' => true, 'until' => true, 'downto' => true, 'inline' => true, 'program' => true, 'uses' => true, 'else' => true, 'interface' => true, 'record' => true, 'var' => true);
     parent::__construct();
 }