UNPKG

166 kBJavaScriptView Raw
1!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("prettier/standalone")):"function"==typeof define&&define.amd?define(["exports","prettier/standalone"],e):e(((t=t||self).prettierPlugins=t.prettierPlugins||{},t.prettierPlugins.php={}),t.prettier)}(this,(function(t,e){"use strict";e=e&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e;var i={consume_NUM:function(){var t=this.yytext[0],e="."===t;if("0"===t)if("x"===(t=this.input())||"X"===t){if("_"!==(t=this.input())&&this.is_HEX())return this.consume_HNUM();this.unput(t?2:1)}else if("b"===t||"B"===t){if("_"!==(t=this.input())&&"0"===t||"1"===t)return this.consume_BNUM();this.unput(t?2:1)}else this.is_NUM()||t&&this.unput(1);for(;this.offset<this.size;){var i=t;if("_"===(t=this.input())){if("_"===i){this.unput(2);break}if("."===i){this.unput(1);break}if("e"===i||"E"===i){this.unput(2);break}}else{if("."===t){if(e){this.unput(1);break}if("_"===i){this.unput(2);break}e=!0;continue}if("e"===t||"E"===t){if("_"===i){this.unput(1);break}var n=2;if("+"!==(t=this.input())&&"-"!==t||(n=3,t=this.input()),this.is_NUM_START())return this.consume_LNUM(),this.tok.T_DNUMBER;this.unput(t?n:n-1);break}}if(!this.is_NUM()){t&&this.unput(1);break}}return e?this.tok.T_DNUMBER:this.yytext.length<9||this.yytext.length<10||10==this.yytext.length&&this.yytext<"2147483648"?this.tok.T_LNUMBER:this.tok.T_DNUMBER},consume_HNUM:function(){for(;this.offset<this.size;){var t=this.input();if(!this.is_HEX()){t&&this.unput(1);break}}return this.tok.T_LNUMBER},consume_LNUM:function(){for(;this.offset<this.size;){var t=this.input();if(!this.is_NUM()){t&&this.unput(1);break}}return this.tok.T_LNUMBER},consume_BNUM:function(){for(var t;this.offset<this.size;)if("0"!==(t=this.input())&&"1"!==t&&"_"!==t){t&&this.unput(1);break}return this.tok.T_LNUMBER}},n={matchST_LOOKING_FOR_PROPERTY:function(){var t=this.input();if("-"===t){if(">"===(t=this.input()))return this.tok.T_OBJECT_OPERATOR;t&&this.unput(1)}else{if(this.is_WHITESPACE())return this.tok.T_WHITESPACE;if(this.is_LABEL_START())return this.consume_LABEL(),this.popState(),this.tok.T_STRING}return this.popState(),t&&this.unput(1),!1},matchST_LOOKING_FOR_VARNAME:function(){var t=this.input();if(this.popState(),this.begin("ST_IN_SCRIPTING"),this.is_LABEL_START()){if(this.consume_LABEL(),"["===(t=this.input())||"}"===t)return this.unput(1),this.tok.T_STRING_VARNAME;this.unput(this.yytext.length)}else t&&this.unput(1);return!1},matchST_VAR_OFFSET:function(){var t=this.input();if(this.is_NUM_START())return this.consume_NUM(),this.tok.T_NUM_STRING;if("]"===t)return this.popState(),"]";if("$"===t){if(this.input(),this.is_LABEL_START())return this.consume_LABEL(),this.tok.T_VARIABLE;throw new Error("Unexpected terminal")}if(this.is_LABEL_START())return this.consume_LABEL(),this.tok.T_STRING;if(this.is_WHITESPACE()||"\\"===t||"'"===t||"#"===t)return this.tok.T_ENCAPSED_AND_WHITESPACE;if("["===t||"{"===t||"}"===t||'"'===t||"`"===t||this.is_TOKEN())return t;throw new Error("Unexpected terminal")}},s={matchST_IN_SCRIPTING:function(){var t=this.input();switch(t){case" ":case"\t":case"\n":case"\r":case"\r\n":return this.T_WHITESPACE();case"#":return this.T_COMMENT();case"/":return"/"===this._input[this.offset]?this.T_COMMENT():"*"===this._input[this.offset]?(this.input(),this.T_DOC_COMMENT()):this.consume_TOKEN();case"'":return this.T_CONSTANT_ENCAPSED_STRING();case'"':return this.ST_DOUBLE_QUOTES();case"`":return this.begin("ST_BACKQUOTE"),"`";case"?":if(!this.aspTagMode&&this.tryMatch(">")){this.input();var e=this._input[this.offset];return"\n"!==e&&"\r"!==e||this.input(),this.conditionStack.length>1&&this.begin("INITIAL"),this.tok.T_CLOSE_TAG}return this.consume_TOKEN();case"%":return this.aspTagMode&&">"===this._input[this.offset]?(this.input(),"\n"!==(t=this._input[this.offset])&&"\r"!==t||this.input(),this.aspTagMode=!1,this.conditionStack.length>1&&this.begin("INITIAL"),this.tok.T_CLOSE_TAG):this.consume_TOKEN();case"{":return this.begin("ST_IN_SCRIPTING"),"{";case"}":return this.conditionStack.length>2&&this.popState(),"}";default:if("."===t){if(t=this.input(),this.is_NUM_START())return this.consume_NUM();t&&this.unput(1)}if(this.is_NUM_START())return this.consume_NUM();if(this.is_LABEL_START())return this.consume_LABEL().T_STRING();if(this.is_TOKEN())return this.consume_TOKEN()}throw new Error('Bad terminal sequence "'+t+'" at line '+this.yylineno+" (offset "+this.offset+")")},T_WHITESPACE:function(){for(;this.offset<this.size;){var t=this.input();if(" "!==t&&"\t"!==t&&"\n"!==t&&"\r"!==t){t&&this.unput(1);break}}return this.tok.T_WHITESPACE}},r=["\n","\r"],o=["\n","\r",";"],h=o.concat(["\t"," ",",","]",")","/","=","!"]),a={T_CONSTANT_ENCAPSED_STRING:function(){for(var t;this.offset<this.size;)if("\\"==(t=this.input()))this.input();else if("'"==t)break;return this.tok.T_CONSTANT_ENCAPSED_STRING},is_HEREDOC:function(){var t=this.offset;if("<"===this._input[this.offset-1]&&"<"===this._input[this.offset]&&"<"===this._input[this.offset+1]){if(this.offset+=3,this.is_TABSPACE())for(;this.offset<this.size&&(this.offset++,this.is_TABSPACE()););var e=this._input[this.offset-1];if("'"===e||'"'===e?this.offset++:e=null,this.is_LABEL_START()){for(var i=this.offset-1;this.offset<this.size&&(this.offset++,this.is_LABEL()););var n=this._input.substring(i,this.offset-1);if((!e||e===this._input[this.offset-1])&&(e&&this.offset++,r.includes(this._input[this.offset-1])))return this.heredoc_label.label=n,this.heredoc_label.length=n.length,this.heredoc_label.finished=!1,i=this.offset-t,this.offset=t,this.consume(i),"'"===e?this.begin("ST_NOWDOC"):this.begin("ST_HEREDOC"),this.prematch_ENDOFDOC(),this.tok.T_START_HEREDOC}}return this.offset=t,!1},ST_DOUBLE_QUOTES:function(){for(var t;this.offset<this.size;)if("\\"==(t=this.input()))this.input();else{if('"'==t)break;if("$"==t){if("{"==(t=this.input())||this.is_LABEL_START()){this.unput(2);break}t&&this.unput(1)}else if("{"==t){if("$"==(t=this.input())){this.unput(2);break}t&&this.unput(1)}}if('"'==t)return this.tok.T_CONSTANT_ENCAPSED_STRING;var e=1;return"b"!==this.yytext[0]&&"B"!==this.yytext[0]||(e=2),this.yytext.length>2&&this.appendToken(this.tok.T_ENCAPSED_AND_WHITESPACE,this.yytext.length-e),this.unput(this.yytext.length-e),this.begin("ST_DOUBLE_QUOTES"),this.yytext},isDOC_MATCH:function(t,e){var i=this._input[t-2];if(!r.includes(i))return!1;var n=!1,s=!1,a=0,l=this._input[t-1];if(this.version>=703){for(;"\t"===l||" "===l;)" "===l?n=!0:"\t"===l&&(s=!0),l=this._input[t+a],a++;if(t+=a,r.includes(this._input[t-1]))return!1}if(this._input.substring(t-1,t-1+this.heredoc_label.length)===this.heredoc_label.label){var c=this._input[t-1+this.heredoc_label.length];if((this.version>=703?h:o).includes(c)){if(e){if(this.consume(a),n&&s)throw new Error("Parse error: mixing spaces and tabs in ending marker at line "+this.yylineno+" (offset "+this.offset+")")}else this.heredoc_label.indentation=a,this.heredoc_label.indentation_uses_spaces=n,this.heredoc_label.first_encaps_node=!0;return!0}}return!1},prematch_ENDOFDOC:function(){this.heredoc_label.indentation_uses_spaces=!1,this.heredoc_label.indentation=0,this.heredoc_label.first_encaps_node=!0;for(var t=this.offset+1;t<this._input.length;){if(this.isDOC_MATCH(t,!1))return;if(!r.includes(this._input[t-1]))for(;!r.includes(this._input[t++])&&t<this._input.length;);t++}},matchST_NOWDOC:function(){if(this.isDOC_MATCH(this.offset,!0))return this.consume(this.heredoc_label.length),this.popState(),this.tok.T_END_HEREDOC;for(var t=this._input[this.offset-1];this.offset<this.size;)if(r.includes(t)){if(t=this.input(),this.isDOC_MATCH(this.offset,!0))return this.unput(1).popState(),this.appendToken(this.tok.T_END_HEREDOC,this.heredoc_label.length),this.tok.T_ENCAPSED_AND_WHITESPACE}else t=this.input();return this.tok.T_ENCAPSED_AND_WHITESPACE},matchST_HEREDOC:function(){var t=this.input();if(this.isDOC_MATCH(this.offset,!0))return this.consume(this.heredoc_label.length-1),this.popState(),this.tok.T_END_HEREDOC;for(;this.offset<this.size;)if("\\"===t&&(t=this.input(),r.includes(t)||(t=this.input())),r.includes(t)){if(t=this.input(),this.isDOC_MATCH(this.offset,!0))return this.unput(1).popState(),this.appendToken(this.tok.T_END_HEREDOC,this.heredoc_label.length),this.tok.T_ENCAPSED_AND_WHITESPACE}else if("$"===t){if("{"===(t=this.input()))return this.begin("ST_LOOKING_FOR_VARNAME"),this.yytext.length>2?(this.appendToken(this.tok.T_DOLLAR_OPEN_CURLY_BRACES,2),this.unput(2),this.tok.T_ENCAPSED_AND_WHITESPACE):this.tok.T_DOLLAR_OPEN_CURLY_BRACES;if(this.is_LABEL_START()){var e=this.offset,i=this.consume_VARIABLE();return this.yytext.length>this.offset-e+2?(this.appendToken(i,this.offset-e+2),this.unput(this.offset-e+2),this.tok.T_ENCAPSED_AND_WHITESPACE):i}}else if("{"===t){if("$"===(t=this.input()))return this.begin("ST_IN_SCRIPTING"),this.yytext.length>2?(this.appendToken(this.tok.T_CURLY_OPEN,1),this.unput(2),this.tok.T_ENCAPSED_AND_WHITESPACE):(this.unput(1),this.tok.T_CURLY_OPEN)}else t=this.input();return this.tok.T_ENCAPSED_AND_WHITESPACE},consume_VARIABLE:function(){this.consume_LABEL();var t=this.input();if("["==t)return this.unput(1),this.begin("ST_VAR_OFFSET"),this.tok.T_VARIABLE;if("-"===t){if(">"===this.input())return this.input(),this.is_LABEL_START()&&this.begin("ST_LOOKING_FOR_PROPERTY"),this.unput(3),this.tok.T_VARIABLE;this.unput(2)}else t&&this.unput(1);return this.tok.T_VARIABLE},matchST_BACKQUOTE:function(){var t=this.input();if("$"===t){if("{"===(t=this.input()))return this.begin("ST_LOOKING_FOR_VARNAME"),this.tok.T_DOLLAR_OPEN_CURLY_BRACES;if(this.is_LABEL_START())return this.consume_VARIABLE()}else if("{"===t){if("$"===this._input[this.offset])return this.begin("ST_IN_SCRIPTING"),this.tok.T_CURLY_OPEN}else if("`"===t)return this.popState(),"`";for(;this.offset<this.size;){if("\\"===t)this.input();else{if("`"===t){this.unput(1),this.popState(),this.appendToken("`",1);break}if("$"===t){if("{"===(t=this.input()))return this.begin("ST_LOOKING_FOR_VARNAME"),this.yytext.length>2?(this.appendToken(this.tok.T_DOLLAR_OPEN_CURLY_BRACES,2),this.unput(2),this.tok.T_ENCAPSED_AND_WHITESPACE):this.tok.T_DOLLAR_OPEN_CURLY_BRACES;if(this.is_LABEL_START()){var e=this.offset,i=this.consume_VARIABLE();return this.yytext.length>this.offset-e+2?(this.appendToken(i,this.offset-e+2),this.unput(this.offset-e+2),this.tok.T_ENCAPSED_AND_WHITESPACE):i}continue}if("{"===t){if("$"===(t=this.input()))return this.begin("ST_IN_SCRIPTING"),this.yytext.length>2?(this.appendToken(this.tok.T_CURLY_OPEN,1),this.unput(2),this.tok.T_ENCAPSED_AND_WHITESPACE):(this.unput(1),this.tok.T_CURLY_OPEN);continue}}t=this.input()}return this.tok.T_ENCAPSED_AND_WHITESPACE},matchST_DOUBLE_QUOTES:function(){var t=this.input();if("$"===t){if("{"===(t=this.input()))return this.begin("ST_LOOKING_FOR_VARNAME"),this.tok.T_DOLLAR_OPEN_CURLY_BRACES;if(this.is_LABEL_START())return this.consume_VARIABLE()}else if("{"===t){if("$"===this._input[this.offset])return this.begin("ST_IN_SCRIPTING"),this.tok.T_CURLY_OPEN}else if('"'===t)return this.popState(),'"';for(;this.offset<this.size;){if("\\"===t)this.input();else{if('"'===t){this.unput(1),this.popState(),this.appendToken('"',1);break}if("$"===t){if("{"===(t=this.input()))return this.begin("ST_LOOKING_FOR_VARNAME"),this.yytext.length>2?(this.appendToken(this.tok.T_DOLLAR_OPEN_CURLY_BRACES,2),this.unput(2),this.tok.T_ENCAPSED_AND_WHITESPACE):this.tok.T_DOLLAR_OPEN_CURLY_BRACES;if(this.is_LABEL_START()){var e=this.offset,i=this.consume_VARIABLE();return this.yytext.length>this.offset-e+2?(this.appendToken(i,this.offset-e+2),this.unput(this.offset-e+2),this.tok.T_ENCAPSED_AND_WHITESPACE):i}t&&this.unput(1)}else if("{"===t){if("$"===(t=this.input()))return this.begin("ST_IN_SCRIPTING"),this.yytext.length>2?(this.appendToken(this.tok.T_CURLY_OPEN,1),this.unput(2),this.tok.T_ENCAPSED_AND_WHITESPACE):(this.unput(1),this.tok.T_CURLY_OPEN);t&&this.unput(1)}}t=this.input()}return this.tok.T_ENCAPSED_AND_WHITESPACE}},l={is_NUM:function(){var t=this._input.charCodeAt(this.offset-1);return t>47&&t<58||95===t},is_NUM_START:function(){var t=this._input.charCodeAt(this.offset-1);return t>47&&t<58},is_LABEL:function(){var t=this._input.charCodeAt(this.offset-1);return t>96&&t<123||t>64&&t<91||95===t||t>47&&t<58||t>126},is_LABEL_START:function(){var t=this._input.charCodeAt(this.offset-1);return t>64&&t<91||(t>96&&t<123||(95===t||t>126))},consume_LABEL:function(){for(;this.offset<this.size;){var t=this.input();if(!this.is_LABEL()){t&&this.unput(1);break}}return this},is_TOKEN:function(){var t=this._input[this.offset-1];return-1!==";:,.\\[]()|^&+-/*=%!~$<>?@".indexOf(t)},is_WHITESPACE:function(){var t=this._input[this.offset-1];return" "===t||"\t"===t||"\n"===t||"\r"===t},is_TABSPACE:function(){var t=this._input[this.offset-1];return" "===t||"\t"===t},consume_TABSPACE:function(){for(;this.offset<this.size;){var t=this.input();if(!this.is_TABSPACE()){t&&this.unput(1);break}}return this},is_HEX:function(){var t=this._input.charCodeAt(this.offset-1);return t>47&&t<58||(t>64&&t<71||(t>96&&t<103||95===t))}},c=function(t){this.engine=t,this.tok=this.engine.tokens.names,this.EOF=1,this.debug=!1,this.all_tokens=!0,this.comment_tokens=!1,this.mode_eval=!1,this.asp_tags=!1,this.short_tags=!1,this.version=704,this.yyprevcol=0,this.keywords={__class__:this.tok.T_CLASS_C,__trait__:this.tok.T_TRAIT_C,__function__:this.tok.T_FUNC_C,__method__:this.tok.T_METHOD_C,__line__:this.tok.T_LINE,__file__:this.tok.T_FILE,__dir__:this.tok.T_DIR,__namespace__:this.tok.T_NS_C,exit:this.tok.T_EXIT,die:this.tok.T_EXIT,function:this.tok.T_FUNCTION,const:this.tok.T_CONST,return:this.tok.T_RETURN,try:this.tok.T_TRY,catch:this.tok.T_CATCH,finally:this.tok.T_FINALLY,throw:this.tok.T_THROW,if:this.tok.T_IF,elseif:this.tok.T_ELSEIF,endif:this.tok.T_ENDIF,else:this.tok.T_ELSE,while:this.tok.T_WHILE,endwhile:this.tok.T_ENDWHILE,do:this.tok.T_DO,for:this.tok.T_FOR,endfor:this.tok.T_ENDFOR,foreach:this.tok.T_FOREACH,endforeach:this.tok.T_ENDFOREACH,declare:this.tok.T_DECLARE,enddeclare:this.tok.T_ENDDECLARE,instanceof:this.tok.T_INSTANCEOF,as:this.tok.T_AS,switch:this.tok.T_SWITCH,endswitch:this.tok.T_ENDSWITCH,case:this.tok.T_CASE,default:this.tok.T_DEFAULT,break:this.tok.T_BREAK,continue:this.tok.T_CONTINUE,goto:this.tok.T_GOTO,echo:this.tok.T_ECHO,print:this.tok.T_PRINT,class:this.tok.T_CLASS,interface:this.tok.T_INTERFACE,trait:this.tok.T_TRAIT,extends:this.tok.T_EXTENDS,implements:this.tok.T_IMPLEMENTS,new:this.tok.T_NEW,clone:this.tok.T_CLONE,var:this.tok.T_VAR,eval:this.tok.T_EVAL,include:this.tok.T_INCLUDE,include_once:this.tok.T_INCLUDE_ONCE,require:this.tok.T_REQUIRE,require_once:this.tok.T_REQUIRE_ONCE,namespace:this.tok.T_NAMESPACE,use:this.tok.T_USE,insteadof:this.tok.T_INSTEADOF,global:this.tok.T_GLOBAL,isset:this.tok.T_ISSET,empty:this.tok.T_EMPTY,__halt_compiler:this.tok.T_HALT_COMPILER,static:this.tok.T_STATIC,abstract:this.tok.T_ABSTRACT,final:this.tok.T_FINAL,private:this.tok.T_PRIVATE,protected:this.tok.T_PROTECTED,public:this.tok.T_PUBLIC,unset:this.tok.T_UNSET,list:this.tok.T_LIST,array:this.tok.T_ARRAY,callable:this.tok.T_CALLABLE,or:this.tok.T_LOGICAL_OR,and:this.tok.T_LOGICAL_AND,xor:this.tok.T_LOGICAL_XOR},this.castKeywords={int:this.tok.T_INT_CAST,integer:this.tok.T_INT_CAST,real:this.tok.T_DOUBLE_CAST,double:this.tok.T_DOUBLE_CAST,float:this.tok.T_DOUBLE_CAST,string:this.tok.T_STRING_CAST,binary:this.tok.T_STRING_CAST,array:this.tok.T_ARRAY_CAST,object:this.tok.T_OBJECT_CAST,bool:this.tok.T_BOOL_CAST,boolean:this.tok.T_BOOL_CAST,unset:this.tok.T_UNSET_CAST}};c.prototype.setInput=function(t){return this._input=t,this.size=t.length,this.yylineno=1,this.offset=0,this.yyprevcol=0,this.yytext="",this.yylloc={first_offset:0,first_line:1,first_column:0,prev_offset:0,prev_line:1,prev_column:0,last_line:1,last_column:0},this.tokens=[],this.version>703?this.keywords.fn=this.tok.T_FN:delete this.keywords.fn,this.done=this.offset>=this.size,!this.all_tokens&&this.mode_eval?(this.conditionStack=["INITIAL"],this.begin("ST_IN_SCRIPTING")):(this.conditionStack=[],this.begin("INITIAL")),this.heredoc_label={label:"",length:0,indentation:0,indentation_uses_spaces:!1,finished:!1,first_encaps_node:!1,toString:function(){this.label}},this},c.prototype.input=function(){var t=this._input[this.offset];return t?(this.yytext+=t,this.offset++,"\r"===t&&"\n"===this._input[this.offset]&&(this.yytext+="\n",this.offset++),"\n"===t||"\r"===t?(this.yylloc.last_line=++this.yylineno,this.yyprevcol=this.yylloc.last_column,this.yylloc.last_column=0):this.yylloc.last_column++,t):""},c.prototype.unput=function(t){if(1===t)this.offset--,"\n"===this._input[this.offset]&&"\r"===this._input[this.offset-1]&&(this.offset--,t++),"\r"===this._input[this.offset]||"\n"===this._input[this.offset]?(this.yylloc.last_line--,this.yylineno--,this.yylloc.last_column=this.yyprevcol):this.yylloc.last_column--,this.yytext=this.yytext.substring(0,this.yytext.length-t);else if(t>0)if(this.offset-=t,t<this.yytext.length){this.yytext=this.yytext.substring(0,this.yytext.length-t),this.yylloc.last_line=this.yylloc.first_line,this.yylloc.last_column=this.yyprevcol=this.yylloc.first_column;for(var e=0;e<this.yytext.length;e++){var i=this.yytext[e];"\r"===i?(i=this.yytext[++e],this.yyprevcol=this.yylloc.last_column,this.yylloc.last_line++,this.yylloc.last_column=0,"\n"!==i&&("\r"===i?this.yylloc.last_line++:this.yylloc.last_column++)):"\n"===i?(this.yyprevcol=this.yylloc.last_column,this.yylloc.last_line++,this.yylloc.last_column=0):this.yylloc.last_column++}this.yylineno=this.yylloc.last_line}else this.yytext="",this.yylloc.last_line=this.yylineno=this.yylloc.first_line,this.yylloc.last_column=this.yylloc.first_column;return this},c.prototype.tryMatch=function(t){return t===this.ahead(t.length)},c.prototype.tryMatchCaseless=function(t){return t===this.ahead(t.length).toLowerCase()},c.prototype.ahead=function(t){var e=this._input.substring(this.offset,this.offset+t);return"\r"===e[e.length-1]&&"\n"===this._input[this.offset+t+1]&&(e+="\n"),e},c.prototype.consume=function(t){for(var e=0;e<t;e++){var i=this._input[this.offset];if(!i)break;this.yytext+=i,this.offset++,"\r"===i&&"\n"===this._input[this.offset]&&(this.yytext+="\n",this.offset++,e++),"\n"===i||"\r"===i?(this.yylloc.last_line=++this.yylineno,this.yyprevcol=this.yylloc.last_column,this.yylloc.last_column=0):this.yylloc.last_column++}return this},c.prototype.getState=function(){return{yytext:this.yytext,offset:this.offset,yylineno:this.yylineno,yyprevcol:this.yyprevcol,yylloc:{first_offset:this.yylloc.first_offset,first_line:this.yylloc.first_line,first_column:this.yylloc.first_column,last_line:this.yylloc.last_line,last_column:this.yylloc.last_column},heredoc_label:this.heredoc_label}},c.prototype.setState=function(t){return this.yytext=t.yytext,this.offset=t.offset,this.yylineno=t.yylineno,this.yyprevcol=t.yyprevcol,this.yylloc=t.yylloc,t.heredoc_label&&(this.heredoc_label=t.heredoc_label),this},c.prototype.appendToken=function(t,e){return this.tokens.push([t,e]),this},c.prototype.lex=function(){this.yylloc.prev_offset=this.offset,this.yylloc.prev_line=this.yylloc.last_line,this.yylloc.prev_column=this.yylloc.last_column;var t=this.next()||this.lex();if(!this.all_tokens){for(;t===this.tok.T_WHITESPACE||!this.comment_tokens&&(t===this.tok.T_COMMENT||t===this.tok.T_DOC_COMMENT)||t===this.tok.T_OPEN_TAG;)t=this.next()||this.lex();if(t==this.tok.T_OPEN_TAG_WITH_ECHO)return this.tok.T_ECHO;if(t===this.tok.T_CLOSE_TAG)return";"}return this.yylloc.prev_offset||(this.yylloc.prev_offset=this.yylloc.first_offset,this.yylloc.prev_line=this.yylloc.first_line,this.yylloc.prev_column=this.yylloc.first_column),t},c.prototype.begin=function(t){if(this.conditionStack.push(t),this.curCondition=t,this.stateCb=this["match"+t],"function"!=typeof this.stateCb)throw new Error('Undefined condition state "'+t+'"');return this},c.prototype.popState=function(){var t=this.conditionStack.length-1>0?this.conditionStack.pop():this.conditionStack[0];if(this.curCondition=this.conditionStack[this.conditionStack.length-1],this.stateCb=this["match"+this.curCondition],"function"!=typeof this.stateCb)throw new Error('Undefined condition state "'+this.curCondition+'"');return t},c.prototype.next=function(){var t;if(this._input||(this.done=!0),this.yylloc.first_offset=this.offset,this.yylloc.first_line=this.yylloc.last_line,this.yylloc.first_column=this.yylloc.last_column,this.yytext="",this.done)return this.yylloc.prev_offset=this.yylloc.first_offset,this.yylloc.prev_line=this.yylloc.first_line,this.yylloc.prev_column=this.yylloc.first_column,this.EOF;if(this.tokens.length>0?("object"==typeof(t=this.tokens.shift())[1]?this.setState(t[1]):this.consume(t[1]),t=t[0]):t=this.stateCb.apply(this,[]),this.offset>=this.size&&0===this.tokens.length&&(this.done=!0),this.debug){var e=t;e="number"==typeof e?this.engine.tokens.values[e]:'"'+e+'"';var i=new Error(e+"\tfrom "+this.yylloc.first_line+","+this.yylloc.first_column+"\t - to "+this.yylloc.last_line+","+this.yylloc.last_column+'\t"'+this.yytext+'"');console.error(i.stack)}return t},[{T_COMMENT:function(){for(;this.offset<this.size;){var t=this.input();if("\n"===t||"\r"===t)return this.tok.T_COMMENT;if("?"===t&&!this.aspTagMode&&">"===this._input[this.offset])return this.unput(1),this.tok.T_COMMENT;if("%"===t&&this.aspTagMode&&">"===this._input[this.offset])return this.unput(1),this.tok.T_COMMENT}return this.tok.T_COMMENT},T_DOC_COMMENT:function(){var t=this.input(),e=this.tok.T_COMMENT;if("*"===t){if(t=this.input(),this.is_WHITESPACE()&&(e=this.tok.T_DOC_COMMENT),"/"===t)return e;this.unput(1)}for(;this.offset<this.size;)if("*"===(t=this.input())&&"/"===this._input[this.offset]){this.input();break}return e}},{nextINITIAL:function(){return this.conditionStack.length>1&&"INITIAL"===this.conditionStack[this.conditionStack.length-1]?this.popState():this.begin("ST_IN_SCRIPTING"),this},matchINITIAL:function(){for(;this.offset<this.size;){var t=this.input();if("<"==t)if("?"==(t=this.ahead(1))){if(this.tryMatch("?=")){this.unput(1).appendToken(this.tok.T_OPEN_TAG_WITH_ECHO,3).nextINITIAL();break}if(this.tryMatchCaseless("?php")&&(" "===(t=this._input[this.offset+4])||"\t"===t||"\n"===t||"\r"===t)){this.unput(1).appendToken(this.tok.T_OPEN_TAG,6).nextINITIAL();break}if(this.short_tags){this.unput(1).appendToken(this.tok.T_OPEN_TAG,2).nextINITIAL();break}}else if(this.asp_tags&&"%"==t){if(this.tryMatch("%=")){this.aspTagMode=!0,this.unput(1).appendToken(this.tok.T_OPEN_TAG_WITH_ECHO,3).nextINITIAL();break}this.aspTagMode=!0,this.unput(1).appendToken(this.tok.T_OPEN_TAG,2).nextINITIAL();break}}return this.yytext.length>0&&this.tok.T_INLINE_HTML}},i,n,s,a,{T_STRING:function(){var t=this.yytext.toLowerCase(),e=this.keywords[t];if("number"!=typeof e)if("yield"===t)this.version>=700&&this.tryMatch(" from")?(this.consume(5),e=this.tok.T_YIELD_FROM):e=this.tok.T_YIELD;else if(e=this.tok.T_STRING,"b"===t||"B"===t){var i=this.input(1);if('"'===i)return this.ST_DOUBLE_QUOTES();if("'"===i)return this.T_CONSTANT_ENCAPSED_STRING();i&&this.unput(1)}return e},consume_TOKEN:function(){var t=this._input[this.offset-1],e=this.tokenTerminals[t];return e?e.apply(this,[]):this.yytext},tokenTerminals:{$:function(){return this.offset++,this.is_LABEL_START()?(this.offset--,this.consume_LABEL(),this.tok.T_VARIABLE):(this.offset--,"$")},"-":function(){var t=this._input[this.offset];return">"===t?(this.begin("ST_LOOKING_FOR_PROPERTY").input(),this.tok.T_OBJECT_OPERATOR):"-"===t?(this.input(),this.tok.T_DEC):"="===t?(this.input(),this.tok.T_MINUS_EQUAL):"-"},"\\":function(){return this.tok.T_NS_SEPARATOR},"/":function(){return"="===this._input[this.offset]?(this.input(),this.tok.T_DIV_EQUAL):"/"},":":function(){return":"===this._input[this.offset]?(this.input(),this.tok.T_DOUBLE_COLON):":"},"(":function(){var t=this.offset;if(this.input(),this.is_TABSPACE()&&this.consume_TABSPACE().input(),this.is_LABEL_START()){var e=this.yytext.length;this.consume_LABEL();var i=this.yytext.substring(e-1).toLowerCase(),n=this.castKeywords[i];if("number"==typeof n&&(this.input(),this.is_TABSPACE()&&this.consume_TABSPACE().input(),")"===this._input[this.offset-1]))return n}return this.unput(this.offset-t),"("},"=":function(){var t=this._input[this.offset];return">"===t?(this.input(),this.tok.T_DOUBLE_ARROW):"="===t?"="===this._input[this.offset+1]?(this.consume(2),this.tok.T_IS_IDENTICAL):(this.input(),this.tok.T_IS_EQUAL):"="},"+":function(){var t=this._input[this.offset];return"+"===t?(this.input(),this.tok.T_INC):"="===t?(this.input(),this.tok.T_PLUS_EQUAL):"+"},"!":function(){return"="===this._input[this.offset]?"="===this._input[this.offset+1]?(this.consume(2),this.tok.T_IS_NOT_IDENTICAL):(this.input(),this.tok.T_IS_NOT_EQUAL):"!"},"?":function(){return this.version>=700&&"?"===this._input[this.offset]?this.version>=704&&"="===this._input[this.offset+1]?(this.consume(2),this.tok.T_COALESCE_EQUAL):(this.input(),this.tok.T_COALESCE):"?"},"<":function(){var t=this._input[this.offset];return"<"===t?"="===(t=this._input[this.offset+1])?(this.consume(2),this.tok.T_SL_EQUAL):"<"===t&&this.is_HEREDOC()?this.tok.T_START_HEREDOC:(this.input(),this.tok.T_SL):"="===t?(this.input(),this.version>=700&&">"===this._input[this.offset]?(this.input(),this.tok.T_SPACESHIP):this.tok.T_IS_SMALLER_OR_EQUAL):">"===t?(this.input(),this.tok.T_IS_NOT_EQUAL):"<"},">":function(){var t=this._input[this.offset];return"="===t?(this.input(),this.tok.T_IS_GREATER_OR_EQUAL):">"===t?"="===(t=this._input[this.offset+1])?(this.consume(2),this.tok.T_SR_EQUAL):(this.input(),this.tok.T_SR):">"},"*":function(){var t=this._input[this.offset];return"="===t?(this.input(),this.tok.T_MUL_EQUAL):"*"===t?(this.input(),"="===this._input[this.offset]?(this.input(),this.tok.T_POW_EQUAL):this.tok.T_POW):"*"},".":function(){var t=this._input[this.offset];return"="===t?(this.input(),this.tok.T_CONCAT_EQUAL):"."===t&&"."===this._input[this.offset+1]?(this.consume(2),this.tok.T_ELLIPSIS):"."},"%":function(){return"="===this._input[this.offset]?(this.input(),this.tok.T_MOD_EQUAL):"%"},"&":function(){var t=this._input[this.offset];return"="===t?(this.input(),this.tok.T_AND_EQUAL):"&"===t?(this.input(),this.tok.T_BOOLEAN_AND):"&"},"|":function(){var t=this._input[this.offset];return"="===t?(this.input(),this.tok.T_OR_EQUAL):"|"===t?(this.input(),this.tok.T_BOOLEAN_OR):"|"},"^":function(){return"="===this._input[this.offset]?(this.input(),this.tok.T_XOR_EQUAL):"^"}}},l].forEach((function(t){for(var e in t)c.prototype[e]=t[e]}));var u=c;function _(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function d(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function p(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(t)))return;var i=[],n=!0,s=!1,r=void 0;try{for(var o,h=t[Symbol.iterator]();!(n=(o=h.next()).done)&&(i.push(o.value),!e||i.length!==e);n=!0);}catch(t){s=!0,r=t}finally{try{n||null==h.return||h.return()}finally{if(s)throw r}}return i}(t,e)||T(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function f(t){return function(t){if(Array.isArray(t))return k(t)}(t)||function(t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(t))return Array.from(t)}(t)||T(t)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function T(t,e){if(t){if("string"==typeof t)return k(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(i):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?k(t,e):void 0}}function k(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}function x(t){if("undefined"==typeof Symbol||null==t[Symbol.iterator]){if(Array.isArray(t)||(t=T(t))){var e=0,i=function(){};return{s:i,n:function(){return e>=t.length?{done:!0}:{done:!1,value:t[e++]}},e:function(t){throw t},f:i}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var n,s,r=!0,o=!1;return{s:function(){n=t[Symbol.iterator]()},n:function(){var t=n.next();return r=t.done,t},e:function(t){o=!0,s=t},f:function(){try{r||null==n.return||n.return()}finally{if(o)throw s}}}}var E={read_class_declaration_statement:function(){var t=this.node("class"),e=this.read_class_modifiers();if(this.token!==this.tok.T_CLASS)return this.error(this.tok.T_CLASS),this.next(),null;this.next().expect(this.tok.T_STRING);var i=this.node("identifier"),n=this.text();this.next(),i=i(n);var s=this.read_extends_from(),r=this.read_implements_list();return this.expect("{"),t(i,s,r,this.next().read_class_body(),e)},read_class_modifiers:function(){return[0,0,this.read_class_modifier()]},read_class_modifier:function(){return this.token===this.tok.T_ABSTRACT?(this.next(),1):this.token===this.tok.T_FINAL?(this.next(),2):0},read_class_body:function(){for(var t=[];this.token!==this.EOF&&"}"!==this.token;)if(this.token!==this.tok.T_COMMENT)if(this.token!==this.tok.T_DOC_COMMENT)if(this.token!==this.tok.T_USE){var e=this.read_member_flags(!1);if(this.token!==this.tok.T_CONST)if(this.token===this.tok.T_VAR&&(this.next().expect(this.tok.T_VARIABLE),e[0]=null,e[1]=0),this.token===this.tok.T_FUNCTION)t.push(this.read_function(!1,e));else if(this.token===this.tok.T_VARIABLE||this.version>=704&&("?"===this.token||this.token===this.tok.T_CALLABLE||this.token===this.tok.T_ARRAY||this.token===this.tok.T_NS_SEPARATOR||this.token===this.tok.T_STRING||this.token===this.tok.T_NAMESPACE)){var i=this.read_variable_list(e);this.expect(";"),this.next(),t=t.concat(i)}else this.error([this.tok.T_CONST,this.tok.T_VARIABLE,this.tok.T_FUNCTION]),this.next();else{var n=this.read_constant_list(e);this.expect(";")&&this.next(),t=t.concat(n)}}else t=t.concat(this.read_trait_use_statement());else t.push(this.read_doc_comment());else t.push(this.read_comment());return this.expect("}"),this.next(),t},read_variable_list:function(t){var e=this.node("propertystatement"),i=this.read_list((function(){var t=this.node("property"),e=p(this.read_optional_type(),2),i=e[0],n=e[1];this.expect(this.tok.T_VARIABLE);var s=this.node("identifier"),r=this.text().substring(1);return this.next(),s=s(r),";"===this.token||","===this.token?t(s,null,i,n):"="===this.token?t(s,this.next().read_expr(),i,n):(this.expect([",",";","="]),t(s,null,i,n))}),",");return e(null,i,t)},read_constant_list:function(t){this.expect(this.tok.T_CONST)&&this.next();var e=this.node("classconstant"),i=this.read_list((function(){var t=this.node("constant"),e=null,i=null;if(this.token===this.tok.T_STRING||this.version>=700&&this.is("IDENTIFIER")){e=this.node("identifier");var n=this.text();this.next(),e=e(n)}else this.expect("IDENTIFIER");return this.expect("=")&&(i=this.next().read_expr()),t(e,i)}),",");return e(null,i,t)},read_member_flags:function(t){var e=[-1,-1,-1];if(this.is("T_MEMBER_FLAGS")){var i=0,n=0;do{switch(this.token){case this.tok.T_PUBLIC:i=0,n=0;break;case this.tok.T_PROTECTED:i=0,n=1;break;case this.tok.T_PRIVATE:i=0,n=2;break;case this.tok.T_STATIC:i=1,n=1;break;case this.tok.T_ABSTRACT:i=2,n=1;break;case this.tok.T_FINAL:i=2,n=2}t&&(0==i&&2==n?(this.expect([this.tok.T_PUBLIC,this.tok.T_PROTECTED]),n=-1):2==i&&1==n&&(this.error(),n=-1)),-1!==e[i]?this.error():-1!==n&&(e[i]=n)}while(this.next().is("T_MEMBER_FLAGS"))}return-1==e[1]&&(e[1]=0),-1==e[2]&&(e[2]=0),e},read_optional_type:function(){var t=!1;"?"===this.token&&(t=!0,this.next());var e=this.read_type();if(t&&!e&&this.raiseError("Expecting a type definition combined with nullable operator"),!t&&!e)return[!1,null];if("|"===this.token){e=[e];do{this.next();var i=this.read_type();if(!i){this.raiseError("Expecting a type definition");break}e.push(i)}while("|"===this.token)}return[t,e]},read_interface_declaration_statement:function(){var t=this.node("interface");if(this.token!==this.tok.T_INTERFACE)return this.error(this.tok.T_INTERFACE),this.next(),null;this.next().expect(this.tok.T_STRING);var e=this.node("identifier"),i=this.text();this.next(),e=e(i);var n=this.read_interface_extends_list();return this.expect("{"),t(e,n,this.next().read_interface_body())},read_interface_body:function(){for(var t=[];this.token!==this.EOF&&"}"!==this.token;)if(this.token!==this.tok.T_COMMENT)if(this.token!==this.tok.T_DOC_COMMENT){var e=this.read_member_flags(!0);if(this.token==this.tok.T_CONST){var i=this.read_constant_list(e);this.expect(";")&&this.next(),t=t.concat(i)}else if(this.token===this.tok.T_FUNCTION){var n=this.read_function_declaration(2,e);n.parseFlags(e),t.push(n),this.expect(";")&&this.next()}else this.error([this.tok.T_CONST,this.tok.T_FUNCTION]),this.next()}else t.push(this.read_doc_comment());else t.push(this.read_comment());return this.expect("}")&&this.next(),t},read_trait_declaration_statement:function(){var t=this.node("trait");if(this.token!==this.tok.T_TRAIT)return this.error(this.tok.T_TRAIT),this.next(),null;this.next().expect(this.tok.T_STRING);var e=this.node("identifier"),i=this.text();return this.next(),e=e(i),this.expect("{"),t(e,this.next().read_class_body())},read_trait_use_statement:function(){var t=this.node("traituse");this.expect(this.tok.T_USE)&&this.next();for(var e=[this.read_namespace_name()],i=null;","===this.token;)e.push(this.next().read_namespace_name());if("{"===this.token){for(i=[];this.next().token!==this.EOF&&"}"!==this.token;)i.push(this.read_trait_use_alias()),this.expect(";");this.expect("}")&&this.next()}else this.expect(";")&&this.next();return t(e,i)},read_trait_use_alias:function(){var t,e=this.node(),i=null;if(this.is("IDENTIFIER")){t=this.node("identifier");var n=this.text();this.next(),t=t(n)}else if(t=this.read_namespace_name(),this.token===this.tok.T_DOUBLE_COLON)if(this.next(),this.token===this.tok.T_STRING||this.version>=700&&this.is("IDENTIFIER")){i=t,t=this.node("identifier");var s=this.text();this.next(),t=t(s)}else this.expect(this.tok.T_STRING);else t=t.name;if(this.token===this.tok.T_INSTEADOF)return e("traitprecedence",i,t,this.next().read_name_list());if(this.token===this.tok.T_AS){var r=null,o=null;if(this.next().is("T_MEMBER_FLAGS")&&(r=this.read_member_flags()),this.token===this.tok.T_STRING||this.version>=700&&this.is("IDENTIFIER")){o=this.node("identifier");var h=this.text();this.next(),o=o(h)}else!1===r&&this.expect(this.tok.T_STRING);return e("traitalias",i,t,o,r)}return this.expect([this.tok.T_AS,this.tok.T_INSTEADOF]),e("traitalias",i,t,null,null)}},m={"\\":"\\",$:"$",n:"\n",r:"\r",t:"\t",f:String.fromCharCode(12),v:String.fromCharCode(11),e:String.fromCharCode(27)},y={resolve_special_chars:function(t,e){return e?t.replace(/\\"/,'"').replace(/\\([\\$nrtfve]|[xX][0-9a-fA-F]{1,2}|[0-7]{1,3}|u{([0-9a-fA-F]+)})/g,(function(t,e,i){return m[e]?m[e]:"x"===e[0]||"X"===e[0]?String.fromCodePoint(parseInt(e.substr(1),16)):"u"===e[0]?String.fromCodePoint(parseInt(i,16)):String.fromCodePoint(parseInt(e,8))})):t.replace(/\\\\/g,"\\").replace(/\\'/g,"'")},remove_heredoc_leading_whitespace_chars:function(t,e,i,n){if(0===e)return t;this.check_heredoc_indentation_level(t,e,i,n);var s=i?" ":"\t",r=new RegExp("\\n".concat(s,"{").concat(e,"}"),"g"),o=new RegExp("^".concat(s,"{").concat(e,"}"));return n&&(t=t.replace(o,"")),t.replace(r,"\n")},check_heredoc_indentation_level:function(t,e,i,n){var s=t.length,r=0,o=0,h=!0,a=i?" ":"\t",l=!1;if(!n){if(-1===(r=t.indexOf("\n")))return;r++}for(;r<s;)h?t[r]===a?o++:l=!0:h=!1,"\n"!==t[r]&&l&&o<e?this.raiseError("Invalid body indentation level (expecting an indentation at least ".concat(e,")")):l=!1,"\n"===t[r]&&(h=!0,o=0),r++},read_dereferencable_scalar:function(){var t=null;switch(this.token){case this.tok.T_CONSTANT_ENCAPSED_STRING:var e=this.node("string"),i=this.text(),n=0;"b"!==i[0]&&"B"!==i[0]||(n=1);var s='"'===i[n];this.next(),e=e(s,this.resolve_special_chars(i.substring(n+1,i.length-1),s),1===n,i),t=this.token===this.tok.T_DOUBLE_COLON?this.read_static_getter(e):e;break;case this.tok.T_ARRAY:case"[":t=this.read_array()}return t},read_scalar:function(){if(this.is("T_MAGIC_CONST"))return this.get_magic_constant();var t,e;switch(this.token){case this.tok.T_LNUMBER:case this.tok.T_DNUMBER:var i=this.node("number");return t=this.text(),this.next(),i(t,null);case this.tok.T_START_HEREDOC:if("ST_NOWDOC"===this.lexer.curCondition){var n=this.lexer.yylloc.first_offset;e=this.node("nowdoc"),t=this.next().text(),this.lexer.heredoc_label.indentation>0&&(t=t.substring(0,t.length-this.lexer.heredoc_label.indentation));var s=t[t.length-1];"\n"===s?t="\r"===t[t.length-2]?t.substring(0,t.length-2):t.substring(0,t.length-1):"\r"===s&&(t=t.substring(0,t.length-1)),this.expect(this.tok.T_ENCAPSED_AND_WHITESPACE)&&this.next(),this.expect(this.tok.T_END_HEREDOC)&&this.next();var r=this.lexer._input.substring(n,this.lexer.yylloc.first_offset);return e=e(this.remove_heredoc_leading_whitespace_chars(t,this.lexer.heredoc_label.indentation,this.lexer.heredoc_label.indentation_uses_spaces,this.lexer.heredoc_label.first_encaps_node),r,this.lexer.heredoc_label.label)}return this.read_encapsed_string(this.tok.T_END_HEREDOC);case'"':return this.read_encapsed_string('"');case'b"':case'B"':return this.read_encapsed_string('"',!0);case this.tok.T_CONSTANT_ENCAPSED_STRING:case this.tok.T_ARRAY:case"[":return this.read_dereferencable_scalar();default:var o=this.error("SCALAR");return this.next(),o}},read_dereferencable:function(t){var e,i,n=this.node("offsetlookup");return"["===this.token?(i=this.next().read_expr(),this.expect("]")&&this.next(),e=n(t,i)):this.token===this.tok.T_DOLLAR_OPEN_CURLY_BRACES&&(e=n(t,i=this.read_encapsed_string_item(!1))),e},read_encapsed_string_item:function(t){var e,i,n,s=this.node("encapsedpart"),r=null,o=!1,h=this.node();if(this.token===this.tok.T_ENCAPSED_AND_WHITESPACE){var a=this.text();this.next(),h=h("string",!1,this.version>=703&&!this.lexer.heredoc_label.finished?this.remove_heredoc_leading_whitespace_chars(this.resolve_special_chars(a,t),this.lexer.heredoc_label.indentation,this.lexer.heredoc_label.indentation_uses_spaces,this.lexer.heredoc_label.first_encaps_node):a,!1,a)}else if(this.token===this.tok.T_DOLLAR_OPEN_CURLY_BRACES){if(r="simple",o=!0,n=null,this.next().token===this.tok.T_STRING_VARNAME){n=this.node("variable");var l=this.text();this.next(),"["===this.token?(n=n(l,!1),i=this.node("offsetlookup"),e=this.next().read_expr(),this.expect("]")&&this.next(),h=i(n,e)):h=n(l,!1)}else h=h("variable",this.read_expr(),!1);this.expect("}")&&this.next()}else if(this.token===this.tok.T_CURLY_OPEN)r="complex",h.destroy(),h=this.next().read_variable(!1,!1),this.expect("}")&&this.next();else if(this.token===this.tok.T_VARIABLE){if(r="simple",h.destroy(),h=this.read_simple_variable(),"["===this.token&&(i=this.node("offsetlookup"),e=this.next().read_encaps_var_offset(),this.expect("]")&&this.next(),h=i(h,e)),this.token===this.tok.T_OBJECT_OPERATOR){i=this.node("propertylookup"),this.next().expect(this.tok.T_STRING);var c=this.node("identifier");n=this.text(),this.next(),h=i(h,c(n))}}else{this.expect(this.tok.T_ENCAPSED_AND_WHITESPACE);var u=this.text();this.next(),h.destroy(),h=h("string",!1,u,!1,u)}return this.lexer.heredoc_label.first_encaps_node=!1,s(h,r,o)},read_encapsed_string:function(t){var e=arguments.length>1&&void 0!==arguments[1]&&arguments[1],i=this.lexer.yylloc.first_offset,n=this.node("encapsed");this.next();var s=this.lexer.yylloc.prev_offset-(e?1:0),r=[],o=null;for(o="`"===t?this.ast.encapsed.TYPE_SHELL:'"'===t?this.ast.encapsed.TYPE_STRING:this.ast.encapsed.TYPE_HEREDOC;this.token!==t&&this.token!==this.EOF;)r.push(this.read_encapsed_string_item(!0));if(r.length>0&&"encapsedpart"===r[r.length-1].kind&&"string"===r[r.length-1].expression.kind){var h=r[r.length-1].expression,a=h.value[h.value.length-1];"\n"===a?"\r"===h.value[h.value.length-2]?h.value=h.value.substring(0,h.value.length-2):h.value=h.value.substring(0,h.value.length-1):"\r"===a&&(h.value=h.value.substring(0,h.value.length-1))}this.expect(t)&&this.next();var l=this.lexer._input.substring("heredoc"===o?i:s-1,this.lexer.yylloc.first_offset);return n=n(r,l,o),t===this.tok.T_END_HEREDOC&&(n.label=this.lexer.heredoc_label.label,this.lexer.heredoc_label.finished=!0),n},get_magic_constant:function(){var t=this.node("magic"),e=this.text();return this.next(),t(e.toUpperCase(),e)}},v={read_top_statements:function(){for(var t=[];this.token!==this.EOF&&"}"!==this.token;){var e=this.read_top_statement();e&&(Array.isArray(e)?t=t.concat(e):t.push(e))}return t},read_top_statement:function(){switch(this.token){case this.tok.T_FUNCTION:return this.read_function(!1,!1);case this.tok.T_ABSTRACT:case this.tok.T_FINAL:case this.tok.T_CLASS:return this.read_class_declaration_statement();case this.tok.T_INTERFACE:return this.read_interface_declaration_statement();case this.tok.T_TRAIT:return this.read_trait_declaration_statement();case this.tok.T_USE:return this.read_use_statement();case this.tok.T_CONST:var t=this.node("constantstatement"),e=this.next().read_const_list();return this.expectEndOfStatement(),t(null,e);case this.tok.T_NAMESPACE:return this.read_namespace();case this.tok.T_HALT_COMPILER:var i=this.node("halt");return this.next().expect("(")&&this.next(),this.expect(")")&&this.next(),this.expect(";"),this.lexer.done=!0,i(this.lexer._input.substring(this.lexer.offset));default:return this.read_statement()}},read_inner_statements:function(){for(var t=[];this.token!=this.EOF&&"}"!==this.token;){var e=this.read_inner_statement();e&&(Array.isArray(e)?t=t.concat(e):t.push(e))}return t},read_const_list:function(){return this.read_list((function(){this.expect(this.tok.T_STRING);var t=this.node("constant"),e=this.node("identifier"),i=this.text();return this.next(),e=e(i),this.expect("=")?t(e,this.next().read_expr()):t(e,null)}),",",!1)},read_declare_list:function(){for(var t=[];this.token!=this.EOF&&")"!==this.token;){this.expect(this.tok.T_STRING);var e=this.node("declaredirective"),i=this.node("identifier"),n=this.text();this.next(),i=i(n);var s=null;if(this.expect("=")&&(s=this.next().read_expr()),t.push(e(i,s)),","!==this.token)break;this.next()}return t},read_inner_statement:function(){switch(this.token){case this.tok.T_FUNCTION:return this.read_function(!1,!1);case this.tok.T_ABSTRACT:case this.tok.T_FINAL:case this.tok.T_CLASS:return this.read_class_declaration_statement();case this.tok.T_INTERFACE:return this.read_interface_declaration_statement();case this.tok.T_TRAIT:return this.read_trait_declaration_statement();case this.tok.T_HALT_COMPILER:this.raiseError("__HALT_COMPILER() can only be used from the outermost scope");var t=this.node("halt");return this.next().expect("(")&&this.next(),this.expect(")")&&this.next(),t=t(this.lexer._input.substring(this.lexer.offset)),this.expect(";")&&this.next(),t;default:return this.read_statement()}},read_statement:function(){switch(this.token){case"{":return this.read_code_block(!1);case this.tok.T_IF:return this.read_if();case this.tok.T_SWITCH:return this.read_switch();case this.tok.T_FOR:return this.read_for();case this.tok.T_FOREACH:return this.read_foreach();case this.tok.T_WHILE:return this.read_while();case this.tok.T_DO:return this.read_do();case this.tok.T_COMMENT:return this.read_comment();case this.tok.T_DOC_COMMENT:return this.read_doc_comment();case this.tok.T_RETURN:var t=this.node("return");this.next();var e=this.read_optional_expr(";");return this.expectEndOfStatement(),t(e);case this.tok.T_BREAK:case this.tok.T_CONTINUE:var i=this.node(this.token===this.tok.T_CONTINUE?"continue":"break");this.next();var n=this.read_optional_expr(";");return this.expectEndOfStatement(),i(n);case this.tok.T_GLOBAL:var s=this.node("global"),r=this.next().read_list(this.read_simple_variable,",");return this.expectEndOfStatement(),s(r);case this.tok.T_STATIC:var o=[this.token,this.lexer.getState()],h=this.node();if(this.next().token===this.tok.T_DOUBLE_COLON){this.lexer.tokens.push(o);var a=this.next().read_expr();return this.expectEndOfStatement(a),h("expressionstatement",a)}if(this.token===this.tok.T_FUNCTION)return this.read_function(!0,[0,1,0]);var l=this.read_variable_declarations();return this.expectEndOfStatement(),h("static",l);case this.tok.T_ECHO:var c=this.node("echo"),u=this.text(),_="<?="===u||"<%="===u,d=this.next().read_function_list(this.read_expr,",");return this.expectEndOfStatement(),c(d,_);case this.tok.T_INLINE_HTML:var p=this.text(),f=this.lexer.yylloc.first_offset>0?this.lexer._input[this.lexer.yylloc.first_offset-1]:null,T="\r"===f||"\n"===f;T&&"\n"===f&&this.lexer.yylloc.first_offset>1&&"\r"===this.lexer._input[this.lexer.yylloc.first_offset-2]&&(f="\r\n");var k=this.node("inline");return this.next(),k(p,T?f+p:p);case this.tok.T_UNSET:var x=this.node("unset");this.next().expect("(")&&this.next();var E=this.read_function_list(this.read_variable,",");return this.expect(")")&&this.next(),this.expect(";")&&this.next(),x(E);case this.tok.T_DECLARE:var m,y=this.node("declare"),v=[];this.next().expect("(")&&this.next();var A=this.read_declare_list();if(this.expect(")")&&this.next(),":"===this.token){for(this.next();this.token!=this.EOF&&this.token!==this.tok.T_ENDDECLARE;)v.push(this.read_top_statement());0===v.length&&this.extractDoc&&this._docs.length>this._docIndex&&v.push(this.node("noop")()),this.expect(this.tok.T_ENDDECLARE)&&this.next(),this.expectEndOfStatement(),m=this.ast.declare.MODE_SHORT}else if("{"===this.token){for(this.next();this.token!=this.EOF&&"}"!==this.token;)v.push(this.read_top_statement());0===v.length&&this.extractDoc&&this._docs.length>this._docIndex&&v.push(this.node("noop")()),this.expect("}")&&this.next(),m=this.ast.declare.MODE_BLOCK}else this.expect(";")&&this.next(),m=this.ast.declare.MODE_NONE;return y(A,v,m);case this.tok.T_TRY:return this.read_try();case this.tok.T_THROW:var g=this.node("throw"),N=this.next().read_expr();return this.expectEndOfStatement(),g(N);case";":return this.next(),null;case this.tok.T_STRING:var C=this.node(),S=[this.token,this.lexer.getState()],b=this.text(),L=this.node("identifier");if(":"===this.next().token)return L=L(b),this.next(),C("label",L);L.destroy(),C.destroy(),this.lexer.tokens.push(S);var O=this.node("expressionstatement"),I=this.next().read_expr();return this.expectEndOfStatement(I),O(I);case this.tok.T_GOTO:var R=this.node("goto"),w=null;if(this.next().expect(this.tok.T_STRING)){w=this.node("identifier");var D=this.text();this.next(),w=w(D),this.expectEndOfStatement()}return R(w);default:var P=this.node("expressionstatement"),U=this.read_expr();return this.expectEndOfStatement(U),P(U)}},read_code_block:function(t){var e=this.node("block");this.expect("{")&&this.next();var i=t?this.read_top_statements():this.read_inner_statements();return 0===i.length&&this.extractDoc&&this._docs.length>this._docIndex&&i.push(this.node("noop")()),this.expect("}")&&this.next(),e(null,i)}},A={read_variable:function(t,e){var i;if("&"===this.token)return this.read_byref(this.read_variable.bind(this,t,e));if(this.is([this.tok.T_VARIABLE,"$"]))i=this.read_reference_variable(e);else if(this.is([this.tok.T_NS_SEPARATOR,this.tok.T_STRING,this.tok.T_NAMESPACE])){i=this.node();var n=this.read_namespace_name();if(this.token!=this.tok.T_DOUBLE_COLON&&"("!=this.token&&-1===["parentreference","selfreference"].indexOf(n.kind)){var s=n.name.toLowerCase();"true"===s?i=n.destroy(i("boolean",!0,n.name)):"false"===s?i=n.destroy(i("boolean",!1,n.name)):"null"===s?i=n.destroy(i("nullkeyword",n.name)):(i.destroy(n),i=n)}else i.destroy(n),i=n}else if(this.token===this.tok.T_STATIC){i=this.node("staticreference");var r=this.text();this.next(),i=i(r)}else this.expect("VARIABLE");return this.token===this.tok.T_DOUBLE_COLON&&(i=this.read_static_getter(i,e)),this.recursive_variable_chain_scan(i,t,e)},read_static_getter:function(t,e){var i,n,s=this.node("staticlookup");return this.next().is([this.tok.T_VARIABLE,"$"])?i=this.read_reference_variable(e):this.token===this.tok.T_STRING||this.token===this.tok.T_CLASS||this.version>=700&&this.is("IDENTIFIER")?(i=this.node("identifier"),n=this.text(),this.next(),i=i(n)):"{"===this.token?(i=this.node("literal"),n=this.next().read_expr(),this.expect("}")&&this.next(),i=i("literal",n,null),this.expect("(")):(this.error([this.tok.T_VARIABLE,this.tok.T_STRING]),i=this.node("identifier"),n=this.text(),this.next(),i=i(n)),s(t,i)},read_what:function(){var t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=null,i=null;switch(this.next().token){case this.tok.T_STRING:e=this.node("identifier"),i=this.text(),this.next(),e=e(i),t&&this.token===this.tok.T_OBJECT_OPERATOR&&this.error();break;case this.tok.T_VARIABLE:e=this.node("variable"),i=this.text().substring(1),this.next(),e=e(i,!1);break;case"$":e=this.node(),this.next().expect(["$","{",this.tok.T_VARIABLE]),"{"===this.token?(i=this.next().read_expr(),this.expect("}")&&this.next(),e=e("variable",i,!0)):e=e("variable",i=this.read_expr(),!1);break;case"{":e=this.node("encapsedpart"),i=this.next().read_expr(),this.expect("}")&&this.next(),e=e(i,"complex",!1);break;default:this.error([this.tok.T_STRING,this.tok.T_VARIABLE,"$","{"]),e=this.node("identifier"),i=this.text(),this.next(),e=e(i)}return e},recursive_variable_chain_scan:function(t,e,i){var n,s;t:for(;this.token!=this.EOF;)switch(this.token){case"(":if(e)return t;t=this.node("call")(t,this.read_argument_list());break;case"[":case"{":var r="["===this.token;if(n=this.node("offsetlookup"),this.next(),s=!1,i)s=this.read_encaps_var_offset(),this.expect(r?"]":"}")&&this.next();else(r?"]"!==this.token:"}"!==this.token)?(s=this.read_expr(),this.expect(r?"]":"}")&&this.next()):this.next();t=n(t,s);break;case this.tok.T_DOUBLE_COLON:"staticlookup"===t.kind&&"identifier"===t.offset.kind&&this.error(),t=(n=this.node("staticlookup"))(t,this.read_what(!0));break;case this.tok.T_OBJECT_OPERATOR:t=(n=this.node("propertylookup"))(t,this.read_what());break;default:break t}return t},read_encaps_var_offset:function(){var t=this.node();if(this.token===this.tok.T_STRING){var e=this.text();this.next(),t=t("identifier",e)}else if(this.token===this.tok.T_NUM_STRING){var i=this.text();this.next(),t=t("number",i,null)}else if("-"===this.token){this.next();var n=-1*this.text();this.expect(this.tok.T_NUM_STRING)&&this.next(),t=t("number",n,null)}else if(this.token===this.tok.T_VARIABLE){var s=this.text().substring(1);this.next(),t=t("variable",s,!1)}else{this.expect([this.tok.T_STRING,this.tok.T_NUM_STRING,"-",this.tok.T_VARIABLE]);var r=this.text();this.next(),t=t("identifier",r)}return t},read_reference_variable:function(t){for(var e,i=this.read_simple_variable();this.token!=this.EOF;){var n=this.node();if("{"!=this.token||t){n.destroy();break}e=this.next().read_expr(),this.expect("}")&&this.next(),i=n("offsetlookup",i,e)}return i},read_simple_variable:function(){var t,e=this.node("variable");if(this.expect([this.tok.T_VARIABLE,"$"])&&this.token===this.tok.T_VARIABLE)t=this.text().substring(1),this.next(),e=e(t,!1);else switch("$"===this.token&&this.next(),this.token){case"{":var i=this.next().read_expr();this.expect("}")&&this.next(),e=e(i,!0);break;case"$":e=e(this.read_simple_variable(),!1);break;case this.tok.T_VARIABLE:t=this.text().substring(1);var n=this.node("variable");this.next(),e=e(n(t,!1),!1);break;default:this.error(["{","$",this.tok.T_VARIABLE]),t=this.text(),this.next(),e=e(t,!1)}return e}};function g(t){return"."!=t&&","!=t&&!isNaN(parseFloat(t))&&isFinite(t)}var N=function(t,e){this.lexer=t,this.ast=e,this.tok=t.tok,this.EOF=t.EOF,this.token=null,this.prev=null,this.debug=!1,this.version=704,this.extractDoc=!1,this.extractTokens=!1,this.suppressErrors=!1;var i=function(t){return[t,null]};this.entries={IDENTIFIER:new Map([this.tok.T_ABSTRACT,this.tok.T_ARRAY,this.tok.T_AS,this.tok.T_BREAK,this.tok.T_CALLABLE,this.tok.T_CASE,this.tok.T_CATCH,this.tok.T_CLASS,this.tok.T_CLASS_C,this.tok.T_CLONE,this.tok.T_CONST,this.tok.T_CONTINUE,this.tok.T_DECLARE,this.tok.T_DEFAULT,this.tok.T_DIR,this.tok.T_DO,this.tok.T_ECHO,this.tok.T_ELSE,this.tok.T_ELSEIF,this.tok.T_EMPTY,this.tok.T_ENDDECLARE,this.tok.T_ENDFOR,this.tok.T_ENDFOREACH,this.tok.T_ENDIF,this.tok.T_ENDSWITCH,this.tok.T_ENDWHILE,this.tok.T_EVAL,this.tok.T_EXIT,this.tok.T_EXTENDS,this.tok.T_FILE,this.tok.T_FINAL,this.tok.T_FINALLY,this.tok.T_FN,this.tok.T_FOR,this.tok.T_FOREACH,this.tok.T_FUNC_C,this.tok.T_FUNCTION,this.tok.T_GLOBAL,this.tok.T_GOTO,this.tok.T_IF,this.tok.T_IMPLEMENTS,this.tok.T_INCLUDE,this.tok.T_INCLUDE_ONCE,this.tok.T_INSTANCEOF,this.tok.T_INSTEADOF,this.tok.T_INTERFACE,this.tok.T_ISSET,this.tok.T_LINE,this.tok.T_LIST,this.tok.T_LOGICAL_AND,this.tok.T_LOGICAL_OR,this.tok.T_LOGICAL_XOR,this.tok.T_METHOD_C,this.tok.T_NAMESPACE,this.tok.T_NEW,this.tok.T_NS_C,this.tok.T_PRINT,this.tok.T_PRIVATE,this.tok.T_PROTECTED,this.tok.T_PUBLIC,this.tok.T_REQUIRE,this.tok.T_REQUIRE_ONCE,this.tok.T_RETURN,this.tok.T_STATIC,this.tok.T_SWITCH,this.tok.T_THROW,this.tok.T_TRAIT,this.tok.T_TRY,this.tok.T_UNSET,this.tok.T_USE,this.tok.T_VAR,this.tok.T_WHILE,this.tok.T_YIELD].map(i)),VARIABLE:new Map([this.tok.T_VARIABLE,"$","&",this.tok.T_NS_SEPARATOR,this.tok.T_STRING,this.tok.T_NAMESPACE,this.tok.T_STATIC].map(i)),SCALAR:new Map([this.tok.T_CONSTANT_ENCAPSED_STRING,this.tok.T_START_HEREDOC,this.tok.T_LNUMBER,this.tok.T_DNUMBER,this.tok.T_ARRAY,"[",this.tok.T_CLASS_C,this.tok.T_TRAIT_C,this.tok.T_FUNC_C,this.tok.T_METHOD_C,this.tok.T_LINE,this.tok.T_FILE,this.tok.T_DIR,this.tok.T_NS_C,'"','b"','B"',"-",this.tok.T_NS_SEPARATOR].map(i)),T_MAGIC_CONST:new Map([this.tok.T_CLASS_C,this.tok.T_TRAIT_C,this.tok.T_FUNC_C,this.tok.T_METHOD_C,this.tok.T_LINE,this.tok.T_FILE,this.tok.T_DIR,this.tok.T_NS_C].map(i)),T_MEMBER_FLAGS:new Map([this.tok.T_PUBLIC,this.tok.T_PRIVATE,this.tok.T_PROTECTED,this.tok.T_STATIC,this.tok.T_ABSTRACT,this.tok.T_FINAL].map(i)),EOS:new Map([";",this.EOF,this.tok.T_INLINE_HTML].map(i)),EXPR:new Map(["@","-","+","!","~","(","`",this.tok.T_LIST,this.tok.T_CLONE,this.tok.T_INC,this.tok.T_DEC,this.tok.T_NEW,this.tok.T_ISSET,this.tok.T_EMPTY,this.tok.T_INCLUDE,this.tok.T_INCLUDE_ONCE,this.tok.T_REQUIRE,this.tok.T_REQUIRE_ONCE,this.tok.T_EVAL,this.tok.T_INT_CAST,this.tok.T_DOUBLE_CAST,this.tok.T_STRING_CAST,this.tok.T_ARRAY_CAST,this.tok.T_OBJECT_CAST,this.tok.T_BOOL_CAST,this.tok.T_UNSET_CAST,this.tok.T_EXIT,this.tok.T_PRINT,this.tok.T_YIELD,this.tok.T_STATIC,this.tok.T_FUNCTION,this.tok.T_FN,this.tok.T_VARIABLE,"$",this.tok.T_NS_SEPARATOR,this.tok.T_STRING,this.tok.T_STRING,this.tok.T_CONSTANT_ENCAPSED_STRING,this.tok.T_START_HEREDOC,this.tok.T_LNUMBER,this.tok.T_DNUMBER,this.tok.T_ARRAY,"[",this.tok.T_CLASS_C,this.tok.T_TRAIT_C,this.tok.T_FUNC_C,this.tok.T_METHOD_C,this.tok.T_LINE,this.tok.T_FILE,this.tok.T_DIR,this.tok.T_NS_C].map(i))}};N.prototype.getTokenName=function(t){return g(t)?t==this.EOF?"the end of file (EOF)":this.lexer.engine.tokens.values[t]:"'"+t+"'"},N.prototype.parse=function(t,e){this._errors=[],this.filename=e||"eval",this.currentNamespace=[""],this.extractDoc?this._docs=[]:this._docs=null,this.extractTokens?this._tokens=[]:this._tokens=null,this._docIndex=0,this._lastNode=null,this.lexer.setInput(t),this.lexer.all_tokens=this.extractTokens,this.lexer.comment_tokens=this.extractDoc,this.length=this.lexer._input.length,this.innerList=!1,this.innerListForm=!1;var i=this.node("program"),n=[];for(this.next();this.token!=this.EOF;)n.push(this.read_start());0===n.length&&this.extractDoc&&this._docs.length>this._docIndex&&n.push(this.node("noop")()),this.prev=[this.lexer.yylloc.last_line,this.lexer.yylloc.last_column,this.lexer.offset];var s=i(n,this._errors,this._docs,this._tokens);if(this.debug){var r=this.ast.checkNodes();if(r.length>0)throw r.forEach((function(t){t.position&&console.log("Node at line "+t.position.line+", column "+t.position.column),console.log(t.stack.join("\n"))})),new Error("Some nodes are not closed")}return s},N.prototype.raiseError=function(t,e,i,n){if(t+=" on line "+this.lexer.yylloc.first_line,!this.suppressErrors){var s=new SyntaxError(t,this.filename,this.lexer.yylloc.first_line);throw s.lineNumber=this.lexer.yylloc.first_line,s.fileName=this.filename,s.columnNumber=this.lexer.yylloc.first_column,s}var r=this.ast.prepare("error",null,this)(t,n,this.lexer.yylloc.first_line,i);return this._errors.push(r),r},N.prototype.error=function(t){var e="Parse Error : syntax error",i=this.getTokenName(this.token),n="";if(this.token!==this.EOF){if(g(this.token)){var s=this.text();s.length>10&&(s=s.substring(0,7)+"..."),i="'"+s+"' ("+i+")"}e+=", unexpected "+i}return t&&!Array.isArray(t)&&((g(t)||1===t.length)&&(n=", expecting "+this.getTokenName(t)),e+=n),this.raiseError(e,n,t,i)},N.prototype.node=function(t){if(this.extractDoc){var e=null;this._docIndex<this._docs.length&&(e=this._docs.slice(this._docIndex),this._docIndex=this._docs.length,this.debug&&(console.log(new Error("Append docs on "+t)),console.log(e)));var i=this.ast.prepare(t,e,this);return i.postBuild=function(t){if(this._docIndex<this._docs.length)if(this._lastNode){for(var e=this.prev[2],i=this._docIndex;i<this._docs.length&&!(this._docs[i].offset>e);i++);i>this._docIndex&&(this._lastNode.setTrailingComments(this._docs.slice(this._docIndex,i)),this._docIndex=i)}else this.token===this.EOF&&(t.setTrailingComments(this._docs.slice(this._docIndex)),this._docIndex=this._docs.length);this._lastNode=t}.bind(this),i}return this.ast.prepare(t,null,this)},N.prototype.expectEndOfStatement=function(t){if(";"===this.token)t&&";"===this.lexer.yytext&&t.includeToken(this);else if(this.token!==this.tok.T_INLINE_HTML&&this.token!==this.EOF)return this.error(";"),!1;return this.next(),!0};var C=["parser.next","parser.node","parser.showlog"];N.prototype.showlog=function(){for(var t,e=(new Error).stack.split("\n"),i=2;i<e.length;i++){t=e[i].trim();for(var n=!1,s=0;s<C.length;s++)if(t.substring(3,3+C[s].length)===C[s]){n=!0;break}if(!n)break}return console.log("Line "+this.lexer.yylloc.first_line+" : "+this.getTokenName(this.token)+">"+this.lexer.yytext+"< @--\x3e"+t),this},N.prototype.expect=function(t){if(Array.isArray(t)){if(-1===t.indexOf(this.token))return this.error(t),!1}else if(this.token!=t)return this.error(t),!1;return!0},N.prototype.text=function(){return this.lexer.yytext},N.prototype.next=function(){if(";"===this.token&&";"!==this.lexer.yytext||(this.prev=[this.lexer.yylloc.last_line,this.lexer.yylloc.last_column,this.lexer.offset]),this.lex(),this.debug&&this.showlog(),this.extractDoc)for(;this.token===this.tok.T_COMMENT||this.token===this.tok.T_DOC_COMMENT;)this.token===this.tok.T_COMMENT?this._docs.push(this.read_comment()):this._docs.push(this.read_doc_comment());return this},N.prototype.lex=function(){if(this.extractTokens)do{if(this.token=this.lexer.lex()||this.EOF,this.token===this.EOF)return this;var t=this.lexer.yytext;if(t=this.lexer.engine.tokens.values.hasOwnProperty(this.token)?[this.lexer.engine.tokens.values[this.token],t,this.lexer.yylloc.first_line,this.lexer.yylloc.first_offset,this.lexer.offset]:[null,t,this.lexer.yylloc.first_line,this.lexer.yylloc.first_offset,this.lexer.offset],this._tokens.push(t),this.token===this.tok.T_CLOSE_TAG)return this.token=";",this;if(this.token===this.tok.T_OPEN_TAG_WITH_ECHO)return this.token=this.tok.T_ECHO,this}while(this.token===this.tok.T_WHITESPACE||!this.extractDoc&&(this.token===this.tok.T_COMMENT||this.token===this.tok.T_DOC_COMMENT)||this.token===this.tok.T_OPEN_TAG);else this.token=this.lexer.lex()||this.EOF;return this},N.prototype.is=function(t){return Array.isArray(t)?-1!==t.indexOf(this.token):this.entries[t].has(this.token)},[{read_array:function(){var t=null,e=!1,i=this.node("array");this.token===this.tok.T_ARRAY?(this.next().expect("("),t=")"):(e=!0,t="]");var n=[];return this.next().token!==t&&(n=this.read_array_pair_list(e)),this.expect(t),this.next(),i(e,n)},read_array_pair_list:function(t){var e=this;return this.read_list((function(){return e.read_array_pair(t)}),",",!0)},read_array_pair:function(t){if(!(!t&&")"===this.token||t&&"]"===this.token)){if(","===this.token)return this.node("noop")();var e=this.node("entry"),i=null,n=null,s=!1,r=!1;if("&"===this.token)this.next(),s=!0,n=this.read_variable(!0,!1);else if(this.token===this.tok.T_ELLIPSIS&&this.version>=704)this.next(),"&"===this.token&&this.error(),r=!0,n=this.read_expr();else{var o=this.read_expr();this.token===this.tok.T_DOUBLE_ARROW?(this.next(),i=o,"&"===this.token?(this.next(),s=!0,n=this.read_variable(!0,!1)):n=this.read_expr()):n=o}return e(i,n,s,r)}}},E,{read_comment:function(){var t=this.text(),e=this.ast.prepare("/*"===t.substring(0,2)?"commentblock":"commentline",null,this),i=this.lexer.yylloc.first_offset,n=this.prev;return this.prev=[this.lexer.yylloc.last_line,this.lexer.yylloc.last_column,this.lexer.offset],this.lex(),(e=e(t)).offset=i,this.prev=n,e},read_doc_comment:function(){var t=this.ast.prepare("commentblock",null,this),e=this.lexer.yylloc.first_offset,i=this.text(),n=this.prev;return this.prev=[this.lexer.yylloc.last_line,this.lexer.yylloc.last_column,this.lexer.offset],this.lex(),(t=t(i)).offset=e,this.prev=n,t}},{read_expr:function(t){var e=this.node();if("@"===this.token)return t||(t=this.next().read_expr()),e("silent",t);if(t||(t=this.read_expr_item()),"|"===this.token)return e("bin","|",t,this.next().read_expr());if("&"===this.token)return e("bin","&",t,this.next().read_expr());if("^"===this.token)return e("bin","^",t,this.next().read_expr());if("."===this.token)return e("bin",".",t,this.next().read_expr());if("+"===this.token)return e("bin","+",t,this.next().read_expr());if("-"===this.token)return e("bin","-",t,this.next().read_expr());if("*"===this.token)return e("bin","*",t,this.next().read_expr());if("/"===this.token)return e("bin","/",t,this.next().read_expr());if("%"===this.token)return e("bin","%",t,this.next().read_expr());if(this.token===this.tok.T_POW)return e("bin","**",t,this.next().read_expr());if(this.token===this.tok.T_SL)return e("bin","<<",t,this.next().read_expr());if(this.token===this.tok.T_SR)return e("bin",">>",t,this.next().read_expr());if(this.token===this.tok.T_BOOLEAN_OR)return e("bin","||",t,this.next().read_expr());if(this.token===this.tok.T_LOGICAL_OR)return e("bin","or",t,this.next().read_expr());if(this.token===this.tok.T_BOOLEAN_AND)return e("bin","&&",t,this.next().read_expr());if(this.token===this.tok.T_LOGICAL_AND)return e("bin","and",t,this.next().read_expr());if(this.token===this.tok.T_LOGICAL_XOR)return e("bin","xor",t,this.next().read_expr());if(this.token===this.tok.T_IS_IDENTICAL)return e("bin","===",t,this.next().read_expr());if(this.token===this.tok.T_IS_NOT_IDENTICAL)return e("bin","!==",t,this.next().read_expr());if(this.token===this.tok.T_IS_EQUAL)return e("bin","==",t,this.next().read_expr());if(this.token===this.tok.T_IS_NOT_EQUAL)return e("bin","!=",t,this.next().read_expr());if("<"===this.token)return e("bin","<",t,this.next().read_expr());if(">"===this.token)return e("bin",">",t,this.next().read_expr());if(this.token===this.tok.T_IS_SMALLER_OR_EQUAL)return e("bin","<=",t,this.next().read_expr());if(this.token===this.tok.T_IS_GREATER_OR_EQUAL)return e("bin",">=",t,this.next().read_expr());if(this.token===this.tok.T_SPACESHIP)return e("bin","<=>",t,this.next().read_expr());if(this.token===this.tok.T_INSTANCEOF&&(t=e("bin","instanceof",t,this.next().read_class_name_reference()),";"!==this.token&&this.token!==this.tok.T_INLINE_HTML&&this.token!==this.EOF&&(t=this.read_expr(t))),this.token===this.tok.T_COALESCE)return e("bin","??",t,this.next().read_expr());if("?"===this.token){var i=null;return":"!==this.next().token&&(i=this.read_expr()),this.expect(":")&&this.next(),e("retif",t,i,this.read_expr())}return e.destroy(t),t},read_expr_cast:function(t){return this.node("cast")(t,this.text(),this.next().read_expr())},read_isset_variable:function(){return this.read_expr()},read_isset_variables:function(){return this.read_function_list(this.read_isset_variable,",")},read_internal_functions_in_yacc:function(){var t=null;switch(this.token){case this.tok.T_ISSET:t=this.node("isset"),this.next().expect("(")&&this.next();var e=this.read_isset_variables();this.expect(")")&&this.next(),t=t(e);break;case this.tok.T_EMPTY:t=this.node("empty"),this.next().expect("(")&&this.next();var i=this.read_expr();this.expect(")")&&this.next(),t=t(i);break;case this.tok.T_INCLUDE:t=this.node("include")(!1,!1,this.next().read_expr());break;case this.tok.T_INCLUDE_ONCE:t=this.node("include")(!0,!1,this.next().read_expr());break;case this.tok.T_EVAL:t=this.node("eval"),this.next().expect("(")&&this.next();var n=this.read_expr();this.expect(")")&&this.next(),t=t(n);break;case this.tok.T_REQUIRE:t=this.node("include")(!1,!0,this.next().read_expr());break;case this.tok.T_REQUIRE_ONCE:t=this.node("include")(!0,!0,this.next().read_expr())}return t},read_optional_expr:function(t){return this.token!==t?this.read_expr():null},read_exit_expr:function(){var t=null;return"("===this.token&&(this.next(),t=this.read_optional_expr(")"),this.expect(")")&&this.next()),t},read_expr_item:function(){var t,e;if("+"===this.token)return this.node("unary")("+",this.next().read_expr());if("-"===this.token)return this.node("unary")("-",this.next().read_expr());if("!"===this.token)return this.node("unary")("!",this.next().read_expr());if("~"===this.token)return this.node("unary")("~",this.next().read_expr());if("("===this.token)return(e=this.next().read_expr()).parenthesizedExpression=!0,this.expect(")")&&this.next(),this.handleDereferencable(e);if("`"===this.token)return this.read_encapsed_string("`");if(this.token===this.tok.T_LIST){var i=null,n=this.innerList;t=this.node("list"),n||(i=this.node("assign")),this.next().expect("(")&&this.next(),this.innerList||(this.innerList=!0);var s=this.read_array_pair_list(!1);this.expect(")")&&this.next();for(var r=!1,o=0;o<s.length;o++)if(null!==s[o]&&"noop"!==s[o].kind){r=!0;break}return r||this.raiseError("Fatal Error : Cannot use empty list on line "+this.lexer.yylloc.first_line),n?t(s,!1):(this.innerList=!1,this.expect("=")?i(t(s,!1),this.next().read_expr(),"="):t(s,!1))}if(this.token===this.tok.T_CLONE)return this.node("clone")(this.next().read_expr());switch(this.token){case this.tok.T_INC:return this.node("pre")("+",this.next().read_variable(!1,!1));case this.tok.T_DEC:return this.node("pre")("-",this.next().read_variable(!1,!1));case this.tok.T_NEW:return this.read_new_expr();case this.tok.T_ISSET:case this.tok.T_EMPTY:case this.tok.T_INCLUDE:case this.tok.T_INCLUDE_ONCE:case this.tok.T_EVAL:case this.tok.T_REQUIRE:case this.tok.T_REQUIRE_ONCE:return this.read_internal_functions_in_yacc();case this.tok.T_INT_CAST:return this.read_expr_cast("int");case this.tok.T_DOUBLE_CAST:return this.read_expr_cast("float");case this.tok.T_STRING_CAST:return this.read_expr_cast(-1!==this.text().indexOf("binary")?"binary":"string");case this.tok.T_ARRAY_CAST:return this.read_expr_cast("array");case this.tok.T_OBJECT_CAST:return this.read_expr_cast("object");case this.tok.T_BOOL_CAST:return this.read_expr_cast("bool");case this.tok.T_UNSET_CAST:return this.read_expr_cast("unset");case this.tok.T_EXIT:var h="die"===this.lexer.yytext.toLowerCase();return t=this.node("exit"),this.next(),t(this.read_exit_expr(),h);case this.tok.T_PRINT:return this.node("print")(this.next().read_expr());case this.tok.T_YIELD:var a=null,l=null;return t=this.node("yield"),this.next().is("EXPR")&&(a=this.read_expr(),this.token===this.tok.T_DOUBLE_ARROW&&(l=a,a=this.next().read_expr())),t(a,l);case this.tok.T_YIELD_FROM:return(t=this.node("yieldfrom"))(e=this.next().read_expr());case this.tok.T_FN:case this.tok.T_FUNCTION:return this.read_inline_function();case this.tok.T_STATIC:var c=[this.token,this.lexer.getState()];if(this.next(),this.token===this.tok.T_FUNCTION||this.version>=704&&this.token===this.tok.T_FN)return this.read_inline_function([0,1,0]);this.lexer.tokens.push(c),this.next()}if(this.is("VARIABLE")){t=this.node();var u="identifier"===(e=this.read_variable(!1,!1)).kind||"staticlookup"===e.kind&&"identifier"===e.offset.kind;switch(this.token){case"=":return u&&this.error("VARIABLE"),"&"==this.next().token?this.read_assignref(t,e):t("assign",e,this.read_expr(),"=");case this.tok.T_PLUS_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"+=");case this.tok.T_MINUS_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"-=");case this.tok.T_MUL_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"*=");case this.tok.T_POW_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"**=");case this.tok.T_DIV_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"/=");case this.tok.T_CONCAT_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),".=");case this.tok.T_MOD_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"%=");case this.tok.T_AND_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"&=");case this.tok.T_OR_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"|=");case this.tok.T_XOR_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"^=");case this.tok.T_SL_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"<<=");case this.tok.T_SR_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),">>=");case this.tok.T_COALESCE_EQUAL:return u&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"??=");case this.tok.T_INC:return u&&this.error("VARIABLE"),this.next(),t("post","+",e);case this.tok.T_DEC:return u&&this.error("VARIABLE"),this.next(),t("post","-",e);default:t.destroy(e)}}else{if(this.is("SCALAR")){if(t=this.node(),"array"===(e=this.read_scalar()).kind&&e.shortForm&&"="===this.token){var _=this.node("list")(e.items,!0);return e.loc&&(_.loc=e.loc),t("assign",_,this.next().read_expr(),"=")}return t.destroy(e),this.handleDereferencable(e)}this.error("EXPR"),this.next()}return e},read_assignref:function(t,e){var i;return this.next(),this.token===this.tok.T_NEW?(this.version>=700&&this.error(),i=this.read_new_expr()):i=this.read_variable(!1,!1),t("assignref",e,i)},read_inline_function:function(t){if(this.token===this.tok.T_FUNCTION)return this.read_function(!0,t);!this.version>=704&&this.raiseError("Arrow Functions are not allowed");var e=this.node("arrowfunc");this.expect(this.tok.T_FN)&&this.next();var i=this.is_reference();this.expect("(")&&this.next();var n=this.read_parameter_list();this.expect(")")&&this.next();var s=!1,r=null;return":"===this.token&&("?"===this.next().token&&(s=!0,this.next()),r=this.read_type()),this.expect(this.tok.T_DOUBLE_ARROW)&&this.next(),e(n,i,this.read_expr(),r,s,!!t)},read_new_expr:function(){var t=this.node("new");this.expect(this.tok.T_NEW)&&this.next();var e=[];if(this.token===this.tok.T_CLASS){var i=this.node("class");"("===this.next().token&&(e=this.read_argument_list());var n=this.read_extends_from(),s=this.read_implements_list(),r=null;return this.expect("{")&&(r=this.next().read_class_body()),t(i(null,n,s,r,[0,0,0]),e)}var o=this.read_new_class_name();return"("===this.token&&(e=this.read_argument_list()),t(o,e)},read_new_class_name:function(){if(this.token===this.tok.T_NS_SEPARATOR||this.token===this.tok.T_STRING||this.token===this.tok.T_NAMESPACE){var t=this.read_namespace_name(!0);return this.token===this.tok.T_DOUBLE_COLON&&(t=this.read_static_getter(t)),t}if(this.is("VARIABLE"))return this.read_variable(!0,!1);this.expect([this.tok.T_STRING,"VARIABLE"])},handleDereferencable:function(t){for(;this.token!==this.EOF;)if(this.token===this.tok.T_OBJECT_OPERATOR||this.token===this.tok.T_DOUBLE_COLON)t=this.recursive_variable_chain_scan(t,!1,!1,!0);else if(this.token===this.tok.T_CURLY_OPEN||"["===this.token)t=this.read_dereferencable(t);else{if("("!==this.token)return t;t=this.node("call")(t,this.read_argument_list())}return t}},{is_reference:function(){return"&"==this.token&&(this.next(),!0)},is_variadic:function(){return this.token===this.tok.T_ELLIPSIS&&(this.next(),!0)},read_function:function(t,e){var i=this.read_function_declaration(t?1:e?2:0,e&&1===e[1]);return e&&1==e[2]?(i.parseFlags(e),this.expect(";")&&this.next()):(this.expect("{")&&(i.body=this.read_code_block(!1),i.loc&&i.body.loc&&(i.loc.end=i.body.loc.end)),!t&&e&&i.parseFlags(e)),i},read_function_declaration:function(t,e){var i="function";1===t?i="closure":2===t&&(i="method");var n=this.node(i);this.expect(this.tok.T_FUNCTION)&&this.next();var s=this.is_reference(),r=!1,o=[],h=null,a=!1;if(1!==t){var l=this.node("identifier");2===t?this.version>=700?this.token===this.tok.T_STRING||this.is("IDENTIFIER")?(r=this.text(),this.next()):this.version<704&&this.error("IDENTIFIER"):this.token===this.tok.T_STRING?(r=this.text(),this.next()):this.error("IDENTIFIER"):this.version>=700?this.token===this.tok.T_STRING?(r=this.text(),this.next()):this.version>=704?this.expect("(")||this.next():(this.error(this.tok.T_STRING),this.next()):(this.expect(this.tok.T_STRING)&&(r=this.text()),this.next()),r=l(r)}this.expect("(")&&this.next();var c=this.read_parameter_list();return this.expect(")")&&this.next(),1===t&&(o=this.read_lexical_vars()),":"===this.token&&("?"===this.next().token&&(a=!0,this.next()),h=this.read_type()),1===t?n(c,s,o,h,a,e):n(r,c,s,h,a)},read_lexical_vars:function(){var t=[];return this.token===this.tok.T_USE&&(this.next(),this.expect("(")&&this.next(),t=this.read_lexical_var_list(),this.expect(")")&&this.next()),t},read_lexical_var_list:function(){return this.read_list(this.read_lexical_var,",")},read_lexical_var:function(){if("&"===this.token)return this.read_byref(this.read_lexical_var.bind(this));var t=this.node("variable");this.expect(this.tok.T_VARIABLE);var e=this.text().substring(1);return this.next(),t(e,!1)},read_parameter_list:function(){var t=[];if(")"!=this.token)for(;this.token!=this.EOF;){if(t.push(this.read_parameter()),","!=this.token){if(")"==this.token)break;this.error([",",")"]);break}this.next()}return t},read_parameter:function(){var t,e=this.node("parameter"),i=null,n=null,s=!1;"?"===this.token&&(this.next(),s=!0),t=this.read_type(),s&&!t&&this.raiseError("Expecting a type definition combined with nullable operator");var r=this.is_reference(),o=this.is_variadic();if(this.expect(this.tok.T_VARIABLE)){i=this.node("identifier");var h=this.text().substring(1);this.next(),i=i(h)}return"="==this.token&&(n=this.next().read_expr()),e(i,t,n,r,o,s)},read_argument_list:function(){var t=[];return this.expect("(")&&this.next(),")"!==this.token&&(t=this.read_non_empty_argument_list()),this.expect(")")&&this.next(),t},read_non_empty_argument_list:function(){var t=!1;return this.read_function_list(function(){var e=this.read_argument();return e&&(t&&this.raiseError("Unexpected argument after a variadic argument"),"variadic"===e.kind&&(t=!0)),e}.bind(this),",")},read_argument:function(){return this.token===this.tok.T_ELLIPSIS?this.node("variadic")(this.next().read_expr()):this.read_expr()},read_type:function(){var t=this.node();if(this.token===this.tok.T_ARRAY||this.token===this.tok.T_CALLABLE){var e=this.text();return this.next(),t("typereference",e.toLowerCase(),e)}if(this.token===this.tok.T_STRING){var i=this.text(),n=[this.token,this.lexer.getState()];return this.next(),this.token!==this.tok.T_NS_SEPARATOR&&this.ast.typereference.types.indexOf(i.toLowerCase())>-1?t("typereference",i.toLowerCase(),i):(this.lexer.tokens.push(n),this.next(),t.destroy(),this.read_namespace_name())}return this.token===this.tok.T_NAMESPACE||this.token===this.tok.T_NS_SEPARATOR?(t.destroy(),this.read_namespace_name()):(t.destroy(),null)}},{read_if:function(){var t=this.node("if"),e=this.next().read_if_expr(),i=null,n=null,s=!1;if(":"===this.token){s=!0,this.next(),i=this.node("block");for(var r=[];this.token!==this.EOF&&this.token!==this.tok.T_ENDIF;){if(this.token===this.tok.T_ELSEIF){n=this.read_elseif_short();break}if(this.token===this.tok.T_ELSE){n=this.read_else_short();break}r.push(this.read_inner_statement())}i=i(null,r),this.expect(this.tok.T_ENDIF)&&this.next(),this.expectEndOfStatement()}else i=this.read_statement(),this.token===this.tok.T_ELSEIF?n=this.read_if():this.token===this.tok.T_ELSE&&(n=this.next().read_statement());return t(e,i,n,s)},read_if_expr:function(){this.expect("(")&&this.next();var t=this.read_expr();return this.expect(")")&&this.next(),t},read_elseif_short:function(){var t=null,e=this.node("if"),i=this.next().read_if_expr();this.expect(":")&&this.next();for(var n=this.node("block"),s=[];this.token!=this.EOF&&this.token!==this.tok.T_ENDIF;){if(this.token===this.tok.T_ELSEIF){t=this.read_elseif_short();break}if(this.token===this.tok.T_ELSE){t=this.read_else_short();break}s.push(this.read_inner_statement())}return e(i,n(null,s),t,!0)},read_else_short:function(){this.next().expect(":")&&this.next();for(var t=this.node("block"),e=[];this.token!=this.EOF&&this.token!==this.tok.T_ENDIF;)e.push(this.read_inner_statement());return t(null,e)}},{read_while:function(){var t=this.node("while");this.expect(this.tok.T_WHILE)&&this.next();var e,i=null,n=!1;return this.expect("(")&&this.next(),e=this.read_expr(),this.expect(")")&&this.next(),":"===this.token?(n=!0,i=this.read_short_form(this.tok.T_ENDWHILE)):i=this.read_statement(),t(e,i,n)},read_do:function(){var t=this.node("do");this.expect(this.tok.T_DO)&&this.next();var e,i=null;return e=this.read_statement(),this.expect(this.tok.T_WHILE)&&(this.next().expect("(")&&this.next(),i=this.read_expr(),this.expect(")")&&this.next(),this.expect(";")&&this.next()),t(i,e)},read_for:function(){var t=this.node("for");this.expect(this.tok.T_FOR)&&this.next();var e=[],i=[],n=[],s=null,r=!1;return this.expect("(")&&this.next(),";"!==this.token?(e=this.read_list(this.read_expr,","),this.expect(";")&&this.next()):this.next(),";"!==this.token?(i=this.read_list(this.read_expr,","),this.expect(";")&&this.next()):this.next(),")"!==this.token?(n=this.read_list(this.read_expr,","),this.expect(")")&&this.next()):this.next(),":"===this.token?(r=!0,s=this.read_short_form(this.tok.T_ENDFOR)):s=this.read_statement(),t(e,i,n,s,r)},read_foreach:function(){var t=this.node("foreach");this.expect(this.tok.T_FOREACH)&&this.next();var e,i=null,n=null,s=null,r=!1;return this.expect("(")&&this.next(),e=this.read_expr(),this.expect(this.tok.T_AS)&&(this.next(),n=this.read_foreach_variable(),this.token===this.tok.T_DOUBLE_ARROW&&(i=n,n=this.next().read_foreach_variable())),i&&"list"===i.kind&&this.raiseError("Fatal Error : Cannot use list as key element"),this.expect(")")&&this.next(),":"===this.token?(r=!0,s=this.read_short_form(this.tok.T_ENDFOREACH)):s=this.read_statement(),t(e,i,n,s,r)},read_foreach_variable:function(){if(this.token===this.tok.T_LIST||"["===this.token){var t="["===this.token,e=this.node("list");this.next(),!t&&this.expect("(")&&this.next();var i=this.read_array_pair_list(t);return this.expect(t?"]":")")&&this.next(),e(i,t)}return this.read_variable(!1,!1)}},{read_start:function(){return this.token==this.tok.T_NAMESPACE?this.read_namespace():this.read_top_statement()}},{read_namespace:function(){var t,e,i=this.node("namespace");return this.expect(this.tok.T_NAMESPACE)&&this.next(),e="{"==this.token?{name:[""]}:this.read_namespace_name(),this.currentNamespace=e,";"==this.token?(this.currentNamespace=e,t=this.next().read_top_statements(),this.expect(this.EOF),i(e.name,t,!1)):"{"==this.token?(this.currentNamespace=e,t=this.next().read_top_statements(),this.expect("}")&&this.next(),0===t.length&&this.extractDoc&&this._docs.length>this._docIndex&&t.push(this.node("noop")()),i(e.name,t,!0)):"("===this.token?(e.resolution=this.ast.reference.RELATIVE_NAME,e.name=e.name.substring(1),i.destroy(),this.node("call")(e,this.read_argument_list())):(this.error(["{",";"]),this.currentNamespace=e,t=this.read_top_statements(),this.expect(this.EOF),i(e,t,!1))},read_namespace_name:function(t){var e=this.node(),i=!1;this.token===this.tok.T_NAMESPACE&&(this.next().expect(this.tok.T_NS_SEPARATOR)&&this.next(),i=!0);var n=this.read_list(this.tok.T_STRING,this.tok.T_NS_SEPARATOR,!0);if(!i&&1===n.length&&(t||"("!==this.token)){if("parent"===n[0].toLowerCase())return e("parentreference",n[0]);if("self"===n[0].toLowerCase())return e("selfreference",n[0])}return e("name",n,i)},read_use_statement:function(){var t=this.node("usegroup"),e=[],i=null;this.expect(this.tok.T_USE)&&this.next();var n=this.read_use_type();return e.push(this.read_use_declaration(!1)),","===this.token?e=e.concat(this.next().read_use_declarations(!1)):"{"===this.token&&(i=e[0].name,e=this.next().read_use_declarations(null===n),this.expect("}")&&this.next()),t=t(i,n,e),this.expect(";")&&this.next(),t},read_class_name_reference:function(){return this.read_variable(!0,!1)},read_use_declaration:function(t){var e=this.node("useitem"),i=null;t&&(i=this.read_use_type());var n=this.read_namespace_name(),s=this.read_use_alias();return e(n.name,s,i)},read_use_declarations:function(t){for(var e=[this.read_use_declaration(t)];","===this.token;){if(this.next(),t){if(this.token!==this.tok.T_FUNCTION&&this.token!==this.tok.T_CONST&&this.token!==this.tok.T_STRING)break}else if(this.token!==this.tok.T_STRING&&this.token!==this.tok.T_NS_SEPARATOR)break;e.push(this.read_use_declaration(t))}return e},read_use_alias:function(){var t=null;if(this.token===this.tok.T_AS&&this.next().expect(this.tok.T_STRING)){var e=this.node("identifier"),i=this.text();this.next(),t=e(i)}return t},read_use_type:function(){return this.token===this.tok.T_FUNCTION?(this.next(),this.ast.useitem.TYPE_FUNCTION):this.token===this.tok.T_CONST?(this.next(),this.ast.useitem.TYPE_CONST):null}},y,v,{read_switch:function(){var t=this.node("switch");this.expect(this.tok.T_SWITCH)&&this.next(),this.expect("(")&&this.next();var e=this.read_expr();this.expect(")")&&this.next();var i=":"===this.token;return t(e,this.read_switch_case_list(),i)},read_switch_case_list:function(){var t=null,e=this.node("block"),i=[];for("{"===this.token?t="}":":"===this.token?t=this.tok.T_ENDSWITCH:this.expect(["{",":"]),this.next(),";"===this.token&&this.next();this.token!==this.EOF&&this.token!==t;)i.push(this.read_case_list(t));return 0===i.length&&this.extractDoc&&this._docs.length>this._docIndex&&i.push(this.node("noop")()),this.expect(t)&&this.next(),t===this.tok.T_ENDSWITCH&&this.expectEndOfStatement(),e(null,i)},read_case_list:function(t){var e=this.node("case"),i=null;this.token===this.tok.T_CASE?i=this.next().read_expr():this.token===this.tok.T_DEFAULT?this.next():this.expect([this.tok.T_CASE,this.tok.T_DEFAULT]),this.expect([":",";"])&&this.next();for(var n=this.node("block"),s=[];this.token!==this.EOF&&this.token!==t&&this.token!==this.tok.T_CASE&&this.token!==this.tok.T_DEFAULT;)s.push(this.read_inner_statement());return e(i,n(null,s))}},{read_try:function(){this.expect(this.tok.T_TRY);for(var t=this.node("try"),e=null,i=[],n=this.next().read_statement();this.token===this.tok.T_CATCH;){var s=this.node("catch");this.next().expect("(")&&this.next();var r=this.read_list(this.read_namespace_name,"|",!1),o=this.read_variable(!0,!1);this.expect(")"),i.push(s(this.next().read_statement(),r,o))}return this.token===this.tok.T_FINALLY&&(e=this.next().read_statement()),t(n,i,e)}},{read_short_form:function(t){var e=this.node("block"),i=[];for(this.expect(":")&&this.next();this.token!=this.EOF&&this.token!==t;)i.push(this.read_inner_statement());return 0===i.length&&this.extractDoc&&this._docs.length>this._docIndex&&i.push(this.node("noop")()),this.expect(t)&&this.next(),this.expectEndOfStatement(),e(null,i)},read_function_list:function(t,e){var i=[];do{if(this.token==e&&this.version>=703&&i.length>0){i.push(this.node("noop")());break}if(i.push(t.apply(this,[])),this.token!=e)break;if(")"==this.next().token&&this.version>=703)break}while(this.token!=this.EOF);return i},read_list:function(t,e,i){var n=[];if(this.token==e&&(i&&n.push("function"==typeof t?this.node("noop")():null),this.next()),"function"==typeof t)do{var s=t.apply(this,[]);if(s&&n.push(s),this.token!=e)break}while(this.next().token!=this.EOF);else{if(!this.expect(t))return[];for(n.push(this.text());this.next().token!=this.EOF&&this.token==e&&this.next().token==t;)n.push(this.text())}return n},read_name_list:function(){return this.read_list(this.read_namespace_name,",",!1)},read_byref:function(t){var e=this.node("byref");this.next(),e=e(null);var i=t();return i&&(this.ast.swapLocations(i,e,i,this),i.byref=!0),i},read_variable_declarations:function(){return this.read_list((function(){var t=this.node("staticvariable"),e=this.node("variable");if(this.expect(this.tok.T_VARIABLE)){var i=this.text().substring(1);this.next(),e=e(i,!1)}else e=e("#ERR",!1);return"="===this.token?t(e,this.next().read_expr()):e}),",")},read_extends_from:function(){return this.token===this.tok.T_EXTENDS?this.next().read_namespace_name():null},read_interface_extends_list:function(){return this.token===this.tok.T_EXTENDS?this.next().read_name_list():null},read_implements_list:function(){return this.token===this.tok.T_IMPLEMENTS?this.next().read_name_list():null}},A].forEach((function(t){for(var e in t){if(N.prototype.hasOwnProperty(e))throw new Error("Function "+e+" is already defined - collision");N.prototype[e]=t[e]}}));var S=N,b={values:{101:"T_HALT_COMPILER",102:"T_USE",103:"T_ENCAPSED_AND_WHITESPACE",104:"T_OBJECT_OPERATOR",105:"T_STRING",106:"T_DOLLAR_OPEN_CURLY_BRACES",107:"T_STRING_VARNAME",108:"T_CURLY_OPEN",109:"T_NUM_STRING",110:"T_ISSET",111:"T_EMPTY",112:"T_INCLUDE",113:"T_INCLUDE_ONCE",114:"T_EVAL",115:"T_REQUIRE",116:"T_REQUIRE_ONCE",117:"T_NAMESPACE",118:"T_NS_SEPARATOR",119:"T_AS",120:"T_IF",121:"T_ENDIF",122:"T_WHILE",123:"T_DO",124:"T_FOR",125:"T_SWITCH",126:"T_BREAK",127:"T_CONTINUE",128:"T_RETURN",129:"T_GLOBAL",130:"T_STATIC",131:"T_ECHO",132:"T_INLINE_HTML",133:"T_UNSET",134:"T_FOREACH",135:"T_DECLARE",136:"T_TRY",137:"T_THROW",138:"T_GOTO",139:"T_FINALLY",140:"T_CATCH",141:"T_ENDDECLARE",142:"T_LIST",143:"T_CLONE",144:"T_PLUS_EQUAL",145:"T_MINUS_EQUAL",146:"T_MUL_EQUAL",147:"T_DIV_EQUAL",148:"T_CONCAT_EQUAL",149:"T_MOD_EQUAL",150:"T_AND_EQUAL",151:"T_OR_EQUAL",152:"T_XOR_EQUAL",153:"T_SL_EQUAL",154:"T_SR_EQUAL",155:"T_INC",156:"T_DEC",157:"T_BOOLEAN_OR",158:"T_BOOLEAN_AND",159:"T_LOGICAL_OR",160:"T_LOGICAL_AND",161:"T_LOGICAL_XOR",162:"T_SL",163:"T_SR",164:"T_IS_IDENTICAL",165:"T_IS_NOT_IDENTICAL",166:"T_IS_EQUAL",167:"T_IS_NOT_EQUAL",168:"T_IS_SMALLER_OR_EQUAL",169:"T_IS_GREATER_OR_EQUAL",170:"T_INSTANCEOF",171:"T_INT_CAST",172:"T_DOUBLE_CAST",173:"T_STRING_CAST",174:"T_ARRAY_CAST",175:"T_OBJECT_CAST",176:"T_BOOL_CAST",177:"T_UNSET_CAST",178:"T_EXIT",179:"T_PRINT",180:"T_YIELD",181:"T_YIELD_FROM",182:"T_FUNCTION",183:"T_DOUBLE_ARROW",184:"T_DOUBLE_COLON",185:"T_ARRAY",186:"T_CALLABLE",187:"T_CLASS",188:"T_ABSTRACT",189:"T_TRAIT",190:"T_FINAL",191:"T_EXTENDS",192:"T_INTERFACE",193:"T_IMPLEMENTS",194:"T_VAR",195:"T_PUBLIC",196:"T_PROTECTED",197:"T_PRIVATE",198:"T_CONST",199:"T_NEW",200:"T_INSTEADOF",201:"T_ELSEIF",202:"T_ELSE",203:"T_ENDSWITCH",204:"T_CASE",205:"T_DEFAULT",206:"T_ENDFOR",207:"T_ENDFOREACH",208:"T_ENDWHILE",209:"T_CONSTANT_ENCAPSED_STRING",210:"T_LNUMBER",211:"T_DNUMBER",212:"T_LINE",213:"T_FILE",214:"T_DIR",215:"T_TRAIT_C",216:"T_METHOD_C",217:"T_FUNC_C",218:"T_NS_C",219:"T_START_HEREDOC",220:"T_END_HEREDOC",221:"T_CLASS_C",222:"T_VARIABLE",223:"T_OPEN_TAG",224:"T_OPEN_TAG_WITH_ECHO",225:"T_CLOSE_TAG",226:"T_WHITESPACE",227:"T_COMMENT",228:"T_DOC_COMMENT",229:"T_ELLIPSIS",230:"T_COALESCE",231:"T_POW",232:"T_POW_EQUAL",233:"T_SPACESHIP",234:"T_COALESCE_EQUAL",235:"T_FN"},names:{T_HALT_COMPILER:101,T_USE:102,T_ENCAPSED_AND_WHITESPACE:103,T_OBJECT_OPERATOR:104,T_STRING:105,T_DOLLAR_OPEN_CURLY_BRACES:106,T_STRING_VARNAME:107,T_CURLY_OPEN:108,T_NUM_STRING:109,T_ISSET:110,T_EMPTY:111,T_INCLUDE:112,T_INCLUDE_ONCE:113,T_EVAL:114,T_REQUIRE:115,T_REQUIRE_ONCE:116,T_NAMESPACE:117,T_NS_SEPARATOR:118,T_AS:119,T_IF:120,T_ENDIF:121,T_WHILE:122,T_DO:123,T_FOR:124,T_SWITCH:125,T_BREAK:126,T_CONTINUE:127,T_RETURN:128,T_GLOBAL:129,T_STATIC:130,T_ECHO:131,T_INLINE_HTML:132,T_UNSET:133,T_FOREACH:134,T_DECLARE:135,T_TRY:136,T_THROW:137,T_GOTO:138,T_FINALLY:139,T_CATCH:140,T_ENDDECLARE:141,T_LIST:142,T_CLONE:143,T_PLUS_EQUAL:144,T_MINUS_EQUAL:145,T_MUL_EQUAL:146,T_DIV_EQUAL:147,T_CONCAT_EQUAL:148,T_MOD_EQUAL:149,T_AND_EQUAL:150,T_OR_EQUAL:151,T_XOR_EQUAL:152,T_SL_EQUAL:153,T_SR_EQUAL:154,T_INC:155,T_DEC:156,T_BOOLEAN_OR:157,T_BOOLEAN_AND:158,T_LOGICAL_OR:159,T_LOGICAL_AND:160,T_LOGICAL_XOR:161,T_SL:162,T_SR:163,T_IS_IDENTICAL:164,T_IS_NOT_IDENTICAL:165,T_IS_EQUAL:166,T_IS_NOT_EQUAL:167,T_IS_SMALLER_OR_EQUAL:168,T_IS_GREATER_OR_EQUAL:169,T_INSTANCEOF:170,T_INT_CAST:171,T_DOUBLE_CAST:172,T_STRING_CAST:173,T_ARRAY_CAST:174,T_OBJECT_CAST:175,T_BOOL_CAST:176,T_UNSET_CAST:177,T_EXIT:178,T_PRINT:179,T_YIELD:180,T_YIELD_FROM:181,T_FUNCTION:182,T_DOUBLE_ARROW:183,T_DOUBLE_COLON:184,T_ARRAY:185,T_CALLABLE:186,T_CLASS:187,T_ABSTRACT:188,T_TRAIT:189,T_FINAL:190,T_EXTENDS:191,T_INTERFACE:192,T_IMPLEMENTS:193,T_VAR:194,T_PUBLIC:195,T_PROTECTED:196,T_PRIVATE:197,T_CONST:198,T_NEW:199,T_INSTEADOF:200,T_ELSEIF:201,T_ELSE:202,T_ENDSWITCH:203,T_CASE:204,T_DEFAULT:205,T_ENDFOR:206,T_ENDFOREACH:207,T_ENDWHILE:208,T_CONSTANT_ENCAPSED_STRING:209,T_LNUMBER:210,T_DNUMBER:211,T_LINE:212,T_FILE:213,T_DIR:214,T_TRAIT_C:215,T_METHOD_C:216,T_FUNC_C:217,T_NS_C:218,T_START_HEREDOC:219,T_END_HEREDOC:220,T_CLASS_C:221,T_VARIABLE:222,T_OPEN_TAG:223,T_OPEN_TAG_WITH_ECHO:224,T_CLOSE_TAG:225,T_WHITESPACE:226,T_COMMENT:227,T_DOC_COMMENT:228,T_ELLIPSIS:229,T_COALESCE:230,T_POW:231,T_POW_EQUAL:232,T_SPACESHIP:233,T_COALESCE_EQUAL:234,T_FN:235}},L=function(t,e,i){this.source=t,this.start=e,this.end=i},O=function(t,e,i){this.line=t,this.column=e,this.offset=i},I=function(t,e,i){this.kind=t,e&&(this.leadingComments=e),i&&(this.loc=i)};I.prototype.setTrailingComments=function(t){this.trailingComments=t},I.prototype.destroy=function(t){if(!t)throw new Error("Node already initialized, you must swap with another node");return this.leadingComments&&(t.leadingComments?t.leadingComments=Array.concat(this.leadingComments,t.leadingComments):t.leadingComments=this.leadingComments),this.trailingComments&&(t.trailingComments?t.trailingComments=Array.concat(this.trailingComments,t.trailingComments):t.trailingComments=this.trailingComments),t},I.prototype.includeToken=function(t){return this.loc&&(this.loc.end&&(this.loc.end.line=t.lexer.yylloc.last_line,this.loc.end.column=t.lexer.yylloc.last_column,this.loc.end.offset=t.lexer.offset),t.ast.withSource&&(this.loc.source=t.lexer._input.substring(this.loc.start.offset,t.lexer.offset))),this},I.extends=function(t,e){return e.prototype=Object.create(this.prototype),e.extends=this.extends,e.prototype.constructor=e,e.kind=t,e};var R=I,w=R.extends("expression",(function(t,e,i){R.apply(this,[t||"expression",e,i])})),D=w.extends("array",(function(t,e,i,n){w.apply(this,["array",i,n]),this.items=e,this.shortForm=t})),P=w.extends("arrowfunc",(function(t,e,i,n,s,r,o,h){w.apply(this,["arrowfunc",o,h]),this.arguments=t,this.byref=e,this.body=i,this.type=n,this.nullable=s,this.isStatic=r||!1})),U=w.extends("assign",(function(t,e,i,n,s){w.apply(this,["assign",n,s]),this.left=t,this.right=e,this.operator=i})),B=w.extends("assignref",(function(t,e,i,n){w.apply(this,["assignref",i,n]),this.left=t,this.right=e})),F=w.extends("operation",(function(t,e,i){w.apply(this,[t||"operation",e,i])})),M=F.extends("bin",(function(t,e,i,n,s){F.apply(this,["bin",n,s]),this.type=t,this.left=e,this.right=i})),H=R.extends("statement",(function(t,e,i){R.apply(this,[t||"statement",e,i])})),G=H.extends("block",(function(t,e,i,n){H.apply(this,[t||"block",i,n]),this.children=e.filter(Boolean)})),V=w.extends("literal",(function(t,e,i,n,s){w.apply(this,[t||"literal",n,s]),this.value=e,i&&(this.raw=i)})),W=V.extends("boolean",(function(t,e,i,n){V.apply(this,["boolean",t,e,i,n])})),Q=H.extends("break",(function(t,e,i){H.apply(this,["break",e,i]),this.level=t})),Y=w.extends("byref",(function(t,e,i){w.apply(this,["byref",e,i]),this.what=t})),j=w.extends("call",(function(t,e,i,n){w.apply(this,["call",i,n]),this.what=t,this.arguments=e})),$=H.extends("case",(function(t,e,i,n){H.apply(this,["case",i,n]),this.test=t,this.body=e})),z=F.extends("cast",(function(t,e,i,n,s){F.apply(this,["cast",n,s]),this.type=t,this.raw=e,this.expr=i})),K=H.extends("catch",(function(t,e,i,n,s){H.apply(this,["catch",n,s]),this.body=t,this.what=e,this.variable=i})),X=H.extends("declaration",(function(t,e,i,n){H.apply(this,[t||"declaration",i,n]),this.name=e}));X.prototype.parseFlags=function(t){this.isAbstract=1===t[2],this.isFinal=2===t[2],"class"!==this.kind&&(-1===t[0]?this.visibility="":null===t[0]?this.visibility=null:0===t[0]?this.visibility="public":1===t[0]?this.visibility="protected":2===t[0]&&(this.visibility="private"),this.isStatic=1===t[1])};var J=X,q=J.extends("class",(function(t,e,i,n,s,r,o){J.apply(this,["class",t,r,o]),this.isAnonymous=!t,this.extends=e,this.implements=i,this.body=n,this.parseFlags(s)})),Z=H.extends("constantstatement",(function(t,e,i,n){H.apply(this,[t||"constantstatement",i,n]),this.constants=e})),tt=Z.extends("classconstant",(function(t,e,i,n,s){Z.apply(this,[t||"classconstant",e,n,s]),this.parseFlags(i)}));tt.prototype.parseFlags=function(t){-1===t[0]?this.visibility="":null===t[0]?this.visibility=null:0===t[0]?this.visibility="public":1===t[0]?this.visibility="protected":2===t[0]&&(this.visibility="private")};var et=tt,it=w.extends("clone",(function(t,e,i){w.apply(this,["clone",e,i]),this.what=t})),nt=w.extends("closure",(function(t,e,i,n,s,r,o,h){w.apply(this,["closure",o,h]),this.uses=i,this.arguments=t,this.byref=e,this.type=n,this.nullable=s,this.isStatic=r||!1,this.body=null})),st=R.extends("comment",(function(t,e,i,n){R.apply(this,[t,i,n]),this.value=e})),rt=st.extends("commentblock",(function(t,e,i){st.apply(this,["commentblock",t,e,i])})),ot=st.extends("commentline",(function(t,e,i){st.apply(this,["commentline",t,e,i])})),ht=R.extends("constant",(function(t,e,i,n){R.apply(this,["constant",i,n]),this.name=t,this.value=e})),at=H.extends("continue",(function(t,e,i){H.apply(this,["continue",e,i]),this.level=t})),lt=G.extends("declare",(function(t,e,i,n,s){G.apply(this,["declare",e,n,s]),this.directives=t,this.mode=i}));lt.MODE_SHORT="short",lt.MODE_BLOCK="block",lt.MODE_NONE="none";var ct=lt,ut=R.extends("declaredirective",(function(t,e,i,n){R.apply(this,["declaredirective",i,n]),this.key=t,this.value=e})),_t=H.extends("do",(function(t,e,i,n){H.apply(this,["do",i,n]),this.test=t,this.body=e})),dt=H.extends("echo",(function(t,e,i,n){H.apply(this,["echo",i,n]),this.shortForm=e,this.expressions=t})),pt=w.extends("empty",(function(t,e,i){w.apply(this,["empty",e,i]),this.expression=t})),ft=V.extends("encapsed",(function(t,e,i,n,s){V.apply(this,["encapsed",t,e,n,s]),this.type=i}));ft.TYPE_STRING="string",ft.TYPE_SHELL="shell",ft.TYPE_HEREDOC="heredoc",ft.TYPE_OFFSET="offset";var Tt=ft,kt=w.extends("encapsedpart",(function(t,e,i,n,s){w.apply(this,["encapsedpart",n,s]),this.expression=t,this.syntax=e,this.curly=i})),xt=w.extends("entry",(function(t,e,i,n,s,r){w.apply(this,["entry",s,r]),this.key=t,this.value=e,this.byRef=i,this.unpack=n})),Et=R.extends("error",(function(t,e,i,n,s,r){R.apply(this,["error",s,r]),this.message=t,this.token=e,this.line=i,this.expected=n})),mt=w.extends("eval",(function(t,e,i){w.apply(this,["eval",e,i]),this.source=t})),yt=w.extends("exit",(function(t,e,i,n){w.apply(this,["exit",i,n]),this.expression=t,this.useDie=e})),vt="expressionstatement",At=H.extends(vt,(function(t,e,i){H.apply(this,[vt,e,i]),this.expression=t})),gt=H.extends("for",(function(t,e,i,n,s,r,o){H.apply(this,["for",r,o]),this.init=t,this.test=e,this.increment=i,this.shortForm=s,this.body=n})),Nt=H.extends("foreach",(function(t,e,i,n,s,r,o){H.apply(this,["foreach",r,o]),this.source=t,this.key=e,this.value=i,this.shortForm=s,this.body=n})),Ct=J.extends("function",(function(t,e,i,n,s,r,o){J.apply(this,["function",t,r,o]),this.arguments=e,this.byref=i,this.type=n,this.nullable=s,this.body=null})),St=H.extends("global",(function(t,e,i){H.apply(this,["global",e,i]),this.items=t})),bt=H.extends("goto",(function(t,e,i){H.apply(this,["goto",e,i]),this.label=t})),Lt=H.extends("halt",(function(t,e,i){H.apply(this,["halt",e,i]),this.after=t})),Ot=R.extends("identifier",(function(t,e,i){R.apply(this,["identifier",e,i]),this.name=t})),It=H.extends("if",(function(t,e,i,n,s,r){H.apply(this,["if",s,r]),this.test=t,this.body=e,this.alternate=i,this.shortForm=n})),Rt=w.extends("include",(function(t,e,i,n,s){w.apply(this,["include",n,s]),this.once=t,this.require=e,this.target=i})),wt=V.extends("inline",(function(t,e,i,n){V.apply(this,["inline",t,e,i,n])})),Dt=J.extends("interface",(function(t,e,i,n,s){J.apply(this,["interface",t,n,s]),this.extends=e,this.body=i})),Pt=w.extends("isset",(function(t,e,i){w.apply(this,["isset",e,i]),this.variables=t})),Ut=H.extends("label",(function(t,e,i){H.apply(this,["label",e,i]),this.name=t})),Bt=w.extends("list",(function(t,e,i,n){w.apply(this,["list",i,n]),this.items=t,this.shortForm=e})),Ft=w.extends("lookup",(function(t,e,i,n,s){w.apply(this,[t||"lookup",n,s]),this.what=e,this.offset=i})),Mt=V.extends("magic",(function(t,e,i,n){V.apply(this,["magic",t,e,i,n])})),Ht=Ct.extends("method",(function(){Ct.apply(this,arguments),this.kind="method"})),Gt=R.extends("reference",(function(t,e,i){R.apply(this,[t||"reference",e,i])})),Vt=Gt.extends("name",(function t(e,i,n,s){Gt.apply(this,["name",n,s]),i?this.resolution=t.RELATIVE_NAME:1===e.length?this.resolution=t.UNQUALIFIED_NAME:e[0]?this.resolution=t.QUALIFIED_NAME:this.resolution=t.FULL_QUALIFIED_NAME,this.name=e.join("\\")}));Vt.UNQUALIFIED_NAME="uqn",Vt.QUALIFIED_NAME="qn",Vt.FULL_QUALIFIED_NAME="fqn",Vt.RELATIVE_NAME="rn";var Wt=Vt,Qt=G.extends("namespace",(function(t,e,i,n,s){G.apply(this,["namespace",e,n,s]),this.name=t,this.withBrackets=i||!1})),Yt=w.extends("new",(function(t,e,i,n){w.apply(this,["new",i,n]),this.what=t,this.arguments=e})),jt=R.extends("noop",(function(t,e){R.apply(this,["noop",t,e])})),$t=V.extends("nowdoc",(function(t,e,i,n,s){V.apply(this,["nowdoc",t,e,n,s]),this.label=i})),zt=R.extends("nullkeyword",(function(t,e,i){R.apply(this,["nullkeyword",e,i]),this.raw=t})),Kt=V.extends("number",(function(t,e,i,n){V.apply(this,["number",t,e,i,n])})),Xt=Ft.extends("offsetlookup",(function(t,e,i,n){Ft.apply(this,["offsetlookup",t,e,i,n])})),Jt=J.extends("parameter",(function(t,e,i,n,s,r,o,h){J.apply(this,["parameter",t,o,h]),this.value=i,this.type=e,this.byref=n,this.variadic=s,this.nullable=r})),qt=Gt.extends("parentreference",(function(t,e,i){Gt.apply(this,["parentreference",e,i]),this.raw=t})),Zt=F.extends("post",(function(t,e,i,n){F.apply(this,["post",i,n]),this.type=t,this.what=e})),te=F.extends("pre",(function(t,e,i,n){F.apply(this,["pre",i,n]),this.type=t,this.what=e})),ee=w.extends("print",(function(t,e,i){w.apply(this,["print",e,i]),this.expression=t})),ie=G.extends("program",(function(t,e,i,n,s,r){G.apply(this,["program",t,s,r]),this.errors=e,i&&(this.comments=i),n&&(this.tokens=n)})),ne=H.extends("property",(function(t,e,i,n,s,r){H.apply(this,["property",s,r]),this.name=t,this.value=e,this.nullable=i,this.type=n})),se=Ft.extends("propertylookup",(function(t,e,i,n){Ft.apply(this,["propertylookup",t,e,i,n])})),re=H.extends("propertystatement",(function(t,e,i,n,s){H.apply(this,["propertystatement",n,s]),this.properties=e,this.parseFlags(i)}));re.prototype.parseFlags=function(t){-1===t[0]?this.visibility="":null===t[0]?this.visibility=null:0===t[0]?this.visibility="public":1===t[0]?this.visibility="protected":2===t[0]&&(this.visibility="private"),this.isStatic=1===t[1]};var oe=re,he=w.extends("retif",(function(t,e,i,n,s){w.apply(this,["retif",n,s]),this.test=t,this.trueExpr=e,this.falseExpr=i})),ae=H.extends("return",(function(t,e,i){H.apply(this,["return",e,i]),this.expr=t})),le=Gt.extends("selfreference",(function(t,e,i){Gt.apply(this,["selfreference",e,i]),this.raw=t})),ce=w.extends("silent",(function(t,e,i){w.apply(this,["silent",e,i]),this.expr=t})),ue=H.extends("static",(function(t,e,i){H.apply(this,["static",e,i]),this.variables=t})),_e=R.extends("staticvariable",(function(t,e,i,n){R.apply(this,["staticvariable",i,n]),this.variable=t,this.defaultValue=e})),de=Ft.extends("staticlookup",(function(t,e,i,n){Ft.apply(this,["staticlookup",t,e,i,n])})),pe=Gt.extends("staticreference",(function(t,e,i){Gt.apply(this,["staticreference",e,i]),this.raw=t})),fe=V.extends("string",(function(t,e,i,n,s,r){V.apply(this,["string",e,n,s,r]),this.unicode=i,this.isDoubleQuote=t})),Te=H.extends("switch",(function(t,e,i,n,s){H.apply(this,["switch",n,s]),this.test=t,this.body=e,this.shortForm=i})),ke=H.extends("throw",(function(t,e,i){H.apply(this,["throw",e,i]),this.what=t})),xe=J.extends("trait",(function(t,e,i,n){J.apply(this,["trait",t,i,n]),this.body=e})),Ee=R.extends("traitalias",(function(t,e,i,n,s,r){R.apply(this,["traitalias",s,r]),this.trait=t,this.method=e,this.as=i,this.visibility="",n&&(0===n[0]?this.visibility="public":1===n[0]?this.visibility="protected":2===n[0]&&(this.visibility="private"))})),me=R.extends("traitprecedence",(function(t,e,i,n,s){R.apply(this,["traitprecedence",n,s]),this.trait=t,this.method=e,this.instead=i})),ye=R.extends("traituse",(function(t,e,i,n){R.apply(this,["traituse",i,n]),this.traits=t,this.adaptations=e})),ve=H.extends("try",(function(t,e,i,n,s){H.apply(this,["try",n,s]),this.body=t,this.catches=e,this.always=i})),Ae=Gt.extends("typereference",(function(t,e,i,n){Gt.apply(this,["typereference",i,n]),this.name=t,this.raw=e}));Ae.types=["int","float","string","bool","object","array","callable","iterable","void"];var ge=Ae,Ne=F.extends("unary",(function(t,e,i,n){F.apply(this,["unary",i,n]),this.type=t,this.what=e})),Ce=H.extends("unset",(function(t,e,i){H.apply(this,["unset",e,i]),this.variables=t})),Se=H.extends("usegroup",(function(t,e,i,n,s){H.apply(this,["usegroup",n,s]),this.name=t,this.type=e,this.items=i})),be=H.extends("useitem",(function(t,e,i,n,s){H.apply(this,["useitem",n,s]),this.name=t,this.alias=e,this.type=i}));be.TYPE_CONST="const",be.TYPE_FUNCTION="function";var Le=be,Oe=w.extends("variable",(function(t,e,i,n){w.apply(this,["variable",i,n]),this.name=t,this.curly=e||!1})),Ie=w.extends("variadic",(function(t,e,i){w.apply(this,["variadic",e,i]),this.what=t})),Re=H.extends("while",(function(t,e,i,n,s){H.apply(this,["while",n,s]),this.test=t,this.body=e,this.shortForm=i})),we=w.extends("yield",(function(t,e,i,n){w.apply(this,["yield",i,n]),this.value=t,this.key=e})),De=w.extends("yieldfrom",(function(t,e,i){w.apply(this,["yieldfrom",e,i]),this.value=t})),Pe=function(t,e){this.withPositions=t,this.withSource=e};Pe.prototype.position=function(t){return new O(t.lexer.yylloc.first_line,t.lexer.yylloc.first_column,t.lexer.yylloc.first_offset)},Pe.precedence={},[["or"],["xor"],["and"],["="],["?"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","!=","===","!==","<=>"],["<","<=",">",">="],["<<",">>"],["+","-","."],["*","/","%"],["!"],["instanceof"],["cast","silent"],["**"]].forEach((function(t,e){t.forEach((function(t){Pe.precedence[t]=e+1}))})),Pe.prototype.isRightAssociative=function(t){return"**"===t||"??"===t},Pe.prototype.swapLocations=function(t,e,i,n){this.withPositions&&(t.loc.start=e.loc.start,t.loc.end=i.loc.end,this.withSource&&(t.loc.source=n.lexer._input.substring(t.loc.start.offset,t.loc.end.offset)))},Pe.prototype.resolveLocations=function(t,e,i,n){this.withPositions&&(t.loc.start.offset>e.loc.start.offset&&(t.loc.start=e.loc.start),t.loc.end.offset<i.loc.end.offset&&(t.loc.end=i.loc.end),this.withSource&&(t.loc.source=n.lexer._input.substring(t.loc.start.offset,t.loc.end.offset)))},Pe.prototype.resolvePrecedence=function(t,e){var i,n,s;return"call"===t.kind?this.resolveLocations(t,t.what,t,e):"propertylookup"===t.kind||"staticlookup"===t.kind||"offsetlookup"===t.kind&&t.offset?this.resolveLocations(t,t.what,t.offset,e):"bin"===t.kind?t.right&&!t.right.parenthesizedExpression&&("bin"===t.right.kind?(n=Pe.precedence[t.type],s=Pe.precedence[t.right.type],n&&s&&s<=n&&!this.isRightAssociative(t.type)&&(i=t.right,t.right=t.right.left,this.swapLocations(t,t.left,t.right,e),i.left=this.resolvePrecedence(t,e),this.swapLocations(i,i.left,i.right,e),t=i)):"retif"===t.right.kind&&(n=Pe.precedence[t.type],s=Pe.precedence["?"],n&&s&&s<=n&&(i=t.right,t.right=t.right.test,this.swapLocations(t,t.left,t.right,e),i.test=this.resolvePrecedence(t,e),this.swapLocations(i,i.test,i.falseExpr,e),t=i))):"silent"!==t.kind&&"cast"!==t.kind||!t.expr||t.expr.parenthesizedExpression?"unary"===t.kind?t.what&&!t.what.parenthesizedExpression&&("bin"===t.what.kind?(i=t.what,t.what=t.what.left,this.swapLocations(t,t,t.what,e),i.left=this.resolvePrecedence(t,e),this.swapLocations(i,i.left,i.right,e),t=i):"retif"===t.what.kind&&(i=t.what,t.what=t.what.test,this.swapLocations(t,t,t.what,e),i.test=this.resolvePrecedence(t,e),this.swapLocations(i,i.test,i.falseExpr,e),t=i)):"retif"===t.kind?t.falseExpr&&"retif"===t.falseExpr.kind&&!t.falseExpr.parenthesizedExpression&&(i=t.falseExpr,t.falseExpr=i.test,this.swapLocations(t,t.test,t.falseExpr,e),i.test=this.resolvePrecedence(t,e),this.swapLocations(i,i.test,i.falseExpr,e),t=i):"assign"===t.kind?t.right&&"bin"===t.right.kind&&!t.right.parenthesizedExpression&&(n=Pe.precedence["="],s=Pe.precedence[t.right.type],n&&s&&s<n&&(i=t.right,t.right=t.right.left,i.left=t,this.swapLocations(i,i.left,t.right,e),t=i)):"expressionstatement"===t.kind&&this.swapLocations(t,t.expression,t,e):"bin"===t.expr.kind?(i=t.expr,t.expr=t.expr.left,this.swapLocations(t,t,t.expr,e),i.left=this.resolvePrecedence(t,e),this.swapLocations(i,i.left,i.right,e),t=i):"retif"===t.expr.kind&&(i=t.expr,t.expr=t.expr.test,this.swapLocations(t,t,t.expr,e),i.test=this.resolvePrecedence(t,e),this.swapLocations(i,i.test,i.falseExpr,e),t=i),t},Pe.prototype.prepare=function(t,e,i){var n=null;(this.withPositions||this.withSource)&&(n=this.position(i));var s=this,r=function r(){var o=null,h=Array.prototype.slice.call(arguments);if(h.push(e),s.withPositions||s.withSource){var a=null;s.withSource&&(a=i.lexer._input.substring(n.offset,i.prev[2])),o=new L(a,n,new O(i.prev[0],i.prev[1],i.prev[2])),h.push(o)}t||(t=h.shift());var l=s[t];if("function"!=typeof l)throw new Error('Undefined node "'+t+'"');var c=Object.create(l.prototype);return l.apply(c,h),r.instance=c,r.trailingComments&&(c.trailingComments=r.trailingComments),"function"==typeof r.postBuild&&r.postBuild(c),i.debug&&delete Pe.stack[r.stackUid],s.resolvePrecedence(c,i)};return i.debug&&(Pe.stack||(Pe.stack={},Pe.stackUid=1),Pe.stack[++Pe.stackUid]={position:n,stack:(new Error).stack.split("\n").slice(3,5)},r.stackUid=Pe.stackUid),r.setTrailingComments=function(t){r.instance?r.instance.setTrailingComments(t):r.trailingComments=t},r.destroy=function(t){e&&(t?t.leadingComments?t.leadingComments=e.concat(t.leadingComments):t.leadingComments=e:i._docIndex=i._docs.length-e.length),i.debug&&delete Pe.stack[r.stackUid]},r},Pe.prototype.checkNodes=function(){var t=[];for(var e in Pe.stack)Pe.stack.hasOwnProperty(e)&&t.push(Pe.stack[e]);return Pe.stack={},t},[D,P,U,B,M,G,W,Q,Y,j,$,z,K,q,et,it,nt,st,rt,ot,ht,Z,at,J,ct,ut,_t,dt,pt,Tt,kt,xt,Et,mt,yt,w,At,gt,Nt,Ct,St,bt,Lt,Ot,It,Rt,wt,Dt,Pt,Ut,Bt,V,Ft,Mt,Ht,Wt,Qt,Yt,R,jt,$t,zt,Kt,Xt,F,Jt,qt,Zt,te,ee,ie,ne,se,oe,Gt,he,ae,le,ce,H,ue,_e,de,pe,fe,Te,ke,xe,Ee,me,ye,ve,ge,Ne,Ce,Se,Le,Oe,Ie,Re,we,De].forEach((function(t){Pe.prototype[t.kind]=t}));var Ue=Pe;function Be(t,e){for(var i=Object.keys(t),n=i.length;n--;){var s=i[n],r=t[s];null===r?delete e[s]:"function"==typeof r?e[s]=r.bind(e):Array.isArray(r)?e[s]=Array.isArray(e[s])?e[s].concat(r):r:e[s]="object"==typeof r&&"object"==typeof e[s]?Be(r,e[s]):r}return e}var Fe=function(t){if("function"==typeof this)return new this(t);if(this.tokens=b,this.lexer=new u(this),this.ast=new Ue,this.parser=new S(this.lexer,this.ast),t&&"object"==typeof t){if(t.parser&&(t.lexer||(t.lexer={}),t.parser.version)){if("string"==typeof t.parser.version){var e=t.parser.version.split(".");if(e=100*parseInt(e[0])+parseInt(e[1]),isNaN(e))throw new Error("Bad version number : "+t.parser.version);t.parser.version=e}else if("number"!=typeof t.parser.version)throw new Error("Expecting a number for version");if(t.parser.version<500||t.parser.version>704)throw new Error("Can only handle versions between 5.x to 7.x")}Be(t,this),this.lexer.version=this.parser.version}},Me=function(t){return"function"==typeof t.write?t.toString():t};Fe.create=function(t){return new Fe(t)},Fe.parseEval=function(t,e){return new Fe(e).parseEval(t)},Fe.prototype.parseEval=function(t){return this.lexer.mode_eval=!0,this.lexer.all_tokens=!1,t=Me(t),this.parser.parse(t,"eval")},Fe.parseCode=function(t,e,i){return"object"!=typeof e||i||(i=e,e="unknown"),new Fe(i).parseCode(t,e)},Fe.prototype.parseCode=function(t,e){return this.lexer.mode_eval=!1,this.lexer.all_tokens=!1,t=Me(t),this.parser.parse(t,e)},Fe.tokenGetAll=function(t,e){return new Fe(e).tokenGetAll(t)},Fe.prototype.tokenGetAll=function(t){this.lexer.mode_eval=!1,this.lexer.all_tokens=!0,t=Me(t);var e=this.lexer.EOF,i=this.tokens.values;this.lexer.setInput(t);for(var n=this.lexer.lex()||e,s=[];n!=e;){var r=this.lexer.yytext;i.hasOwnProperty(n)&&(r=[i[n],r,this.lexer.yylloc.first_line]),s.push(r),n=this.lexer.lex()||e}return s};var He=Fe,Ge=b,Ve=u,We=Ue,Qe=S,Ye=Be,je=Fe;He.tokens=Ge,He.lexer=Ve,He.AST=We,He.parser=Qe,He.combine=Ye,He.default=je;var $e=function(t,e,i){var n=i&&"markdown"===i.parentParser;if(!t&&n)return"";t=t.replace(/\?>\r?\n<\?/g,"?>\n___PSEUDO_INLINE_PLACEHOLDER___<?");var s,r=new He({parser:{extractDoc:!0},ast:{withPositions:!0,withSource:!0}}),o=-1!==t.indexOf("<?php"),h=n&&!o;try{s=h?r.parseEval(t):r.parseCode(t)}catch(t){throw t instanceof SyntaxError&&"lineNumber"in t&&(t.loc={start:{line:t.lineNumber,column:t.columnNumber}},delete t.lineNumber,delete t.columnNumber),t}return s.extra={parseAsEval:h},s.comments.forEach((function(t){"\r"===t.value[t.value.length-1]&&(t.value=t.value.slice(0,-1),t.loc.end.offset=t.loc.end.offset-1),"\n"===t.value[t.value.length-1]&&(t.value=t.value.slice(0,-1),t.loc.end.offset=t.loc.end.offset-1)})),s},ze=e.util,Ke=ze.hasNewline,Xe=ze.skipEverythingButNewLine,Je=ze.skipNewline,qe=ze.isNextLineEmpty,Ze=ze.isPreviousLineEmpty,ti=ze.getNextNonSpaceNonCommentCharacterIndex,ei=e.version;function ii(t,e){return parseInt(ei[0])>1?t[e]:t}var ni={};function si(t){return ni[t]}[["or"],["xor"],["and"],["=","+=","-=","*=","**=","/=",".=","%=","&=","|=","^=","<<=",">>="],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!==","<>","<=>"],["<",">","<=",">="],[">>","<<"],["+","-","."],["*","/","%"],["!"],["instanceof"],["++","--","~"],["**"]].forEach((function(t,e){t.forEach((function(t){ni[t]=e}))}));var ri=["==","!=","===","!==","<>","<=>"],oi=["*","/","%"],hi=[">>","<<"];function ai(t){return["block","program","namespace","class","interface","trait","traituse","declare"].includes(t.kind)}function li(t){var e=t.body;return e?("block"===e.kind&&(e=e.children),e[0]):null}function ci(t){var e=t.children||t.body||t.adaptations;return Array.isArray(e)?e:null}function ui(t){var e=t.getParentNode();return e?ci(e):null}function _i(t){return t.length>0?t[t.length-1]:null}function di(t){var e=t.getValue();if("program"===e.kind){var i=ci(e);return!(!i||0===i.length)&&"inline"===i[0].kind}if("switch"===e.kind){if(!e.body)return!1;var n=ci(e.body);if(0===n.length)return!1;var s=p(n,1)[0];if(!s.body)return!1;var r=ci(s.body);return 0!==r.length&&"inline"===r[0].kind}var o=li(e);return!!o&&"inline"===o.kind}var pi=["__construct","__destruct","__call","__callStatic","__get","__set","__isset","__unset","__sleep","__wakeup","__toString","__invoke","__set_state","__clone","__debugInfo"].reduce((function(t,e){return t[e.toLowerCase()]=e,t}),{});var fi={printNumber:function(t){return t.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(\d)/,"$1$2$3").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e)/,"")},getPrecedence:si,isBitwiseOperator:function(t){return!!hi[t]||"|"===t||"^"===t||"&"===t},shouldFlatten:function(t,e){return si(e)===si(t)&&("**"!==t&&((!ri.includes(t)||!ri.includes(e))&&(!("%"===e&&oi.includes(t)||"%"===t&&oi.includes(e))&&((e===t||!oi.includes(e)||!oi.includes(t))&&(!hi.includes(t)||!hi.includes(e))))))},nodeHasStatement:ai,getNodeListProperty:ci,getParentNodeListProperty:ui,getLast:_i,getPenultimate:function(t){return t.length>1?t[t.length-2]:null},isLastStatement:function(t){var e=ui(t);if(!e)return!0;var i=t.getValue();return e[e.length-1]===i},getBodyFirstChild:li,lineShouldEndWithSemicolon:function(t){var e=t.getValue(),i=t.getParentNode();if(!i)return!1;if(["for","foreach","while","do","if","switch"].includes(i.kind)&&"block"!==e.kind&&"if"!==e.kind&&(i.body===e||i.alternate===e))return!0;if(!ai(i))return!1;if("echo"===e.kind&&e.shortForm)return!1;if("traituse"===e.kind)return!e.adaptations;if("method"===e.kind&&e.isAbstract)return!0;if("method"===e.kind){var n=t.getParentNode();if(n&&"interface"===n.kind)return!0}return["expressionstatement","do","usegroup","classconstant","propertystatement","traitprecedence","traitalias","goto","constantstatement","global","static","echo","unset","return","break","continue","throw"].includes(e.kind)},fileShouldEndWithHardline:function(t){var e=t.getValue(),i="program"===e.kind,n=e.children&&_i(e.children);if(!i)return!1;if(n&&["halt","inline"].includes(n.kind))return!1;if(n&&("declare"===n.kind||"namespace"===n.kind)){var s=n.children.length>0&&_i(n.children);if(s&&["halt","inline"].includes(s.kind))return!1}return!0},maybeStripLeadingSlashFromUse:function(t){var e=t.replace(/^\\/,"");return-1!==e.indexOf("\\")?e:t},hasDanglingComments:function(t){return t.comments&&t.comments.some((function(t){return!t.leading&&!t.trailing}))},hasLeadingComment:function(t){return t.comments&&t.comments.some((function(t){return t.leading}))},hasTrailingComment:function(t){return t.comments&&t.comments.some((function(t){return t.trailing}))},docShouldHaveTrailingNewline:function t(e){var i=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=e.getNode(i),s=e.getNode(i+1),r=e.getNode(i+2);if(!s)return!1;if(r&&["call","new","echo"].includes(r.kind)&&!["call","array"].includes(s.kind)||"parameter"===s.kind){var o=r.arguments.length-1,h=r.arguments.indexOf(s);return h!==o}if(r&&"for"===r.kind){var a=r.init.indexOf(s);if(-1!==a)return a!==r.init.length-1;var l=r.test.indexOf(s);if(-1!==l)return l!==r.test.length-1;var c=r.increment.indexOf(s);if(-1!==c)return c!==r.increment.length-1}if("bin"===s.kind)return s.left===n||t(e,i+1);if("case"===s.kind&&s.test===n)return!0;if("staticvariable"===s.kind){var u=r.variables.length-1,_=r.variables.indexOf(s);return _!==u}if("entry"===s.kind){if(s.key===n)return!0;var d=r.items.length-1,p=r.items.indexOf(s);return p!==d}if(["call","new"].includes(s.kind)){var f=s.arguments.length-1,T=s.arguments.indexOf(n);return T!==f}if("echo"===s.kind){var k=s.expressions.length-1,x=s.expressions.indexOf(n);return x!==k}if("array"===s.kind){var E=s.items.length-1,m=s.items.indexOf(n);return m!==E}return"retif"===s.kind&&t(e,i+1)},isLookupNode:function(t){return"propertylookup"===t.kind||"staticlookup"===t.kind||"offsetlookup"===t.kind},isFirstChildrenInlineNode:di,shouldPrintHardLineAfterStartInControlStructure:function(t){var e=t.getValue();return!["try","catch"].includes(e.kind)&&di(t)},shouldPrintHardLineBeforeEndInControlStructure:function(t){var e=t.getValue();if(["try","catch"].includes(e.kind))return!0;if("switch"===e.kind){var i=ci(e.body);if(0===i.length)return!0;var n=_i(i);if(!n.body)return!0;var s=ci(n.body);return 0===s.length||"inline"!==s[0].kind}return!di(t)},getAlignment:function(t){var e=t.split("\n").pop();return e.length-e.trimLeft().length+1},isProgramLikeNode:function(t){return["program","declare","namespace"].includes(t.kind)},isReferenceLikeNode:function(t){return["name","parentreference","selfreference","staticreference"].includes(t.kind)},getNodeKindIncludingLogical:function(t){return"bin"===t.kind&&["||","&&"].includes(t.type)?"logical":t.kind},useDoubleQuote:function(t,e){return t.isDoubleQuote&&e.singleQuote?t.raw.slice("b"===t.raw[0]?2:1,-1).match(/\\([$nrtfve]|[xX][0-9a-fA-F]{1,2}|[0-7]{1,3}|u{([0-9a-fA-F]+)})|\r?\n|'|"/):t.isDoubleQuote},hasEmptyBody:function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"body",i=t.getValue();return i[e]&&i[e].children&&0===i[e].children.length&&(!i[e].comments||0===i[e].comments.length)},isNextLineEmptyAfterNamespace:function(t,e,i){var n=i(e);return n=Xe(t,n),n=Je(t,n),Ke(t,n)},shouldPrintHardlineBeforeTrailingComma:function(t){return"nowdoc"===t.kind||"encapsed"===t.kind&&"heredoc"===t.type||"entry"===t.kind&&("nowdoc"===t.value.kind||"encapsed"===t.value.kind&&"heredoc"===t.value.type)},isDocNode:function(t){return"nowdoc"===t.kind||"encapsed"===t.kind&&"heredoc"===t.type},getAncestorNode:function(t,e){var i=function(t,e){for(var i,n=[].concat(e),s=-1;i=t.getParentNode(++s);)if(-1!==n.indexOf(i.kind))return s;return-1}(t,e);return-1===i?null:t.getParentNode(i)},getNextNode:function(t,e){var i=t.getParentNode(),n=ci(i);if(!n)return null;var s=n.indexOf(e);return-1===s?null:i.children[s+1]},normalizeMagicMethodName:function(t){var e=t.toLowerCase();return pi[e]?pi[e]:t},isPreviousLineEmpty:function(t,e,i){return Ze(t,e,ii(i,"locStart"))},isNextLineEmpty:function(t,e,i){return qe(t,e,ii(i,"locEnd"))},getNextNonSpaceNonCommentCharacterIndex:function(t,e,i){return ti(t,e,ii(i,"locEnd"))}},Ti=e.util,ki=Ti.addLeadingComment,xi=Ti.addDanglingComment,Ei=Ti.addTrailingComment,mi=Ti.skipNewline,yi=Ti.hasNewline,vi=Ti.hasNewlineInRange,Ai=e.doc.builders,gi=Ai.concat,Ni=Ai.join,Ci=Ai.indent,Si=Ai.hardline,bi=Ai.cursor,Li=Ai.lineSuffix,Oi=Ai.breakParent,Ii=fi.getNextNonSpaceNonCommentCharacterIndex,Ri=fi.isNextLineEmpty,wi=fi.isPreviousLineEmpty,Di=fi.isLookupNode;function Pi(t,e){var i=t.children;0===i.length?xi(t,e):ki(i[0],e)}function Ui(t,e){"block"===t.kind?Pi(t,e):ki(t,e)}function Bi(t,e,i,n,s,r){var o=Ii(t,s,r),h=t.charAt(o);return e&&"identifier"===e.kind&&i&&("function"===i.kind||"method"===i.kind)&&")"===h?(Ei(i,s),!0):!(!i||"function"!==i.kind&&"method"!==i.kind||!n||"block"!==n.kind)&&(Pi(n,s),!0)}function Fi(t,e,i,n,s,r){if(!i||"if"!==i.kind||!n)return!1;var o=Ii(t,s,r);return")"===t.charAt(o)?(Ei(e,s),!0):e===i.body&&n===i.alternate?(xi(i,s),!0):"if"===n.kind?(Ui(n.body,s),!0):i.body===n&&(ki(n,s),!0)}function Mi(t,e,i){if(t&&["class","interface","trait"].includes(t.kind)){if(e&&t.extends)if(Array.isArray(t.extends)){if(t.extends.some((function(t){if(e&&e===t)return xi(e,i),!0})))return!0}else if(e===t.extends)return xi(e,i),!0;if(e&&t.implements&&t.implements.some((function(t){if(e&&e===t)return xi(e,i),!0})))return!0;if(!(t.body&&t.body.length>0))return xi(t,i),!0}return!1}function Hi(t,e,i,n,s){if(e&&("function"===e.kind||"method"===e.kind)){for(var r=0,o=0;o<e.arguments.length;o++)r=s.locEnd(e.arguments[o])>r?s.locEnd(e.arguments[o]):r;var h=e.body&&s.locStart(n)>r&&s.locEnd(n)<s.locStart(e.body),a=Ii(t,n,s);if(e.type&&h&&")"!==t.charAt(a))return s.locEnd(n)<s.locStart(e.type)?(xi(e.type,n),!0):(Ei(e.type,n),!0)}return!1}function Gi(t,e,i,n,s){return!(!i||!["function","method","parameter"].includes(i.kind))&&("typereference"===e.kind&&"identifier"===n.kind&&(Ei(e,s),!0))}function Vi(t,e){return!(!t||!["label","goto"].includes(t.kind))&&(Ei(t,e),!0)}function Wi(t,e,i,n){return i&&"inline"===i.kind?(i.leadingComments||(i.leadingComments=[]),i.leadingComments.includes(n)||i.leadingComments.push(n),!0):!(t||i||!e||"inline"!==e.kind)&&(xi(e,n),!0)}function Qi(t,e,i){return!(!t||"try"!==t.kind||!e)&&("block"===e.kind?(Pi(e,i),!0):"try"===e.kind?(Ui(e.always,i),!0):"catch"===e.kind&&(Ui(e.body,i),!0))}function Yi(t,e,i,n){return i||e||!t||"namespace"!==t.kind||t.withBrackets?!(e||!t||"namespace"!==t.kind||t.withBrackets)&&(xi(t,n),!0):(Ei(t,n),!0)}function ji(t,e,i,n){return!(!t||"declare"!==t.kind)&&((!e||"noop"!==e.kind)&&(i&&t.directives[0]!==i?!(!i||!e)&&(ki(i,n),!0):("none"===t.mode?Ei(t,n):xi(t,n),!0)))}function $i(t,e,i,n,s,r){if(!i||"while"!==i.kind||!n)return!1;var o=Ii(t,s,r);return")"===t.charAt(o)?(Ei(e,s),!0):"block"===n.kind&&(Pi(n,s),!0)}function zi(t,e){return t.getValue().printed=!0,e.printer.printComment(t,e)}function Ki(t,e,i){return t.getNode()===e.cursorNode&&t.getValue()?gi([bi,i,bi]):i}var Xi={handleOwnLineComment:function(t,e,i){var n=t.precedingNode,s=t.enclosingNode,r=t.followingNode;return Bi(e,n,s,r,t,i)||function(t,e,i){if(t&&Di(t)&&e&&["identifier","variable","encapsed"].includes(e.kind))return ki(t,i),!0;return!1}(s,r,t)||Fi(e,n,s,r,t,i)||$i(e,n,s,r,t,i)||Qi(s,r,t)||Mi(s,r,t)||Gi(e,n,s,r,t)||Hi(e,s,r,t,i)||function(t,e,i,n){if(!i&&t&&("for"===t.kind||"foreach"===t.kind))return t.body&&"block"!==t.body.kind?ki(i,n):ki(t,n),!0;return!1}(s,0,r,t)||Wi(s,n,r,t)||ji(s,n,r,t)},handleEndOfLineComment:function(t,e,i){var n=t.precedingNode,s=t.enclosingNode,r=t.followingNode;return function(t,e,i,n,s){if(!e&&!n&&i&&"array"===i.kind)return Ei(i,s),!0;return!1}(0,n,s,r,t)||function(t,e,i,n,s){if(i&&"return"===i.kind&&!i.expr)return Ei(i,s),!0;return!1}(0,0,s,0,t)||Bi(e,n,s,r,t,i)||function(t,e,i,n,s,r){var o=e&&!vi(s,r.locEnd(e),r.locStart(n));if((!e||!o)&&t&&"retif"===t.kind&&i)return ki(i,n),!0;return!1}(s,n,r,t,e,i)||Fi(e,n,s,r,t,i)||$i(e,n,s,r,t,i)||Qi(s,r,t)||Mi(s,r,t)||Gi(e,n,s,r,t)||Hi(e,s,r,t,i)||function(t,e){if(t&&"entry"===t.kind)return ki(t,e),!0;return!1}(s,t)||function(t,e,i){if(e&&"call"===e.kind&&t&&e.what===t&&e.arguments.length>0)return ki(e.arguments[0],i),!0;return!1}(n,s,t)||function(t,e,i){if(t&&"assign"===t.kind&&e&&("array"===e.kind||"string"===e.kind||"encapsed"===e.kind))return ki(e,i),!0;return!1}(s,r,t)||Wi(s,n,r,t)||Yi(s,n,r,t)||ji(s,n,r,t)||Vi(s,t)},handleRemainingComment:function(t,e,i){var n=t.precedingNode,s=t.enclosingNode,r=t.followingNode;return Fi(e,n,s,r,t,i)||$i(e,n,s,r,t,i)||function(t,e,i,n){var s=Ii(t,i,n);if(")"!==t.charAt(s))return!1;if(e&&("function"===e.kind||"closure"===e.kind||"method"===e.kind||"call"===e.kind||"new"===e.kind)&&0===e.arguments.length)return xi(e,i),!0;return!1}(e,s,t,i)||Mi(s,r,t)||function(t,e,i){if(t&&"traituse"===t.kind&&t.adaptations&&!t.adaptations.length)return xi(t,i),!0;return!1}(s,0,t)||Gi(e,n,s,r,t)||Hi(e,s,r,t,i)||Vi(s,t)||function(t,e,i,n){if(e&&"halt"===e.kind)return xi(e,n),!0;if(t&&"halt"===t.kind)return xi(t,n),!0;return!1}(n,s,0,t)||function(t,e){if(t&&("continue"===t.kind||"break"===t.kind)&&!t.label)return Ei(t,e),!0;return!1}(s,t)||Wi(s,n,r,t)||Yi(s,n,r,t)},getCommentChildNodes:function(t){return"object"!=typeof t?[]:function(t){return Object.keys(t).filter((function(t){return"kind"!==t&&"loc"!==t&&"errors"!==t&&"extra"!==t&&"comments"!==t&&"leadingComments"!==t&&"enclosingNode"!==t&&"precedingNode"!==t&&"followingNode"!==t})).map((function(e){return t[e]}))}(t)},canAttachComment:function(t){return t.kind&&"commentblock"!==t.kind&&"commentline"!==t.kind},isBlockComment:function(t){return"commentblock"===t.kind},printDanglingComments:function(t,e,i,n){var s=[],r=t.getValue();return r&&r.comments?(t.each((function(t){var i=t.getValue();!i||i.leading||i.trailing||n&&!n(i)||s.push(zi(t,e))}),"comments"),0===s.length?"":i?Ni(Si,s):Ci(gi([Si,Ni(Si,s)]))):""},hasLeadingComment:function(t){return t.comments&&t.comments.some((function(t){return t.leading}))},hasTrailingComment:function(t){return t.comments&&t.comments.some((function(t){return t.trailing}))},hasLeadingOwnLineComment:function(t,e,i){return e.comments&&e.comments.some((function(e){return e.leading&&yi(t,i.locEnd(e))}))},printComments:function(t,e){var i=[];return t.forEach((function(t,n,s){t.printed=!0;var r=s.length===n+1;i.push(t.value),r||i.push(Si),Ri(e.originalText,t,e)&&!r&&i.push(Si)})),gi(i)},printAllComments:function(t,e,i,n){var s=t.getValue(),r=e(t),o=s&&s.comments;if(!o||0===o.length)return Ki(t,i,r);var h=[],a=[n?";":"",r];return t.each((function(t){var e=t.getValue(),n=e.leading,s=e.trailing;if(n){var r=function(t,e,i){var n=t.getValue(),s=zi(t,i);if(!s)return"";var r=i.printer.isBlockComment&&i.printer.isBlockComment(n);return gi(r?[s,yi(i.originalText,i.locEnd(n))?Si:" "]:[s,Si])}(t,0,i);if(!r)return;h.push(r);var o=i.originalText;yi(o,mi(o,i.locEnd(e)))&&h.push(Si)}else s&&a.push(function(t,e,i){var n=t.getValue(),s=zi(t,i);if(!s)return"";var r=i.printer.isBlockComment&&i.printer.isBlockComment(n);if(yi(i.originalText,i.locStart(n),{backwards:!0})){var o=wi(i.originalText,n,i);return Li(gi([Si,o?Si:"",s]))}return gi(r?[" ",s]:[Li(gi([" ",s])),r?"":Oi])}(t,0,i))}),"comments"),Ki(t,i,gi(h.concat(a)))}};function Ji(){}Ji.strictEqual=function(){};var qi=Ji,Zi=fi.getPrecedence,tn=fi.shouldFlatten,en=fi.isBitwiseOperator;var nn=function(t){var e=t.getParentNode();if(!e)return!1;var i=t.getName(),n=t.getNode();if(["program","expressionstatement","namespace","declare","block","include","print","return","echo"].includes(e.kind))return!1;switch(n.kind){case"pre":case"post":if("unary"===e.kind)return"pre"===n.kind&&("+"===n.type&&"+"===e.type||"-"===n.type&&"-"===e.type);case"unary":switch(e.kind){case"unary":return n.type===e.type&&("+"===n.type||"-"===n.type);case"propertylookup":case"staticlookup":case"offsetlookup":case"call":return"what"===i&&e.what===n;case"bin":return"**"===e.type&&"left"===i;default:return!1}case"bin":switch(e.kind){case"assign":case"retif":return["and","xor","or"].includes(n.type);case"silent":case"cast":return n.parenthesizedExpression;case"pre":case"post":case"unary":return!0;case"call":case"propertylookup":case"staticlookup":case"offsetlookup":return"what"===i&&e.what===n;case"bin":var s=e.type,r=Zi(s),o=n.type,h=Zi(o);return r>h||("||"===s&&"&&"===o||(r===h&&"right"===i?(qi.strictEqual(e.right,n),!0):r===h&&!tn(s,o)||(r<h&&"%"===o?"+"===s||"-"===s:!!en(s))));default:return!1}case"propertylookup":case"staticlookup":switch(e.kind){case"call":return"what"===i&&e.what===n&&n.parenthesizedExpression;default:return!1}case"clone":case"new":switch(e.kind){case"propertylookup":case"staticlookup":case"offsetlookup":case"call":return"what"===i&&e.what===n;default:return!1}case"yield":switch(e.kind){case"propertylookup":case"staticlookup":case"offsetlookup":case"call":return"what"===i&&e.what===n;case"retif":return e.test===n;default:return!(!n.key&&!n.value)}case"assign":return("for"!==e.kind||!e.init.includes(n)&&!e.increment.includes(n))&&("assign"!==e.kind&&("static"!==e.kind&&(!["if","do","while","foreach","switch"].includes(e.kind)&&("silent"!==e.kind&&"call"!==e.kind))));case"retif":switch(e.kind){case"cast":return!0;case"unary":case"bin":case"retif":return!("test"===i&&!e.trueExpr);case"propertylookup":case"staticlookup":case"offsetlookup":case"call":return"what"===i&&e.what===n;default:return!1}case"closure":return"call"===e.kind&&"what"===i&&e.what===n;case"silence":case"cast":return n.parenthesizedExpression;case"string":case"array":switch(e.kind){case"propertylookup":case"staticlookup":case"offsetlookup":case"call":return(!["string","array"].includes(n.kind)||"offsetlookup"!==e.kind)&&("what"===i&&e.what===n);default:return!1}case"print":case"include":return"bin"===e.kind}return!1},sn=e.doc.builders,rn=sn.breakParent,on=sn.concat,hn=sn.join,an=sn.line,ln=sn.lineSuffix,cn=sn.group,un=sn.conditionalGroup,_n=sn.indent,dn=sn.dedent,pn=sn.ifBreak,fn=sn.hardline,Tn=sn.softline,kn=sn.literalline,xn=sn.align,En=sn.dedentToRoot,mn=e.doc.utils.willBreak,yn=e.util,vn=yn.isNextLineEmptyAfterIndex,An=yn.hasNewline,gn=yn.hasNewlineInRange,Nn=fi.getLast,Cn=fi.getPenultimate,Sn=fi.isLastStatement,bn=fi.lineShouldEndWithSemicolon,Ln=fi.printNumber,On=fi.shouldFlatten,In=fi.maybeStripLeadingSlashFromUse,Rn=fi.fileShouldEndWithHardline,wn=fi.hasDanglingComments,Dn=fi.hasLeadingComment,Pn=fi.hasTrailingComment,Un=fi.docShouldHaveTrailingNewline,Bn=fi.isLookupNode,Fn=fi.isFirstChildrenInlineNode,Mn=fi.shouldPrintHardLineAfterStartInControlStructure,Hn=fi.shouldPrintHardLineBeforeEndInControlStructure,Gn=fi.getAlignment,Vn=fi.isProgramLikeNode,Wn=fi.getNodeKindIncludingLogical,Qn=fi.useDoubleQuote,Yn=fi.hasEmptyBody,jn=fi.isNextLineEmptyAfterNamespace,$n=fi.shouldPrintHardlineBeforeTrailingComma,zn=fi.isDocNode,Kn=fi.getAncestorNode,Xn=fi.isReferenceLikeNode,Jn=fi.getNextNode,qn=fi.normalizeMagicMethodName,Zn=fi.getNextNonSpaceNonCommentCharacterIndex,ts=fi.isNextLineEmpty;function es(t,e){return parseFloat(t)>=parseFloat(e)}function is(t,e){return!!t.trailingCommaPHP&&es(t.phpVersion,e)}function ns(t){switch(t.braceStyle){case"1tbs":return!1;case"psr-2":default:return!0}}function ss(t,e,i){return on(["->",t.call(i,"offset")])}function rs(t,e,i){var n=t.getValue(),s=!["variable","identifier"].includes(n.offset.kind);return on(["::",s?"{":"",t.call(i,"offset"),s?"}":""])}function os(t,e,i){var n=t.getValue(),s=n.offset&&"number"===n.offset.kind||Kn(t,"encapsed");return on(["[",n.offset?cn(on([_n(on([s?"":Tn,t.call(i,"offset")])),s?"":Tn])):"","]"])}function hs(t){return"array"===t.kind&&(t.items.length>0||t.comments)||"function"===t.kind||"method"===t.kind||"closure"===t.kind}function as(t){var e=Nn(t),i=Cn(t);return!Dn(e)&&!Pn(e)&&hs(e)&&(!i||i.kind!==e.kind)}function ls(t){if(2!==t.length)return!1;var e=p(t,2),i=e[0],n=e[1];return!(i.comments&&i.comments.length||"function"!==i.kind&&"method"!==i.kind&&"closure"!==i.kind||"retif"===n.kind||hs(n))}function cs(t,e,i){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"arguments",s=t.getValue()[n];if(0===s.length)return on(["(",Xi.printDanglingComments(t,e,!0),")"]);var r=!1,o=!1,h=s.length-1,a=t.map((function(t,n){var s=t.getNode(),a=[i(t)];return n===h||(ts(e.originalText,s,e)?(0===n&&(o=!0),r=!0,a.push(",",fn,fn)):a.push(",",an)),on(a)}),n),l=t.getValue(),c=Nn(s),u=["call","new","unset","isset"].includes(l.kind)&&is(e,"7.3")?_n(on([c&&$n(c)?fn:"",","])):"";function _(){return cn(on(["(",_n(on([an,on(a)])),u,an,")"]),{shouldBreak:!0})}var d=ls(s),p=as(s);if(d||p){var f,T=(d?a.slice(1).some(mn):a.slice(0,-1).some(mn))||r,k=0;t.each((function(t){d&&0===k&&(f=[on([t.call((function(t){return i(t,{expandFirstArg:!0})})),a.length>1?",":"",o?fn:an,o?fn:""])].concat(a.slice(1))),p&&k===s.length-1&&(f=a.slice(0,-1).concat(t.call((function(t){return i(t,{expandLastArg:!0})})))),k++}),n);var x=a.some(mn),E=on(["(",on(f),")"]);return on([x?rn:"",un([x?pn(_(),E):E,on(d?["(",cn(f[0],{shouldBreak:!0}),on(f.slice(1)),")"]:["(",on(a.slice(0,-1)),cn(Nn(f),{shouldBreak:!0}),")"]),cn(on(["(",_n(on([an,on(a)])),pn(u),an,")"]),{shouldBreak:!0})],{shouldBreak:T})])}return cn(on(["(",_n(on([Tn,on(a)])),pn(u),Tn,")"]),{shouldBreak:a.some(mn)||r})}function us(t){return"array"===t.kind&&0!==t.items.length}function _s(t){return"array"===t.right.kind&&0!==t.right.items.length}function ds(t,e,i){var n=t.getValue();switch(n.kind){case"propertylookup":return ss(t,0,i);case"staticlookup":return rs(t,0,i);case"offsetlookup":return os(t,0,i);default:return"Have not implemented lookup kind ".concat(n.kind," yet.")}}function ps(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.opening,n=void 0===i||i;if("heredoc"===t.type)return n?"<<<".concat(t.label):t.label;var s={string:'"',shell:"`"};return s[t.type]?s[t.type]:"Unimplemented encapsed type ".concat(t.type)}function fs(t,e,i){var n=[],s=[];return t.each((function(t){n.push(on(s)),n.push(cn(i(t))),s=[",",an],t.getValue()&&ts(e.originalText,t.getValue(),e)&&s.push(Tn)}),"items"),on(n)}function Ts(t,e){if(0===e.length)return t;var i=0;return e.reduce((function(e,n){var s=n.start,r=n.end,o=n.alignment,h=n.before,a=n.after,l=on([h||"",on(t.slice(s,r)),a||""]),c=e.concat(t.slice(i,s),o?En(cn(on([xn(new Array(o).join(" "),l)]))):cn(l),r===t.length-1?t.slice(r):"");return i=r,c}),[])}function ks(t,e,i){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"children",s=t.getValue(),r=t.getParentNode(),o=-1,h=[],a=[];t.map((function(l,c){var u=l.getValue(),_="inline"===u.kind,d=i(l),p=s[n],f=p[c+1],T=!Sn(l)&&!_&&(f&&"case"===f.kind?!Fn(t):f&&"inline"!==f.kind),k=on([d,T?fn:"",T&&ts(e.originalText,u,e)?fn:""]),x=0===c,E=p.length-1===c,m="block"===s.kind&&r&&["function","closure","method","try","catch"].includes(r.kind),y=m&&x?"":" ";if(_||!_&&E&&o>=0){var v=o;if(_&&(o=c),_&&!x||!_&&E){var A=(_?v:o)+1,g=E&&!_?c+1:c,N=p[_?v:o],C=N?Gn(N.raw):"",S=g-A>1,b=S?m&&!N||Vn(s)&&0===A?"":fn:"",L=S&&"halt"!==u.kind?m&&E?"":fn:"";S&&(y=""),a.push({start:A,end:g,alignment:C,before:b,after:L})}}if(_){var O=f&&"echo"===f.kind&&f.shortForm?"<?=":"<?php",I=u.leadingComments&&u.leadingComments.length?on([x&&"namespace"!==s.kind&&!m?O:"","namespace"!==s.kind&&m?"":fn,Xi.printComments(u.leadingComments,e),fn,"?>"]):Vn(s)&&x&&"namespace"!==s.kind?"":on([y,"?>"]),R=u.comments&&u.comments.length?on([O,fn,Xi.printComments(u.comments,e),fn,"?>"]):Vn(s)&&E?"":on([O," "]);k=on([I,k,R])}h.push(k)}),n);var l=Ts(h,a);if("program"===s.kind&&!s.extra.parseAsEval){var c=[],u=p(s.children,1),_=u[0],d=!_||"inline"!==_.kind;if(d){var f=e.originalText.trim().match(/^<\?(php|=)(\s+)?\S/),T=on([f&&f[2]&&f[2].includes("\n")?on([fn,f[2].split("\n").length>2?fn:""]):" ",s.comments?Xi.printComments(s.comments,e):""]),k=_&&"echo"===_.kind&&_.shortForm;c.push(on([k?"<?=":"<?php",T]))}c.push(on(l));var x=e.originalText.trim().endsWith("?>");if(x){var E=Nn(s.children),m=E?on([gn(e.originalText,e.locEnd(E),e.locEnd(s))?fn:" ",ts(e.originalText,E,e)?fn:""]):s.comments?fn:"";c.push(ln(on([m,"?>"])))}return on(c)}return on(l)}function xs(t,e,i,n){return on(t.map((function(t){var n=[];return n.push(i(t)),Sn(t)||(n.push(fn),ts(e.originalText,t.getValue(),e)&&n.push(fn)),on(n)}),n))}function Es(t,e,i){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"extends",s=arguments.length>4&&void 0!==arguments[4]?arguments[4]:" ",r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:" ",o=t.getValue(),h=wn(o[n])?on([fn,t.call((function(t){return Xi.printDanglingComments(t,e,!0)}),n),fn]):s,a=Array.isArray(o[n])?cn(on([hn(",",t.map((function(t){var n=i(t);return wn(t.getValue())?on([fn,Xi.printDanglingComments(t,e,!0),fn,n]):on([r,n])}),n))])):on([r,t.call(i,n)]);return _n(on([h,n,mn(h)?_n(a):a]))}function ms(t,e,i){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"body",s=t.getValue();if(!s[n])return";";var r=t.call(i,n);return on([s.shortForm?":":" {",_n(on(["block"!==s[n].kind||s[n].children&&s[n].children.length>0||s[n].comments&&s[n].comments.length>0?on([Mn(t)?"switch"===s.kind?" ":"":fn,r]):""])),"if"===s.kind&&"body"===n?"":on([Hn(t)?fn:"",s.shortForm?on(["end",s.kind,";"]):"}"])])}function ys(t,e,i,n,s,r,o){if(!n)return e;var h=vs(t,n,s,r,o);return cn(on([e,i,h]))}function vs(t,e,i,n,s){var r=n?"&":"";if(Xi.hasLeadingOwnLineComment(s.originalText,e,s))return _n(on([fn,r,i]));var o="cast"===e.kind?e.expr:e;return"bin"===o.kind&&!_s(o)||"retif"===o.kind&&(!o.trueExpr&&!us(o.falseExpr)||"bin"===o.test.kind&&!_s(o.test))||("variable"===t.kind||"string"===t.kind||Bn(t))&&("string"===o.kind&&!As(o)||function t(e){return!!Bn(e)&&(!("variable"!==e.what.kind&&!Xn(e.what))||t(e.what))}(o))?cn(_n(on([an,r,i]))):on([" ",r,i])}function As(t){return t.raw.includes("\n")}function gs(t,e,i){return("string"===t.kind||"encapsed"===t.kind&&("string"===t.type||"shell"===t.type))&&As(t)&&!An(e,i.locStart(t),{backwards:!0})}var Ns=function(t,e,i){var n=t.getValue();if(!n)return"";if("string"==typeof n)return n;var s=function(t,e,i){var n=t.getValue();switch(n.kind){case"program":return cn(on([ks(t,e,i),Xi.printDanglingComments(t,e,!0,(function(t){return!t.printed}))]));case"expressionstatement":return t.call(i,"expression");case"block":return on([ks(t,e,i),Xi.printDanglingComments(t,e,!0)]);case"declare":var s=function(t){return hn(", ",t.map((function(t){return on([i(t)])}),"directives"))};if(["block","short"].includes(n.mode))return on(["declare(",s(t),")","block"===n.mode?" {":":",n.children.length>0?_n(on([fn,ks(t,e,i)])):"",Xi.printDanglingComments(t,e),fn,"block"===n.mode?"}":"enddeclare;"]);var r=Jn(t,n);return on(["declare(",s(t),")",r&&"inline"===r.kind?"":";"]);case"declaredirective":return on([t.call(i,"key"),"=",t.call(i,"value")]);case"namespace":return on(["namespace ",n.name&&"string"==typeof n.name?on([n.name,n.withBrackets?" ":""]):"",n.withBrackets?"{":";",wn(n)?on([" ",Xi.printDanglingComments(t,e,!0)]):"",n.children.length>0?n.withBrackets?_n(on([fn,ks(t,e,i)])):on(["inline"===n.children[0].kind?"":on([fn,jn(e.originalText,n,e.locStart)?fn:""]),ks(t,e,i)]):"",n.withBrackets?on([fn,"}"]):""]);case"usegroup":return cn(on(["use ",n.type?on([n.type," "]):"",_n(on([n.name?on([In(n.name),"\\{",Tn]):"",hn(on([",",an]),t.map((function(t){return on([i(t)])}),"items"))])),n.name?on([pn(is(e,"7.2")?",":""),Tn,"}"]):""]));case"useitem":return on([n.type?on([n.type," "]):"",In(n.name),wn(n)?on([" ",Xi.printDanglingComments(t,e,!0)]):"",n.alias?on([" as ",t.call(i,"alias")]):""]);case"class":case"interface":case"trait":return function(t,e,i){var n=t.getValue(),s=[];n.isFinal&&s.push("final ");n.isAbstract&&s.push("abstract ");var r="class"===n.kind&&n.isAnonymous;s.push(r?"":n.kind),n.name&&s.push(" ",t.call(i,"name"));n.extends&&n.implements?s.push(un([on([Es(t,e,i,"extends"),Es(t,e,i,"implements")]),on([Es(t,e,i,"extends"),Es(t,e,i,"implements"," ",fn)]),on([Es(t,e,i,"extends",fn," "),Es(t,e,i,"implements",fn,n.implements.length>1?fn:" ")])],{shouldBreak:wn(n.extends)})):(n.extends&&s.push(un([Es(t,e,i,"extends"),Es(t,e,i,"extends"," ",fn),Es(t,e,i,"extends",fn,n.extends.length>1?fn:" ")])),n.implements&&s.push(un([Es(t,e,i,"implements"),Es(t,e,i,"implements"," ",fn),Es(t,e,i,"implements",fn,n.implements.length>1?fn:" ")])));var o=cn(on([cn(on(s)),ns(e)?r?an:fn:" "])),h=n.body&&0===n.body.length&&!wn(n),a=on(["{",_n(on([h?"":fn,xs(t,e,i,"body")])),Xi.printDanglingComments(t,e,!0),r&&h?Tn:fn,"}"]);return on([o,a])}(t,e,i);case"traitprecedence":return on([t.call(i,"trait"),"::",t.call(i,"method")," insteadof ",hn(", ",t.map(i,"instead"))]);case"traitalias":return on([n.trait?on([t.call(i,"trait"),"::"]):"",n.method?t.call(i,"method"):""," as ",hn(" ",[].concat(f(n.visibility?[n.visibility]:[]),f(n.as?[t.call(i,"as")]:[])))]);case"traituse":return cn(on(["use ",_n(cn(hn(on([",",an]),t.map(i,"traits")))),n.adaptations?on([" {",n.adaptations.length>0?on([_n(on([fn,xs(t,e,i,"adaptations")])),fn]):wn(n)?on([an,Xi.printDanglingComments(t,e,!0),an]):"","}"]):""]));case"function":case"closure":case"method":return function(t,e,i){var n=t.getValue(),s=[];n.isFinal&&s.push("final ");n.isAbstract&&s.push("abstract ");n.visibility&&s.push(n.visibility," ");n.isStatic&&s.push("static ");s.push("function "),n.byref&&s.push("&");n.name&&s.push(t.call(i,"name"));s.push(cs(t,e,i)),n.uses&&n.uses.length>0&&s.push(cn(on([" use ",cs(t,e,i,"uses")])));n.type&&s.push(on([": ",wn(n.type)?on([t.call((function(t){return Xi.printDanglingComments(t,e,!0)}),"type")," "]):"",n.nullable?"?":"",t.call(i,"type")]));var r=on(s);if(!n.body)return r;var o="closure"===n.kind,h=on(["{",_n(on([Yn(t)?"":fn,t.call(i,"body")])),o&&Yn(t)?"":fn,"}"]);if(o)return on([r," ",h]);if(0===n.arguments.length)return on([r,ns(e)?fn:" ",h]);if(s.some(mn))return on([r," ",h]);return un([on([r,ns(e)?fn:" ",h]),on([r," ",h])])}(t,e,i);case"arrowfunc":return on([n.isStatic?"static ":"","fn",cs(t,e,i),n.type?on([": ",n.nullable?"?":"",t.call(i,"type")]):""," => ",t.call(i,"body")]);case"parameter":var o=on([n.nullable?"?":"",n.type?on([t.call(i,"type")," "]):"",n.byref?"&":"",n.variadic?"...":"","$",t.call(i,"name")]);return n.value?cn(on([o,wn(n)?" ":"",Xi.printDanglingComments(t,e,!0),on([" =",vs(n.name,n.value,t.call(i,"value"),!1,e)])])):o;case"variadic":return on(["...",t.call(i,"what")]);case"property":return cn(on([n.type?on([n.nullable?"?":"",t.call(i,"type")," "]):"","$",t.call(i,"name"),n.value?on([" =",vs(n.name,n.value,t.call(i,"value"),!1,e)]):""]));case"propertystatement":var h,a=t.map((function(t){return i(t)}),"properties"),l=n.properties.some((function(t){return t.value}));if(1!==a.length||n.properties[0].comments)a.length>0&&(h=_n(a[0]));else{var c=p(a,1);h=c[0]}var u=n.visibility||null===n.visibility;return cn(on([u?on([null===n.visibility?"var":n.visibility,""]):"",n.isStatic?on([u?" ":"","static"]):"",h?on([" ",h]):"",_n(on(a.slice(1).map((function(t){return on([",",l?fn:an,t])}))))]));case"if":var _=[],d=ms(t,e,i,"body"),T=cn(on(["if (",cn(on([_n(on([Tn,t.call(i,"test")])),Tn])),")",d]));if(_.push(T,Fn(t)||!n.body?"":fn),n.alternate){_.push(n.shortForm?"":"} ");var k=Pn(n.body)&&n.body.comments.some((function(t){return t.trailing&&!Xi.isBlockComment(t)}))||function(t){if(!t.comments)return!1;var e=Nn(t.comments.filter((function(t){return!t.leading&&!t.trailing})));return e&&!Xi.isBlockComment(e)}(n),x=!k;_.push(x?"":fn),wn(n)&&_.push(ts(e.originalText,n.body,e)?fn:"",Xi.printDanglingComments(t,e,!0),k?fn:" "),_.push("else",cn("if"===n.alternate.kind?t.call(i,"alternate"):ms(t,e,i,"alternate")))}else _.push(n.body?n.shortForm?"endif;":"}":"");return on(_);case"do":return on(["do",ms(t,e,i,"body")," while (",cn(on([_n(on([Tn,t.call(i,"test")])),Tn])),")"]);case"while":case"switch":return cn(on([n.kind," (",cn(on([_n(on([Tn,t.call(i,"test")])),Tn])),")",ms(t,e,i,"body")]));case"for":var E=ms(t,e,i,"body"),m=Xi.printDanglingComments(t,e,!0),y=m?on([m,Tn]):"";return n.init.length||n.test.length||n.increment.length?on([y,cn(on(["for (",cn(on([_n(on([Tn,cn(on([hn(on([",",an]),t.map(i,"init"))])),";",an,cn(on([hn(on([",",an]),t.map(i,"test"))])),";",an,cn(hn(on([",",an]),t.map(i,"increment")))])),Tn])),")",E]))]):on([y,cn(on(["for (;;)",E]))]);case"foreach":var v=ms(t,e,i,"body"),A=Xi.printDanglingComments(t,e,!0),g=A?on([A,Tn]):"";return on([g,cn(on(["foreach (",cn(on([_n(on([Tn,t.call(i,"source"),an,"as ",cn(n.key?_n(hn(on([" =>",an]),[t.call(i,"key"),t.call(i,"value")])):t.call(i,"value"))])),Tn])),")",v]))]);case"try":var N=[];return N.push("try",ms(t,e,i,"body")),n.catches&&N.push(on(t.map(i,"catches"))),n.always&&N.push(" finally",ms(t,e,i,"always")),on(N);case"catch":return on([" catch",n.what?on([" (",hn(" | ",t.map(i,"what"))," ",t.call(i,"variable"),")"]):"",ms(t,e,i,"body")]);case"case":return on([n.test?on(["case ",n.test.comments?_n(t.call(i,"test")):t.call(i,"test"),":"]):"default:",n.body&&n.body.children&&n.body.children.length?_n(on([Fn(t)?"":fn,t.call(i,"body")])):""]);case"break":case"continue":return n.level&&("number"===n.level.kind&&"1"!==n.level.value)?on(["".concat(n.kind," "),t.call(i,"level")]):n.kind;case"call":return 1===n.arguments.length&&gs(n.arguments[0],e.originalText,e)?on([t.call(i,"what"),on(["(",hn(", ",t.map(i,"arguments")),")"])]):Bn(n.what)?function(t,e,i){var n=[];function s(t){var i=e.originalText,n=Zn(i,t,e);return")"===i.charAt(n)?vn(i,n+1,e):ts(i,t,e)}var r=t.getValue();n.unshift({node:r,printed:cs(t,e,i)}),t.call((function(t){return function t(r){var o=r.getValue();if("call"!==o.kind||!Bn(o.what)&&"call"!==o.what.kind)if(Bn(o)){var h=null;h="propertylookup"===o.kind?ss(r,e,i):"staticlookup"===o.kind?rs(r,e,i):os(r,e,i),n.unshift({node:o,needsParens:nn(r),printed:Xi.printAllComments(r,(function(){return h}),e)}),r.call((function(e){return t(e)}),"what")}else n.unshift({node:o,printed:r.call(i)});else n.unshift({node:o,printed:on([Xi.printAllComments(r,(function(){return on([cs(r,e,i)])}),e),s(o)?fn:""])}),r.call((function(e){return t(e)}),"what")}(t)}),"what");for(var o=0;o<n.length;++o)"call"===n[o].node.kind&&n[o-1]&&["propertylookup","staticlookup"].includes(n[o-1].node.kind)&&n[o-1].needsParens&&(n[0].printed=on(["(",n[0].printed]),n[o-1].printed=on([n[o-1].printed,")"]));for(var h=[],a=[n[0]],l=1;l<n.length&&("call"===n[l].node.kind||Bn(n[l].node)&&n[l].node.offset&&"number"===n[l].node.offset.kind);++l)a.push(n[l]);if("call"!==n[0].node.kind)for(;l+1<n.length&&(Bn(n[l].node)&&Bn(n[l+1].node));++l)a.push(n[l]);h.push(a),a=[];for(var c=!1;l<n.length;++l){if(c&&Bn(n[l].node)){if("offsetlookup"===n[l].node.kind&&n[l].node.offset&&"number"===n[l].node.offset.kind){a.push(n[l]);continue}h.push(a),a=[],c=!1}"call"===n[l].node.kind&&(c=!0),a.push(n[l]),n[l].node.comments&&Xi.hasTrailingComment(n[l].node)&&(h.push(a),a=[],c=!1)}a.length>0&&h.push(a);var u=h.length>=2&&!h[1][0].node.comments&&function(t){var e=t[1].length&&"offsetlookup"===t[1][0].node.kind;if(1===t[0].length){var i=t[0][0].node;return"variable"===i.kind&&"this"===i.name||Xn(i)}var n=Nn(t[0]).node;return Bn(n)&&("identifier"===n.offset.kind||"variable"===n.offset.kind)&&e}(h);function _(t){for(var e=[],i=0;i<t.length;i++)t[i+1]&&t[i+1].needsParens?(e.push("(",t[i].printed,t[i+1].printed,")"),i++):e.push(t[i].printed);return on(e)}var d=h.map(_),p=on(d),f=u?3:2,T=h.slice(0,f).reduce((function(t,e){return t.concat(e)}),[]),k=T.slice(1,-1).some((function(t){return Xi.hasLeadingComment(t.node)}))||T.slice(0,-1).some((function(t){return Xi.hasTrailingComment(t.node)}))||h[f]&&Xi.hasLeadingComment(h[f][0].node),x=Kn(t,"encapsed");if(h.length<=f&&!k||x)return cn(p);var E=Nn(u?h.slice(1,2)[0]:h[0]).node,m="call"!==E.kind&&s(E),y=on([_(h[0]),u?on(h.slice(1,2).map(_)):"",m?fn:"",function(t){return 0===t.length?"":_n(cn(on([fn,hn(fn,t.map(_))])))}(h.slice(u?2:1))]),v=n.filter((function(t){return"call"===t.node.kind})).length;if(k||v>=3||d.slice(0,-1).some(mn))return cn(y);return on([mn(p)||m?rn:"",un([p,y])])}(t,e,i):on([t.call(i,"what"),cs(t,e,i)]);case"new":var C=n.what&&"class"===n.what.kind&&n.what.isAnonymous;if(!C&&1===n.arguments.length&&gs(n.arguments[0],e.originalText,e))return on(["new ",t.call(i,"what"),"(",hn(", ",t.map(i,"arguments")),")"]);var S=[];if(S.push("new "),C)S.push("class",n.arguments.length>0?cs(t,e,i):"",cn(t.call(i,"what")));else{var b=on([t.call(i,"what"),cs(t,e,i)]);S.push(Dn(n.what)?_n(b):b)}return on(S);case"clone":return on(["clone ",n.what.comments?_n(t.call(i,"what")):t.call(i,"what")]);case"propertylookup":case"staticlookup":case"offsetlookup":var L,O=t.getParentNode(),I=0;do{L=t.getParentNode(I),I++}while(L&&Bn(L));var R=Kn(t,"encapsed")||L&&("new"===L.kind||"assign"===L.kind&&"variable"!==L.left.kind)||"offsetlookup"===n.kind||(Xn(n.what)||"variable"===n.what.kind)&&["identifier","variable","encapsedpart"].includes(n.offset.kind)&&O&&!Bn(O);return on([t.call(i,"what"),R?ds(t,e,i):cn(_n(on([Tn,ds(t,e,i)])))]);case"exit":return cn(on([n.useDie?"die":"exit","(",n.expression?gs(n.expression,e.originalText,e)?t.call(i,"expression"):on([_n(on([Tn,t.call(i,"expression")])),Tn]):Xi.printDanglingComments(t,e),")"]));case"global":return cn(on(["global ",_n(on([hn(on([",",an]),t.map(i,"items"))]))]));case"include":return on([n.require?"require":"include",n.once?"_once":""," ",n.target.comments?_n(t.call(i,"target")):t.call(i,"target")]);case"label":return on([t.call(i,"name"),":"]);case"goto":return on(["goto ",t.call(i,"label")]);case"throw":return on(["throw ",n.what.comments?_n(t.call(i,"what")):t.call(i,"what")]);case"silent":return on(["@",t.call(i,"expr")]);case"halt":return on([wn(n)?on([Xi.printDanglingComments(t,e,!0),fn]):"","__halt_compiler();",n.after]);case"eval":return cn(on(["eval(",gs(n.source,e.originalText,e)?t.call(i,"source"):on([_n(on([Tn,t.call(i,"source")])),Tn]),")"]));case"echo":var w,D=t.map((function(t){return i(t)}),"expressions");if(1!==D.length||n.expressions[0].comments)D.length>0&&(w=zn(n.expressions[0])||n.expressions[0].comments?_n(D[0]):dn(D[0]));else{var P=p(D,1);w=P[0]}return cn(on([n.shortForm?"":"echo ",w||"",_n(on(D.slice(1).map((function(t){return on([",",an,t])}))))]));case"print":return on(["print ",n.expression.comments?_n(t.call(i,"expression")):t.call(i,"expression")]);case"return":var U=[];if(U.push("return"),n.expr){var B=t.call(i,"expr");U.push(" ",n.expr.comments?_n(B):B)}return wn(n)&&U.push(" ",Xi.printDanglingComments(t,e,!0)),on(U);case"isset":case"unset":return cn(on([n.kind,cs(t,e,i,"variables")]));case"empty":return cn(on(["empty(",_n(on([Tn,t.call(i,"expression")])),Tn,")"]));case"variable":var F=t.getParentNode(),M=t.getParentNode(1),H="assign"===F.kind?"":n.byref?"&":"",G="encapsedpart"===F.kind&&"simple"===F.syntax&&F.curly||M&&"offsetlookup"===F.kind&&"encapsedpart"===M.kind&&"simple"===M.syntax&&M.curly?"":"$",V=n.curly?"{":"",W=n.curly?"}":"";return on([H,G,V,t.call(i,"name"),W]);case"constantstatement":case"classconstant":var Q,Y=t.map((function(t){return i(t)}),"constants");if(1!==Y.length||n.constants[0].comments)Y.length>0&&(Q=_n(Y[0]));else{var j=p(Y,1);Q=j[0]}return cn(on([n.visibility?on([n.visibility," "]):"","const",Q?on([" ",Q]):"",_n(on(Y.slice(1).map((function(t){return on([",",fn,t])}))))]));case"constant":return ys(n.name,t.call(i,"name")," =",n.value,t.call(i,"value"),!1,e);case"static":var $,z=t.map((function(t){return i(t)}),"variables"),K=n.variables.some((function(t){return t.defaultValue}));if(1!==z.length||n.variables[0].comments)z.length>0&&($=_n(z[0]));else{var X=p(z,1);$=X[0]}return cn(on(["static",$?on([" ",$]):"",_n(on(z.slice(1).map((function(t){return on([",",K?fn:an,t])}))))]));case"staticvariable":return ys(n.variable,t.call(i,"variable")," =",n.defaultValue,t.call(i,"defaultValue"),!1,e);case"list":case"array":var J="array"===n.kind&&es(e.phpVersion,"5.4")||"list"===n.kind&&n.shortForm,q=J?"[":on([n.kind,"("]),Z=J?"]":")";if(0===n.items.length)return wn(n)?cn(on([q,Xi.printDanglingComments(t,e),Tn,Z])):on([q,Z]);var tt=Nn(n.items),et=tt&&"noop"===tt.kind,it=p(n.items.filter((function(t){return"noop"!==t.kind})).sort((function(t,i){return e.locStart(t)-e.locStart(i)})),1)[0],nt=!(!it||!it.key)&&it&&gn(e.originalText,e.locStart(n),e.locStart(it));return cn(on([q,_n(on([Tn,fs(t,e,i)])),et?",":"",pn(!et&&is(e,"5.0")?on([tt&&$n(tt)?fn:"",","]):""),Xi.printDanglingComments(t,e,!0),Tn,Z]),{shouldBreak:nt});case"entry":var st=n.byRef?"&":"",rt=n.unpack?"...":"";return n.key?ys(n.key,t.call(i,"key")," =>",n.value,t.call(i,"value"),st,e):on([st,rt,t.call(i,"value")]);case"yield":var ot=on([n.key?on([t.call(i,"key")," => "]):"",t.call(i,"value")]);return on(["yield",n.key||n.value?" ":"",n.value&&n.value.comments?_n(ot):ot]);case"yieldfrom":return on(["yield from ",n.value.comments?_n(t.call(i,"value")):t.call(i,"value")]);case"unary":return on([n.type,t.call(i,"what")]);case"pre":return on([n.type+n.type,t.call(i,"what")]);case"post":return on([t.call(i,"what"),n.type+n.type]);case"cast":return on(["(",n.type,") ",n.expr.comments?_n(t.call(i,"expr")):t.call(i,"expr")]);case"assignref":case"assign":var ht="assignref"===n.kind;return ys(n.left,t.call(i,"left"),on([" ",ht?"=":n.operator]),n.right,t.call(i,"right"),ht,e);case"bin":var at=t.getParentNode(),lt=t.getParentNode(1),ct=n!==at.body&&("if"===at.kind||"while"===at.kind||"switch"===at.kind||"do"===at.kind),ut=function t(e,i,n,s,r){var o=[],h=e.getValue();if("bin"===h.kind){On(h.type,h.left.type)?o=o.concat(e.call((function(e){return t(e,i,n,!0,r)}),"left")):o.push(e.call(i,"left"));var a=_s(h),l=on(a?[h.type," ",e.call(i,"right")]:[h.type,an,e.call(i,"right")]),c=e.getParentNode(),u=!(r&&["||","&&"].includes(h.type))&&Wn(c)!==Wn(h)&&Wn(h.left)!==Wn(h)&&Wn(h.right)!==Wn(h),_=zn(h.left)||"bin"===h.left.kind&&zn(h.left.right);o.push(_?"":" ",u?cn(l):l),s&&h.comments&&(o=Xi.printAllComments(e,(function(){return on(o)}),n))}else o.push(e.call(i));return o}(t,i,e,!1,ct);if(ct)return on(ut);if("unary"===at.kind||Bn(at)&&"offsetlookup"!==at.kind)return cn(on([_n(on([Tn,on(ut)])),Tn]));var _t=n!==at.body&&"for"===at.kind||"retif"===at.kind&&lt&&"return"!==lt.kind,dt=["assign","property","constant","staticvariable","entry"].includes(at.kind),pt="bin"===n.left.kind&&On(n.type,n.left.type);if(_t||_s(n)&&!pt||!_s(n)&&dt)return cn(on(ut));var ft=on(ut.slice(1));return cn(on([ut.length>0?ut[0]:"",_n(ft)]));case"retif":var Tt,kt=[],xt=t.getParentNode(),Et=0;do{Tt=t.getParentNode(Et),Et++}while(Tt&&"retif"===Tt.kind);var mt=Tt||xt,yt="bin"===n.falseExpr.kind?_n(t.call(i,"falseExpr")):t.call(i,"falseExpr"),vt=on([n.trueExpr?an:" ","?",n.trueExpr?on([" ","bin"===n.trueExpr.kind?_n(t.call(i,"trueExpr")):t.call(i,"trueExpr"),an]):"",":",n.trueExpr?on([" ",yt]):on([us(n.falseExpr)?" ":an,yt])]);kt.push(vt);var At=function(t){return xt===mt?cn(t):t},gt=t.getParentNode(1),Nt="cast"===xt.kind&&gt?gt:xt,Ct=["propertylookup","staticlookup"].includes(Nt.kind),St=t.call(i,"test");if(!n.trueExpr){var bt=on([St,"bin"===Nt.kind||["print","echo","return","include"].includes(mt.kind)?_n(on(kt)):on(kt)]);return"call"===Nt.kind&&Nt.what===n||"unary"===Nt.kind||Bn(Nt)&&"offsetlookup"!==Nt.kind?cn(on([_n(on([Tn,bt])),Tn])):At(bt)}return At(on(["retif"===n.test.kind?_n(St):St,_n(on(kt)),Ct?Tn:""]));case"boolean":return n.value?"true":"false";case"number":return Ln(n.value);case"string":if("encapsedpart"===t.getParentNode().kind){var Lt=t.getParentNode(1),Ot=0;if("heredoc"===Lt.type){var It=Lt.raw.split(/\r?\n/g);Ot=It[It.length-1].search(/\S/)}return hn(kn,n.raw.split(/\r?\n/g).map((function(t){return t.substring(Ot)})))}var Rt=Qn(n,e)?'"':"'",wt=n.raw;return"b"===n.raw[0]&&(wt=wt.slice(1)),['"',"'"].includes(wt[0])&&(wt=wt.substr(1)),['"',"'"].includes(wt[wt.length-1])&&(wt=wt.substr(0,wt.length-1)),on(["b"===n.raw[0]?"b":"",Rt,hn(kn,wt.split(/\r?\n/g)),Rt]);case"encapsedpart":var Dt="simple"===n.syntax&&n.curly||"complex"===n.syntax?on([n.curly?"$":"","{"]):"",Pt="simple"===n.syntax&&n.curly||"complex"===n.syntax?"}":"";return on([Dt,t.call(i,"expression"),Pt]);case"encapsed":switch(n.type){case"string":case"shell":case"heredoc":return on([ps(n),"heredoc"===n.type?kn:"",on(t.map(i,"value")),ps(n,{opening:!1}),"heredoc"===n.type&&Un(t)?fn:""]);default:return"Have not implemented kind ".concat(n.type," yet.")}case"inline":return hn(kn,n.raw.replace("___PSEUDO_INLINE_PLACEHOLDER___","").split(/\r?\n/g));case"magic":return n.value;case"nowdoc":var Ut=es(e.phpVersion,"7.3")?fn:kn;return on(["<<<'",n.label,"'",Ut,hn(Ut,n.value.split(/\r?\n/g)),Ut,n.label,Un(t)?fn:""]);case"name":return on(["rn"===n.resolution?"namespace\\":"",n.name]);case"literal":return t.call(i,"value");case"parentreference":return"parent";case"selfreference":return"self";case"staticreference":return"static";case"typereference":return n.name;case"nullkeyword":return"null";case"identifier":return"method"===t.getParentNode().kind&&(n.name=qn(n.name)),t.call(i,"name");case"noop":return n.comments?Xi.printComments(t.getValue().comments,e):"";case"error":default:return"Have not implemented kind ".concat(n.kind," yet.")}}(t,e,i),r=[],o=nn(t);return o&&r.unshift("("),r.push(s),o&&r.push(")"),bn(t)&&r.push(";"),Rn(t)&&r.push(fn),on(r)};var Cs=function(t,e){if(["loc","range","raw","comments","leadingComments","trailingComments","parenthesizedExpression","parent","prev","start","end","tokens","errors","extra"].forEach((function(t){delete e[t]})),"string"===t.kind&&delete e.isDoubleQuote,"array"===t.kind&&delete e.shortForm,"inline"===t.kind){if(t.value.includes("___PSEUDO_INLINE_PLACEHOLDER___"))return null;e.value=e.value.replace(/\r\n?|\n/g,"")}if(("continue"===t.kind||"break"===t.kind)&&t.level){var i=e.level;"number"===i.kind&&(e.level="1"===i.value?null:i)}if("block"===t.kind&&1===t.children.length&&"block"===t.children[0].kind)for(;"block"===e.children[0].kind;)e.children=e.children[0].children;if("number"===t.kind&&(e.value=fi.printNumber(t.value)),["foreach","for","if","while","do"].includes(t.kind)&&(t.body&&"block"!==t.body.kind?e.body={kind:"block",children:[e.body]}:e.body=e.body?e.body:null,t.alternate&&"block"!==t.alternate.kind?e.alternate={kind:"block",children:[e.alternate]}:e.alternate=e.alternate?e.alternate:null),"usegroup"===t.kind&&"string"==typeof t.name&&(e.name=e.name.replace(/^\\/,"")),"useitem"===t.kind&&(e.name=e.name.replace(/^\\/,"")),"method"===t.kind&&"identifier"===t.name.kind&&(e.name.name=fi.normalizeMagicMethodName(e.name.name)),"noop"===t.kind)return null},Ss={phpVersion:{since:"0.13.0",category:"PHP",type:"choice",default:"5.4",description:"Minimum target PHP version.",choices:[{value:"5.0"},{value:"5.1"},{value:"5.2"},{value:"5.3"},{value:"5.4"},{value:"5.5"},{value:"5.6"},{value:"7.0"},{value:"7.1"},{value:"7.2"},{value:"7.3"},{value:"7.4"}]},trailingCommaPHP:{since:"0.0.0",category:"PHP",type:"boolean",default:!0,description:"Print trailing commas wherever possible when multi-line."},braceStyle:{since:"0.10.0",category:"PHP",type:"choice",default:"psr-2",description:"Print one space or newline for code blocks (classes and functions).",choices:[{value:"psr-2",description:"Use PSR-2 brace style."},{value:"1tbs",description:"Use 1tbs brace style."}]}},bs=function(t,e,i,n){if("length"!==i&&"prototype"!==i){var s=Object.getOwnPropertyDescriptor(t,i),r=Object.getOwnPropertyDescriptor(e,i);!Ls(s,r)&&n||Object.defineProperty(t,i,r)}},Ls=function(t,e){return void 0===t||t.configurable||t.writable===e.writable&&t.enumerable===e.enumerable&&t.configurable===e.configurable&&(t.writable||t.value===e.value)},Os=function(t,e){var i=Object.getPrototypeOf(e);i!==Object.getPrototypeOf(t)&&Object.setPrototypeOf(t,i)},Is=function(t,e){return"/* Wrapped ".concat(t,"*/\n").concat(e)},Rs=Object.getOwnPropertyDescriptor(Function.prototype,"toString"),ws=Object.getOwnPropertyDescriptor(Function.prototype.toString,"name"),Ds=function(t,e,i){var n=""===i?"":"with ".concat(i.trim(),"() "),s=Is.bind(null,n,e.toString());Object.defineProperty(s,"name",ws),Object.defineProperty(t,"toString",function(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?d(Object(i),!0).forEach((function(e){_(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):d(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}({},Rs,{value:s}))},Ps=function(t,e){var i,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},s=n.ignoreNonConfigurable,r=void 0!==s&&s,o=t.name,h=x(Reflect.ownKeys(e));try{for(h.s();!(i=h.n()).done;){var a=i.value;bs(t,e,a,r)}}catch(t){h.e(t)}finally{h.f()}return Os(t,e),Ds(t,e,o),t},Us="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function Bs(t){return t&&t.default||t}var Fs,Ms=function(){var t={};return t.promise=new Promise((function(e,i){t.resolve=e,t.reject=i})),t},Hs=function(t,e){return t(e={exports:{}},e.exports),e.exports}((function(t,e){var i=Us&&Us.__awaiter||function(t,e,i,n){return new(i||(i=Promise))((function(s,r){function o(t){try{a(n.next(t))}catch(t){r(t)}}function h(t){try{a(n.throw(t))}catch(t){r(t)}}function a(t){t.done?s(t.value):new i((function(e){e(t.value)})).then(o,h)}a((n=n.apply(t,e||[])).next())}))},n=Us&&Us.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(e,"__esModule",{value:!0});var s=n(Ms);function r(t){var e,n,r,o=this,h=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"maxAge",a=function(){return i(o,void 0,void 0,regeneratorRuntime.mark((function o(){var a,l,c,u,_=this;return regeneratorRuntime.wrap((function(o){for(;;)switch(o.prev=o.next){case 0:if(void 0===e){o.next=2;break}return o.abrupt("return");case 2:a=function(o){return i(_,void 0,void 0,regeneratorRuntime.mark((function i(){var a;return regeneratorRuntime.wrap((function(i){for(;;)switch(i.prev=i.next){case 0:if(r=s.default(),!((a=o[1][h]-Date.now())<=0)){i.next=6;break}return t.delete(o[0]),r.resolve(),i.abrupt("return");case 6:return e=o[0],"function"==typeof(n=setTimeout((function(){t.delete(o[0]),r&&r.resolve()}),a)).unref&&n.unref(),i.abrupt("return",r.promise);case 10:case"end":return i.stop()}}),i)})))},o.prev=3,l=x(t),o.prev=5,l.s();case 7:if((c=l.n()).done){o.next=13;break}return u=c.value,o.next=11,a(u);case 11:o.next=7;break;case 13:o.next=18;break;case 15:o.prev=15,o.t0=o.catch(5),l.e(o.t0);case 18:return o.prev=18,l.f(),o.finish(18);case 21:o.next=25;break;case 23:o.prev=23,o.t1=o.catch(3);case 25:e=void 0;case 26:case"end":return o.stop()}}),o,null,[[3,23],[5,15,18,21]])})))},l=function(){e=void 0,void 0!==n&&(clearTimeout(n),n=void 0),void 0!==r&&(r.reject(void 0),r=void 0)},c=t.set.bind(t);return t.set=function(i,n){t.has(i)&&t.delete(i);var s=c(i,n);return e&&e===i&&l(),a(),s},a(),t}e.default=r,t.exports=r,t.exports.default=r}));(Fs=Hs)&&Fs.__esModule&&Object.prototype.hasOwnProperty.call(Fs,"default")&&Fs.default;var Gs=new WeakMap,Vs=function(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},i=e.cacheKey,n=void 0===i?function(t){return p(t,1)[0]}:i,s=e.cache,r=void 0===s?new Map:s,o=e.maxAge;"number"==typeof o&&Hs(r);var h=function(){for(var e=arguments.length,i=new Array(e),s=0;s<e;s++)i[s]=arguments[s];var h=n(i);if(r.has(h))return r.get(h).data;var a=t.apply(this,i);return r.set(h,{data:a,maxAge:o?Date.now()+o:1/0}),a};try{Ps(h,t)}catch(t){}return Gs.set(h,r),h};Vs.clear=function(t){if(!Gs.has(t))throw new Error("Can't clear a function that was not memoized!");var e=Gs.get(t);"function"==typeof e.clear&&e.clear()};var Ws=/@prettier|@format/,Qs=Vs((function(t){var e=$e(t),i=p(e.children,1)[0],n=p(e.comments.filter((function(t){return"commentblock"===t.kind})),1)[0];if(i&&n&&n.loc.start.line<i.loc.start.line)return n}));var Ys=function(t){if(!Ws.test(t))return!1;var e=Qs(t);if(e){var i=e.value;return Ws.test(i)}return!1},js=function(t){var e=Qs(t);if(e){var i=e.loc,n=i.start.offset,s=i.end.offset,r=t.substring(0,n),o=t.substring(s);return"".concat(r).concat(function(t,e){var i=t.split(/\r?\n/g);if(1===i.length){var n=p(/\/*\*\*(.*)\*\//.exec(i[0]),2)[1];i=["/**"," * ".concat(n.trim())," */"]}var s=i.findIndex((function(t){return/@\S/.test(t)}))||1;return i.splice(s,0," * @format"),i.join(function(t){var e=t.indexOf("\n");return e>=0&&"\r"===t.charAt(e-1)?"\r\n":"\n"}(e))}(e.value,t)).concat(o)}if(!t.startsWith("<?php"))return t;var h="<?php".length,a=t.substring(0,h),l=t.substring(h);return"".concat(a,"\n/** \n * @format \n */\n").concat(l)},$s=[".php",".aw",".ctp",".fcgi",".inc",".php3",".php4",".php5",".phps",".phpt"],zs=[".php",".php_cs",".php_cs.dist","Phakefile"],Ks=["php"],Xs=["inc"],Js={name:"PHP",type:"programming",tmScope:"text.html.php",aceMode:"php",codemirrorMode:"php",codemirrorMimeType:"application/x-httpd-php",color:"#4F5D95",extensions:$s,filenames:zs,interpreters:Ks,aliases:Xs,languageId:272},qs=Object.freeze({__proto__:null,name:"PHP",type:"programming",tmScope:"text.html.php",aceMode:"php",codemirrorMode:"php",codemirrorMimeType:"application/x-httpd-php",color:"#4F5D95",extensions:$s,filenames:zs,interpreters:Ks,aliases:Xs,languageId:272,default:Js}),Zs=[".phtml"],tr={name:"HTML+PHP",type:"markup",tmScope:"text.html.php",group:"HTML",extensions:Zs,aceMode:"php",codemirrorMode:"php",codemirrorMimeType:"application/x-httpd-php",languageId:151},er=Object.freeze({__proto__:null,name:"HTML+PHP",type:"markup",tmScope:"text.html.php",group:"HTML",extensions:Zs,aceMode:"php",codemirrorMode:"php",codemirrorMimeType:"application/x-httpd-php",languageId:151,default:tr}),ir=Bs(qs),nr=Bs(er),sr=e.doc.builders,rr=sr.join,or=sr.hardline,hr=Ys,ar=js;function lr(t,e){var i=e.extend,n=e.override,s={};for(var r in t){s["languageId"===r?"linguistLanguageId":r]=t[r]}if(i)for(var o in i)s[o]=(s[o]||[]).concat(i[o]);for(var h in n)s[h]=n[h];return s}var cr=[lr(ir,{override:{parsers:["php"],vscodeLanguageIds:["php"]}}),lr(nr,{override:{parsers:["php"],vscodeLanguageIds:["php"]}})],ur=function(t){return function(e){return e.loc&&e.loc[t]&&e.loc[t].offset}},_r={php:{parse:$e,astFormat:"php",locStart:ur("start"),locEnd:ur("end"),hasPragma:hr}},dr={languages:cr,printers:{php:{print:Ns,insertPragma:ar,massageAstNode:Cs,getCommentChildNodes:Xi.getCommentChildNodes,canAttachComment:Xi.canAttachComment,isBlockComment:Xi.isBlockComment,handleComments:{ownLine:Xi.handleOwnLineComment,endOfLine:Xi.handleEndOfLineComment,remaining:Xi.handleRemainingComment},willPrintOwnComments(t){var e=t.getValue();return e&&"noop"===e.kind},printComment(t){var e=t.getValue();switch(e.kind){case"commentblock":if(!e.value.includes("\n"))return e.value;var i=e.value.split(/\r?\n/g);return i.slice(1,i.length-1).every((function(t){return"*"===t.trim()[0]}))?rr(or,i.map((function(t,e){return(e>0?" ":"")+(e<i.length-1?t.trim():t.trimLeft())}))):e.value;case"commentline":return e.value.trimRight();default:throw new Error("Not a comment: ".concat(JSON.stringify(e)))}},hasPrettierIgnore(t){var e=t.getNode();return e&&e.comments&&e.comments.length>0&&e.comments.some((function(t){return t.value.includes("prettier-ignore")&&!t.value.includes("prettier-ignore-start")&&!t.value.includes("prettier-ignore-end")}))}}},parsers:_r,options:Ss,defaultOptions:{tabWidth:4}},pr=dr.languages,fr=dr.printers,Tr=dr.parsers,kr=dr.options,xr=dr.defaultOptions;t.default=dr,t.defaultOptions=xr,t.languages=pr,t.options=kr,t.parsers=Tr,t.printers=fr,Object.defineProperty(t,"__esModule",{value:!0})}));