src/myams/resources/js/ext/ace/worker-php.min.js
changeset 0 f05d7aea098a
child 5 c9c69b13d884
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/myams/resources/js/ext/ace/worker-php.min.js	Fri Jul 10 16:59:11 2020 +0200
@@ -0,0 +1,1 @@
+"no use strict";!function(o){if(!(void 0!==o.window&&o.document||o.require&&o.define)){o.console||(o.console=function(){var t=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:t})},o.console.error=o.console.warn=o.console.log=o.console.trace=o.console),((o.window=o).ace=o).onerror=function(t,e,n,r,s){postMessage({type:"error",data:{message:t,data:s.data,file:e,line:n,col:r,stack:s.stack}})},o.normalizeModule=function(t,e){if(-1!==e.indexOf("!")){var n=e.split("!");return o.normalizeModule(t,n[0])+"!"+o.normalizeModule(t,n[1])}if("."==e.charAt(0)){var r=t.split("/").slice(0,-1).join("/");for(e=(r?r+"/":"")+e;-1!==e.indexOf(".")&&s!=e;){var s=e;e=e.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return e},o.require=function(t,e){if(e||(e=t,t=null),!e.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");e=o.normalizeModule(t,e);var n=o.require.modules[e];if(n)return n.initialized||(n.initialized=!0,n.exports=n.factory().exports),n.exports;if(!o.require.tlns)return console.log("unable to load "+e);var r=function(t,e){for(var n=t,r="";n;){var s=e[n];if("string"==typeof s)return s+r;if(s)return s.location.replace(/\/*$/,"/")+(r||s.main||s.name);if(!1===s)return"";var o=n.lastIndexOf("/");if(-1===o)break;r=n.substr(o)+r,n=n.slice(0,o)}return t}(e,o.require.tlns);return".js"!=r.slice(-3)&&(r+=".js"),o.require.id=e,o.require.modules[e]={},importScripts(r),o.require(t,e)},o.require.modules={},o.require.tlns={},o.define=function(e,n,r){if(2==arguments.length?(r=n,"string"!=typeof e&&(n=e,e=o.require.id)):1==arguments.length&&(r=e,n=[],e=o.require.id),"function"==typeof r){n.length||(n=["require","exports","module"]);var s=function(t){return o.require(e,t)};o.require.modules[e]={exports:{},factory:function(){var e=this,t=r.apply(this,n.slice(0,r.length).map(function(t){switch(t){case"require":return s;case"exports":return e.exports;case"module":return e;default:return s(t)}}));return t&&(e.exports=t),e}}}else o.require.modules[e]={exports:r,initialized:!0}},o.define.amd={},require.tlns={},o.initBaseUrls=function(t){for(var e in t)require.tlns[e]=t[e]},o.initSender=function(){var t=o.require("ace/lib/event_emitter").EventEmitter,e=o.require("ace/lib/oop"),n=function(){};return function(){e.implement(this,t),this.callback=function(t,e){postMessage({type:"call",id:e,data:t})},this.emit=function(t,e){postMessage({type:"event",name:t,data:e})}}.call(n.prototype),new n};var r=o.main=null,s=o.sender=null;o.onmessage=function(t){var e=t.data;if(e.event&&s)s._signal(e.event,e.data);else if(e.command)if(r[e.command])r[e.command].apply(r,e.args);else{if(!o[e.command])throw new Error("Unknown command:"+e.command);o[e.command].apply(o,e.args)}else if(e.init){o.initBaseUrls(e.tlns),require("ace/lib/es5-shim"),s=o.sender=o.initSender();var n=require(e.module)[e.classname];r=o.main=new n(s)}}}}(this),ace.define("ace/lib/oop",[],function(t,n,e){"use strict";n.inherits=function(t,e){t.super_=e,t.prototype=Object.create(e.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})},n.mixin=function(t,e){for(var n in e)t[n]=e[n];return t},n.implement=function(t,e){n.mixin(t,e)}}),ace.define("ace/range",[],function(t,e,n){"use strict";var o=function(t,e,n,r){this.start={row:t,column:e},this.end={row:n,column:r}};(function(){this.isEqual=function(t){return this.start.row===t.start.row&&this.end.row===t.end.row&&this.start.column===t.start.column&&this.end.column===t.end.column},this.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},this.contains=function(t,e){return 0==this.compare(t,e)},this.compareRange=function(t){var e,n=t.end,r=t.start;return 1==(e=this.compare(n.row,n.column))?1==(e=this.compare(r.row,r.column))?2:0==e?1:0:-1==e?-2:-1==(e=this.compare(r.row,r.column))?-1:1==e?42:0},this.comparePoint=function(t){return this.compare(t.row,t.column)},this.containsRange=function(t){return 0==this.comparePoint(t.start)&&0==this.comparePoint(t.end)},this.intersects=function(t){var e=this.compareRange(t);return-1==e||0==e||1==e},this.isEnd=function(t,e){return this.end.row==t&&this.end.column==e},this.isStart=function(t,e){return this.start.row==t&&this.start.column==e},this.setStart=function(t,e){"object"==typeof t?(this.start.column=t.column,this.start.row=t.row):(this.start.row=t,this.start.column=e)},this.setEnd=function(t,e){"object"==typeof t?(this.end.column=t.column,this.end.row=t.row):(this.end.row=t,this.end.column=e)},this.inside=function(t,e){return 0==this.compare(t,e)&&(!this.isEnd(t,e)&&!this.isStart(t,e))},this.insideStart=function(t,e){return 0==this.compare(t,e)&&!this.isEnd(t,e)},this.insideEnd=function(t,e){return 0==this.compare(t,e)&&!this.isStart(t,e)},this.compare=function(t,e){return this.isMultiLine()||t!==this.start.row?t<this.start.row?-1:t>this.end.row?1:this.start.row===t?e>=this.start.column?0:-1:this.end.row===t?e<=this.end.column?0:1:0:e<this.start.column?-1:e>this.end.column?1:0},this.compareStart=function(t,e){return this.start.row==t&&this.start.column==e?-1:this.compare(t,e)},this.compareEnd=function(t,e){return this.end.row==t&&this.end.column==e?1:this.compare(t,e)},this.compareInside=function(t,e){return this.end.row==t&&this.end.column==e?1:this.start.row==t&&this.start.column==e?-1:this.compare(t,e)},this.clipRows=function(t,e){if(this.end.row>e)var n={row:e+1,column:0};else if(this.end.row<t)n={row:t,column:0};if(this.start.row>e)var r={row:e+1,column:0};else if(this.start.row<t)r={row:t,column:0};return o.fromPoints(r||this.start,n||this.end)},this.extend=function(t,e){var n=this.compare(t,e);if(0==n)return this;if(-1==n)var r={row:t,column:e};else var s={row:t,column:e};return o.fromPoints(r||this.start,s||this.end)},this.isEmpty=function(){return this.start.row===this.end.row&&this.start.column===this.end.column},this.isMultiLine=function(){return this.start.row!==this.end.row},this.clone=function(){return o.fromPoints(this.start,this.end)},this.collapseRows=function(){return 0==this.end.column?new o(this.start.row,0,Math.max(this.start.row,this.end.row-1),0):new o(this.start.row,0,this.end.row,0)},this.toScreenRange=function(t){var e=t.documentToScreenPosition(this.start),n=t.documentToScreenPosition(this.end);return new o(e.row,e.column,n.row,n.column)},this.moveBy=function(t,e){this.start.row+=t,this.start.column+=e,this.end.row+=t,this.end.column+=e}}).call(o.prototype),o.fromPoints=function(t,e){return new o(t.row,t.column,e.row,e.column)},o.comparePoints=function(t,e){return t.row-e.row||t.column-e.column},o.comparePoints=function(t,e){return t.row-e.row||t.column-e.column},e.Range=o}),ace.define("ace/apply_delta",[],function(t,e,n){"use strict";e.applyDelta=function(t,e,n){var r=e.start.row,s=e.start.column,o=t[r]||"";switch(e.action){case"insert":if(1===e.lines.length)t[r]=o.substring(0,s)+e.lines[0]+o.substring(s);else{var i=[r,1].concat(e.lines);t.splice.apply(t,i),t[r]=o.substring(0,s)+t[r],t[r+e.lines.length-1]+=o.substring(s)}break;case"remove":var a=e.end.column,_=e.end.row;r===_?t[r]=o.substring(0,s)+o.substring(a):t.splice(r,_-r+1,o.substring(0,s)+t[_].substring(a))}}}),ace.define("ace/lib/event_emitter",[],function(t,e,n){"use strict";var r={},o=function(){this.propagationStopped=!0},i=function(){this.defaultPrevented=!0};r._emit=r._dispatchEvent=function(t,e){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var n=this._eventRegistry[t]||[],r=this._defaultHandlers[t];if(n.length||r){"object"==typeof e&&e||(e={}),e.type||(e.type=t),e.stopPropagation||(e.stopPropagation=o),e.preventDefault||(e.preventDefault=i),n=n.slice();for(var s=0;s<n.length&&(n[s](e,this),!e.propagationStopped);s++);return r&&!e.defaultPrevented?r(e,this):void 0}},r._signal=function(t,e){var n=(this._eventRegistry||{})[t];if(n){n=n.slice();for(var r=0;r<n.length;r++)n[r](e,this)}},r.once=function(e,n){var r=this;if(this.addEventListener(e,function t(){r.removeEventListener(e,t),n.apply(null,arguments)}),!n)return new Promise(function(t){n=t})},r.setDefaultHandler=function(t,e){var n=this._defaultHandlers;if(n||(n=this._defaultHandlers={_disabled_:{}}),n[t]){var r=n[t],s=n._disabled_[t];s||(n._disabled_[t]=s=[]),s.push(r);var o=s.indexOf(e);-1!=o&&s.splice(o,1)}n[t]=e},r.removeDefaultHandler=function(t,e){var n=this._defaultHandlers;if(n){var r=n._disabled_[t];if(n[t]==e)r&&this.setDefaultHandler(t,r.pop());else if(r){var s=r.indexOf(e);-1!=s&&r.splice(s,1)}}},r.on=r.addEventListener=function(t,e,n){this._eventRegistry=this._eventRegistry||{};var r=this._eventRegistry[t];return r||(r=this._eventRegistry[t]=[]),-1==r.indexOf(e)&&r[n?"unshift":"push"](e),e},r.off=r.removeListener=r.removeEventListener=function(t,e){this._eventRegistry=this._eventRegistry||{};var n=this._eventRegistry[t];if(n){var r=n.indexOf(e);-1!==r&&n.splice(r,1)}},r.removeAllListeners=function(t){this._eventRegistry&&(this._eventRegistry[t]=[])},e.EventEmitter=r}),ace.define("ace/anchor",[],function(t,e,n){"use strict";var r=t("./lib/oop"),s=t("./lib/event_emitter").EventEmitter,o=e.Anchor=function(t,e,n){this.$onChange=this.onChange.bind(this),this.attach(t),void 0===n?this.setPosition(e.row,e.column):this.setPosition(e,n)};(function(){function u(t,e,n){var r=n?t.column<=e.column:t.column<e.column;return t.row<e.row||t.row==e.row&&r}r.implement(this,s),this.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},this.getDocument=function(){return this.document},this.$insertRight=!1,this.onChange=function(t){if(!(t.start.row==t.end.row&&t.start.row!=this.row||t.start.row>this.row)){var e,n,r,s,o,i,a,_,T=(e=t,n={row:this.row,column:this.column},r=this.$insertRight,s="insert"==e.action,o=(s?1:-1)*(e.end.row-e.start.row),i=(s?1:-1)*(e.end.column-e.start.column),a=e.start,_=s?a:e.end,u(n,a,r)?{row:n.row,column:n.column}:u(_,n,!r)?{row:n.row+o,column:n.column+(n.row==_.row?i:0)}:{row:a.row,column:a.column});this.setPosition(T.row,T.column,!0)}},this.setPosition=function(t,e,n){var r;if(r=n?{row:t,column:e}:this.$clipPositionToDocument(t,e),this.row!=r.row||this.column!=r.column){var s={row:this.row,column:this.column};this.row=r.row,this.column=r.column,this._signal("change",{old:s,value:r})}},this.detach=function(){this.document.removeEventListener("change",this.$onChange)},this.attach=function(t){this.document=t||this.document,this.document.on("change",this.$onChange)},this.$clipPositionToDocument=function(t,e){var n={};return t>=this.document.getLength()?(n.row=Math.max(0,this.document.getLength()-1),n.column=this.document.getLine(n.row).length):t<0?(n.row=0,n.column=0):(n.row=t,n.column=Math.min(this.document.getLine(n.row).length,Math.max(0,e))),e<0&&(n.column=0),n}}).call(o.prototype)}),ace.define("ace/document",[],function(t,e,n){"use strict";var r=t("./lib/oop"),s=t("./apply_delta").applyDelta,o=t("./lib/event_emitter").EventEmitter,u=t("./range").Range,i=t("./anchor").Anchor,a=function(t){this.$lines=[""],0===t.length?this.$lines=[""]:Array.isArray(t)?this.insertMergedLines({row:0,column:0},t):this.insert({row:0,column:0},t)};(function(){r.implement(this,o),this.setValue=function(t){var e=this.getLength()-1;this.remove(new u(0,0,e,this.getLine(e).length)),this.insert({row:0,column:0},t)},this.getValue=function(){return this.getAllLines().join(this.getNewLineCharacter())},this.createAnchor=function(t,e){return new i(this,t,e)},0==="aaa".split(/a/).length?this.$split=function(t){return t.replace(/\r\n|\r/g,"\n").split("\n")}:this.$split=function(t){return t.split(/\r\n|\r|\n/)},this.$detectNewLine=function(t){var e=t.match(/^.*?(\r\n|\r|\n)/m);this.$autoNewLine=e?e[1]:"\n",this._signal("changeNewLineMode")},this.getNewLineCharacter=function(){switch(this.$newLineMode){case"windows":return"\r\n";case"unix":return"\n";default:return this.$autoNewLine||"\n"}},this.$autoNewLine="",this.$newLineMode="auto",this.setNewLineMode=function(t){this.$newLineMode!==t&&(this.$newLineMode=t,this._signal("changeNewLineMode"))},this.getNewLineMode=function(){return this.$newLineMode},this.isNewLine=function(t){return"\r\n"==t||"\r"==t||"\n"==t},this.getLine=function(t){return this.$lines[t]||""},this.getLines=function(t,e){return this.$lines.slice(t,e+1)},this.getAllLines=function(){return this.getLines(0,this.getLength())},this.getLength=function(){return this.$lines.length},this.getTextRange=function(t){return this.getLinesForRange(t).join(this.getNewLineCharacter())},this.getLinesForRange=function(t){var e;if(t.start.row===t.end.row)e=[this.getLine(t.start.row).substring(t.start.column,t.end.column)];else{(e=this.getLines(t.start.row,t.end.row))[0]=(e[0]||"").substring(t.start.column);var n=e.length-1;t.end.row-t.start.row==n&&(e[n]=e[n].substring(0,t.end.column))}return e},this.insertLines=function(t,e){return console.warn("Use of document.insertLines is deprecated. Use the insertFullLines method instead."),this.insertFullLines(t,e)},this.removeLines=function(t,e){return console.warn("Use of document.removeLines is deprecated. Use the removeFullLines method instead."),this.removeFullLines(t,e)},this.insertNewLine=function(t){return console.warn("Use of document.insertNewLine is deprecated. Use insertMergedLines(position, ['', '']) instead."),this.insertMergedLines(t,["",""])},this.insert=function(t,e){return this.getLength()<=1&&this.$detectNewLine(e),this.insertMergedLines(t,this.$split(e))},this.insertInLine=function(t,e){var n=this.clippedPos(t.row,t.column),r=this.pos(t.row,t.column+e.length);return this.applyDelta({start:n,end:r,action:"insert",lines:[e]},!0),this.clonePos(r)},this.clippedPos=function(t,e){var n=this.getLength();void 0===t?t=n:t<0?t=0:n<=t&&(t=n-1,e=void 0);var r=this.getLine(t);return null==e&&(e=r.length),{row:t,column:e=Math.min(Math.max(e,0),r.length)}},this.clonePos=function(t){return{row:t.row,column:t.column}},this.pos=function(t,e){return{row:t,column:e}},this.$clipPosition=function(t){var e=this.getLength();return t.row>=e?(t.row=Math.max(0,e-1),t.column=this.getLine(e-1).length):(t.row=Math.max(0,t.row),t.column=Math.min(Math.max(t.column,0),this.getLine(t.row).length)),t},this.insertFullLines=function(t,e){var n=0;(t=Math.min(Math.max(t,0),this.getLength()))<this.getLength()?(e=e.concat([""]),n=0):(e=[""].concat(e),t--,n=this.$lines[t].length),this.insertMergedLines({row:t,column:n},e)},this.insertMergedLines=function(t,e){var n=this.clippedPos(t.row,t.column),r={row:n.row+e.length-1,column:(1==e.length?n.column:0)+e[e.length-1].length};return this.applyDelta({start:n,end:r,action:"insert",lines:e}),this.clonePos(r)},this.remove=function(t){var e=this.clippedPos(t.start.row,t.start.column),n=this.clippedPos(t.end.row,t.end.column);return this.applyDelta({start:e,end:n,action:"remove",lines:this.getLinesForRange({start:e,end:n})}),this.clonePos(e)},this.removeInLine=function(t,e,n){var r=this.clippedPos(t,e),s=this.clippedPos(t,n);return this.applyDelta({start:r,end:s,action:"remove",lines:this.getLinesForRange({start:r,end:s})},!0),this.clonePos(r)},this.removeFullLines=function(t,e){t=Math.min(Math.max(0,t),this.getLength()-1);var n=(e=Math.min(Math.max(0,e),this.getLength()-1))==this.getLength()-1&&0<t,r=e<this.getLength()-1,s=n?t-1:t,o=n?this.getLine(s).length:0,i=r?e+1:e,a=r?0:this.getLine(i).length,_=new u(s,o,i,a),T=this.$lines.slice(t,e+1);return this.applyDelta({start:_.start,end:_.end,action:"remove",lines:this.getLinesForRange(_)}),T},this.removeNewLine=function(t){t<this.getLength()-1&&0<=t&&this.applyDelta({start:this.pos(t,this.getLine(t).length),end:this.pos(t+1,0),action:"remove",lines:["",""]})},this.replace=function(t,e){return t instanceof u||(t=u.fromPoints(t.start,t.end)),0===e.length&&t.isEmpty()?t.start:e==this.getTextRange(t)?t.end:(this.remove(t),e?this.insert(t.start,e):t.start)},this.applyDeltas=function(t){for(var e=0;e<t.length;e++)this.applyDelta(t[e])},this.revertDeltas=function(t){for(var e=t.length-1;0<=e;e--)this.revertDelta(t[e])},this.applyDelta=function(t,e){var n="insert"==t.action;(n?t.lines.length<=1&&!t.lines[0]:!u.comparePoints(t.start,t.end))||(n&&2e4<t.lines.length?this.$splitAndapplyLargeDelta(t,2e4):(s(this.$lines,t,e),this._signal("change",t)))},this.$splitAndapplyLargeDelta=function(t,e){for(var n=t.lines,r=n.length-e+1,s=t.start.row,o=t.start.column,i=0,a=0;i<r;i=a){a+=e-1;var _=n.slice(i,a);_.push(""),this.applyDelta({start:this.pos(s+i,o),end:this.pos(s+a,o=0),action:t.action,lines:_},!0)}t.lines=n.slice(i),t.start.row=s+i,t.start.column=o,this.applyDelta(t,!0)},this.revertDelta=function(t){this.applyDelta({start:this.clonePos(t.start),end:this.clonePos(t.end),action:"insert"==t.action?"remove":"insert",lines:t.lines.slice()})},this.indexToPosition=function(t,e){for(var n=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length,s=e||0,o=n.length;s<o;s++)if((t-=n[s].length+r)<0)return{row:s,column:t+n[s].length+r};return{row:o-1,column:t+n[o-1].length+r}},this.positionToIndex=function(t,e){for(var n=this.$lines||this.getAllLines(),r=this.getNewLineCharacter().length,s=0,o=Math.min(t.row,n.length),i=e||0;i<o;++i)s+=n[i].length+r;return s+t.column}}).call(a.prototype),e.Document=a}),ace.define("ace/lib/lang",[],function(t,e,n){"use strict";e.last=function(t){return t[t.length-1]},e.stringReverse=function(t){return t.split("").reverse().join("")},e.stringRepeat=function(t,e){for(var n="";0<e;)1&e&&(n+=t),(e>>=1)&&(t+=t);return n};var r=/^\s\s*/,s=/\s\s*$/;e.stringTrimLeft=function(t){return t.replace(r,"")},e.stringTrimRight=function(t){return t.replace(s,"")},e.copyObject=function(t){var e={};for(var n in t)e[n]=t[n];return e},e.copyArray=function(t){for(var e=[],n=0,r=t.length;n<r;n++)t[n]&&"object"==typeof t[n]?e[n]=this.copyObject(t[n]):e[n]=t[n];return e},e.deepCopy=function t(e){if("object"!=typeof e||!e)return e;var n;if(Array.isArray(e)){n=[];for(var r=0;r<e.length;r++)n[r]=t(e[r]);return n}if("[object Object]"!==Object.prototype.toString.call(e))return e;for(var r in n={},e)n[r]=t(e[r]);return n},e.arrayToMap=function(t){for(var e={},n=0;n<t.length;n++)e[t[n]]=1;return e},e.createMap=function(t){var e=Object.create(null);for(var n in t)e[n]=t[n];return e},e.arrayRemove=function(t,e){for(var n=0;n<=t.length;n++)e===t[n]&&t.splice(n,1)},e.escapeRegExp=function(t){return t.replace(/([.*+?^${}()|[\]\/\\])/g,"\\$1")},e.escapeHTML=function(t){return(""+t).replace(/&/g,"&#38;").replace(/"/g,"&#34;").replace(/'/g,"&#39;").replace(/</g,"&#60;")},e.getMatchOffsets=function(t,e){var n=[];return t.replace(e,function(t){n.push({offset:arguments[arguments.length-2],length:t.length})}),n},e.deferredCall=function(t){var e=null,n=function(){e=null,t()},r=function(t){return r.cancel(),e=setTimeout(n,t||0),r};return(r.schedule=r).call=function(){return this.cancel(),t(),r},r.cancel=function(){return clearTimeout(e),e=null,r},r.isPending=function(){return e},r},e.delayedCall=function(t,e){var n=null,r=function(){n=null,t()},s=function(t){null==n&&(n=setTimeout(r,t||e))};return s.delay=function(t){n&&clearTimeout(n),n=setTimeout(r,t||e)},(s.schedule=s).call=function(){this.cancel(),t()},s.cancel=function(){n&&clearTimeout(n),n=null},s.isPending=function(){return n},s}}),ace.define("ace/worker/mirror",[],function(t,e,n){"use strict";t("../range").Range;var r=t("../document").Document,a=t("../lib/lang"),s=e.Mirror=function(t){this.sender=t;var s=this.doc=new r(""),o=this.deferredUpdate=a.delayedCall(this.onUpdate.bind(this)),i=this;t.on("change",function(t){var e=t.data;if(e[0].start)s.applyDeltas(e);else for(var n=0;n<e.length;n+=2){if(Array.isArray(e[n+1]))var r={action:"insert",start:e[n],lines:e[n+1]};else r={action:"remove",start:e[n],end:e[n+1]};s.applyDelta(r,!0)}if(i.$timeout)return o.schedule(i.$timeout);i.onUpdate()})};(function(){this.$timeout=500,this.setTimeout=function(t){this.$timeout=t},this.setValue=function(t){this.doc.setValue(t),this.deferredUpdate.schedule(this.$timeout)},this.getValue=function(t){this.sender.callback(this.doc.getValue(),t)},this.onUpdate=function(){},this.isPending=function(){return this.deferredUpdate.isPending()}}).call(s.prototype)}),ace.define("ace/mode/php/php",[],function(t,e,n){var I={Constants:{}};I.Constants.T_INCLUDE=257,I.Constants.T_INCLUDE_ONCE=258,I.Constants.T_EVAL=259,I.Constants.T_REQUIRE=260,I.Constants.T_REQUIRE_ONCE=261,I.Constants.T_LOGICAL_OR=262,I.Constants.T_LOGICAL_XOR=263,I.Constants.T_LOGICAL_AND=264,I.Constants.T_PRINT=265,I.Constants.T_YIELD=266,I.Constants.T_DOUBLE_ARROW=267,I.Constants.T_YIELD_FROM=268,I.Constants.T_PLUS_EQUAL=269,I.Constants.T_MINUS_EQUAL=270,I.Constants.T_MUL_EQUAL=271,I.Constants.T_DIV_EQUAL=272,I.Constants.T_CONCAT_EQUAL=273,I.Constants.T_MOD_EQUAL=274,I.Constants.T_AND_EQUAL=275,I.Constants.T_OR_EQUAL=276,I.Constants.T_XOR_EQUAL=277,I.Constants.T_SL_EQUAL=278,I.Constants.T_SR_EQUAL=279,I.Constants.T_POW_EQUAL=280,I.Constants.T_COALESCE=281,I.Constants.T_BOOLEAN_OR=282,I.Constants.T_BOOLEAN_AND=283,I.Constants.T_IS_EQUAL=284,I.Constants.T_IS_NOT_EQUAL=285,I.Constants.T_IS_IDENTICAL=286,I.Constants.T_IS_NOT_IDENTICAL=287,I.Constants.T_SPACESHIP=288,I.Constants.T_IS_SMALLER_OR_EQUAL=289,I.Constants.T_IS_GREATER_OR_EQUAL=290,I.Constants.T_SL=291,I.Constants.T_SR=292,I.Constants.T_INSTANCEOF=293,I.Constants.T_INC=294,I.Constants.T_DEC=295,I.Constants.T_INT_CAST=296,I.Constants.T_DOUBLE_CAST=297,I.Constants.T_STRING_CAST=298,I.Constants.T_ARRAY_CAST=299,I.Constants.T_OBJECT_CAST=300,I.Constants.T_BOOL_CAST=301,I.Constants.T_UNSET_CAST=302,I.Constants.T_POW=303,I.Constants.T_NEW=304,I.Constants.T_CLONE=305,I.Constants.T_EXIT=306,I.Constants.T_IF=307,I.Constants.T_ELSEIF=308,I.Constants.T_ELSE=309,I.Constants.T_ENDIF=310,I.Constants.T_LNUMBER=311,I.Constants.T_DNUMBER=312,I.Constants.T_STRING=313,I.Constants.T_STRING_VARNAME=314,I.Constants.T_VARIABLE=315,I.Constants.T_NUM_STRING=316,I.Constants.T_INLINE_HTML=317,I.Constants.T_CHARACTER=318,I.Constants.T_BAD_CHARACTER=319,I.Constants.T_ENCAPSED_AND_WHITESPACE=320,I.Constants.T_CONSTANT_ENCAPSED_STRING=321,I.Constants.T_ECHO=322,I.Constants.T_DO=323,I.Constants.T_WHILE=324,I.Constants.T_ENDWHILE=325,I.Constants.T_FOR=326,I.Constants.T_ENDFOR=327,I.Constants.T_FOREACH=328,I.Constants.T_ENDFOREACH=329,I.Constants.T_DECLARE=330,I.Constants.T_ENDDECLARE=331,I.Constants.T_AS=332,I.Constants.T_SWITCH=333,I.Constants.T_ENDSWITCH=334,I.Constants.T_CASE=335,I.Constants.T_DEFAULT=336,I.Constants.T_BREAK=337,I.Constants.T_CONTINUE=338,I.Constants.T_GOTO=339,I.Constants.T_FUNCTION=340,I.Constants.T_CONST=341,I.Constants.T_RETURN=342,I.Constants.T_TRY=343,I.Constants.T_CATCH=344,I.Constants.T_FINALLY=345,I.Constants.T_THROW=346,I.Constants.T_USE=347,I.Constants.T_INSTEADOF=348,I.Constants.T_GLOBAL=349,I.Constants.T_STATIC=350,I.Constants.T_ABSTRACT=351,I.Constants.T_FINAL=352,I.Constants.T_PRIVATE=353,I.Constants.T_PROTECTED=354,I.Constants.T_PUBLIC=355,I.Constants.T_VAR=356,I.Constants.T_UNSET=357,I.Constants.T_ISSET=358,I.Constants.T_EMPTY=359,I.Constants.T_HALT_COMPILER=360,I.Constants.T_CLASS=361,I.Constants.T_TRAIT=362,I.Constants.T_INTERFACE=363,I.Constants.T_EXTENDS=364,I.Constants.T_IMPLEMENTS=365,I.Constants.T_OBJECT_OPERATOR=366,I.Constants.T_LIST=367,I.Constants.T_ARRAY=368,I.Constants.T_CALLABLE=369,I.Constants.T_CLASS_C=370,I.Constants.T_TRAIT_C=371,I.Constants.T_METHOD_C=372,I.Constants.T_FUNC_C=373,I.Constants.T_LINE=374,I.Constants.T_FILE=375,I.Constants.T_COMMENT=376,I.Constants.T_DOC_COMMENT=377,I.Constants.T_OPEN_TAG=378,I.Constants.T_OPEN_TAG_WITH_ECHO=379,I.Constants.T_CLOSE_TAG=380,I.Constants.T_WHITESPACE=381,I.Constants.T_START_HEREDOC=382,I.Constants.T_END_HEREDOC=383,I.Constants.T_DOLLAR_OPEN_CURLY_BRACES=384,I.Constants.T_CURLY_OPEN=385,I.Constants.T_PAAMAYIM_NEKUDOTAYIM=386,I.Constants.T_NAMESPACE=387,I.Constants.T_NS_C=388,I.Constants.T_DIR=389,I.Constants.T_NS_SEPARATOR=390,I.Constants.T_ELLIPSIS=391,I.Lexer=function(r,t){var s,o,e=["INITIAL"],n=0,i=function(t){e[n]=t},a=function(t){e[++n]=t},_=function(){--n},T=void 0===t||/^(on|true|1)$/i.test(t.short_open_tag),u=T?/^(\<\?php(?:\r\n|[ \t\r\n])|<\?|\<script language\=('|")?php('|")?\>)/i:/^(\<\?php(?:\r\n|[ \t\r\n])|\<script language\=('|")?php('|")?\>)/i,l=T?/[^<]*(?:<(?!\?|script language\=('|")?php('|")?\>)[^<]*)*/i:/[^<]*(?:<(?!\?=|\?php[ \t\r\n]|script language\=('|")?php('|")?\>)[^<]*)*/i,c="[a-zA-Z_\\x7f-\\uffff][a-zA-Z0-9_\\x7f-\\uffff]*",p=function(t){return"[^"+t+"\\\\${]*(?:(?:\\\\[\\s\\S]|\\$(?!\\{|[a-zA-Z_\\x7f-\\uffff])|\\{(?!\\$))[^"+t+"\\\\${]*)*"},E=[{value:I.Constants.T_VARIABLE,re:new RegExp("^\\$"+c+"(?=\\[)"),func:function(){a("VAR_OFFSET")}},{value:I.Constants.T_VARIABLE,re:new RegExp("^\\$"+c+"(?=->"+c+")"),func:function(){a("LOOKING_FOR_PROPERTY")}},{value:I.Constants.T_DOLLAR_OPEN_CURLY_BRACES,re:new RegExp("^\\$\\{(?="+c+"[\\[}])"),func:function(){a("LOOKING_FOR_VARNAME")}},{value:I.Constants.T_VARIABLE,re:new RegExp("^\\$"+c)},{value:I.Constants.T_DOLLAR_OPEN_CURLY_BRACES,re:/^\$\{/,func:function(){a("IN_SCRIPTING")}},{value:I.Constants.T_CURLY_OPEN,re:/^\{(?=\$)/,func:function(){a("IN_SCRIPTING")}}],h={INITIAL:[{value:I.Constants.T_OPEN_TAG_WITH_ECHO,re:/^<\?=/i,func:function(){i("IN_SCRIPTING")}},{value:I.Constants.T_OPEN_TAG,re:u,func:function(){i("IN_SCRIPTING")}},{value:I.Constants.T_INLINE_HTML,re:l}],IN_SCRIPTING:[{value:I.Constants.T_WHITESPACE,re:/^[ \n\r\t]+/},{value:I.Constants.T_ABSTRACT,re:/^abstract\b/i},{value:I.Constants.T_LOGICAL_AND,re:/^and\b/i},{value:I.Constants.T_ARRAY,re:/^array\b/i},{value:I.Constants.T_AS,re:/^as\b/i},{value:I.Constants.T_BREAK,re:/^break\b/i},{value:I.Constants.T_CALLABLE,re:/^callable\b/i},{value:I.Constants.T_CASE,re:/^case\b/i},{value:I.Constants.T_CATCH,re:/^catch\b/i},{value:I.Constants.T_CLASS,re:/^class\b/i},{value:I.Constants.T_CLONE,re:/^clone\b/i},{value:I.Constants.T_CONST,re:/^const\b/i},{value:I.Constants.T_CONTINUE,re:/^continue\b/i},{value:I.Constants.T_DECLARE,re:/^declare\b/i},{value:I.Constants.T_DEFAULT,re:/^default\b/i},{value:I.Constants.T_DO,re:/^do\b/i},{value:I.Constants.T_ECHO,re:/^echo\b/i},{value:I.Constants.T_ELSE,re:/^else\b/i},{value:I.Constants.T_ELSEIF,re:/^elseif\b/i},{value:I.Constants.T_ENDDECLARE,re:/^enddeclare\b/i},{value:I.Constants.T_ENDFOR,re:/^endfor\b/i},{value:I.Constants.T_ENDFOREACH,re:/^endforeach\b/i},{value:I.Constants.T_ENDIF,re:/^endif\b/i},{value:I.Constants.T_ENDSWITCH,re:/^endswitch\b/i},{value:I.Constants.T_ENDWHILE,re:/^endwhile\b/i},{value:I.Constants.T_EMPTY,re:/^empty\b/i},{value:I.Constants.T_EVAL,re:/^eval\b/i},{value:I.Constants.T_EXIT,re:/^(?:exit|die)\b/i},{value:I.Constants.T_EXTENDS,re:/^extends\b/i},{value:I.Constants.T_FINAL,re:/^final\b/i},{value:I.Constants.T_FINALLY,re:/^finally\b/i},{value:I.Constants.T_FOR,re:/^for\b/i},{value:I.Constants.T_FOREACH,re:/^foreach\b/i},{value:I.Constants.T_FUNCTION,re:/^function\b/i},{value:I.Constants.T_GLOBAL,re:/^global\b/i},{value:I.Constants.T_GOTO,re:/^goto\b/i},{value:I.Constants.T_IF,re:/^if\b/i},{value:I.Constants.T_IMPLEMENTS,re:/^implements\b/i},{value:I.Constants.T_INCLUDE,re:/^include\b/i},{value:I.Constants.T_INCLUDE_ONCE,re:/^include_once\b/i},{value:I.Constants.T_INSTANCEOF,re:/^instanceof\b/i},{value:I.Constants.T_INSTEADOF,re:/^insteadof\b/i},{value:I.Constants.T_INTERFACE,re:/^interface\b/i},{value:I.Constants.T_ISSET,re:/^isset\b/i},{value:I.Constants.T_LIST,re:/^list\b/i},{value:I.Constants.T_NAMESPACE,re:/^namespace\b/i},{value:I.Constants.T_NEW,re:/^new\b/i},{value:I.Constants.T_LOGICAL_OR,re:/^or\b/i},{value:I.Constants.T_PRINT,re:/^print\b/i},{value:I.Constants.T_PRIVATE,re:/^private\b/i},{value:I.Constants.T_PROTECTED,re:/^protected\b/i},{value:I.Constants.T_PUBLIC,re:/^public\b/i},{value:I.Constants.T_REQUIRE,re:/^require\b/i},{value:I.Constants.T_REQUIRE_ONCE,re:/^require_once\b/i},{value:I.Constants.T_STATIC,re:/^static\b/i},{value:I.Constants.T_SWITCH,re:/^switch\b/i},{value:I.Constants.T_THROW,re:/^throw\b/i},{value:I.Constants.T_TRAIT,re:/^trait\b/i},{value:I.Constants.T_TRY,re:/^try\b/i},{value:I.Constants.T_UNSET,re:/^unset\b/i},{value:I.Constants.T_USE,re:/^use\b/i},{value:I.Constants.T_VAR,re:/^var\b/i},{value:I.Constants.T_WHILE,re:/^while\b/i},{value:I.Constants.T_LOGICAL_XOR,re:/^xor\b/i},{value:I.Constants.T_YIELD_FROM,re:/^yield\s+from\b/i},{value:I.Constants.T_YIELD,re:/^yield\b/i},{value:I.Constants.T_RETURN,re:/^return\b/i},{value:I.Constants.T_METHOD_C,re:/^__METHOD__\b/i},{value:I.Constants.T_LINE,re:/^__LINE__\b/i},{value:I.Constants.T_FILE,re:/^__FILE__\b/i},{value:I.Constants.T_FUNC_C,re:/^__FUNCTION__\b/i},{value:I.Constants.T_NS_C,re:/^__NAMESPACE__\b/i},{value:I.Constants.T_TRAIT_C,re:/^__TRAIT__\b/i},{value:I.Constants.T_DIR,re:/^__DIR__\b/i},{value:I.Constants.T_CLASS_C,re:/^__CLASS__\b/i},{value:I.Constants.T_AND_EQUAL,re:/^&=/},{value:I.Constants.T_ARRAY_CAST,re:/^\([ \t]*array[ \t]*\)/i},{value:I.Constants.T_BOOL_CAST,re:/^\([ \t]*(?:bool|boolean)[ \t]*\)/i},{value:I.Constants.T_DOUBLE_CAST,re:/^\([ \t]*(?:real|float|double)[ \t]*\)/i},{value:I.Constants.T_INT_CAST,re:/^\([ \t]*(?:int|integer)[ \t]*\)/i},{value:I.Constants.T_OBJECT_CAST,re:/^\([ \t]*object[ \t]*\)/i},{value:I.Constants.T_STRING_CAST,re:/^\([ \t]*(?:binary|string)[ \t]*\)/i},{value:I.Constants.T_UNSET_CAST,re:/^\([ \t]*unset[ \t]*\)/i},{value:I.Constants.T_BOOLEAN_AND,re:/^&&/},{value:I.Constants.T_BOOLEAN_OR,re:/^\|\|/},{value:I.Constants.T_CLOSE_TAG,re:/^(?:\?>|<\/script>)(\r\n|\r|\n)?/i,func:function(){i("INITIAL")}},{value:I.Constants.T_DOUBLE_ARROW,re:/^=>/},{value:I.Constants.T_PAAMAYIM_NEKUDOTAYIM,re:/^::/},{value:I.Constants.T_INC,re:/^\+\+/},{value:I.Constants.T_DEC,re:/^--/},{value:I.Constants.T_CONCAT_EQUAL,re:/^\.=/},{value:I.Constants.T_DIV_EQUAL,re:/^\/=/},{value:I.Constants.T_XOR_EQUAL,re:/^\^=/},{value:I.Constants.T_MUL_EQUAL,re:/^\*=/},{value:I.Constants.T_MOD_EQUAL,re:/^%=/},{value:I.Constants.T_SL_EQUAL,re:/^<<=/},{value:I.Constants.T_START_HEREDOC,re:new RegExp("^[bB]?<<<[ \\t]*'("+c+")'(?:\\r\\n|\\r|\\n)"),func:function(t){s=t[1],i("NOWDOC")}},{value:I.Constants.T_START_HEREDOC,re:new RegExp('^[bB]?<<<[ \\t]*("?)('+c+")\\1(?:\\r\\n|\\r|\\n)"),func:function(t){s=t[2],o=!0,i("HEREDOC")}},{value:I.Constants.T_SL,re:/^<</},{value:I.Constants.T_SPACESHIP,re:/^<=>/},{value:I.Constants.T_IS_SMALLER_OR_EQUAL,re:/^<=/},{value:I.Constants.T_SR_EQUAL,re:/^>>=/},{value:I.Constants.T_SR,re:/^>>/},{value:I.Constants.T_IS_GREATER_OR_EQUAL,re:/^>=/},{value:I.Constants.T_OR_EQUAL,re:/^\|=/},{value:I.Constants.T_PLUS_EQUAL,re:/^\+=/},{value:I.Constants.T_MINUS_EQUAL,re:/^-=/},{value:I.Constants.T_OBJECT_OPERATOR,re:new RegExp("^->(?=[ \n\r\t]*"+c+")"),func:function(){a("LOOKING_FOR_PROPERTY")}},{value:I.Constants.T_OBJECT_OPERATOR,re:/^->/i},{value:I.Constants.T_ELLIPSIS,re:/^\.\.\./},{value:I.Constants.T_POW_EQUAL,re:/^\*\*=/},{value:I.Constants.T_POW,re:/^\*\*/},{value:I.Constants.T_COALESCE,re:/^\?\?/},{value:I.Constants.T_COMMENT,re:/^\/\*([\S\s]*?)(?:\*\/|$)/},{value:I.Constants.T_COMMENT,re:/^(?:\/\/|#)[^\r\n?]*(?:\?(?!>)[^\r\n?]*)*(?:\r\n|\r|\n)?/},{value:I.Constants.T_IS_IDENTICAL,re:/^===/},{value:I.Constants.T_IS_EQUAL,re:/^==/},{value:I.Constants.T_IS_NOT_IDENTICAL,re:/^!==/},{value:I.Constants.T_IS_NOT_EQUAL,re:/^(!=|<>)/},{value:I.Constants.T_DNUMBER,re:/^(?:[0-9]+\.[0-9]*|\.[0-9]+)(?:[eE][+-]?[0-9]+)?/},{value:I.Constants.T_DNUMBER,re:/^[0-9]+[eE][+-]?[0-9]+/},{value:I.Constants.T_LNUMBER,re:/^(?:0x[0-9A-F]+|0b[01]+|[0-9]+)/i},{value:I.Constants.T_VARIABLE,re:new RegExp("^\\$"+c)},{value:I.Constants.T_CONSTANT_ENCAPSED_STRING,re:/^[bB]?'[^'\\]*(?:\\[\s\S][^'\\]*)*'/},{value:I.Constants.T_CONSTANT_ENCAPSED_STRING,re:new RegExp('^[bB]?"'+p('"')+'"')},{value:-1,re:/^[bB]?"/,func:function(){i("DOUBLE_QUOTES")}},{value:-1,re:/^`/,func:function(){i("BACKTICKS")}},{value:I.Constants.T_NS_SEPARATOR,re:/^\\/},{value:I.Constants.T_STRING,re:/^[a-zA-Z_\x7f-\uffff][a-zA-Z0-9_\x7f-\uffff]*/},{value:-1,re:/^\{/,func:function(){a("IN_SCRIPTING")}},{value:-1,re:/^\}/,func:function(){0<n&&_()}},{value:-1,re:/^[\[\];:?()!.,><=+-/*|&@^%"'$~]/}],DOUBLE_QUOTES:E.concat([{value:-1,re:/^"/,func:function(){i("IN_SCRIPTING")}},{value:I.Constants.T_ENCAPSED_AND_WHITESPACE,re:new RegExp("^"+p('"'))}]),BACKTICKS:E.concat([{value:-1,re:/^`/,func:function(){i("IN_SCRIPTING")}},{value:I.Constants.T_ENCAPSED_AND_WHITESPACE,re:new RegExp("^"+p("`"))}]),VAR_OFFSET:[{value:-1,re:/^\]/,func:function(){_()}},{value:I.Constants.T_NUM_STRING,re:/^(?:0x[0-9A-F]+|0b[01]+|[0-9]+)/i},{value:I.Constants.T_VARIABLE,re:new RegExp("^\\$"+c)},{value:I.Constants.T_STRING,re:new RegExp("^"+c)},{value:-1,re:/^[;:,.\[()|^&+-/*=%!~$<>?@{}"`]/}],LOOKING_FOR_PROPERTY:[{value:I.Constants.T_OBJECT_OPERATOR,re:/^->/},{value:I.Constants.T_STRING,re:new RegExp("^"+c),func:function(){_()}},{value:I.Constants.T_WHITESPACE,re:/^[ \n\r\t]+/}],LOOKING_FOR_VARNAME:[{value:I.Constants.T_STRING_VARNAME,re:new RegExp("^"+c+"(?=[\\[}])"),func:function(){i("IN_SCRIPTING")}}],NOWDOC:[{value:I.Constants.T_END_HEREDOC,matchFunc:function(t){var e=new RegExp("^"+s+"(?=;?[\\r\\n])");return t.match(e)?[t.substr(0,s.length)]:null},func:function(){i("IN_SCRIPTING")}},{value:I.Constants.T_ENCAPSED_AND_WHITESPACE,matchFunc:function(t){var e=new RegExp("[\\r\\n]"+s+"(?=;?[\\r\\n])").exec(t),n=e?e.index+1:t.length;return[t.substring(0,n)]}}],HEREDOC:E.concat([{value:I.Constants.T_END_HEREDOC,matchFunc:function(t){if(!o)return null;var e=new RegExp("^"+s+"(?=;?[\\r\\n])");return t.match(e)?[t.substr(0,s.length)]:null},func:function(){i("IN_SCRIPTING")}},{value:I.Constants.T_ENCAPSED_AND_WHITESPACE,matchFunc:function(t){var e=t.length,n=new RegExp("^"+p("")),r=n.exec(t);return r&&(e=r[0].length),(r=(n=new RegExp("([\\r\\n])"+s+"(?=;?[\\r\\n])")).exec(t.substring(0,e)))?(e=r.index+1,o=!0):o=!1,0==e?null:[t.substring(0,e)]}}])},C=[],A=1,f=!0;if(null===r)return C;for("string"!=typeof r&&(r=r.toString());0<r.length&&!0===f;){f=h[e[n]].some(function(t){var e=void 0!==t.matchFunc?t.matchFunc(r):r.match(t.re);if(null!==e){if(0==e[0].length)throw new Error("empty match");if(void 0!==t.func&&t.func(e),-1===t.value)C.push(e[0]);else{var n=e[0];C.push([parseInt(t.value,10),n,A]),A+=n.split("\n").length-1}return r=r.substring(e[0].length),!0}return!1})}return C},I.Parser=function(t,e){var n=this.yybase,r=this.yydefault,s=this.yycheck,o=this.yyaction,i=this.yylen,a=this.yygbase,_=this.yygcheck,T=this.yyp,u=this.yygoto,l=this.yylhs,c=this.terminals,p=this.translate,E=this.yygdefault;this.pos=-1,this.line=1,this.tokenMap=this.createTokenMap(),this.dropTokens={},this.dropTokens[I.Constants.T_WHITESPACE]=1,this.dropTokens[I.Constants.T_OPEN_TAG]=1;var h=[];t.forEach(function(t,e){"object"==typeof t&&t[0]===I.Constants.T_OPEN_TAG_WITH_ECHO?(h.push([I.Constants.T_OPEN_TAG,t[1],t[2]]),h.push([I.Constants.T_ECHO,t[1],t[2]])):h.push(t)}),this.tokens=h;var C=this.TOKEN_NONE;this.startAttributes={startLine:1},this.endAttributes={};var A,f,L=[this.startAttributes],O=0,N=[O];for(this.yyastk=[],this.stackPos=0;;){if(0===n[O])A=r[O];else if(C===this.TOKEN_NONE&&(C=0<=(f=this.getNextToken())&&f<this.TOKEN_MAP_SIZE?p[f]:this.TOKEN_INVALID,L[this.stackPos]=this.startAttributes),(0<=(A=n[O]+C)&&A<this.YYLAST&&s[A]===C||O<this.YY2TBLSTATE&&0<=(A=n[O+this.YYNLSTATES]+C)&&A<this.YYLAST&&s[A]===C)&&(A=o[A])!==this.YYDEFAULT)if(0<A){if(++this.stackPos,N[this.stackPos]=O=A,this.yyastk[this.stackPos]=this.tokenValue,L[this.stackPos]=this.startAttributes,C=this.TOKEN_NONE,A<this.YYNLSTATES)continue;A-=this.YYNLSTATES}else A=-A;else A=r[O];for(;;){if(0===A)return this.yyval;if(A===this.YYUNEXPECTED){if(!0!==e){for(var y=[],R=0;R<this.TOKEN_MAP_SIZE;++R)if((0<=(A=n[O]+R)&&A<this.YYLAST&&s[A]==R||O<this.YY2TBLSTATE&&(A=n[O+this.YYNLSTATES]+R)&&A<this.YYLAST&&s[A]==R)&&o[A]!=this.YYUNEXPECTED){if(4==y.length){y=[];break}y.push(this.terminals[R])}var S="";throw y.length&&(S=", expecting "+y.join(" or ")),new I.ParseError("syntax error, unexpected "+c[C]+S,this.startAttributes.startLine)}return this.startAttributes.startLine}for(var v in this.endAttributes)L[this.stackPos-i[A]][v]=this.endAttributes[v];if(this.stackPos-=i[A],O=0<=(T=a[A=l[A]]+N[this.stackPos])&&T<this.YYGLAST&&_[T]===A?u[T]:E[A],++this.stackPos,N[this.stackPos]=O,this.yyastk[this.stackPos]=this.yyval,L[this.stackPos]=this.startAttributes,O<this.YYNLSTATES)break;A=O-this.YYNLSTATES}}},I.ParseError=function(t,e){this.message=t,this.line=e},I.Parser.prototype.getNextToken=function(){var t,e;for(this.startAttributes={},this.endAttributes={};void 0!==this.tokens[++this.pos];){if("string"==typeof(t=this.tokens[this.pos]))return this.startAttributes.startLine=this.line,this.endAttributes.endLine=this.line,'b"'===t?(this.tokenValue='b"','"'.charCodeAt(0)):(this.tokenValue=t).charCodeAt(0);if(this.line+=null===(e=t[1].match(/\n/g))?0:e.length,I.Constants.T_COMMENT===t[0])Array.isArray(this.startAttributes.comments)||(this.startAttributes.comments=[]),this.startAttributes.comments.push({type:"comment",comment:t[1],line:t[2]});else if(I.Constants.T_DOC_COMMENT===t[0])this.startAttributes.comments.push(new PHPParser_Comment_Doc(t[1],t[2]));else if(void 0===this.dropTokens[t[0]])return this.tokenValue=t[1],this.startAttributes.startLine=t[2],this.endAttributes.endLine=this.line,this.tokenMap[t[0]]}return this.startAttributes.startLine=this.line,0},I.Parser.prototype.tokenName=function(e){var n="UNKNOWN";return["T_INCLUDE","T_INCLUDE_ONCE","T_EVAL","T_REQUIRE","T_REQUIRE_ONCE","T_LOGICAL_OR","T_LOGICAL_XOR","T_LOGICAL_AND","T_PRINT","T_YIELD","T_DOUBLE_ARROW","T_YIELD_FROM","T_PLUS_EQUAL","T_MINUS_EQUAL","T_MUL_EQUAL","T_DIV_EQUAL","T_CONCAT_EQUAL","T_MOD_EQUAL","T_AND_EQUAL","T_OR_EQUAL","T_XOR_EQUAL","T_SL_EQUAL","T_SR_EQUAL","T_POW_EQUAL","T_COALESCE","T_BOOLEAN_OR","T_BOOLEAN_AND","T_IS_EQUAL","T_IS_NOT_EQUAL","T_IS_IDENTICAL","T_IS_NOT_IDENTICAL","T_SPACESHIP","T_IS_SMALLER_OR_EQUAL","T_IS_GREATER_OR_EQUAL","T_SL","T_SR","T_INSTANCEOF","T_INC","T_DEC","T_INT_CAST","T_DOUBLE_CAST","T_STRING_CAST","T_ARRAY_CAST","T_OBJECT_CAST","T_BOOL_CAST","T_UNSET_CAST","T_POW","T_NEW","T_CLONE","T_EXIT","T_IF","T_ELSEIF","T_ELSE","T_ENDIF","T_LNUMBER","T_DNUMBER","T_STRING","T_STRING_VARNAME","T_VARIABLE","T_NUM_STRING","T_INLINE_HTML","T_CHARACTER","T_BAD_CHARACTER","T_ENCAPSED_AND_WHITESPACE","T_CONSTANT_ENCAPSED_STRING","T_ECHO","T_DO","T_WHILE","T_ENDWHILE","T_FOR","T_ENDFOR","T_FOREACH","T_ENDFOREACH","T_DECLARE","T_ENDDECLARE","T_AS","T_SWITCH","T_ENDSWITCH","T_CASE","T_DEFAULT","T_BREAK","T_CONTINUE","T_GOTO","T_FUNCTION","T_CONST","T_RETURN","T_TRY","T_CATCH","T_FINALLY","T_THROW","T_USE","T_INSTEADOF","T_GLOBAL","T_STATIC","T_ABSTRACT","T_FINAL","T_PRIVATE","T_PROTECTED","T_PUBLIC","T_VAR","T_UNSET","T_ISSET","T_EMPTY","T_HALT_COMPILER","T_CLASS","T_TRAIT","T_INTERFACE","T_EXTENDS","T_IMPLEMENTS","T_OBJECT_OPERATOR","T_DOUBLE_ARROW","T_LIST","T_ARRAY","T_CALLABLE","T_CLASS_C","T_TRAIT_C","T_METHOD_C","T_FUNC_C","T_LINE","T_FILE","T_COMMENT","T_DOC_COMMENT","T_OPEN_TAG","T_OPEN_TAG_WITH_ECHO","T_CLOSE_TAG","T_WHITESPACE","T_START_HEREDOC","T_END_HEREDOC","T_DOLLAR_OPEN_CURLY_BRACES","T_CURLY_OPEN","T_PAAMAYIM_NEKUDOTAYIM","T_NAMESPACE","T_NS_C","T_DIR","T_NS_SEPARATOR","T_ELLIPSIS"].some(function(t){return I.Constants[t]===e&&(n=t,!0)}),n},I.Parser.prototype.createTokenMap=function(){var t,e,n={};for(e=256;e<1e3;++e)I.Constants.T_OPEN_TAG_WITH_ECHO===e?n[e]=I.Constants.T_ECHO:I.Constants.T_CLOSE_TAG===e?n[e]=59:"UNKNOWN"!==(t=this.tokenName(e))&&(n[e]=this[t]);return n},I.Parser.prototype.TOKEN_NONE=-1,I.Parser.prototype.TOKEN_INVALID=157,I.Parser.prototype.TOKEN_MAP_SIZE=392,I.Parser.prototype.YYLAST=889,I.Parser.prototype.YY2TBLSTATE=337,I.Parser.prototype.YYGLAST=410,I.Parser.prototype.YYNLSTATES=564,I.Parser.prototype.YYUNEXPECTED=32767,I.Parser.prototype.YYDEFAULT=-32766,I.Parser.prototype.YYERRTOK=256,I.Parser.prototype.T_INCLUDE=257,I.Parser.prototype.T_INCLUDE_ONCE=258,I.Parser.prototype.T_EVAL=259,I.Parser.prototype.T_REQUIRE=260,I.Parser.prototype.T_REQUIRE_ONCE=261,I.Parser.prototype.T_LOGICAL_OR=262,I.Parser.prototype.T_LOGICAL_XOR=263,I.Parser.prototype.T_LOGICAL_AND=264,I.Parser.prototype.T_PRINT=265,I.Parser.prototype.T_YIELD=266,I.Parser.prototype.T_DOUBLE_ARROW=267,I.Parser.prototype.T_YIELD_FROM=268,I.Parser.prototype.T_PLUS_EQUAL=269,I.Parser.prototype.T_MINUS_EQUAL=270,I.Parser.prototype.T_MUL_EQUAL=271,I.Parser.prototype.T_DIV_EQUAL=272,I.Parser.prototype.T_CONCAT_EQUAL=273,I.Parser.prototype.T_MOD_EQUAL=274,I.Parser.prototype.T_AND_EQUAL=275,I.Parser.prototype.T_OR_EQUAL=276,I.Parser.prototype.T_XOR_EQUAL=277,I.Parser.prototype.T_SL_EQUAL=278,I.Parser.prototype.T_SR_EQUAL=279,I.Parser.prototype.T_POW_EQUAL=280,I.Parser.prototype.T_COALESCE=281,I.Parser.prototype.T_BOOLEAN_OR=282,I.Parser.prototype.T_BOOLEAN_AND=283,I.Parser.prototype.T_IS_EQUAL=284,I.Parser.prototype.T_IS_NOT_EQUAL=285,I.Parser.prototype.T_IS_IDENTICAL=286,I.Parser.prototype.T_IS_NOT_IDENTICAL=287,I.Parser.prototype.T_SPACESHIP=288,I.Parser.prototype.T_IS_SMALLER_OR_EQUAL=289,I.Parser.prototype.T_IS_GREATER_OR_EQUAL=290,I.Parser.prototype.T_SL=291,I.Parser.prototype.T_SR=292,I.Parser.prototype.T_INSTANCEOF=293,I.Parser.prototype.T_INC=294,I.Parser.prototype.T_DEC=295,I.Parser.prototype.T_INT_CAST=296,I.Parser.prototype.T_DOUBLE_CAST=297,I.Parser.prototype.T_STRING_CAST=298,I.Parser.prototype.T_ARRAY_CAST=299,I.Parser.prototype.T_OBJECT_CAST=300,I.Parser.prototype.T_BOOL_CAST=301,I.Parser.prototype.T_UNSET_CAST=302,I.Parser.prototype.T_POW=303,I.Parser.prototype.T_NEW=304,I.Parser.prototype.T_CLONE=305,I.Parser.prototype.T_EXIT=306,I.Parser.prototype.T_IF=307,I.Parser.prototype.T_ELSEIF=308,I.Parser.prototype.T_ELSE=309,I.Parser.prototype.T_ENDIF=310,I.Parser.prototype.T_LNUMBER=311,I.Parser.prototype.T_DNUMBER=312,I.Parser.prototype.T_STRING=313,I.Parser.prototype.T_STRING_VARNAME=314,I.Parser.prototype.T_VARIABLE=315,I.Parser.prototype.T_NUM_STRING=316,I.Parser.prototype.T_INLINE_HTML=317,I.Parser.prototype.T_CHARACTER=318,I.Parser.prototype.T_BAD_CHARACTER=319,I.Parser.prototype.T_ENCAPSED_AND_WHITESPACE=320,I.Parser.prototype.T_CONSTANT_ENCAPSED_STRING=321,I.Parser.prototype.T_ECHO=322,I.Parser.prototype.T_DO=323,I.Parser.prototype.T_WHILE=324,I.Parser.prototype.T_ENDWHILE=325,I.Parser.prototype.T_FOR=326,I.Parser.prototype.T_ENDFOR=327,I.Parser.prototype.T_FOREACH=328,I.Parser.prototype.T_ENDFOREACH=329,I.Parser.prototype.T_DECLARE=330,I.Parser.prototype.T_ENDDECLARE=331,I.Parser.prototype.T_AS=332,I.Parser.prototype.T_SWITCH=333,I.Parser.prototype.T_ENDSWITCH=334,I.Parser.prototype.T_CASE=335,I.Parser.prototype.T_DEFAULT=336,I.Parser.prototype.T_BREAK=337,I.Parser.prototype.T_CONTINUE=338,I.Parser.prototype.T_GOTO=339,I.Parser.prototype.T_FUNCTION=340,I.Parser.prototype.T_CONST=341,I.Parser.prototype.T_RETURN=342,I.Parser.prototype.T_TRY=343,I.Parser.prototype.T_CATCH=344,I.Parser.prototype.T_FINALLY=345,I.Parser.prototype.T_THROW=346,I.Parser.prototype.T_USE=347,I.Parser.prototype.T_INSTEADOF=348,I.Parser.prototype.T_GLOBAL=349,I.Parser.prototype.T_STATIC=350,I.Parser.prototype.T_ABSTRACT=351,I.Parser.prototype.T_FINAL=352,I.Parser.prototype.T_PRIVATE=353,I.Parser.prototype.T_PROTECTED=354,I.Parser.prototype.T_PUBLIC=355,I.Parser.prototype.T_VAR=356,I.Parser.prototype.T_UNSET=357,I.Parser.prototype.T_ISSET=358,I.Parser.prototype.T_EMPTY=359,I.Parser.prototype.T_HALT_COMPILER=360,I.Parser.prototype.T_CLASS=361,I.Parser.prototype.T_TRAIT=362,I.Parser.prototype.T_INTERFACE=363,I.Parser.prototype.T_EXTENDS=364,I.Parser.prototype.T_IMPLEMENTS=365,I.Parser.prototype.T_OBJECT_OPERATOR=366,I.Parser.prototype.T_LIST=367,I.Parser.prototype.T_ARRAY=368,I.Parser.prototype.T_CALLABLE=369,I.Parser.prototype.T_CLASS_C=370,I.Parser.prototype.T_TRAIT_C=371,I.Parser.prototype.T_METHOD_C=372,I.Parser.prototype.T_FUNC_C=373,I.Parser.prototype.T_LINE=374,I.Parser.prototype.T_FILE=375,I.Parser.prototype.T_COMMENT=376,I.Parser.prototype.T_DOC_COMMENT=377,I.Parser.prototype.T_OPEN_TAG=378,I.Parser.prototype.T_OPEN_TAG_WITH_ECHO=379,I.Parser.prototype.T_CLOSE_TAG=380,I.Parser.prototype.T_WHITESPACE=381,I.Parser.prototype.T_START_HEREDOC=382,I.Parser.prototype.T_END_HEREDOC=383,I.Parser.prototype.T_DOLLAR_OPEN_CURLY_BRACES=384,I.Parser.prototype.T_CURLY_OPEN=385,I.Parser.prototype.T_PAAMAYIM_NEKUDOTAYIM=386,I.Parser.prototype.T_NAMESPACE=387,I.Parser.prototype.T_NS_C=388,I.Parser.prototype.T_DIR=389,I.Parser.prototype.T_NS_SEPARATOR=390,I.Parser.prototype.T_ELLIPSIS=391,I.Parser.prototype.terminals=["$EOF","error","T_INCLUDE","T_INCLUDE_ONCE","T_EVAL","T_REQUIRE","T_REQUIRE_ONCE","','","T_LOGICAL_OR","T_LOGICAL_XOR","T_LOGICAL_AND","T_PRINT","T_YIELD","T_DOUBLE_ARROW","T_YIELD_FROM","'='","T_PLUS_EQUAL","T_MINUS_EQUAL","T_MUL_EQUAL","T_DIV_EQUAL","T_CONCAT_EQUAL","T_MOD_EQUAL","T_AND_EQUAL","T_OR_EQUAL","T_XOR_EQUAL","T_SL_EQUAL","T_SR_EQUAL","T_POW_EQUAL","'?'","':'","T_COALESCE","T_BOOLEAN_OR","T_BOOLEAN_AND","'|'","'^'","'&'","T_IS_EQUAL","T_IS_NOT_EQUAL","T_IS_IDENTICAL","T_IS_NOT_IDENTICAL","T_SPACESHIP","'<'","T_IS_SMALLER_OR_EQUAL","'>'","T_IS_GREATER_OR_EQUAL","T_SL","T_SR","'+'","'-'","'.'","'*'","'/'","'%'","'!'","T_INSTANCEOF","'~'","T_INC","T_DEC","T_INT_CAST","T_DOUBLE_CAST","T_STRING_CAST","T_ARRAY_CAST","T_OBJECT_CAST","T_BOOL_CAST","T_UNSET_CAST","'@'","T_POW","'['","T_NEW","T_CLONE","T_EXIT","T_IF","T_ELSEIF","T_ELSE","T_ENDIF","T_LNUMBER","T_DNUMBER","T_STRING","T_STRING_VARNAME","T_VARIABLE","T_NUM_STRING","T_INLINE_HTML","T_ENCAPSED_AND_WHITESPACE","T_CONSTANT_ENCAPSED_STRING","T_ECHO","T_DO","T_WHILE","T_ENDWHILE","T_FOR","T_ENDFOR","T_FOREACH","T_ENDFOREACH","T_DECLARE","T_ENDDECLARE","T_AS","T_SWITCH","T_ENDSWITCH","T_CASE","T_DEFAULT","T_BREAK","T_CONTINUE","T_GOTO","T_FUNCTION","T_CONST","T_RETURN","T_TRY","T_CATCH","T_FINALLY","T_THROW","T_USE","T_INSTEADOF","T_GLOBAL","T_STATIC","T_ABSTRACT","T_FINAL","T_PRIVATE","T_PROTECTED","T_PUBLIC","T_VAR","T_UNSET","T_ISSET","T_EMPTY","T_HALT_COMPILER","T_CLASS","T_TRAIT","T_INTERFACE","T_EXTENDS","T_IMPLEMENTS","T_OBJECT_OPERATOR","T_LIST","T_ARRAY","T_CALLABLE","T_CLASS_C","T_TRAIT_C","T_METHOD_C","T_FUNC_C","T_LINE","T_FILE","T_START_HEREDOC","T_END_HEREDOC","T_DOLLAR_OPEN_CURLY_BRACES","T_CURLY_OPEN","T_PAAMAYIM_NEKUDOTAYIM","T_NAMESPACE","T_NS_C","T_DIR","T_NS_SEPARATOR","T_ELLIPSIS","';'","'{'","'}'","'('","')'","'`'","']'","'\"'","'$'","???"],I.Parser.prototype.translate=[0,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,53,155,157,156,52,35,157,151,152,50,47,7,48,49,51,157,157,157,157,157,157,157,157,157,157,29,148,41,15,43,28,65,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,67,157,154,34,157,153,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,149,33,150,55,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,157,1,2,3,4,5,6,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,30,31,32,36,37,38,39,40,42,44,45,46,54,56,57,58,59,60,61,62,63,64,66,68,69,70,71,72,73,74,75,76,77,78,79,80,81,157,157,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,157,157,157,157,157,157,138,139,140,141,142,143,144,145,146,147],I.Parser.prototype.yyaction=[569,570,571,572,573,215,574,575,576,612,613,0,27,99,100,101,102,103,104,105,106,107,108,109,110,-32766,-32766,-32766,95,96,97,24,240,226,-267,-32766,-32766,-32766,-32766,-32766,-32766,530,344,114,98,-32766,286,-32766,-32766,-32766,-32766,-32766,577,870,872,-32766,-32766,-32766,-32766,-32766,-32766,-32766,-32766,224,-32766,714,578,579,580,581,582,583,584,-32766,264,644,840,841,842,839,838,837,585,586,587,588,589,590,591,592,593,594,595,615,616,617,618,619,607,608,609,610,611,596,597,598,599,600,601,602,638,639,640,641,642,643,603,604,605,606,636,627,625,626,622,623,116,614,620,621,628,629,631,630,632,633,42,43,381,44,45,624,635,634,-214,46,47,289,48,-32767,-32767,-32767,-32767,90,91,92,93,94,267,241,22,840,841,842,839,838,837,832,-32766,-32766,-32766,306,1e3,1e3,1037,120,966,436,-423,244,797,49,50,660,661,272,362,51,-32766,52,219,220,53,54,55,56,57,58,59,60,1016,22,238,61,351,945,-32766,-32766,-32766,967,968,646,705,1e3,28,-456,125,966,-32766,-32766,-32766,715,398,399,216,1e3,-32766,339,-32766,-32766,-32766,-32766,25,222,980,552,355,378,-32766,-423,-32766,-32766,-32766,121,65,1045,408,1047,1046,274,274,131,244,-423,394,395,358,519,945,537,-423,111,-426,398,399,130,972,973,974,975,969,970,243,128,-422,-421,1013,409,976,971,353,791,792,7,-162,63,124,255,701,256,274,382,-122,-122,-122,-4,715,383,646,1042,-421,704,274,-219,33,17,384,-122,385,-122,386,-122,387,-122,369,388,-122,-122,-122,34,35,389,352,520,36,390,353,702,62,112,818,287,288,391,392,-422,-421,-161,350,393,40,38,690,735,396,397,361,22,122,-422,-421,-32766,-32766,-32766,791,792,-422,-421,-425,1e3,-456,-421,-238,966,409,41,382,353,717,535,-122,-32766,383,-32766,-32766,-421,704,21,813,33,17,384,-421,385,-466,386,224,387,-467,273,388,367,945,-458,34,35,389,352,345,36,390,248,247,62,254,715,287,288,391,392,399,-32766,-32766,-32766,393,295,1e3,652,735,396,397,117,115,113,814,119,72,73,74,-162,764,65,240,541,370,518,274,118,270,92,93,94,242,717,535,-4,26,1e3,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,547,240,713,715,382,276,-32766,-32766,126,945,383,-161,938,98,704,225,659,33,17,384,346,385,274,386,728,387,221,120,388,505,506,540,34,35,389,715,-238,36,390,1017,223,62,494,18,287,288,127,297,376,6,98,798,393,274,660,661,490,491,-466,39,-466,514,-467,539,-467,16,458,-458,315,791,792,829,553,382,817,563,653,538,765,383,449,751,535,704,448,435,33,17,384,430,385,646,386,359,387,357,647,388,673,429,1040,34,35,389,715,382,36,390,941,492,62,383,503,287,288,704,434,440,33,17,384,393,385,-32766,386,445,387,495,509,388,10,529,542,34,35,389,715,515,36,390,499,500,62,214,-80,287,288,452,269,736,717,535,488,393,356,266,979,265,730,982,722,358,338,493,548,0,294,737,0,3,0,309,0,0,382,0,0,271,0,0,383,0,717,535,704,227,0,33,17,384,9,385,0,386,0,387,-382,0,388,0,0,325,34,35,389,715,382,36,390,321,341,62,383,340,287,288,704,22,320,33,17,384,393,385,442,386,337,387,562,1e3,388,32,31,966,34,35,389,823,657,36,390,656,821,62,703,711,287,288,561,822,825,717,535,695,393,747,749,693,759,758,752,767,945,824,706,700,712,699,698,658,0,263,262,559,558,382,556,554,551,398,399,383,550,717,535,704,546,545,33,17,384,543,385,536,386,71,387,933,932,388,30,65,731,34,35,389,274,724,36,390,830,734,62,663,662,287,288,-32766,-32766,-32766,733,732,934,393,665,664,756,555,691,1041,1001,994,1006,1011,1014,757,1043,-32766,654,-32766,-32766,-32766,-32766,-32766,-32766,-32767,-32767,-32767,-32767,-32767,655,1044,717,535,-446,926,348,343,268,237,236,235,234,218,217,132,129,-426,-425,-424,123,20,23,70,69,29,37,64,68,66,67,-448,0,15,19,250,910,296,-217,467,484,909,472,528,913,11,964,955,-215,525,379,375,373,371,14,13,12,-214,0,-393,0,1005,1039,992,993,963,0,981],I.Parser.prototype.yycheck=[2,3,4,5,6,13,8,9,10,11,12,0,15,16,17,18,19,20,21,22,23,24,25,26,27,8,9,10,50,51,52,7,54,7,79,8,9,10,8,9,10,77,7,13,66,28,7,30,31,32,33,34,54,56,57,28,8,30,31,32,33,34,35,35,109,1,68,69,70,71,72,73,74,118,7,77,112,113,114,115,116,117,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,7,129,130,131,132,133,134,135,136,137,2,3,4,5,6,143,144,145,152,11,12,7,14,41,42,43,44,45,46,47,48,49,109,7,67,112,113,114,115,116,117,118,8,9,10,79,79,79,82,147,83,82,67,28,152,47,48,102,103,7,7,53,28,55,56,57,58,59,60,61,62,63,64,65,1,67,68,69,70,112,8,9,10,75,76,77,148,79,13,7,67,83,8,9,10,1,129,130,13,79,28,146,30,31,32,33,140,141,139,29,102,7,28,128,30,31,32,149,151,77,112,79,80,156,156,15,28,142,120,121,146,77,112,149,149,15,151,129,130,15,132,133,134,135,136,137,138,15,67,67,77,143,144,145,146,130,131,7,7,151,15,153,148,155,156,71,72,73,74,0,1,77,77,150,67,81,156,152,84,85,86,87,88,89,90,91,92,93,29,95,96,97,98,99,100,101,102,143,104,105,146,148,108,15,150,111,112,113,114,128,128,7,7,119,67,67,122,123,124,125,7,67,149,142,142,8,9,10,130,131,149,149,151,79,152,128,7,83,143,7,71,146,148,149,150,28,77,30,31,142,81,7,148,84,85,86,149,88,7,90,35,92,7,33,95,7,112,7,99,100,101,102,103,104,105,128,128,108,109,1,111,112,113,114,130,8,9,10,119,142,79,122,123,124,125,15,149,149,148,29,8,9,10,152,29,151,54,29,149,79,156,15,143,47,48,49,29,148,149,150,28,79,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,29,54,29,1,71,67,8,9,29,112,77,152,152,66,81,35,148,84,85,86,123,88,156,90,35,92,35,147,95,72,73,29,99,100,101,1,152,104,105,152,35,108,72,73,111,112,97,98,102,103,66,152,119,156,102,103,106,107,152,67,154,74,152,29,154,152,128,152,78,130,131,148,149,71,148,149,148,149,148,77,77,148,149,81,77,77,84,85,86,77,88,77,90,77,92,77,77,95,77,77,77,99,100,101,1,71,104,105,79,79,108,77,79,111,112,81,79,82,84,85,86,119,88,82,90,86,92,87,96,95,94,89,29,99,100,101,1,91,104,105,93,96,108,94,94,111,112,94,110,123,148,149,109,119,102,127,139,126,147,139,150,146,149,154,29,-1,142,123,-1,142,-1,146,-1,-1,71,-1,-1,126,-1,-1,77,-1,148,149,81,35,-1,84,85,86,142,88,-1,90,-1,92,142,-1,95,-1,-1,146,99,100,101,1,71,104,105,146,146,108,77,146,111,112,81,67,146,84,85,86,119,88,146,90,149,92,148,79,95,148,148,83,99,100,101,148,148,104,105,148,148,108,148,148,111,112,148,148,148,148,149,148,119,148,148,148,148,148,148,148,112,148,148,148,148,148,148,148,-1,149,149,149,149,71,149,149,149,129,130,77,149,148,149,81,149,149,84,85,86,149,88,149,90,149,92,150,150,95,151,151,150,99,100,101,156,150,104,105,150,150,108,150,150,111,112,8,9,10,150,150,150,119,150,150,150,150,150,150,150,150,150,150,150,150,150,28,150,30,31,32,33,34,35,36,37,38,39,40,150,150,148,149,151,153,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,151,-1,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,152,-1,153,-1,154,154,154,154,154,-1,155],I.Parser.prototype.yybase=[0,220,295,94,180,560,-2,-2,-2,-2,-36,473,574,606,574,505,404,675,675,675,28,351,462,462,462,461,396,476,451,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,401,64,201,568,704,713,708,702,714,520,706,705,211,650,651,450,652,653,654,655,709,480,703,712,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,48,30,469,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,403,160,160,160,343,210,208,198,17,233,27,780,780,780,780,780,108,108,108,108,621,621,93,280,280,280,280,280,280,280,280,280,280,280,632,641,642,643,392,392,151,151,151,151,368,-45,146,224,224,95,410,491,733,199,199,111,207,-22,-22,-22,81,506,92,92,233,233,273,233,423,423,423,221,221,221,221,221,110,221,221,221,617,512,168,516,647,397,503,656,274,381,377,538,535,337,523,337,421,441,428,525,337,337,285,401,394,378,567,474,339,564,140,179,409,399,384,594,561,711,330,710,358,149,378,378,378,370,593,548,355,-8,646,484,277,417,386,645,635,230,634,276,331,356,565,485,485,485,485,485,485,460,485,483,691,691,478,501,460,696,460,485,691,460,460,502,485,522,522,483,508,499,691,691,499,478,460,571,551,514,482,413,413,514,460,413,501,413,11,697,699,444,700,695,698,676,694,493,615,497,515,684,683,693,479,489,620,692,549,592,487,246,314,498,463,689,523,486,455,455,455,463,687,455,455,455,455,455,455,455,455,732,24,495,510,591,590,589,406,588,496,524,422,599,488,549,549,649,727,673,490,682,716,690,555,119,271,681,648,543,492,534,680,598,246,715,494,672,549,671,455,674,701,730,731,688,728,722,152,526,587,178,729,659,596,595,554,725,707,721,720,178,576,511,717,518,677,504,678,613,258,657,686,584,724,723,726,583,582,609,608,250,236,685,442,458,517,581,500,628,604,679,580,579,623,619,718,521,486,519,509,507,513,600,618,719,206,578,586,573,481,572,631,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,134,-2,-2,-2,0,0,0,0,-2,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,418,-3,418,418,-3,418,418,418,418,418,418,-22,-22,-22,-22,221,221,221,221,221,221,221,221,221,221,221,221,221,221,49,49,49,49,-22,-22,221,221,221,221,221,49,221,221,221,92,221,92,92,337,337,0,0,0,0,0,485,92,0,0,0,0,0,0,485,485,485,0,0,0,0,0,485,0,0,0,337,92,0,420,420,178,420,420,0,0,0,485,485,0,508,0,0,0,0,691,0,0,0,0,0,455,119,682,0,39,0,0,0,0,0,490,39,26,0,26,0,0,455,455,455,0,490,490,0,0,67,490,0,0,0,67,35,0,35,0,0,0,178],I.Parser.prototype.yydefault=[3,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,468,468,468,32767,32767,32767,32767,285,460,285,285,32767,419,419,419,419,419,419,419,460,32767,32767,32767,32767,32767,364,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,465,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,347,348,350,351,284,420,237,464,283,116,246,239,191,282,223,119,312,365,314,363,367,313,290,294,295,296,297,298,299,300,301,302,303,304,305,288,289,366,344,343,342,310,311,287,315,317,287,316,333,334,331,332,335,336,337,338,339,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,269,269,269,269,324,325,229,229,229,229,32767,270,32767,229,32767,32767,32767,32767,32767,32767,32767,413,341,319,320,318,32767,392,32767,394,307,309,387,291,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,389,421,421,32767,32767,32767,381,32767,159,210,212,397,32767,32767,32767,32767,32767,329,32767,32767,32767,32767,32767,32767,474,32767,32767,32767,32767,32767,421,32767,32767,32767,321,322,323,32767,32767,32767,421,421,32767,32767,421,32767,421,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,163,32767,32767,395,395,32767,32767,163,390,163,32767,32767,163,163,176,32767,174,174,32767,32767,178,32767,435,178,32767,163,196,196,373,165,231,231,373,163,231,32767,231,32767,32767,32767,82,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,383,32767,32767,32767,401,32767,414,433,381,32767,327,328,330,32767,423,352,353,354,355,356,357,358,360,32767,461,386,32767,32767,32767,32767,32767,32767,84,108,245,32767,473,84,384,32767,473,32767,32767,32767,32767,32767,32767,286,32767,32767,32767,84,32767,84,32767,32767,457,32767,32767,421,385,32767,326,398,439,32767,32767,422,32767,32767,218,84,32767,177,32767,32767,32767,32767,32767,32767,401,32767,32767,179,32767,32767,421,32767,32767,32767,32767,32767,281,32767,32767,32767,32767,32767,421,32767,32767,32767,32767,222,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,82,60,32767,263,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,32767,121,121,3,3,121,121,121,121,121,121,121,121,121,121,121,121,121,121,121,248,154,248,204,248,248,207,196,196,255],I.Parser.prototype.yygoto=[163,163,135,135,135,146,148,179,164,161,145,161,161,161,162,162,162,162,162,162,162,145,157,158,159,160,176,174,177,410,411,299,412,415,416,417,418,419,420,421,422,857,136,137,138,139,140,141,142,143,144,147,173,175,178,195,198,199,201,202,204,205,206,207,208,209,210,211,212,213,232,233,251,252,253,316,317,318,462,180,181,182,183,184,185,186,187,188,189,190,191,192,193,149,194,150,165,166,167,196,168,151,152,153,169,154,197,133,170,155,171,172,156,521,200,257,246,464,432,687,649,278,481,482,527,200,437,437,437,766,5,746,650,557,437,426,775,770,428,431,444,465,466,468,483,279,651,336,450,453,437,560,485,487,508,511,763,516,517,777,524,762,526,532,773,534,480,480,965,965,965,965,965,965,965,965,965,965,965,965,413,413,413,413,413,413,413,413,413,413,413,413,413,413,942,502,478,496,512,456,298,437,437,451,471,437,437,674,437,229,456,230,231,463,828,533,681,438,513,826,461,475,460,414,414,414,414,414,414,414,414,414,414,414,414,414,414,301,674,674,443,454,1033,1033,1034,1034,425,531,425,708,750,800,457,372,1033,943,1034,1026,300,1018,497,8,313,904,796,944,996,785,789,1007,285,670,1036,329,307,310,804,668,544,332,935,940,366,807,678,477,377,754,844,0,667,667,675,675,675,677,0,666,323,498,328,312,312,258,259,283,459,261,322,284,326,486,280,281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,790,790,790,790,946,0,946,790,790,1004,790,1004,0,0,0,0,836,0,1015,1015,0,0,0,0,0,0,0,0,0,0,0,744,744,744,720,744,0,739,745,721,780,780,1023,0,0,1002,0,0,0,0,0,0,0,0,0,0,0,0,806,0,806,0,0,0,0,1008,1009],I.Parser.prototype.yygcheck=[23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,52,45,112,112,80,8,10,10,64,55,55,55,45,8,8,8,10,92,10,11,10,8,10,10,10,38,38,38,38,38,38,62,62,12,62,28,8,8,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,70,70,70,70,70,70,70,70,70,70,70,70,70,70,113,113,113,113,113,113,113,113,113,113,113,113,113,113,76,56,35,35,56,69,56,8,8,8,8,8,8,19,8,60,69,60,60,7,7,7,25,8,7,7,2,2,8,115,115,115,115,115,115,115,115,115,115,115,115,115,115,53,19,19,53,53,123,123,124,124,109,5,109,44,29,78,114,53,123,76,124,122,41,120,43,53,42,96,74,76,76,72,75,117,14,21,123,18,9,13,79,20,66,17,102,104,58,81,22,59,100,63,94,-1,19,19,19,19,19,19,-1,19,45,45,45,45,45,45,45,45,45,45,45,45,45,45,64,64,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,52,52,52,52,52,-1,52,52,52,80,52,80,-1,-1,-1,-1,92,-1,80,80,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,52,52,52,52,52,-1,52,52,52,69,69,69,-1,-1,80,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,80,-1,80,-1,-1,-1,-1,80,80],I.Parser.prototype.yygbase=[0,0,-317,0,0,237,0,210,-136,4,118,130,144,-10,16,0,0,-59,10,-47,-9,7,-77,-20,0,209,0,0,-388,234,0,0,0,0,0,165,0,0,103,0,0,225,44,45,235,84,0,0,0,0,0,0,109,-115,0,-113,-179,0,-78,-81,-347,0,-122,-80,-249,0,-19,0,0,169,-48,0,26,0,22,24,-99,0,230,-13,114,-79,0,0,0,0,0,0,0,0,0,0,120,0,-90,0,23,0,0,0,-89,0,-67,0,-69,0,0,0,0,8,0,0,-140,-34,229,9,0,21,0,0,218,0,233,-3,-1,0],I.Parser.prototype.yygdefault=[-32768,380,565,2,566,637,645,504,400,433,748,688,689,303,342,401,302,330,324,676,669,671,679,134,333,682,1,684,439,716,291,692,292,507,694,446,696,697,427,304,305,447,311,479,707,203,308,709,290,710,719,335,293,510,489,469,501,402,363,476,228,455,473,753,277,761,549,769,772,403,404,470,784,368,794,788,960,319,799,805,991,808,811,349,331,327,815,816,4,820,522,523,835,239,843,856,347,923,925,441,374,936,360,334,939,995,354,405,364,952,260,282,245,406,423,249,407,365,998,314,1019,424,1027,1035,275,474],I.Parser.prototype.yylhs=[0,1,3,3,2,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,7,7,8,8,9,4,4,4,4,4,4,4,4,4,4,4,14,14,15,15,15,15,17,17,13,13,18,18,19,19,20,20,21,21,16,16,22,24,24,25,26,26,28,27,27,27,27,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,29,10,10,48,48,51,51,50,49,49,42,42,53,53,54,54,11,12,12,12,57,57,57,58,58,61,61,59,59,62,62,36,36,44,44,47,47,47,46,46,63,37,37,37,37,64,64,65,65,66,66,34,34,30,30,67,32,32,68,31,31,33,33,43,43,43,43,55,55,71,71,72,72,74,74,75,75,75,73,73,56,56,76,76,77,77,78,78,78,39,39,79,40,40,81,81,60,60,82,82,82,82,87,87,88,88,89,89,89,89,89,90,91,91,86,86,83,83,85,85,93,93,92,92,92,92,92,92,84,84,94,94,41,41,35,35,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,101,95,95,100,100,103,103,104,105,105,105,109,109,52,52,52,96,96,107,107,97,97,99,99,99,102,102,113,113,70,115,115,115,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,98,38,38,111,111,111,106,106,106,116,116,116,116,116,116,45,45,45,80,80,80,118,110,110,110,110,110,110,108,108,108,117,117,117,117,69,119,119,120,120,120,120,120,114,121,121,122,122,122,122,122,112,112,112,112,124,123,123,123,123,123,123,123,125,125,125],I.Parser.prototype.yylen=[1,1,2,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,1,1,1,1,1,3,5,4,3,4,2,3,1,1,7,8,6,7,3,1,3,1,3,1,1,3,1,2,1,2,3,1,3,3,1,3,2,0,1,1,1,1,1,3,7,10,5,7,9,5,3,3,3,3,3,3,1,2,5,7,9,5,6,3,3,2,2,1,1,1,0,2,1,3,8,0,4,1,3,0,1,0,1,10,7,6,5,1,2,2,0,2,0,2,0,2,1,3,1,4,1,4,1,1,4,1,3,3,3,4,4,5,0,2,4,3,1,1,1,4,0,2,5,0,2,6,0,2,0,3,1,2,1,1,1,0,1,3,4,6,1,2,1,1,1,0,1,0,2,2,3,1,3,1,2,2,3,1,1,3,1,1,3,2,0,3,4,9,3,1,3,0,2,4,5,4,4,4,3,1,1,1,3,1,1,0,1,1,2,1,1,1,1,1,1,1,3,1,3,3,1,0,1,1,3,3,3,4,1,2,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,5,4,3,4,4,2,2,4,2,2,2,2,2,2,2,2,2,2,2,1,3,2,1,2,4,2,10,11,7,3,2,0,4,1,3,2,2,2,4,1,1,1,2,3,1,1,1,1,0,3,0,1,1,0,1,1,3,3,4,1,1,1,1,1,1,1,1,1,1,1,1,1,1,3,2,3,3,0,1,1,3,1,1,3,1,1,4,4,4,1,4,1,1,3,1,4,2,3,1,4,4,3,3,3,1,3,1,1,3,1,1,4,3,1,1,1,3,3,0,1,3,1,3,1,4,2,0,2,2,1,2,1,1,4,3,3,3,6,3,1,1,1],e.PHP=I}),ace.define("ace/mode/php_worker",[],function(t,e,n){"use strict";var r=t("../lib/oop"),s=t("../worker/mirror").Mirror,o=t("./php/php").PHP,i=e.PhpWorker=function(t){s.call(this,t),this.setTimeout(500)};r.inherits(i,s),function(){this.setOptions=function(t){this.inlinePhp=t&&t.inline},this.onUpdate=function(){var t=this.doc.getValue(),e=[];this.inlinePhp&&(t="<?"+t+"?>");var n=o.Lexer(t,{short_open_tag:1});try{new o.Parser(n)}catch(t){e.push({row:t.line-1,column:null,text:t.message.charAt(0).toUpperCase()+t.message.substring(1),type:"error"})}this.sender.emit("annotate",e)}}.call(i.prototype)}),ace.define("ace/lib/es5-shim",[],function(t,e,n){function o(){}function r(t){try{return Object.defineProperty(t,"sentinel",{}),"sentinel"in t}catch(t){}}function s(t){return(t=+t)!=t?t=0:0!==t&&t!==1/0&&t!==-1/0&&(t=(0<t||-1)*Math.floor(Math.abs(t))),t}Function.prototype.bind||(Function.prototype.bind=function(e){var n=this;if("function"!=typeof n)throw new TypeError("Function.prototype.bind called on incompatible "+n);var r=E.call(arguments,1),s=function(){if(this instanceof s){var t=n.apply(this,r.concat(E.call(arguments)));return Object(t)===t?t:this}return n.apply(e,r.concat(E.call(arguments)))};return n.prototype&&(o.prototype=n.prototype,s.prototype=new o,o.prototype=null),s});var i,a,_,T,u,l=Function.prototype.call,c=Array.prototype,p=Object.prototype,E=c.slice,h=l.bind(p.toString),C=l.bind(p.hasOwnProperty);if((u=C(p,"__defineGetter__"))&&(i=l.bind(p.__defineGetter__),a=l.bind(p.__defineSetter__),_=l.bind(p.__lookupGetter__),T=l.bind(p.__lookupSetter__)),2!=[1,2].splice(0).length)if(function(){function t(t){var e=new Array(t+2);return e[0]=e[1]=0,e}var e,n=[];if(n.splice.apply(n,t(20)),n.splice.apply(n,t(26)),e=n.length,n.splice(5,0,"XXX"),n.length,e+1==n.length)return!0}()){var A=Array.prototype.splice;Array.prototype.splice=function(t,e){return arguments.length?A.apply(this,[void 0===t?0:t,void 0===e?this.length-t:e].concat(E.call(arguments,2))):[]}}else Array.prototype.splice=function(t,e){var n=this.length;0<t?n<t&&(t=n):null==t?t=0:t<0&&(t=Math.max(n+t,0)),t+e<n||(e=n-t);var r=this.slice(t,t+e),s=E.call(arguments,2),o=s.length;if(t===n)o&&this.push.apply(this,s);else{var i=Math.min(e,n-t),a=t+i,_=a+o-i,T=n-a,u=n-i;if(_<a)for(var l=0;l<T;++l)this[_+l]=this[a+l];else if(a<_)for(l=T;l--;)this[_+l]=this[a+l];if(o&&t===u)this.length=u,this.push.apply(this,s);else for(this.length=u+o,l=0;l<o;++l)this[t+l]=s[l]}return r};Array.isArray||(Array.isArray=function(t){return"[object Array]"==h(t)});var f,L,O=Object("a"),N="a"!=O[0]||!(0 in O);if(Array.prototype.forEach||(Array.prototype.forEach=function(t){var e=b(this),n=N&&"[object String]"==h(this)?this.split(""):e,r=arguments[1],s=-1,o=n.length>>>0;if("[object Function]"!=h(t))throw new TypeError;for(;++s<o;)s in n&&t.call(r,n[s],s,e)}),Array.prototype.map||(Array.prototype.map=function(t){var e=b(this),n=N&&"[object String]"==h(this)?this.split(""):e,r=n.length>>>0,s=Array(r),o=arguments[1];if("[object Function]"!=h(t))throw new TypeError(t+" is not a function");for(var i=0;i<r;i++)i in n&&(s[i]=t.call(o,n[i],i,e));return s}),Array.prototype.filter||(Array.prototype.filter=function(t){var e,n=b(this),r=N&&"[object String]"==h(this)?this.split(""):n,s=r.length>>>0,o=[],i=arguments[1];if("[object Function]"!=h(t))throw new TypeError(t+" is not a function");for(var a=0;a<s;a++)a in r&&(e=r[a],t.call(i,e,a,n)&&o.push(e));return o}),Array.prototype.every||(Array.prototype.every=function(t){var e=b(this),n=N&&"[object String]"==h(this)?this.split(""):e,r=n.length>>>0,s=arguments[1];if("[object Function]"!=h(t))throw new TypeError(t+" is not a function");for(var o=0;o<r;o++)if(o in n&&!t.call(s,n[o],o,e))return!1;return!0}),Array.prototype.some||(Array.prototype.some=function(t){var e=b(this),n=N&&"[object String]"==h(this)?this.split(""):e,r=n.length>>>0,s=arguments[1];if("[object Function]"!=h(t))throw new TypeError(t+" is not a function");for(var o=0;o<r;o++)if(o in n&&t.call(s,n[o],o,e))return!0;return!1}),Array.prototype.reduce||(Array.prototype.reduce=function(t){var e=b(this),n=N&&"[object String]"==h(this)?this.split(""):e,r=n.length>>>0;if("[object Function]"!=h(t))throw new TypeError(t+" is not a function");if(!r&&1==arguments.length)throw new TypeError("reduce of empty array with no initial value");var s,o=0;if(2<=arguments.length)s=arguments[1];else for(;;){if(o in n){s=n[o++];break}if(++o>=r)throw new TypeError("reduce of empty array with no initial value")}for(;o<r;o++)o in n&&(s=t.call(void 0,s,n[o],o,e));return s}),Array.prototype.reduceRight||(Array.prototype.reduceRight=function(t){var e=b(this),n=N&&"[object String]"==h(this)?this.split(""):e,r=n.length>>>0;if("[object Function]"!=h(t))throw new TypeError(t+" is not a function");if(!r&&1==arguments.length)throw new TypeError("reduceRight of empty array with no initial value");var s,o=r-1;if(2<=arguments.length)s=arguments[1];else for(;;){if(o in n){s=n[o--];break}if(--o<0)throw new TypeError("reduceRight of empty array with no initial value")}for(;o in this&&(s=t.call(void 0,s,n[o],o,e)),o--;);return s}),Array.prototype.indexOf&&-1==[0,1].indexOf(1,2)||(Array.prototype.indexOf=function(t){var e=N&&"[object String]"==h(this)?this.split(""):b(this),n=e.length>>>0;if(!n)return-1;var r=0;for(1<arguments.length&&(r=s(arguments[1])),r=0<=r?r:Math.max(0,n+r);r<n;r++)if(r in e&&e[r]===t)return r;return-1}),Array.prototype.lastIndexOf&&-1==[0,1].lastIndexOf(0,-3)||(Array.prototype.lastIndexOf=function(t){var e=N&&"[object String]"==h(this)?this.split(""):b(this),n=e.length>>>0;if(!n)return-1;var r=n-1;for(1<arguments.length&&(r=Math.min(r,s(arguments[1]))),r=0<=r?r:n-Math.abs(r);0<=r;r--)if(r in e&&t===e[r])return r;return-1}),Object.getPrototypeOf||(Object.getPrototypeOf=function(t){return t.__proto__||(t.constructor?t.constructor.prototype:p)}),!Object.getOwnPropertyDescriptor){Object.getOwnPropertyDescriptor=function(t,e){if("object"!=typeof t&&"function"!=typeof t||null===t)throw new TypeError("Object.getOwnPropertyDescriptor called on a non-object: "+t);if(C(t,e)){var n;if(n={enumerable:!0,configurable:!0},u){var r=t.__proto__;t.__proto__=p;var s=_(t,e),o=T(t,e);if(t.__proto__=r,s||o)return s&&(n.get=s),o&&(n.set=o),n}return n.value=t[e],n}}}(Object.getOwnPropertyNames||(Object.getOwnPropertyNames=function(t){return Object.keys(t)}),Object.create)||(f=null===Object.prototype.__proto__?function(){return{__proto__:null}}:function(){var t={};for(var e in t)t[e]=null;return t.constructor=t.hasOwnProperty=t.propertyIsEnumerable=t.isPrototypeOf=t.toLocaleString=t.toString=t.valueOf=t.__proto__=null,t},Object.create=function(t,e){var n;if(null===t)n=f();else{if("object"!=typeof t)throw new TypeError("typeof prototype["+typeof t+"] != 'object'");var r=function(){};r.prototype=t,(n=new r).__proto__=t}return void 0!==e&&Object.defineProperties(n,e),n});if(Object.defineProperty){var y=r({}),R="undefined"==typeof document||r(document.createElement("div"));if(!y||!R)var S=Object.defineProperty}if(!Object.defineProperty||S){Object.defineProperty=function(t,e,n){if("object"!=typeof t&&"function"!=typeof t||null===t)throw new TypeError("Object.defineProperty called on non-object: "+t);if("object"!=typeof n&&"function"!=typeof n||null===n)throw new TypeError("Property description must be an object: "+n);if(S)try{return S.call(Object,t,e,n)}catch(t){}if(C(n,"value"))if(u&&(_(t,e)||T(t,e))){var r=t.__proto__;t.__proto__=p,delete t[e],t[e]=n.value,t.__proto__=r}else t[e]=n.value;else{if(!u)throw new TypeError("getters & setters can not be defined on this javascript engine");C(n,"get")&&i(t,e,n.get),C(n,"set")&&a(t,e,n.set)}return t}}Object.defineProperties||(Object.defineProperties=function(t,e){for(var n in e)C(e,n)&&Object.defineProperty(t,n,e[n]);return t}),Object.seal||(Object.seal=function(t){return t}),Object.freeze||(Object.freeze=function(t){return t});try{Object.freeze(function(){})}catch(t){Object.freeze=(L=Object.freeze,function(t){return"function"==typeof t?t:L(t)})}if(Object.preventExtensions||(Object.preventExtensions=function(t){return t}),Object.isSealed||(Object.isSealed=function(t){return!1}),Object.isFrozen||(Object.isFrozen=function(t){return!1}),Object.isExtensible||(Object.isExtensible=function(t){if(Object(t)===t)throw new TypeError;for(var e="";C(t,e);)e+="?";t[e]=!0;var n=C(t,e);return delete t[e],n}),!Object.keys){var v=!0,I=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],P=I.length;for(var d in{toString:null})v=!1;Object.keys=function(t){if("object"!=typeof t&&"function"!=typeof t||null===t)throw new TypeError("Object.keys called on a non-object");var e=[];for(var n in t)C(t,n)&&e.push(n);if(v)for(var r=0,s=P;r<s;r++){var o=I[r];C(t,o)&&e.push(o)}return e}}Date.now||(Date.now=function(){return(new Date).getTime()});var g="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff";if(!String.prototype.trim||g.trim()){g="["+g+"]";var m=new RegExp("^"+g+g+"*"),w=new RegExp(g+g+"*$");String.prototype.trim=function(){return String(this).replace(m,"").replace(w,"")}}var b=function(t){if(null==t)throw new TypeError("can't convert "+t+" to object");return Object(t)}});