Files
rspade_system/node_modules/@prettier/plugin-php/standalone.js
root f6fac6c4bc Fix bin/publish: copy docs.dist from project root
Fix bin/publish: use correct .env path for rspade_system
Fix bin/publish script: prevent grep exit code 1 from terminating script

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 02:08:33 +00:00

2 lines
164 KiB
JavaScript
Executable File

!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("prettier/standalone"),require("fs"),require("path")):"function"==typeof define&&define.amd?define(["exports","prettier/standalone","fs","path"],e):e(((t="undefined"!=typeof globalThis?globalThis:t||self).prettierPlugins=t.prettierPlugins||{},t.prettierPlugins.php={}),t.prettier,t.fs,t.path)}(this,(function(t,e,s,i){"use strict";function n(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}var r={exports:{}},o={attributeIndex:0,attributeListDepth:{},matchST_ATTRIBUTE(){let t=this.input();if(this.is_WHITESPACE()){do{t=this.input()}while(this.is_WHITESPACE());return this.unput(1),null}switch(t){case"]":return 0===this.attributeListDepth[this.attributeIndex]?(delete this.attributeListDepth[this.attributeIndex],this.attributeIndex--,this.popState()):this.attributeListDepth[this.attributeIndex]--,"]";case"(":case")":case":":case"=":case"|":case"&":case"^":case"-":case"+":case"*":case"%":case"~":case"<":case">":case"!":case".":return this.consume_TOKEN();case"[":return this.attributeListDepth[this.attributeIndex]++,"[";case",":return",";case'"':return this.ST_DOUBLE_QUOTES();case"'":return this.T_CONSTANT_ENCAPSED_STRING();case"/":return"/"===this._input[this.offset]?this.T_COMMENT():"*"===this._input[this.offset]?(this.input(),this.T_DOC_COMMENT()):this.consume_TOKEN()}if(this.is_LABEL_START()||"\\"===t){for(;this.offset<this.size;){const t=this.input();if(!this.is_LABEL()&&"\\"!==t){t&&this.unput(1);break}}return this.T_STRING()}if(this.is_NUM())return this.consume_NUM();throw new Error(`Bad terminal sequence "${t}" at line ${this.yylineno} (offset ${this.offset})`)}},h={T_COMMENT(){for(;this.offset<this.size;){const 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(){let 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(),"*"===t&&"/"===this._input[this.offset]){this.input();break}return e}},a={nextINITIAL(){return this.conditionStack.length>1&&"INITIAL"===this.conditionStack[this.conditionStack.length-1]?this.popState():this.begin("ST_IN_SCRIPTING"),this},matchINITIAL(){for(;this.offset<this.size;){let t=this.input();if("<"==t)if(t=this.ahead(1),"?"==t){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"===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}};var c={consume_NUM(){let t=this.yytext[0],e="."===t;if("0"===t)if(t=this.input(),"x"===t||"X"===t){if(t=this.input(),"_"!==t&&this.is_HEX())return this.consume_HNUM();this.unput(t?2:1)}else if("b"===t||"B"===t){if(t=this.input(),"_"!==t&&"0"===t||"1"===t)return this.consume_BNUM();this.unput(t?2:1)}else if("o"===t||"O"===t){if(t=this.input(),"_"!==t&&this.is_OCTAL())return this.consume_ONUM();this.unput(t?2:1)}else this.is_NUM()||t&&this.unput(1);for(;this.offset<this.size;){const s=t;if(t=this.input(),"_"===t){if("_"===s){this.unput(2);break}if("."===s){this.unput(1);break}if("e"===s||"E"===s){this.unput(2);break}}else{if("."===t){if(e){this.unput(1);break}if("_"===s){this.unput(2);break}e=!0;continue}if("e"===t||"E"===t){if("_"===s){this.unput(1);break}let e=2;if(t=this.input(),"+"!==t&&"-"!==t||(e=3,t=this.input()),this.is_NUM_START())return this.consume_LNUM(),this.tok.T_DNUMBER;this.unput(t?e:e-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(){for(;this.offset<this.size;){const t=this.input();if(!this.is_HEX()){t&&this.unput(1);break}}return this.tok.T_LNUMBER},consume_LNUM(){for(;this.offset<this.size;){const t=this.input();if(!this.is_NUM()){t&&this.unput(1);break}}return this.tok.T_LNUMBER},consume_BNUM(){let t;for(;this.offset<this.size;)if(t=this.input(),"0"!==t&&"1"!==t&&"_"!==t){t&&this.unput(1);break}return this.tok.T_LNUMBER},consume_ONUM(){for(;this.offset<this.size;){const t=this.input();if(!this.is_OCTAL()){t&&this.unput(1);break}}return this.tok.T_LNUMBER}},l={matchST_LOOKING_FOR_PROPERTY(){let t=this.input();if("-"===t){if(t=this.input(),">"===t)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(){let t=this.input();if(this.popState(),this.begin("ST_IN_SCRIPTING"),this.is_LABEL_START()){if(this.consume_LABEL(),t=this.input(),"["===t||"}"===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(){const 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")}},_={matchST_IN_SCRIPTING(){let t=this.input();switch(t){case" ":case"\t":case"\n":case"\r":case"\r\n":return this.T_WHITESPACE();case"#":return this.version>=800&&"["===this._input[this.offset]?(this.input(),this.attributeListDepth[++this.attributeIndex]=0,this.begin("ST_ATTRIBUTE"),this.tok.T_ATTRIBUTE):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();const t=this._input[this.offset];return"\n"!==t&&"\r"!==t||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(),t=this._input[this.offset],"\n"!==t&&"\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(){for(;this.offset<this.size;){const t=this.input();if(" "!==t&&"\t"!==t&&"\n"!==t&&"\r"!==t){t&&this.unput(1);break}}return this.tok.T_WHITESPACE}};const u=["\n","\r"],p=["\n","\r",";"],d=p.concat(["\t"," ",",","]",")","/","=","!","."]);var f={T_CONSTANT_ENCAPSED_STRING(){let t;for(;this.offset<this.size;)if(t=this.input(),"\\"==t)this.input();else if("'"==t)break;return this.tok.T_CONSTANT_ENCAPSED_STRING},is_HEREDOC(){const 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()););let e=this._input[this.offset-1];if("'"===e||'"'===e?this.offset++:e=null,this.is_LABEL_START()){let s=this.offset-1;for(;this.offset<this.size&&(this.offset++,this.is_LABEL()););const i=this._input.substring(s,this.offset-1);if((!e||e===this._input[this.offset-1])&&(e&&this.offset++,u.includes(this._input[this.offset-1])))return this.heredoc_label.label=i,this.heredoc_label.length=i.length,this.heredoc_label.finished=!1,s=this.offset-t,this.offset=t,this.consume(s),"'"===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(){let t;for(;this.offset<this.size;)if(t=this.input(),"\\"==t)this.input();else{if('"'==t)break;if("$"==t){if(t=this.input(),"{"==t||this.is_LABEL_START()){this.unput(2);break}t&&this.unput(1)}else if("{"==t){if(t=this.input(),"$"==t){this.unput(2);break}t&&this.unput(1)}}if('"'==t)return this.tok.T_CONSTANT_ENCAPSED_STRING;{let t=1;return"b"!==this.yytext[0]&&"B"!==this.yytext[0]||(t=2),this.yytext.length>2&&this.appendToken(this.tok.T_ENCAPSED_AND_WHITESPACE,this.yytext.length-t),this.unput(this.yytext.length-t),this.begin("ST_DOUBLE_QUOTES"),this.yytext}},isDOC_MATCH(t,e){const s=this._input[t-2];if(!u.includes(s))return!1;let i=!1,n=!1,r=0,o=this._input[t-1];if(this.version>=703){for(;"\t"===o||" "===o;)" "===o?i=!0:"\t"===o&&(n=!0),o=this._input[t+r],r++;if(t+=r,u.includes(this._input[t-1]))return!1}if(this._input.substring(t-1,t-1+this.heredoc_label.length)===this.heredoc_label.label){const s=this._input[t-1+this.heredoc_label.length];if((this.version>=703?d:p).includes(s)){if(e){if(this.consume(r),i&&n)throw new Error("Parse error: mixing spaces and tabs in ending marker at line "+this.yylineno+" (offset "+this.offset+")")}else this.heredoc_label.indentation=r,this.heredoc_label.indentation_uses_spaces=i,this.heredoc_label.first_encaps_node=!0;return!0}}return!1},prematch_ENDOFDOC(){this.heredoc_label.indentation_uses_spaces=!1,this.heredoc_label.indentation=0,this.heredoc_label.first_encaps_node=!0;let t=this.offset+1;for(;t<this._input.length;){if(this.isDOC_MATCH(t,!1))return;if(!u.includes(this._input[t-1]))for(;!u.includes(this._input[t++])&&t<this._input.length;);t++}},matchST_NOWDOC(){if(this.isDOC_MATCH(this.offset,!0))return this.consume(this.heredoc_label.length),this.popState(),this.tok.T_END_HEREDOC;let t=this._input[this.offset-1];for(;this.offset<this.size;)if(u.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(){let 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(),u.includes(t)||(t=this.input())),u.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(),"{"===t)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()){const t=this.offset,e=this.consume_VARIABLE();return this.yytext.length>this.offset-t+2?(this.appendToken(e,this.offset-t+2),this.unput(this.offset-t+2),this.tok.T_ENCAPSED_AND_WHITESPACE):e}}else if("{"===t){if(t=this.input(),"$"===t)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(){this.consume_LABEL();const 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(){let t=this.input();if("$"===t){if(t=this.input(),"{"===t)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(),"{"===t)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()){const t=this.offset,e=this.consume_VARIABLE();return this.yytext.length>this.offset-t+2?(this.appendToken(e,this.offset-t+2),this.unput(this.offset-t+2),this.tok.T_ENCAPSED_AND_WHITESPACE):e}continue}if("{"===t){if(t=this.input(),"$"===t)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(){let t=this.input();if("$"===t){if(t=this.input(),"{"===t)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(),"{"===t)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()){const t=this.offset,e=this.consume_VARIABLE();return this.yytext.length>this.offset-t+2?(this.appendToken(e,this.offset-t+2),this.unput(this.offset-t+2),this.tok.T_ENCAPSED_AND_WHITESPACE):e}t&&this.unput(1)}else if("{"===t){if(t=this.input(),"$"===t)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}},k={T_STRING(){const t=this.yytext.toLowerCase();let 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){const t=this.input();if('"'===t)return this.ST_DOUBLE_QUOTES();if("'"===t)return this.T_CONSTANT_ENCAPSED_STRING();t&&this.unput(1)}if(e===this.tok.T_ENUM){if(this.version<801)return this.tok.T_STRING;const t=this.offset;let e=this.input();for(;" "==e;)e=this.input();let s=!1;if(this.is_LABEL_START()){for(;this.is_LABEL();)e+=this.input();const t=e.slice(0,-1).toLowerCase();s="extends"!==t&&"implements"!==t}return this.unput(this.offset-t),s?this.tok.T_ENUM:this.tok.T_STRING}if(this.offset<this.size&&e!==this.tok.T_YIELD_FROM){let s=this.input();if("\\"===s){e="namespace"===t?this.tok.T_NAME_RELATIVE:this.tok.T_NAME_QUALIFIED;do{if("{"===this._input[this.offset]){this.input();break}this.consume_LABEL(),s=this.input()}while("\\"===s)}s&&this.unput(1)}return e},consume_TOKEN(){const t=this._input[this.offset-1],e=this.tokenTerminals[t];return e?e.apply(this,[]):this.yytext},tokenTerminals:{$(){return this.offset++,this.is_LABEL_START()?(this.offset--,this.consume_LABEL(),this.tok.T_VARIABLE):(this.offset--,"$")},"-"(){const 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):"-"},"\\"(){if(this.offset<this.size){if(this.input(),this.is_LABEL_START()){let t;do{if("{"===this._input[this.offset]){this.input();break}this.consume_LABEL(),t=this.input()}while("\\"===t);return this.unput(1),this.tok.T_NAME_FULLY_QUALIFIED}this.unput(1)}return this.tok.T_NS_SEPARATOR},"/"(){return"="===this._input[this.offset]?(this.input(),this.tok.T_DIV_EQUAL):"/"},":"(){return":"===this._input[this.offset]?(this.input(),this.tok.T_DOUBLE_COLON):":"},"("(){const t=this.offset;if(this.input(),this.is_TABSPACE()&&this.consume_TABSPACE().input(),this.is_LABEL_START()){const t=this.yytext.length;this.consume_LABEL();const e=this.yytext.substring(t-1).toLowerCase(),s=this.castKeywords[e];if("number"==typeof s&&(this.input(),this.is_TABSPACE()&&this.consume_TABSPACE().input(),")"===this._input[this.offset-1]))return s}return this.unput(this.offset-t),"("},"="(){const 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):"="},"+"(){const t=this._input[this.offset];return"+"===t?(this.input(),this.tok.T_INC):"="===t?(this.input(),this.tok.T_PLUS_EQUAL):"+"},"!"(){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):"!"},"?"(){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):this.version>=800&&"-"===this._input[this.offset]&&">"===this._input[this.offset+1]?(this.consume(1),this.begin("ST_LOOKING_FOR_PROPERTY").input(),this.tok.T_NULLSAFE_OBJECT_OPERATOR):"?"},"<"(){let t=this._input[this.offset];return"<"===t?(t=this._input[this.offset+1],"="===t?(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):"<"},">"(){let t=this._input[this.offset];return"="===t?(this.input(),this.tok.T_IS_GREATER_OR_EQUAL):">"===t?(t=this._input[this.offset+1],"="===t?(this.consume(2),this.tok.T_SR_EQUAL):(this.input(),this.tok.T_SR)):">"},"*"(){const 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):"*"},"."(){const 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):"."},"%"(){return"="===this._input[this.offset]?(this.input(),this.tok.T_MOD_EQUAL):"%"},"&"(){const t=this._input[this.offset];return"="===t?(this.input(),this.tok.T_AND_EQUAL):"&"===t?(this.input(),this.tok.T_BOOLEAN_AND):"&"},"|"(){const t=this._input[this.offset];return"="===t?(this.input(),this.tok.T_OR_EQUAL):"|"===t?(this.input(),this.tok.T_BOOLEAN_OR):"|"},"^"(){return"="===this._input[this.offset]?(this.input(),this.tok.T_XOR_EQUAL):"^"}}};var T={is_NUM(){const t=this._input.charCodeAt(this.offset-1);return t>47&&t<58||95===t},is_NUM_START(){const t=this._input.charCodeAt(this.offset-1);return t>47&&t<58},is_LABEL(){const 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(){const t=this._input.charCodeAt(this.offset-1);return t>64&&t<91||(t>96&&t<123||(95===t||t>126))},consume_LABEL(){for(;this.offset<this.size;){const t=this.input();if(!this.is_LABEL()){t&&this.unput(1);break}}return this},is_TOKEN(){const t=this._input[this.offset-1];return-1!==";:,.\\[]()|^&+-/*=%!~$<>?@".indexOf(t)},is_WHITESPACE(){const t=this._input[this.offset-1];return" "===t||"\t"===t||"\n"===t||"\r"===t},is_TABSPACE(){const t=this._input[this.offset-1];return" "===t||"\t"===t},consume_TABSPACE(){for(;this.offset<this.size;){const t=this.input();if(!this.is_TABSPACE()){t&&this.unput(1);break}}return this},is_HEX(){const t=this._input.charCodeAt(this.offset-1);return t>47&&t<58||(t>64&&t<71||(t>96&&t<103||95===t))},is_OCTAL(){const t=this._input.charCodeAt(this.offset-1);return t>47&&t<56||95===t}};const x=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=803,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,enum:this.tok.T_ENUM,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,match:this.tok.T_MATCH,readonly:this.tok.T_READ_ONLY},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}};x.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(){this.label}},this},x.prototype.input=function(){const 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):""},x.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(let t=0;t<this.yytext.length;t++){let e=this.yytext[t];"\r"===e?(e=this.yytext[++t],this.yyprevcol=this.yylloc.last_column,this.yylloc.last_line++,this.yylloc.last_column=0,"\n"!==e&&("\r"===e?this.yylloc.last_line++:this.yylloc.last_column++)):"\n"===e?(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},x.prototype.tryMatch=function(t){return t===this.ahead(t.length)},x.prototype.tryMatchCaseless=function(t){return t===this.ahead(t.length).toLowerCase()},x.prototype.ahead=function(t){let 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},x.prototype.consume=function(t){for(let e=0;e<t;e++){const t=this._input[this.offset];if(!t)break;this.yytext+=t,this.offset++,"\r"===t&&"\n"===this._input[this.offset]&&(this.yytext+="\n",this.offset++,e++),"\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++}return this},x.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}},x.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},x.prototype.appendToken=function(t,e){return this.tokens.push([t,e]),this},x.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;let 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},x.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},x.prototype.popState=function(){const 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},x.prototype.next=function(){let 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?(t=this.tokens.shift(),"object"==typeof t[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){let e=t;e="number"==typeof e?this.engine.tokens.values[e]:'"'+e+'"';const s=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(s.stack)}return t},[o,h,a,c,l,_,f,k,T].forEach((function(t){for(const e in t)x.prototype[e]=t[e]}));var E=x;var m=function(t,e,s){this.line=t,this.column=e,this.offset=s},y={read_array(){let t=null,e=!1;const s=this.node("array");this.token===this.tok.T_ARRAY?(this.next().expect("("),t=")"):(e=!0,t="]");let i=[];return this.next().token!==t&&(i=this.read_array_pair_list(e)),this.expect(t),this.next(),s(e,i)},read_array_pair_list(t){const e=this;return this.read_list((function(){return e.read_array_pair(t)}),",",!0)},read_array_pair(t){if(!t&&")"===this.token||t&&"]"===this.token)return;if(","===this.token)return this.node("noop")();const e=this.node("entry");let s=null,i=null,n=!1,r=!1;if("&"===this.token)this.next(),n=!0,i=this.read_variable(!0,!1);else if(this.token===this.tok.T_ELLIPSIS&&this.version>=704)this.next(),"&"===this.token&&this.error(),r=!0,i=this.read_expr();else{const t=this.read_expr();this.token===this.tok.T_DOUBLE_ARROW?(this.next(),s=t,"&"===this.token?(this.next(),n=!0,i=this.read_variable(!0,!1)):i=this.read_expr()):i=t}return e(s,i,n,r)}},A={read_class_declaration_statement(t){const e=this.node("class"),s=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);let i=this.node("identifier");const n=this.text();this.next(),i=i(n);const r=this.read_extends_from(),o=this.read_implements_list();this.expect("{");const h=e(i,r,o,this.next().read_class_body(!0,!1),s);return t&&(h.attrGroups=t),h},read_class_modifiers(){const t=this.read_class_modifier({readonly:0,final_or_abstract:0});return[0,0,t.final_or_abstract,t.readonly]},read_class_modifier(t){return this.token===this.tok.T_READ_ONLY?(this.next(),t.readonly=1,t=this.read_class_modifier(t)):0===t.final_or_abstract&&this.token===this.tok.T_ABSTRACT?(this.next(),t.final_or_abstract=1,t=this.read_class_modifier(t)):0===t.final_or_abstract&&this.token===this.tok.T_FINAL&&(this.next(),t.final_or_abstract=2,t=this.read_class_modifier(t)),t},read_class_body(t,e){let s=[],i=[];for(;this.token!==this.EOF&&"}"!==this.token;){if(this.token===this.tok.T_COMMENT){s.push(this.read_comment());continue}if(this.token===this.tok.T_DOC_COMMENT){s.push(this.read_doc_comment());continue}if(this.token===this.tok.T_USE){s=s.concat(this.read_trait_use_statement());continue}if(e&&this.token===this.tok.T_CASE){const t=this.read_enum_case();this.expect(";")&&this.next(),s=s.concat(t);continue}this.token===this.tok.T_ATTRIBUTE&&(i=this.read_attr_list());const n=this.position(),r=this.read_member_flags(!1);if(this.token!==this.tok.T_CONST)if(t&&this.token===this.tok.T_VAR&&(this.next().expect(this.tok.T_VARIABLE),r[0]=null,r[1]=0),this.token===this.tok.T_FUNCTION)s.push(this.read_function(!1,r,i,n)),i=[];else if(t&&(this.token===this.tok.T_VARIABLE||this.version>=801&&this.token===this.tok.T_READ_ONLY||this.version>=704&&("?"===this.token||this.token===this.tok.T_ARRAY||this.token===this.tok.T_CALLABLE||this.token===this.tok.T_NAMESPACE||this.token===this.tok.T_NAME_FULLY_QUALIFIED||this.token===this.tok.T_NAME_QUALIFIED||this.token===this.tok.T_NAME_RELATIVE||this.token===this.tok.T_NS_SEPARATOR||this.token===this.tok.T_STRING))){const t=this.read_variable_list(r,i);i=[],this.expect(";"),this.next(),s=s.concat(t)}else this.error([this.tok.T_CONST,...t?[this.tok.T_VARIABLE]:[],...e?[this.tok.T_CASE]:[],this.tok.T_FUNCTION]),this.next();else{const t=this.read_constant_list(r,i);this.expect(";")&&this.next(),s=s.concat(t)}}return this.expect("}"),this.next(),s},read_variable_list(t,e){const s=this.node("propertystatement"),i=this.read_list((function(){const t=this.node("property");let s=!1;this.token===this.tok.T_READ_ONLY&&(s=!0,this.next());const[i,n]=this.read_optional_type();this.expect(this.tok.T_VARIABLE);let r=this.node("identifier");const o=this.text().substring(1);this.next(),r=r(o);let h=null;return this.expect([",",";","="]),"="===this.token&&(h=this.next().read_expr()),t(r,h,s,i,n,e||[])}),",");return s(null,i,t)},read_constant_list(t,e){this.expect(this.tok.T_CONST)&&this.next();const[s,i]=this.version>=803?this.read_optional_type():[!1,null],n=this.node("classconstant"),r=this.read_list((function(){const t=this.node("constant");let e=null,s=null;if(this.token===this.tok.T_STRING||this.version>=700&&this.is("IDENTIFIER")){e=this.node("identifier");const t=this.text();this.next(),e=e(t)}else this.expect("IDENTIFIER");return this.expect("=")&&(s=this.next().read_expr()),t(e,s)}),",");return n(null,r,t,s,i,e||[])},read_member_flags(t){const e=[-1,-1,-1];if(this.is("T_MEMBER_FLAGS")){let s=0,i=0;do{switch(this.token){case this.tok.T_PUBLIC:s=0,i=0;break;case this.tok.T_PROTECTED:s=0,i=1;break;case this.tok.T_PRIVATE:s=0,i=2;break;case this.tok.T_STATIC:s=1,i=1;break;case this.tok.T_ABSTRACT:s=2,i=1;break;case this.tok.T_FINAL:s=2,i=2}t&&(0===s&&2===i?(this.expect([this.tok.T_PUBLIC,this.tok.T_PROTECTED]),i=-1):2===s&&1===i&&(this.error(),i=-1)),-1!==e[s]?this.error():-1!==i&&(e[s]=i)}while(this.next().is("T_MEMBER_FLAGS"))}return-1===e[1]&&(e[1]=0),-1===e[2]&&(e[2]=0),e},read_optional_type(){const t="?"===this.token;if(t&&this.next(),"="===this.peekSkipComments())return[!1,null];let e=this.read_types();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();const t=this.read_type();if(!t){this.raiseError("Expecting a type definition");break}e.push(t)}while("|"===this.token)}return[t,e]},peekSkipComments(){const t=this.lexer.getState();let e;do{e=this.lexer.lex()}while(e===this.tok.T_COMMENT||e===this.tok.T_WHITESPACE);return this.lexer.setState(t),e},read_interface_declaration_statement(t){const e=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);let s=this.node("identifier");const i=this.text();this.next(),s=s(i);const n=this.read_interface_extends_list();this.expect("{");return e(s,n,this.next().read_interface_body(),t||[])},read_interface_body(){let t=[],e=[];for(;this.token!==this.EOF&&"}"!==this.token;){if(this.token===this.tok.T_COMMENT){t.push(this.read_comment());continue}if(this.token===this.tok.T_DOC_COMMENT){t.push(this.read_doc_comment());continue}const s=this.position();e=this.read_attr_list();const i=this.read_member_flags(!0);if(this.token===this.tok.T_CONST){const s=this.read_constant_list(i,e);this.expect(";")&&this.next(),t=t.concat(s),e=[]}else if(this.token===this.tok.T_FUNCTION){const n=this.read_function_declaration(2,i,e,s);n.parseFlags(i),t.push(n),this.expect(";")&&this.next(),e=[]}else this.error([this.tok.T_CONST,this.tok.T_FUNCTION]),this.next()}return this.expect("}")&&this.next(),t},read_trait_declaration_statement(){const 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);let e=this.node("identifier");const s=this.text();this.next(),e=e(s),this.expect("{");return t(e,this.next().read_class_body(!0,!1))},read_trait_use_statement(){const t=this.node("traituse");this.expect(this.tok.T_USE)&&this.next();const e=[this.read_namespace_name()];let s=null;for(;","===this.token;)e.push(this.next().read_namespace_name());if("{"===this.token){for(s=[];this.next().token!==this.EOF&&"}"!==this.token;)s.push(this.read_trait_use_alias()),this.expect(";");this.expect("}")&&this.next()}else this.expect(";")&&this.next();return t(e,s)},read_trait_use_alias(){const t=this.node();let e,s=null;if(this.is("IDENTIFIER")){e=this.node("identifier");const t=this.text();this.next(),e=e(t)}else if(e=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")){s=e,e=this.node("identifier");const t=this.text();this.next(),e=e(t)}else this.expect(this.tok.T_STRING);else e=e.name;if(this.token===this.tok.T_INSTEADOF)return t("traitprecedence",s,e,this.next().read_name_list());if(this.token===this.tok.T_AS){let i=null,n=null;if(this.next().is("T_MEMBER_FLAGS")&&(i=this.read_member_flags()),this.token===this.tok.T_STRING||this.version>=700&&this.is("IDENTIFIER")){n=this.node("identifier");const t=this.text();this.next(),n=n(t)}else!1===i&&this.expect(this.tok.T_STRING);return t("traitalias",s,e,n,i)}return this.expect([this.tok.T_AS,this.tok.T_INSTEADOF]),t("traitalias",s,e,null,null)}},N={read_comment(){const t=this.text();let e=this.ast.prepare("/*"===t.substring(0,2)?"commentblock":"commentline",null,this);const s=this.lexer.yylloc.first_offset,i=this.prev;return this.prev=[this.lexer.yylloc.last_line,this.lexer.yylloc.last_column,this.lexer.offset],this.lex(),e=e(t),e.offset=s,this.prev=i,e},read_doc_comment(){let t=this.ast.prepare("commentblock",null,this);const e=this.lexer.yylloc.first_offset,s=this.text(),i=this.prev;return this.prev=[this.lexer.yylloc.last_line,this.lexer.yylloc.last_column,this.lexer.offset],this.lex(),t=t(s),t.offset=e,this.prev=i,t}},g={read_expr(t){const 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){let s=null;return":"!==this.next().token&&(s=this.read_expr()),this.expect(":")&&this.next(),e("retif",t,s,this.read_expr())}return e.destroy(t),t},read_expr_cast(t){return this.node("cast")(t,this.text(),this.next().read_expr())},read_isset_variable(){return this.read_expr()},read_isset_variables(){return this.read_function_list(this.read_isset_variable,",")},read_internal_functions_in_yacc(){let t=null;switch(this.token){case this.tok.T_ISSET:{t=this.node("isset"),this.next().expect("(")&&this.next();const 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();const e=this.read_expr();this.expect(")")&&this.next(),t=t(e)}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();const e=this.read_expr();this.expect(")")&&this.next(),t=t(e)}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(t){return this.token!==t?this.read_expr():null},read_exit_expr(){let t=null;return"("===this.token&&(this.next(),t=this.read_optional_expr(")"),this.expect(")")&&this.next()),t},read_expr_item(){let t,e,s=[];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(),e.parenthesizedExpression=!0,this.expect(")")&&this.next(),this.handleDereferencable(e);if("`"===this.token)return this.read_encapsed_string("`");if(this.token===this.tok.T_LIST){let e=null;const s=this.innerList;t=this.node("list"),s||(e=this.node("assign")),this.next().expect("(")&&this.next(),this.innerList||(this.innerList=!0);const i=this.read_array_pair_list(!1);this.expect(")")&&this.next();let n=!1;for(let t=0;t<i.length;t++)if(null!==i[t]&&"noop"!==i[t].kind){n=!0;break}return n||this.raiseError("Fatal Error : Cannot use empty list on line "+this.lexer.yylloc.first_line),s?t(i,!1):(this.innerList=!1,this.expect("=")?e(t(i,!1),this.next().read_expr(),"="):t(i,!1))}if(this.token===this.tok.T_ATTRIBUTE&&(s=this.read_attr_list()),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 e=this.read_new_expr(),this.token===this.tok.T_OBJECT_OPERATOR&&this.version<804&&this.raiseError("New without parenthesis is not allowed before PHP 8.4"),this.handleDereferencable(e);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_MATCH:return this.read_match_expression();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_THROW:this.version<800&&this.raiseError("PHP 8+ is required to use throw as an expression");return this.node("throw")(this.next().read_expr());case this.tok.T_EXIT:{const e="die"===this.lexer.yytext.toLowerCase();t=this.node("exit"),this.next();return t(this.read_exit_expr(),e)}case this.tok.T_PRINT:return this.node("print")(this.next().read_expr());case this.tok.T_YIELD:{let e=null,s=null;return t=this.node("yield"),this.next().is("EXPR")&&(e=this.read_expr(),this.token===this.tok.T_DOUBLE_ARROW&&(s=e,e=this.next().read_expr())),t(e,s)}case this.tok.T_YIELD_FROM:return t=this.node("yieldfrom"),e=this.next().read_expr(),t(e);case this.tok.T_FN:case this.tok.T_FUNCTION:return this.read_inline_function(void 0,s);case this.tok.T_STATIC:{const t=[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],s);this.lexer.tokens.push(t),this.next()}}if(this.is("VARIABLE")){t=this.node(),e=this.read_variable(!1,!1);const s="identifier"===e.kind||"staticlookup"===e.kind&&"identifier"===e.offset.kind;switch(this.token){case"=":return s&&this.error("VARIABLE"),"&"==this.next().token?this.read_assignref(t,e):t("assign",e,this.read_expr(),"=");case this.tok.T_PLUS_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"+=");case this.tok.T_MINUS_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"-=");case this.tok.T_MUL_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"*=");case this.tok.T_POW_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"**=");case this.tok.T_DIV_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"/=");case this.tok.T_CONCAT_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),".=");case this.tok.T_MOD_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"%=");case this.tok.T_AND_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"&=");case this.tok.T_OR_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"|=");case this.tok.T_XOR_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"^=");case this.tok.T_SL_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"<<=");case this.tok.T_SR_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),">>=");case this.tok.T_COALESCE_EQUAL:return s&&this.error("VARIABLE"),t("assign",e,this.next().read_expr(),"??=");case this.tok.T_INC:return s&&this.error("VARIABLE"),this.next(),t("post","+",e);case this.tok.T_DEC:return s&&this.error("VARIABLE"),this.next(),t("post","-",e);default:t.destroy(e)}}else{if(this.is("SCALAR")){if(t=this.node(),e=this.read_scalar(),"array"===e.kind&&e.shortForm&&"="===this.token){const s=this.convertToList(e);e.loc&&(s.loc=e.loc);return t("assign",s,this.next().read_expr(),"=")}return t.destroy(e),this.handleDereferencable(e)}this.error("EXPR"),this.next()}return e},convertToList(t){const e=t.items.map((t=>(t.value&&"array"===t.value.kind&&t.value.shortForm&&(t.value=this.convertToList(t.value)),t))),s=this.node("list")(e,!0);return t.loc&&(s.loc=t.loc),t.leadingComments&&(s.leadingComments=t.leadingComments),t.trailingComments&&(s.trailingComments=t.trailingComments),s},read_assignref(t,e){let s;return this.next(),this.token===this.tok.T_NEW?(this.version>=700&&this.error(),s=this.read_new_expr()):s=this.read_variable(!1,!1),t("assignref",e,s)},read_inline_function(t,e){if(this.token===this.tok.T_FUNCTION){const s=this.read_function(!0,t,e);return s.attrGroups=e,s}!this.version>=704&&this.raiseError("Arrow Functions are not allowed");const s=this.node("arrowfunc");this.expect(this.tok.T_FN)&&this.next();const i=this.is_reference();this.expect("(")&&this.next();const n=this.read_parameter_list();this.expect(")")&&this.next();let r=!1,o=null;":"===this.token&&("?"===this.next().token&&(r=!0,this.next()),o=this.read_types()),this.expect(this.tok.T_DOUBLE_ARROW)&&this.next();const h=s(n,i,this.read_expr(),o,r,!!t);return h.attrGroups=e,h},read_match_expression(){const t=this.node("match");this.expect(this.tok.T_MATCH)&&this.next(),this.version<800&&this.raiseError("Match statements are not allowed before PHP 8");let e=null,s=[];return this.expect("(")&&this.next(),e=this.read_expr(),this.expect(")")&&this.next(),this.expect("{")&&this.next(),s=this.read_match_arms(),this.expect("}")&&this.next(),t(e,s)},read_match_arms(){return this.read_list((()=>this.read_match_arm()),",",!0)},read_match_arm(){if("}"!==this.token)return this.node("matcharm")(this.read_match_arm_conds(),this.read_expr())},read_match_arm_conds(){let t=[];if(this.token===this.tok.T_DEFAULT)t=null,this.next();else for(t.push(this.read_expr());","===this.token;){if(this.next(),this.token===this.tok.T_DOUBLE_ARROW)return this.next(),t;t.push(this.read_expr())}return this.expect(this.tok.T_DOUBLE_ARROW)&&this.next(),t},read_attribute(){const t=this.text();let e=[];return this.next(),"("===this.token&&(e=this.read_argument_list()),this.node("attribute")(t,e)},read_attr_list(){const t=[];if(this.token===this.tok.T_ATTRIBUTE)do{const e=this.node("attrgroup")([]);for(this.next(),e.attrs.push(this.read_attribute());","===this.token;)this.next(),"]"!==this.token&&e.attrs.push(this.read_attribute());t.push(e),this.expect("]"),this.next()}while(this.token===this.tok.T_ATTRIBUTE);return t},read_new_expr(){const t=this.node("new");this.expect(this.tok.T_NEW)&&this.next();let e=[];if("("===this.token){this.next();const s=this.read_expr();return this.expect(")"),this.next(),"("===this.token&&(e=this.read_argument_list()),t(s,e)}const s=this.read_attr_list();if(this.token===this.tok.T_CLASS){const i=this.node("class");"("===this.next().token&&(e=this.read_argument_list());const n=this.read_extends_from(),r=this.read_implements_list();let o=null;this.expect("{")&&(o=this.next().read_class_body(!0,!1));const h=i(null,n,r,o,[0,0,0]);return h.attrGroups=s,t(h,e)}let i=this.read_new_class_name();for(;"["===this.token;){const t=this.node("offsetlookup"),e=this.next().read_encaps_var_offset();this.expect("]")&&this.next(),i=t(i,e)}return"("===this.token&&(e=this.read_argument_list()),t(i,e)},read_new_class_name(){if(this.token===this.tok.T_NS_SEPARATOR||this.token===this.tok.T_NAME_RELATIVE||this.token===this.tok.T_NAME_QUALIFIED||this.token===this.tok.T_NAME_FULLY_QUALIFIED||this.token===this.tok.T_STRING||this.token===this.tok.T_NAMESPACE){let 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(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}},L={read_enum_declaration_statement(t){const e=this.node("enum");if(!this.expect(this.tok.T_ENUM))return null;this.next().expect(this.tok.T_STRING);let s=this.node("identifier");const i=this.text();this.next(),s=s(i);const n=this.read_enum_value_type(),r=this.read_implements_list();this.expect("{");const o=e(s,n,r,this.next().read_class_body(!1,!0));return t&&(o.attrGroups=t),o},read_enum_value_type(){return":"===this.token?this.next().read_namespace_name():null},read_enum_case(){this.expect(this.tok.T_CASE);const t=this.node("enumcase");let e=this.node("identifier");const s=this.next().text();this.next(),e=e(s);const i="="===this.token?this.next().read_expr():null;return this.expect(";"),t(e,i)}},b={is_reference(){return"&"===this.token&&(this.next(),!0)},is_variadic(){return this.token===this.tok.T_ELLIPSIS&&(this.next(),!0)},read_function(t,e,s,i){const n=this.read_function_declaration(t?1:e?2:0,e&&1===e[1],s||[],i);return e&&1==e[2]?(n.parseFlags(e),this.expect(";")&&this.next()):(this.expect("{")&&(n.body=this.read_code_block(!1),n.loc&&n.body.loc&&(n.loc.end=n.body.loc.end)),!t&&e&&n.parseFlags(e)),n},read_function_declaration(t,e,s,i){let n="function";1===t?n="closure":2===t&&(n="method");const r=this.node(n);this.expect(this.tok.T_FUNCTION)&&this.next();const o=this.is_reference();let h=!1,a=[],c=null,l=!1;if(1!==t){const e=this.node("identifier");2===t?this.version>=700?this.token===this.tok.T_STRING||this.is("IDENTIFIER")?(h=this.text(),this.next()):this.version<704&&this.error("IDENTIFIER"):this.token===this.tok.T_STRING?(h=this.text(),this.next()):this.error("IDENTIFIER"):this.version>=700?this.token===this.tok.T_STRING?(h=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)&&(h=this.text()),this.next()),h=e(h)}this.expect("(")&&this.next();const _=this.read_parameter_list("__construct"===h.name);this.expect(")")&&this.next(),1===t&&(a=this.read_lexical_vars()),":"===this.token&&("?"===this.next().token&&(l=!0,this.next()),c=this.read_types());const u=t=>(t.attrGroups=s||[],i&&t.loc&&(t.loc.start=i,t.loc.source&&(t.loc.source=this.lexer._input.substr(t.loc.start.offset,t.loc.end.offset-t.loc.start.offset))),t);return u(1===t?r(_,o,a,c,l,e):r(h,_,o,c,l))},read_lexical_vars(){let 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_list_with_dangling_comma(t){const e=[];for(;this.token!=this.EOF;){if(e.push(t()),","!=this.token){if(")"==this.token)break;this.error([",",")"]);break}if(this.next(),this.version>=800&&")"===this.token)return e}return e},read_lexical_var_list(){return this.read_list_with_dangling_comma(this.read_lexical_var.bind(this))},read_lexical_var(){if("&"===this.token)return this.read_byref(this.read_lexical_var.bind(this));const t=this.node("variable");this.expect(this.tok.T_VARIABLE);const e=this.text().substring(1);return this.next(),t(e,!1)},read_parameter_list(t){if(")"!==this.token){let e=!1;return this.read_list_with_dangling_comma(function(){const s=this.read_parameter(t);return s&&(e&&this.raiseError("Unexpected parameter after a variadic parameter"),s.variadic&&(e=!0)),s}.bind(this),",")}return[]},read_parameter(t){const e=this.node("parameter");let s=null,i=null,n=null,r=!1,o=!1,h=[];this.token===this.tok.T_ATTRIBUTE&&(h=this.read_attr_list()),this.version>=801&&this.token===this.tok.T_READ_ONLY&&(t?(this.next(),o=!0):this.raiseError("readonly properties can be used only on class constructor"));const a=this.read_promoted();!o&&this.version>=801&&this.token===this.tok.T_READ_ONLY&&(t?(this.next(),o=!0):this.raiseError("readonly properties can be used only on class constructor")),"?"===this.token&&(this.next(),r=!0),n=this.read_types(),r&&!n&&this.raiseError("Expecting a type definition combined with nullable operator");const c=this.is_reference(),l=this.is_variadic();if(this.expect(this.tok.T_VARIABLE)){s=this.node("identifier");const t=this.text().substring(1);this.next(),s=s(t)}"="==this.token&&(i=this.next().read_expr());const _=e(s,n,i,c,l,o,r,a);return h&&(_.attrGroups=h),_},read_types(){const t="unset",e="union",s="intersection",i=[];let n=t;const r=this.read_type();if(!r)return null;for(i.push(r);"|"===this.token||this.version>=801&&"&"===this.token;){const r=this.peek();if(r===this.tok.T_ELLIPSIS||r===this.tok.T_VARIABLE)break;n===t?n="|"===this.token?e:s:(n===e&&"|"!==this.token||n===s&&"&"!==this.token)&&this.raiseError('Unexpect token "'+this.token+'", "|" and "&" can not be mixed'),this.next(),i.push(this.read_type())}return 1===i.length?i[0]:n===s?this.node("intersectiontype")(i):this.node("uniontype")(i)},read_promoted(){return this.token===this.tok.T_PUBLIC?(this.next(),1):this.token===this.tok.T_PROTECTED?(this.next(),2):this.token===this.tok.T_PRIVATE?(this.next(),4):0},read_argument_list(){let t=[];return this.expect("(")&&this.next(),this.version>=801&&this.token===this.tok.T_ELLIPSIS&&")"===this.peek()?(t.push(this.node("variadicplaceholder")()),this.next()):")"!==this.token&&(t=this.read_non_empty_argument_list()),this.expect(")")&&this.next(),t},read_non_empty_argument_list(){let t=!1;return this.read_function_list(function(){const e=this.read_argument();if(e){const s="variadic"===e.kind;t&&!s&&this.raiseError("Unexpected non-variadic argument after a variadic argument"),s&&(t=!0)}return e}.bind(this),",")},read_argument(){if(this.token===this.tok.T_ELLIPSIS)return this.node("variadic")(this.next().read_expr());if(this.token===this.tok.T_STRING||Object.values(this.lexer.keywords).includes(this.token)){if(":"===this.peek())return this.version<800&&this.raiseError("PHP 8+ is required to use named arguments"),this.node("namedargument")(this.text(),this.next().next().read_expr())}return this.read_expr()},read_type(){const t=this.node();if(this.token===this.tok.T_ARRAY||this.token===this.tok.T_CALLABLE){const e=this.text();return this.next(),t("typereference",e.toLowerCase(),e)}if(this.token===this.tok.T_NAME_RELATIVE||this.token===this.tok.T_NAME_QUALIFIED||this.token===this.tok.T_NAME_FULLY_QUALIFIED||this.token===this.tok.T_STRING||this.token===this.tok.T_STATIC){const e=this.text(),s=[this.token,this.lexer.getState()];return this.next(),this.token!==this.tok.T_NS_SEPARATOR&&this.ast.typereference.types.indexOf(e.toLowerCase())>-1?t("typereference",e.toLowerCase(),e):(this.lexer.tokens.push(s),this.next(),t.destroy(),this.read_namespace_name())}return t.destroy(),null}},I={read_if(){const t=this.node("if"),e=this.next().read_if_expr();let s=null,i=null,n=!1;if(":"===this.token){n=!0,this.next(),s=this.node("block");const t=[];for(;this.token!==this.EOF&&this.token!==this.tok.T_ENDIF;){if(this.token===this.tok.T_ELSEIF){i=this.read_elseif_short();break}if(this.token===this.tok.T_ELSE){i=this.read_else_short();break}t.push(this.read_inner_statement())}s=s(null,t),this.expect(this.tok.T_ENDIF)&&this.next(),this.expectEndOfStatement()}else s=this.read_statement(),this.token===this.tok.T_ELSEIF?i=this.read_if():this.token===this.tok.T_ELSE&&(i=this.next().read_statement());return t(e,s,i,n)},read_if_expr(){this.expect("(")&&this.next();const t=this.read_expr();return this.expect(")")&&this.next(),t},read_elseif_short(){let t=null;const e=this.node("if"),s=this.next().read_if_expr();this.expect(":")&&this.next();const i=this.node("block"),n=[];for(;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}n.push(this.read_inner_statement())}return e(s,i(null,n),t,!0)},read_else_short(){this.next().expect(":")&&this.next();const t=this.node("block"),e=[];for(;this.token!=this.EOF&&this.token!==this.tok.T_ENDIF;)e.push(this.read_inner_statement());return t(null,e)}},C={read_while(){const t=this.node("while");this.expect(this.tok.T_WHILE)&&this.next();let e=null,s=null,i=!1;return this.expect("(")&&this.next(),e=this.read_expr(),this.expect(")")&&this.next(),":"===this.token?(i=!0,s=this.read_short_form(this.tok.T_ENDWHILE)):s=this.read_statement(),t(e,s,i)},read_do(){const t=this.node("do");this.expect(this.tok.T_DO)&&this.next();let e=null,s=null;return s=this.read_statement(),this.expect(this.tok.T_WHILE)&&(this.next().expect("(")&&this.next(),e=this.read_expr(),this.expect(")")&&this.next(),this.expect(";")&&this.next()),t(e,s)},read_for(){const t=this.node("for");this.expect(this.tok.T_FOR)&&this.next();let e=[],s=[],i=[],n=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?(s=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?(r=!0,n=this.read_short_form(this.tok.T_ENDFOR)):n=this.read_statement(),t(e,s,i,n,r)},read_foreach(){const t=this.node("foreach");this.expect(this.tok.T_FOREACH)&&this.next();let e=null,s=null,i=null,n=null,r=!1;return this.expect("(")&&this.next(),e=this.read_expr(),this.expect(this.tok.T_AS)&&(this.next(),i=this.read_foreach_variable(),this.token===this.tok.T_DOUBLE_ARROW&&(s=i,i=this.next().read_foreach_variable())),s&&"list"===s.kind&&this.raiseError("Fatal Error : Cannot use list as key element"),this.expect(")")&&this.next(),":"===this.token?(r=!0,n=this.read_short_form(this.tok.T_ENDFOREACH)):n=this.read_statement(),t(e,s,i,n,r)},read_foreach_variable(){if(this.token===this.tok.T_LIST||"["===this.token){const t="["===this.token,e=this.node("list");this.next(),!t&&this.expect("(")&&this.next();const s=this.read_array_pair_list(t);return this.expect(t?"]":")")&&this.next(),e(s,t)}return this.read_variable(!1,!1)}},S={read_start(){return this.token==this.tok.T_NAMESPACE?this.read_namespace():this.read_top_statement()}},O={read_namespace(){const t=this.node("namespace");let e,s;return this.expect(this.tok.T_NAMESPACE)&&this.next(),s="{"===this.token?{name:[""]}:this.read_namespace_name(),this.currentNamespace=s,";"===this.token?(this.currentNamespace=s,e=this.next().read_top_statements(),this.expect(this.EOF),t(s.name,e,!1)):"{"===this.token?(this.currentNamespace=s,e=this.next().read_top_statements(),this.expect("}")&&this.next(),0===e.length&&this.extractDoc&&this._docs.length>this._docIndex&&e.push(this.node("noop")()),t(s.name,e,!0)):(this.error(["{",";"]),this.currentNamespace=s,e=this.read_top_statements(),this.expect(this.EOF),t(s,e,!1))},read_namespace_name(t){const e=this.node();let s,i=this.text();switch(this.token){case this.tok.T_NAME_RELATIVE:s=this.ast.name.RELATIVE_NAME,i=i.replace(/^namespace\\/,"");break;case this.tok.T_NAME_QUALIFIED:s=this.ast.name.QUALIFIED_NAME;break;case this.tok.T_NAME_FULLY_QUALIFIED:s=this.ast.name.FULL_QUALIFIED_NAME;break;default:if(s=this.ast.name.UNQUALIFIED_NAME,!this.expect(this.tok.T_STRING))return e("name","",this.ast.name.FULL_QUALIFIED_NAME)}if(this.next(),t||"("!==this.token){if("parent"===i.toLowerCase())return e("parentreference",i);if("self"===i.toLowerCase())return e("selfreference",i)}return e("name",i,s)},read_use_statement(){let t=this.node("usegroup"),e=[],s=null;this.expect(this.tok.T_USE)&&this.next();const i=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&&(s=e[0].name,e=this.next().read_use_declarations(null===i),this.expect("}")&&this.next()),t=t(s,i,e),this.expect(";")&&this.next(),t},read_class_name_reference(){return this.read_variable(!0,!1)},read_use_declaration(t){const e=this.node("useitem");let s=null;t&&(s=this.read_use_type());const i=this.read_namespace_name(),n=this.read_use_alias();return e(i.name,n,s)},read_use_declarations(t){const e=[this.read_use_declaration(t)];for(;","===this.token;){if(this.next(),t){if(this.token!==this.tok.T_NAME_RELATIVE&&this.token!==this.tok.T_NAME_QUALIFIED&&this.token!==this.tok.T_NAME_FULLY_QUALIFIED&&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_NAME_RELATIVE&&this.token!==this.tok.T_NAME_QUALIFIED&&this.token!==this.tok.T_NAME_FULLY_QUALIFIED&&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(){let t=null;if(this.token===this.tok.T_AS&&this.next().expect(this.tok.T_STRING)){const e=this.node("identifier"),s=this.text();this.next(),t=e(s)}return t},read_use_type(){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}};const R={"\\":"\\",$:"$",n:"\n",r:"\r",t:"\t",f:String.fromCharCode(12),v:String.fromCharCode(11),e:String.fromCharCode(27)};var v={resolve_special_chars:(t,e)=>e?t.replace(/\\"/,'"').replace(/\\([\\$nrtfve]|[xX][0-9a-fA-F]{1,2}|[0-7]{1,3}|u{([0-9a-fA-F]+)})/g,((t,e,s)=>R[e]?R[e]:"x"===e[0]||"X"===e[0]?String.fromCodePoint(parseInt(e.substr(1),16)):"u"===e[0]?String.fromCodePoint(parseInt(s,16)):String.fromCodePoint(parseInt(e,8)))):t.replace(/\\\\/g,"\\").replace(/\\'/g,"'"),remove_heredoc_leading_whitespace_chars(t,e,s,i){if(0===e)return t;this.check_heredoc_indentation_level(t,e,s,i);const n=s?" ":"\t",r=new RegExp(`\\n${n}{${e}}`,"g"),o=new RegExp(`^${n}{${e}}`);return i&&(t=t.replace(o,"")),t.replace(r,"\n")},check_heredoc_indentation_level(t,e,s,i){const n=t.length;let r=0,o=0,h=!0;const a=s?" ":"\t";let c=!1;if(!i){if(r=t.indexOf("\n"),-1===r)return;r++}for(;r<n;)h?t[r]===a?o++:c=!0:h=!1,"\n"!==t[r]&&c&&o<e?this.raiseError(`Invalid body indentation level (expecting an indentation at least ${e})`):c=!1,"\n"===t[r]&&(h=!0,o=0),r++},read_dereferencable_scalar(){let t=null;switch(this.token){case this.tok.T_CONSTANT_ENCAPSED_STRING:{let e=this.node("string");const s=this.text();let i=0;"b"!==s[0]&&"B"!==s[0]||(i=1);const n='"'===s[i];this.next();e=e(n,this.resolve_special_chars(s.substring(i+1,s.length-1),n),1===i,s),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(){if(this.is("T_MAGIC_CONST"))return this.get_magic_constant();{let t,e;switch(this.token){case this.tok.T_LNUMBER:case this.tok.T_DNUMBER:{const e=this.node("number");return t=this.text(),this.next(),e(t,null)}case this.tok.T_START_HEREDOC:if("ST_NOWDOC"===this.lexer.curCondition){const s=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));const i=t[t.length-1];"\n"===i?t="\r"===t[t.length-2]?t.substring(0,t.length-2):t.substring(0,t.length-1):"\r"===i&&(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();const n=this.lexer._input.substring(s,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),n,this.lexer.heredoc_label.label),this.lexer.heredoc_label.finished=!0,e}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:{const t=this.error("SCALAR");return this.next(),t}}}},read_dereferencable(t){let e,s;const i=this.node("offsetlookup");return"["===this.token?(s=this.next().read_expr(),this.expect("]")&&this.next(),e=i(t,s)):this.token===this.tok.T_DOLLAR_OPEN_CURLY_BRACES&&(s=this.read_encapsed_string_item(!1),e=i(t,s)),e},read_encapsed_string_item(t){const e=this.node("encapsedpart");let s,i,n,r=null,o=!1,h=this.node();if(this.token===this.tok.T_ENCAPSED_AND_WHITESPACE){const e=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(e,t),this.lexer.heredoc_label.indentation,this.lexer.heredoc_label.indentation_uses_spaces,this.lexer.heredoc_label.first_encaps_node):e,!1,e)}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");const t=this.text();this.next(),h.destroy(),"["===this.token?(n=n(t,!1),i=this.node("offsetlookup"),s=this.next().read_expr(),this.expect("]")&&this.next(),h=i(n,s)):h=n(t,!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"),s=this.next().read_encaps_var_offset(),this.expect("]")&&this.next(),h=i(h,s)),this.token===this.tok.T_OBJECT_OPERATOR){i=this.node("propertylookup"),this.next().expect(this.tok.T_STRING);const t=this.node("identifier");n=this.text(),this.next(),h=i(h,t(n))}}else{this.expect(this.tok.T_ENCAPSED_AND_WHITESPACE);const t=this.text();this.next(),h.destroy(),h=h("string",!1,t,!1,t)}return this.lexer.heredoc_label.first_encaps_node=!1,e(h,r,o)},read_encapsed_string(t){let e=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const s=this.lexer.yylloc.first_offset;let i=this.node("encapsed");this.next();const n=this.lexer.yylloc.prev_offset-(e?1:0),r=[];let 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){const t=r[r.length-1].expression,e=t.value[t.value.length-1];"\n"===e?"\r"===t.value[t.value.length-2]?t.value=t.value.substring(0,t.value.length-2):t.value=t.value.substring(0,t.value.length-1):"\r"===e&&(t.value=t.value.substring(0,t.value.length-1))}this.expect(t)&&this.next();return i=i(r,this.lexer._input.substring("heredoc"===o?s:n-1,this.lexer.yylloc.first_offset),o),t===this.tok.T_END_HEREDOC&&(i.label=this.lexer.heredoc_label.label,this.lexer.heredoc_label.finished=!0),i},get_magic_constant(){const t=this.node("magic"),e=this.text();return this.next(),t(e.toUpperCase(),e)}},w={read_top_statements(){let t=[];for(;this.token!==this.EOF&&"}"!==this.token;){const e=this.read_top_statement();e&&(Array.isArray(e)?t=t.concat(e):t.push(e))}return t},read_top_statement(){let t=[];switch(this.token===this.tok.T_ATTRIBUTE&&(t=this.read_attr_list()),this.token){case this.tok.T_FUNCTION:return this.read_function(!1,!1,t);case this.tok.T_ABSTRACT:case this.tok.T_FINAL:case this.tok.T_READ_ONLY:case this.tok.T_CLASS:return this.read_class_declaration_statement(t);case this.tok.T_INTERFACE:return this.read_interface_declaration_statement(t);case this.tok.T_TRAIT:return this.read_trait_declaration_statement();case this.tok.T_ENUM:return this.read_enum_declaration_statement(t);case this.tok.T_USE:return this.read_use_statement();case this.tok.T_CONST:{const 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:{const t=this.node("halt");return this.next().expect("(")&&this.next(),this.expect(")")&&this.next(),this.expect(";"),this.lexer.done=!0,t(this.lexer._input.substring(this.lexer.offset))}default:return this.read_statement()}},read_inner_statements(){let t=[];for(;this.token!=this.EOF&&"}"!==this.token;){const e=this.read_inner_statement();e&&(Array.isArray(e)?t=t.concat(e):t.push(e))}return t},read_const_list(){return this.read_list((function(){this.expect(this.tok.T_STRING);const t=this.node("constant");let e=this.node("identifier");const s=this.text();return this.next(),e=e(s),this.expect("=")?t(e,this.next().read_expr()):t(e,null)}),",",!1)},read_declare_list(){const t=[];for(;this.token!=this.EOF&&")"!==this.token;){this.expect(this.tok.T_STRING);const e=this.node("declaredirective");let s=this.node("identifier");const i=this.text();this.next(),s=s(i);let n=null;if(this.expect("=")&&(n=this.next().read_expr()),t.push(e(s,n)),","!==this.token)break;this.next()}return t},read_inner_statement(){let t=[];switch(this.token===this.tok.T_ATTRIBUTE&&(t=this.read_attr_list()),this.token){case this.tok.T_FUNCTION:{const e=this.read_function(!1,!1);return e.attrGroups=t,e}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_ENUM:return this.read_enum_declaration_statement();case this.tok.T_HALT_COMPILER:{this.raiseError("__HALT_COMPILER() can only be used from the outermost scope");let 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(){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:{const t=this.node("return");this.next();const e=this.read_optional_expr(";");return this.expectEndOfStatement(),t(e)}case this.tok.T_BREAK:case this.tok.T_CONTINUE:{const t=this.node(this.token===this.tok.T_CONTINUE?"continue":"break");this.next();const e=this.read_optional_expr(";");return this.expectEndOfStatement(),t(e)}case this.tok.T_GLOBAL:{const t=this.node("global"),e=this.next().read_list(this.read_simple_variable,",");return this.expectEndOfStatement(),t(e)}case this.tok.T_STATIC:{const t=[this.token,this.lexer.getState()],e=this.node();if(this.next().token===this.tok.T_DOUBLE_COLON){this.lexer.tokens.push(t);const s=this.next().read_expr();return this.expectEndOfStatement(s),e("expressionstatement",s)}if(this.token===this.tok.T_FUNCTION)return this.read_function(!0,[0,1,0]);const s=this.read_variable_declarations();return this.expectEndOfStatement(),e("static",s)}case this.tok.T_ECHO:{const t=this.node("echo"),e=this.text(),s="<?="===e||"<%="===e,i=this.next().read_function_list(this.read_expr,",");return this.expectEndOfStatement(),t(i,s)}case this.tok.T_INLINE_HTML:{const t=this.text();let e=this.lexer.yylloc.first_offset>0?this.lexer._input[this.lexer.yylloc.first_offset-1]:null;const s="\r"===e||"\n"===e;s&&"\n"===e&&this.lexer.yylloc.first_offset>1&&"\r"===this.lexer._input[this.lexer.yylloc.first_offset-2]&&(e="\r\n");const i=this.node("inline");return this.next(),i(t,s?e+t:t)}case this.tok.T_UNSET:{const t=this.node("unset");this.next().expect("(")&&this.next();const e=this.read_function_list(this.read_variable,",");return this.expect(")")&&this.next(),this.expect(";")&&this.next(),t(e)}case this.tok.T_DECLARE:{const t=this.node("declare"),e=[];let s;this.next().expect("(")&&this.next();const i=this.read_declare_list();if(this.expect(")")&&this.next(),":"===this.token){for(this.next();this.token!=this.EOF&&this.token!==this.tok.T_ENDDECLARE;)e.push(this.read_top_statement());0===e.length&&this.extractDoc&&this._docs.length>this._docIndex&&e.push(this.node("noop")()),this.expect(this.tok.T_ENDDECLARE)&&this.next(),this.expectEndOfStatement(),s=this.ast.declare.MODE_SHORT}else if("{"===this.token){for(this.next();this.token!=this.EOF&&"}"!==this.token;)e.push(this.read_top_statement());0===e.length&&this.extractDoc&&this._docs.length>this._docIndex&&e.push(this.node("noop")()),this.expect("}")&&this.next(),s=this.ast.declare.MODE_BLOCK}else this.expect(";")&&this.next(),s=this.ast.declare.MODE_NONE;return t(i,e,s)}case this.tok.T_TRY:return this.read_try();case this.tok.T_THROW:{const t=this.node("throw"),e=this.next().read_expr();return this.expectEndOfStatement(),t(e)}case";":return this.next(),null;case this.tok.T_STRING:{const t=this.node(),e=[this.token,this.lexer.getState()],s=this.text();let i=this.node("identifier");if(":"===this.next().token)return i=i(s),this.next(),t("label",i);i.destroy(),t.destroy(),this.lexer.tokens.push(e);const n=this.node("expressionstatement"),r=this.next().read_expr();return this.expectEndOfStatement(r),n(r)}case this.tok.T_GOTO:{const t=this.node("goto");let e=null;if(this.next().expect(this.tok.T_STRING)){e=this.node("identifier");const t=this.text();this.next(),e=e(t),this.expectEndOfStatement()}return t(e)}default:{const t=this.node("expressionstatement"),e=this.read_expr();return this.expectEndOfStatement(e),t(e)}}},read_code_block(t){const e=this.node("block");this.expect("{")&&this.next();const s=t?this.read_top_statements():this.read_inner_statements();return 0===s.length&&this.extractDoc&&this._docs.length>this._docIndex&&s.push(this.node("noop")()),this.expect("}")&&this.next(),e(null,s)}},D={read_switch(){const t=this.node("switch");this.expect(this.tok.T_SWITCH)&&this.next(),this.expect("(")&&this.next();const e=this.read_expr();this.expect(")")&&this.next();const s=":"===this.token;return t(e,this.read_switch_case_list(),s)},read_switch_case_list(){let t=null;const e=this.node("block"),s=[];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;)s.push(this.read_case_list(t));return 0===s.length&&this.extractDoc&&this._docs.length>this._docIndex&&s.push(this.node("noop")()),this.expect(t)&&this.next(),t===this.tok.T_ENDSWITCH&&this.expectEndOfStatement(),e(null,s)},read_case_list(t){const e=this.node("case");let s=null;this.token===this.tok.T_CASE?s=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();const i=this.node("block"),n=[];for(;this.token!==this.EOF&&this.token!==t&&this.token!==this.tok.T_CASE&&this.token!==this.tok.T_DEFAULT;)n.push(this.read_inner_statement());return e(s,i(null,n))}},U={read_try(){this.expect(this.tok.T_TRY);const t=this.node("try");let e=null;const s=[],i=this.next().read_statement();for(;this.token===this.tok.T_CATCH;){const t=this.node("catch");this.next().expect("(")&&this.next();const e=this.read_list(this.read_namespace_name,"|",!1);let i=null;(this.version<800||this.token===this.tok.T_VARIABLE)&&(i=this.read_variable(!0,!1)),this.expect(")"),s.push(t(this.next().read_statement(),e,i))}return this.token===this.tok.T_FINALLY&&(e=this.next().read_statement()),t(i,s,e)}},P={read_short_form(t){const e=this.node("block"),s=[];for(this.expect(":")&&this.next();this.token!=this.EOF&&this.token!==t;)s.push(this.read_inner_statement());return 0===s.length&&this.extractDoc&&this._docs.length>this._docIndex&&s.push(this.node("noop")()),this.expect(t)&&this.next(),this.expectEndOfStatement(),e(null,s)},read_function_list(t,e){const s=[];do{if(this.token==e&&this.version>=703&&s.length>0){s.push(this.node("noop")());break}if(s.push(t.apply(this,[])),this.token!=e)break;if(")"==this.next().token&&this.version>=703)break}while(this.token!=this.EOF);return s},read_list(t,e,s){const i=[];if(this.token==e&&(s&&i.push("function"==typeof t?this.node("noop")():null),this.next()),"function"==typeof t)do{const s=t.apply(this,[]);if(s&&i.push(s),this.token!=e)break}while(this.next().token!=this.EOF);else{if(!this.expect(t))return[];for(i.push(this.text());this.next().token!=this.EOF&&this.token==e&&this.next().token==t;)i.push(this.text())}return i},read_name_list(){return this.read_list(this.read_namespace_name,",",!1)},read_byref(t){let e=this.node("byref");this.next(),e=e(null);const s=t();return s&&(this.ast.swapLocations(s,e,s,this),s.byref=!0),s},read_variable_declarations(){return this.read_list((function(){const t=this.node("staticvariable");let e=this.node("variable");if(this.expect(this.tok.T_VARIABLE)){const t=this.text().substring(1);this.next(),e=e(t,!1)}else e=e("#ERR",!1);return"="===this.token?t(e,this.next().read_expr()):e}),",")},read_extends_from(){return this.token===this.tok.T_EXTENDS?this.next().read_namespace_name():null},read_interface_extends_list(){return this.token===this.tok.T_EXTENDS?this.next().read_name_list():null},read_implements_list(){return this.token===this.tok.T_IMPLEMENTS?this.next().read_name_list():null}},F={read_variable(t,e){let s;if("&"===this.token)return this.read_byref(this.read_variable.bind(this,t,e));if(this.is([this.tok.T_VARIABLE,"$"]))s=this.read_reference_variable(e);else if(this.is([this.tok.T_NS_SEPARATOR,this.tok.T_STRING,this.tok.T_NAME_RELATIVE,this.tok.T_NAME_QUALIFIED,this.tok.T_NAME_FULLY_QUALIFIED,this.tok.T_NAMESPACE])){s=this.node();const t=this.read_namespace_name();if(this.token!=this.tok.T_DOUBLE_COLON&&"("!=this.token&&-1===["parentreference","selfreference"].indexOf(t.kind)){const e=t.name.toLowerCase();"true"===e?s=t.destroy(s("boolean",!0,t.name)):"false"===e?s=t.destroy(s("boolean",!1,t.name)):"null"===e?s=t.destroy(s("nullkeyword",t.name)):(s.destroy(t),s=t)}else s.destroy(t),s=t}else if(this.token===this.tok.T_STATIC){s=this.node("staticreference");const t=this.text();this.next(),s=s(t)}else this.expect("VARIABLE");return this.token===this.tok.T_DOUBLE_COLON&&(s=this.read_static_getter(s,e)),this.recursive_variable_chain_scan(s,t,e)},read_static_getter(t,e){const s=this.node("staticlookup");let i,n;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(){let t=arguments.length>0&&void 0!==arguments[0]&&arguments[0],e=null,s=null;switch(this.next().token){case this.tok.T_STRING:e=this.node("identifier"),s=this.text(),this.next(),e=e(s),t&&this.token===this.tok.T_OBJECT_OPERATOR&&this.error();break;case this.tok.T_VARIABLE:e=this.node("variable"),s=this.text().substring(1),this.next(),e=e(s,!1);break;case"$":e=this.node(),this.next().expect(["$","{",this.tok.T_VARIABLE]),"{"===this.token?(s=this.next().read_expr(),this.expect("}")&&this.next(),e=e("variable",s,!0)):(s=this.read_expr(),e=e("variable",s,!1));break;case"{":e=this.node("encapsedpart"),s=this.next().read_expr(),this.expect("}")&&this.next(),e=e(s,"complex",!1);break;default:this.error([this.tok.T_STRING,this.tok.T_VARIABLE,"$","{"]),e=this.node("identifier"),s=this.text(),this.next(),e=e(s)}return e},recursive_variable_chain_scan(t,e,s){let i,n;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"{":{const e="["===this.token;if(i=this.node("offsetlookup"),this.next(),n=!1,s)n=this.read_encaps_var_offset(),this.expect(e?"]":"}")&&this.next();else{(e?"]"!==this.token:"}"!==this.token)?(n=this.read_expr(),this.expect(e?"]":"}")&&this.next()):this.next()}t=i(t,n);break}case this.tok.T_DOUBLE_COLON:"staticlookup"===t.kind&&"identifier"===t.offset.kind&&this.error(),i=this.node("staticlookup"),t=i(t,this.read_what(!0));break;case this.tok.T_OBJECT_OPERATOR:i=this.node("propertylookup"),t=i(t,this.read_what());break;case this.tok.T_NULLSAFE_OBJECT_OPERATOR:i=this.node("nullsafepropertylookup"),t=i(t,this.read_what());break;default:break t}return t},read_encaps_var_offset(){let t=this.node();if(this.token===this.tok.T_STRING){const e=this.text();this.next(),t=t("identifier",e)}else if(this.token===this.tok.T_NUM_STRING){const e=this.text();this.next(),t=t("number",e,null)}else if("-"===this.token){this.next();const e=-1*this.text();this.expect(this.tok.T_NUM_STRING)&&this.next(),t=t("number",e,null)}else if(this.token===this.tok.T_VARIABLE){const e=this.text().substring(1);this.next(),t=t("variable",e,!1)}else{this.expect([this.tok.T_STRING,this.tok.T_NUM_STRING,"-",this.tok.T_VARIABLE]);const e=this.text();this.next(),t=t("identifier",e)}return t},read_reference_variable(t){let e,s=this.read_simple_variable();for(;this.token!=this.EOF;){const i=this.node();if("{"!=this.token||t){i.destroy();break}e=this.next().read_expr(),this.expect("}")&&this.next(),s=i("offsetlookup",s,e)}return s},read_simple_variable(){let 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"{":{const t=this.next().read_expr();this.expect("}")&&this.next(),e=e(t,!0);break}case"$":e=e(this.read_simple_variable(),!1);break;case this.tok.T_VARIABLE:{t=this.text().substring(1);const s=this.node("variable");this.next(),e=e(s(t,!1),!1);break}default:this.error(["{","$",this.tok.T_VARIABLE]),t=this.text(),this.next(),e=e(t,!1)}return e}};const M=m;function B(t){return"."!=t&&","!=t&&!isNaN(parseFloat(t))&&isFinite(t)}const H=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=803,this.extractDoc=!1,this.extractTokens=!1,this.suppressErrors=!1;const s=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_ENUM,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_MATCH,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_READ_ONLY,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(s)),VARIABLE:new Map([this.tok.T_VARIABLE,"$","&",this.tok.T_STRING,this.tok.T_NAME_RELATIVE,this.tok.T_NAME_QUALIFIED,this.tok.T_NAME_FULLY_QUALIFIED,this.tok.T_NAMESPACE,this.tok.T_STATIC].map(s)),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(s)),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(s)),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(s)),EOS:new Map([";",this.EOF,this.tok.T_INLINE_HTML].map(s)),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_MATCH,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_NAME_RELATIVE,this.tok.T_NAME_QUALIFIED,this.tok.T_NAME_FULLY_QUALIFIED,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,'"','b"','B"',"-",this.tok.T_NS_SEPARATOR].map(s))}};H.prototype.getTokenName=function(t){return B(t)?t==this.EOF?"the end of file (EOF)":this.lexer.engine.tokens.values[t]:"'"+t+"'"},H.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;const s=this.node("program"),i=[];for(this.next();this.token!=this.EOF;)i.push(this.read_start());0===i.length&&this.extractDoc&&this._docs.length>this._docIndex&&i.push(this.node("noop")()),this.prev=[this.lexer.yylloc.last_line,this.lexer.yylloc.last_column,this.lexer.offset];const n=s(i,this._errors,this._docs,this._tokens);if(this.debug){const t=this.ast.checkNodes();if(t.length>0)throw t.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 n},H.prototype.raiseError=function(t,e,s,i){if(t+=" on line "+this.lexer.yylloc.first_line,!this.suppressErrors){const e=new SyntaxError(t,this.filename,this.lexer.yylloc.first_line);throw e.lineNumber=this.lexer.yylloc.first_line,e.fileName=this.filename,e.columnNumber=this.lexer.yylloc.first_column,e}const n=this.ast.prepare("error",null,this)(t,i,this.lexer.yylloc.first_line,s);return this._errors.push(n),n},H.prototype.error=function(t){let e="Parse Error : syntax error",s=this.getTokenName(this.token),i="";if(this.token!==this.EOF){if(B(this.token)){let t=this.text();t.length>10&&(t=t.substring(0,7)+"..."),s="'"+t+"' ("+s+")"}e+=", unexpected "+s}return t&&!Array.isArray(t)&&((B(t)||1===t.length)&&(i=", expecting "+this.getTokenName(t)),e+=i),this.raiseError(e,i,t,s)},H.prototype.position=function(){return new M(this.lexer.yylloc.first_line,this.lexer.yylloc.first_column,this.lexer.yylloc.first_offset)},H.prototype.node=function(t){if(this.extractDoc){let 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)));const s=this.ast.prepare(t,e,this);return s.postBuild=function(t){if(this._docIndex<this._docs.length)if(this._lastNode){const t=this.prev[2];let e=this._docIndex;for(;e<this._docs.length&&!(this._docs[e].offset>t);e++);e>this._docIndex&&(this._lastNode.setTrailingComments(this._docs.slice(this._docIndex,e)),this._docIndex=e)}else this.token===this.EOF&&(t.setTrailingComments(this._docs.slice(this._docIndex)),this._docIndex=this._docs.length);this._lastNode=t}.bind(this),s}return this.ast.prepare(t,null,this)},H.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};const G=["parser.next","parser.node","parser.showlog"];H.prototype.showlog=function(){const t=(new Error).stack.split("\n");let e;for(let s=2;s<t.length;s++){e=t[s].trim();let i=!1;for(let t=0;t<G.length;t++)if(e.substring(3,3+G[t].length)===G[t]){i=!0;break}if(!i)break}return console.log("Line "+this.lexer.yylloc.first_line+" : "+this.getTokenName(this.token)+">"+this.lexer.yytext+"< @--\x3e"+e),this},H.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},H.prototype.text=function(){return this.lexer.yytext},H.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},H.prototype.peek=function(){const t=this.lexer.getState(),e=this.lexer.lex();return this.lexer.setState(t),e},H.prototype.lex=function(){if(this.extractTokens)do{if(this.token=this.lexer.lex()||this.EOF,this.token===this.EOF)return this;let t=this.lexer.yytext;if(t=Object.prototype.hasOwnProperty.call(this.lexer.engine.tokens.values,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},H.prototype.is=function(t){return Array.isArray(t)?-1!==t.indexOf(this.token):this.entries[t].has(this.token)},[y,A,N,g,L,b,I,C,S,O,v,w,D,U,P,F].forEach((function(t){for(const e in t){if(Object.prototype.hasOwnProperty.call(H.prototype,e))throw new Error("Function "+e+" is already defined - collision");H.prototype[e]=t[e]}}));var V=H;const Q={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,T_NULLSAFE_OBJECT_OPERATOR:236,T_MATCH:237,T_ATTRIBUTE:238,T_ENUM:239,T_READ_ONLY:240,T_NAME_RELATIVE:241,T_NAME_QUALIFIED:242,T_NAME_FULLY_QUALIFIED:243},Y={values:Object.entries(Q).reduce(((t,e)=>{let[s,i]=e;return{...t,[i]:s}}),{}),names:Q};var W=Object.freeze(Y);var $=function(t,e,s){this.source=t,this.start=e,this.end=s};const z=function(t,e,s){this.kind=t,e&&(this.leadingComments=e),s&&(this.loc=s)};z.prototype.setTrailingComments=function(t){this.trailingComments=t},z.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},z.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},z.extends=function(t,e){return e.prototype=Object.create(this.prototype),e.extends=this.extends,e.prototype.constructor=e,e.kind=t,e};var j=z;const K=j,X="expression";var q=K.extends(X,(function(t,e,s){K.apply(this,[t||X,e,s])}));const J=q,Z="array";var tt=J.extends(Z,(function(t,e,s,i){J.apply(this,[Z,s,i]),this.items=e,this.shortForm=t}));const et=q,st="arrowfunc";var it=et.extends(st,(function(t,e,s,i,n,r,o,h){et.apply(this,[st,o,h]),this.arguments=t,this.byref=e,this.body=s,this.type=i,this.nullable=n,this.isStatic=r||!1}));const nt=q,rt="assign";var ot=nt.extends(rt,(function(t,e,s,i,n){nt.apply(this,[rt,i,n]),this.left=t,this.right=e,this.operator=s}));const ht=q,at="assignref";var ct=ht.extends(at,(function(t,e,s,i){ht.apply(this,[at,s,i]),this.left=t,this.right=e}));const lt=j,_t="attribute";var ut=lt.extends(_t,(function(t,e,s,i){lt.apply(this,[_t,s,i]),this.name=t,this.args=e}));const pt=j,dt="attrgroup";var ft=pt.extends(dt,(function(t,e,s){pt.apply(this,[dt,e,s]),this.attrs=t||[]}));const kt=q,Tt="operation";var xt=kt.extends(Tt,(function(t,e,s){kt.apply(this,[t||Tt,e,s])}));const Et=xt;var mt=Et.extends("bin",(function(t,e,s,i,n){Et.apply(this,["bin",i,n]),this.type=t,this.left=e,this.right=s}));const yt=j,At="statement";var Nt=yt.extends(At,(function(t,e,s){yt.apply(this,[t||At,e,s])}));const gt=Nt,Lt="block";var bt=gt.extends(Lt,(function(t,e,s,i){gt.apply(this,[t||Lt,s,i]),this.children=e.filter(Boolean)}));const It=q,Ct="literal";var St=It.extends(Ct,(function(t,e,s,i,n){It.apply(this,[t||Ct,i,n]),this.value=e,s&&(this.raw=s)}));const Ot=St,Rt="boolean";var vt=Ot.extends(Rt,(function(t,e,s,i){Ot.apply(this,[Rt,t,e,s,i])}));const wt=Nt,Dt="break";var Ut=wt.extends(Dt,(function(t,e,s){wt.apply(this,[Dt,e,s]),this.level=t}));const Pt=q,Ft="byref";var Mt=Pt.extends(Ft,(function(t,e,s){Pt.apply(this,[Ft,e,s]),this.what=t}));const Bt=q,Ht="call";var Gt=Bt.extends(Ht,(function(t,e,s,i){Bt.apply(this,[Ht,s,i]),this.what=t,this.arguments=e}));const Vt=Nt,Qt="case";var Yt=Vt.extends(Qt,(function(t,e,s,i){Vt.apply(this,[Qt,s,i]),this.test=t,this.body=e}));const Wt=xt,$t="cast";var zt=Wt.extends($t,(function(t,e,s,i,n){Wt.apply(this,[$t,i,n]),this.type=t,this.raw=e,this.expr=s}));const jt=Nt,Kt="catch";var Xt=jt.extends(Kt,(function(t,e,s,i,n){jt.apply(this,[Kt,i,n]),this.body=t,this.what=e,this.variable=s}));const qt=Nt,Jt="declaration",Zt=qt.extends(Jt,(function(t,e,s,i){qt.apply(this,[t||Jt,s,i]),this.name=e}));Zt.prototype.parseFlags=function(t){this.isAbstract=1===t[2],this.isFinal=2===t[2],this.isReadonly=1===t[3],"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 te=Zt;const ee=te,se="class";var ie=ee.extends(se,(function(t,e,s,i,n,r,o){ee.apply(this,[se,t,r,o]),this.isAnonymous=!t,this.extends=e,this.implements=s,this.body=i,this.attrGroups=[],this.parseFlags(n)}));const ne=Nt,re="constantstatement";var oe=ne.extends(re,(function(t,e,s,i){ne.apply(this,[t||re,s,i]),this.constants=e}));const he=oe,ae="classconstant",ce=he.extends(ae,(function(t,e,s,i,n,r,o,h){he.apply(this,[t||ae,e,o,h]),this.parseFlags(s),this.nullable=i,this.type=n,this.attrGroups=r}));ce.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.final=2===t[2]};var le=ce;const _e=q,ue="clone";var pe=_e.extends(ue,(function(t,e,s){_e.apply(this,[ue,e,s]),this.what=t}));const de=q,fe="closure";var ke=de.extends(fe,(function(t,e,s,i,n,r,o,h){de.apply(this,[fe,o,h]),this.uses=s,this.arguments=t,this.byref=e,this.type=i,this.nullable=n,this.isStatic=r||!1,this.body=null,this.attrGroups=[]}));const Te=j;var xe=Te.extends("comment",(function(t,e,s,i){Te.apply(this,[t,s,i]),this.value=e}));const Ee=xe,me="commentblock";var ye=Ee.extends(me,(function(t,e,s){Ee.apply(this,[me,t,e,s])}));const Ae=xe,Ne="commentline";var ge=Ae.extends(Ne,(function(t,e,s){Ae.apply(this,[Ne,t,e,s])}));const Le=j,be="constant";var Ie=Le.extends(be,(function(t,e,s,i){Le.apply(this,[be,s,i]),this.name=t,this.value=e}));const Ce=Nt,Se="continue";var Oe=Ce.extends(Se,(function(t,e,s){Ce.apply(this,[Se,e,s]),this.level=t}));const Re=bt,ve="declare",we=Re.extends(ve,(function(t,e,s,i,n){Re.apply(this,[ve,e,i,n]),this.directives=t,this.mode=s}));we.MODE_SHORT="short",we.MODE_BLOCK="block",we.MODE_NONE="none";var De=we;const Ue=j,Pe="declaredirective";var Fe=Ue.extends(Pe,(function(t,e,s,i){Ue.apply(this,[Pe,s,i]),this.key=t,this.value=e}));const Me=Nt;var Be=Me.extends("do",(function(t,e,s,i){Me.apply(this,["do",s,i]),this.test=t,this.body=e}));const He=Nt,Ge="echo";var Ve=He.extends(Ge,(function(t,e,s,i){He.apply(this,[Ge,s,i]),this.shortForm=e,this.expressions=t}));const Qe=q,Ye="empty";var We=Qe.extends(Ye,(function(t,e,s){Qe.apply(this,[Ye,e,s]),this.expression=t}));const $e=St,ze="encapsed",je=$e.extends(ze,(function(t,e,s,i,n){$e.apply(this,[ze,t,e,i,n]),this.type=s}));je.TYPE_STRING="string",je.TYPE_SHELL="shell",je.TYPE_HEREDOC="heredoc",je.TYPE_OFFSET="offset";var Ke=je;const Xe=q,qe="encapsedpart";var Je=Xe.extends(qe,(function(t,e,s,i,n){Xe.apply(this,[qe,i,n]),this.expression=t,this.syntax=e,this.curly=s}));const Ze=q,ts="entry";var es=Ze.extends(ts,(function(t,e,s,i,n,r){Ze.apply(this,[ts,n,r]),this.key=t,this.value=e,this.byRef=s,this.unpack=i}));const ss=te,is="enum";var ns=ss.extends(is,(function(t,e,s,i,n,r){ss.apply(this,[is,t,n,r]),this.valueType=e,this.implements=s,this.body=i,this.attrGroups=[]}));const rs=j,os="enumcase";var hs=rs.extends(os,(function(t,e,s,i){rs.apply(this,[os,s,i]),this.name=t,this.value=e}));const as=j,cs="error";var ls=as.extends(cs,(function(t,e,s,i,n,r){as.apply(this,[cs,n,r]),this.message=t,this.token=e,this.line=s,this.expected=i}));const _s=q,us="eval";var ps=_s.extends(us,(function(t,e,s){_s.apply(this,[us,e,s]),this.source=t}));const ds=q,fs="exit";var ks=ds.extends(fs,(function(t,e,s,i){ds.apply(this,[fs,s,i]),this.expression=t,this.useDie=e}));const Ts=Nt,xs="expressionstatement";var Es=Ts.extends(xs,(function(t,e,s){Ts.apply(this,[xs,e,s]),this.expression=t}));const ms=Nt;var ys=ms.extends("for",(function(t,e,s,i,n,r,o){ms.apply(this,["for",r,o]),this.init=t,this.test=e,this.increment=s,this.shortForm=n,this.body=i}));const As=Nt,Ns="foreach";var gs=As.extends(Ns,(function(t,e,s,i,n,r,o){As.apply(this,[Ns,r,o]),this.source=t,this.key=e,this.value=s,this.shortForm=n,this.body=i}));const Ls=te,bs="function";var Is=Ls.extends(bs,(function(t,e,s,i,n,r,o){Ls.apply(this,[bs,t,r,o]),this.arguments=e,this.byref=s,this.type=i,this.nullable=n,this.body=null,this.attrGroups=[]}));const Cs=Nt,Ss="global";var Os=Cs.extends(Ss,(function(t,e,s){Cs.apply(this,[Ss,e,s]),this.items=t}));const Rs=Nt,vs="goto";var ws=Rs.extends(vs,(function(t,e,s){Rs.apply(this,[vs,e,s]),this.label=t}));const Ds=Nt,Us="halt";var Ps=Ds.extends(Us,(function(t,e,s){Ds.apply(this,[Us,e,s]),this.after=t}));const Fs=j,Ms="identifier",Bs=Fs.extends(Ms,(function(t,e,s){Fs.apply(this,[Ms,e,s]),this.name=t}));var Hs=Bs;const Gs=Nt;var Vs=Gs.extends("if",(function(t,e,s,i,n,r){Gs.apply(this,["if",n,r]),this.test=t,this.body=e,this.alternate=s,this.shortForm=i}));const Qs=q,Ys="include";var Ws=Qs.extends(Ys,(function(t,e,s,i,n){Qs.apply(this,[Ys,i,n]),this.once=t,this.require=e,this.target=s}));const $s=St,zs="inline";var js=$s.extends(zs,(function(t,e,s,i){$s.apply(this,[zs,t,e,s,i])}));const Ks=te,Xs="interface";var qs=Ks.extends(Xs,(function(t,e,s,i,n,r){Ks.apply(this,[Xs,t,n,r]),this.extends=e,this.body=s,this.attrGroups=i}));const Js=te,Zs="intersectiontype";var ti=Js.extends(Zs,(function(t,e,s){Js.apply(this,[Zs,null,e,s]),this.types=t}));const ei=q,si="isset";var ii=ei.extends(si,(function(t,e,s){ei.apply(this,[si,e,s]),this.variables=t}));const ni=Nt,ri="label";var oi=ni.extends(ri,(function(t,e,s){ni.apply(this,[ri,e,s]),this.name=t}));const hi=q,ai="list";var ci=hi.extends(ai,(function(t,e,s,i){hi.apply(this,[ai,s,i]),this.items=t,this.shortForm=e}));const li=q,_i="lookup";var ui=li.extends(_i,(function(t,e,s,i,n){li.apply(this,[t||_i,i,n]),this.what=e,this.offset=s}));const pi=St,di="magic";var fi=pi.extends(di,(function(t,e,s,i){pi.apply(this,[di,t,e,s,i])}));const ki=q,Ti="match";var xi=ki.extends(Ti,(function(t,e,s,i){ki.apply(this,[Ti,s,i]),this.cond=t,this.arms=e}));const Ei=q,mi="matcharm";var yi=Ei.extends(mi,(function(t,e,s,i){Ei.apply(this,[mi,s,i]),this.conds=t,this.body=e}));const Ai=Is,Ni="method";var gi=Ai.extends(Ni,(function(){Ai.apply(this,arguments),this.kind=Ni}));const Li=j,bi="reference",Ii=Li.extends(bi,(function(t,e,s){Li.apply(this,[t||bi,e,s])}));var Ci=Ii;const Si=Ci,Oi="name",Ri=Si.extends(Oi,(function(t,e,s,i){Si.apply(this,[Oi,s,i]),this.name=t.replace(/\\$/,""),this.resolution=e}));Ri.UNQUALIFIED_NAME="uqn",Ri.QUALIFIED_NAME="qn",Ri.FULL_QUALIFIED_NAME="fqn",Ri.RELATIVE_NAME="rn";var vi=Ri;const wi=bt,Di="namespace";var Ui=wi.extends(Di,(function(t,e,s,i,n){wi.apply(this,[Di,e,i,n]),this.name=t,this.withBrackets=s||!1}));const Pi=q,Fi="namedargument";var Mi=Pi.extends(Fi,(function(t,e,s,i){Pi.apply(this,[Fi,s,i]),this.name=t,this.value=e}));const Bi=q;var Hi=Bi.extends("new",(function(t,e,s,i){Bi.apply(this,["new",s,i]),this.what=t,this.arguments=e}));const Gi=j,Vi="noop";var Qi=Gi.extends(Vi,(function(t,e){Gi.apply(this,[Vi,t,e])}));const Yi=St,Wi="nowdoc";var $i=Yi.extends(Wi,(function(t,e,s,i,n){Yi.apply(this,[Wi,t,e,i,n]),this.label=s}));const zi=j,ji="nullkeyword";var Ki=zi.extends(ji,(function(t,e,s){zi.apply(this,[ji,e,s]),this.raw=t}));const Xi=ui,qi="nullsafepropertylookup";var Ji=Xi.extends(qi,(function(t,e,s,i){Xi.apply(this,[qi,t,e,s,i])}));const Zi=St,tn="number";var en=Zi.extends(tn,(function(t,e,s,i){Zi.apply(this,[tn,t,e,s,i])}));const sn=ui,nn="offsetlookup";var rn=sn.extends(nn,(function(t,e,s,i){sn.apply(this,[nn,t,e,s,i])}));const on=te,hn="parameter";var an=on.extends(hn,(function(t,e,s,i,n,r,o,h,a,c){on.apply(this,[hn,t,a,c]),this.value=s,this.type=e,this.byref=i,this.variadic=n,this.readonly=r,this.nullable=o,this.flags=h||0,this.attrGroups=[]}));const cn=Ci,ln="parentreference",_n=cn.extends(ln,(function(t,e,s){cn.apply(this,[ln,e,s]),this.raw=t}));var un=_n;const pn=xt,dn="post";var fn=pn.extends(dn,(function(t,e,s,i){pn.apply(this,[dn,s,i]),this.type=t,this.what=e}));const kn=xt;var Tn=kn.extends("pre",(function(t,e,s,i){kn.apply(this,["pre",s,i]),this.type=t,this.what=e}));const xn=q,En="print";var mn=xn.extends(En,(function(t,e,s){xn.apply(this,[En,e,s]),this.expression=t}));const yn=bt,An="program";var Nn=yn.extends(An,(function(t,e,s,i,n,r){yn.apply(this,[An,t,n,r]),this.errors=e,s&&(this.comments=s),i&&(this.tokens=i)}));const gn=Nt,Ln="property";var bn=gn.extends(Ln,(function(t,e,s,i,n,r,o,h){gn.apply(this,[Ln,o,h]),this.name=t,this.value=e,this.readonly=s,this.nullable=i,this.type=n,this.attrGroups=r}));const In=ui,Cn="propertylookup";var Sn=In.extends(Cn,(function(t,e,s,i){In.apply(this,[Cn,t,e,s,i])}));const On=Nt,Rn="propertystatement",vn=On.extends(Rn,(function(t,e,s,i,n){On.apply(this,[Rn,i,n]),this.properties=e,this.parseFlags(s)}));vn.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 wn=vn;const Dn=q,Un="retif";var Pn=Dn.extends(Un,(function(t,e,s,i,n){Dn.apply(this,[Un,i,n]),this.test=t,this.trueExpr=e,this.falseExpr=s}));const Fn=Nt,Mn="return";var Bn=Fn.extends(Mn,(function(t,e,s){Fn.apply(this,[Mn,e,s]),this.expr=t}));const Hn=Ci,Gn="selfreference",Vn=Hn.extends(Gn,(function(t,e,s){Hn.apply(this,[Gn,e,s]),this.raw=t}));var Qn=Vn;const Yn=q,Wn="silent";var $n=Yn.extends(Wn,(function(t,e,s){Yn.apply(this,[Wn,e,s]),this.expr=t}));const zn=Nt,jn="static";var Kn=zn.extends(jn,(function(t,e,s){zn.apply(this,[jn,e,s]),this.variables=t}));const Xn=j,qn="staticvariable";var Jn=Xn.extends(qn,(function(t,e,s,i){Xn.apply(this,[qn,s,i]),this.variable=t,this.defaultValue=e}));const Zn=ui,tr="staticlookup";var er=Zn.extends(tr,(function(t,e,s,i){Zn.apply(this,[tr,t,e,s,i])}));const sr=Ci,ir="staticreference",nr=sr.extends(ir,(function(t,e,s){sr.apply(this,[ir,e,s]),this.raw=t}));var rr=nr;const or=St,hr="string";var ar=or.extends(hr,(function(t,e,s,i,n,r){or.apply(this,[hr,e,i,n,r]),this.unicode=s,this.isDoubleQuote=t}));const cr=Nt,lr="switch";var _r=cr.extends(lr,(function(t,e,s,i,n){cr.apply(this,[lr,i,n]),this.test=t,this.body=e,this.shortForm=s}));const ur=Nt,pr="throw";var dr=ur.extends(pr,(function(t,e,s){ur.apply(this,[pr,e,s]),this.what=t}));const fr=te,kr="trait";var Tr=fr.extends(kr,(function(t,e,s,i){fr.apply(this,[kr,t,s,i]),this.body=e}));const xr=j,Er="traitalias";var mr=xr.extends(Er,(function(t,e,s,i,n,r){xr.apply(this,[Er,n,r]),this.trait=t,this.method=e,this.as=s,this.visibility="",i&&(0===i[0]?this.visibility="public":1===i[0]?this.visibility="protected":2===i[0]&&(this.visibility="private"))}));const yr=j,Ar="traitprecedence";var Nr=yr.extends(Ar,(function(t,e,s,i,n){yr.apply(this,[Ar,i,n]),this.trait=t,this.method=e,this.instead=s}));const gr=j,Lr="traituse";var br=gr.extends(Lr,(function(t,e,s,i){gr.apply(this,[Lr,s,i]),this.traits=t,this.adaptations=e}));const Ir=Nt;var Cr=Ir.extends("try",(function(t,e,s,i,n){Ir.apply(this,["try",i,n]),this.body=t,this.catches=e,this.always=s}));const Sr=Ci,Or="typereference",Rr=Sr.extends(Or,(function(t,e,s,i){Sr.apply(this,[Or,s,i]),this.name=t,this.raw=e}));Rr.types=["int","float","string","bool","object","array","callable","iterable","void","static"];var vr=Rr;const wr=xt,Dr="unary";var Ur=wr.extends(Dr,(function(t,e,s,i){wr.apply(this,[Dr,s,i]),this.type=t,this.what=e}));const Pr=te,Fr="uniontype";var Mr=Pr.extends(Fr,(function(t,e,s){Pr.apply(this,[Fr,null,e,s]),this.types=t}));const Br=Nt,Hr="unset";var Gr=Br.extends(Hr,(function(t,e,s){Br.apply(this,[Hr,e,s]),this.variables=t}));const Vr=Nt,Qr="usegroup";var Yr=Vr.extends(Qr,(function(t,e,s,i,n){Vr.apply(this,[Qr,i,n]),this.name=t,this.type=e,this.items=s}));const Wr=Nt,$r="useitem",zr=Wr.extends($r,(function(t,e,s,i,n){Wr.apply(this,[$r,i,n]),this.name=t,this.alias=e,this.type=s}));zr.TYPE_CONST="const",zr.TYPE_FUNCTION="function";var jr=zr;const Kr=q,Xr="variable";var qr=Kr.extends(Xr,(function(t,e,s,i){Kr.apply(this,[Xr,s,i]),this.name=t,this.curly=e||!1}));const Jr=q,Zr="variadic";var to=Jr.extends(Zr,(function(t,e,s){Jr.apply(this,[Zr,e,s]),this.what=t}));const eo=j,so="variadicplaceholder";var io=eo.extends(so,(function(t,e){eo.apply(this,[so,t,e])}));const no=Nt,ro="while";var oo=no.extends(ro,(function(t,e,s,i,n){no.apply(this,[ro,i,n]),this.test=t,this.body=e,this.shortForm=s}));const ho=q,ao="yield";var co=ho.extends(ao,(function(t,e,s,i){ho.apply(this,[ao,s,i]),this.value=t,this.key=e}));const lo=q,_o="yieldfrom";var uo=lo.extends(_o,(function(t,e,s){lo.apply(this,[_o,e,s]),this.value=t}));const po=$,fo=m,ko=function(t,e){this.withPositions=t,this.withSource=e};ko.precedence={},[["or"],["xor"],["and"],["="],["?"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","!=","===","!==","<=>"],["<","<=",">",">="],["<<",">>"],["+","-","."],["*","/","%"],["!"],["instanceof"],["cast","silent"],["**"]].forEach((function(t,e){t.forEach((function(t){ko.precedence[t]=e+1}))})),ko.prototype.isRightAssociative=function(t){return"**"===t||"??"===t},ko.prototype.swapLocations=function(t,e,s,i){this.withPositions&&(t.loc.start=e.loc.start,t.loc.end=s.loc.end,this.withSource&&(t.loc.source=i.lexer._input.substring(t.loc.start.offset,t.loc.end.offset)))},ko.prototype.resolveLocations=function(t,e,s,i){this.withPositions&&(t.loc.start.offset>e.loc.start.offset&&(t.loc.start=e.loc.start),t.loc.end.offset<s.loc.end.offset&&(t.loc.end=s.loc.end),this.withSource&&(t.loc.source=i.lexer._input.substring(t.loc.start.offset,t.loc.end.offset)))},ko.prototype.resolvePrecedence=function(t,e){let s,i,n;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?(i=ko.precedence[t.type],n=ko.precedence[t.right.type],i&&n&&n<=i&&(t.type!==t.right.type||!this.isRightAssociative(t.type))&&(s=t.right,t.right=t.right.left,this.swapLocations(t,t.left,t.right,e),s.left=this.resolvePrecedence(t,e),this.swapLocations(s,s.left,s.right,e),t=s)):"retif"===t.right.kind&&(i=ko.precedence[t.type],n=ko.precedence["?"],i&&n&&n<=i&&(s=t.right,t.right=t.right.test,this.swapLocations(t,t.left,t.right,e),s.test=this.resolvePrecedence(t,e),this.swapLocations(s,s.test,s.falseExpr,e),t=s))):"silent"!==t.kind&&"cast"!==t.kind||!t.expr||t.expr.parenthesizedExpression?"unary"===t.kind?t.what&&!t.what.parenthesizedExpression&&("bin"===t.what.kind?(s=t.what,t.what=t.what.left,this.swapLocations(t,t,t.what,e),s.left=this.resolvePrecedence(t,e),this.swapLocations(s,s.left,s.right,e),t=s):"retif"===t.what.kind&&(s=t.what,t.what=t.what.test,this.swapLocations(t,t,t.what,e),s.test=this.resolvePrecedence(t,e),this.swapLocations(s,s.test,s.falseExpr,e),t=s)):"retif"===t.kind?t.falseExpr&&"retif"===t.falseExpr.kind&&!t.falseExpr.parenthesizedExpression&&(s=t.falseExpr,t.falseExpr=s.test,this.swapLocations(t,t.test,t.falseExpr,e),s.test=this.resolvePrecedence(t,e),this.swapLocations(s,s.test,s.falseExpr,e),t=s):"assign"===t.kind?t.right&&"bin"===t.right.kind&&!t.right.parenthesizedExpression&&(i=ko.precedence["="],n=ko.precedence[t.right.type],i&&n&&n<i&&(s=t.right,t.right=t.right.left,s.left=t,this.swapLocations(s,s.left,t.right,e),t=s)):"expressionstatement"===t.kind&&this.swapLocations(t,t.expression,t,e):"bin"===t.expr.kind?(s=t.expr,t.expr=t.expr.left,this.swapLocations(t,t,t.expr,e),s.left=this.resolvePrecedence(t,e),this.swapLocations(s,s.left,s.right,e),t=s):"retif"===t.expr.kind&&(s=t.expr,t.expr=t.expr.test,this.swapLocations(t,t,t.expr,e),s.test=this.resolvePrecedence(t,e),this.swapLocations(s,s.test,s.falseExpr,e),t=s),t},ko.prototype.prepare=function(t,e,s){let i=null;(this.withPositions||this.withSource)&&(i=s.position());const n=this,r=function(){let o=null;const h=Array.prototype.slice.call(arguments);if(h.push(e),n.withPositions||n.withSource){let t=null;n.withSource&&(t=s.lexer._input.substring(i.offset,s.prev[2])),o=new po(t,i,new fo(s.prev[0],s.prev[1],s.prev[2])),h.push(o)}t||(t=h.shift());const a=n[t];if("function"!=typeof a)throw new Error('Undefined node "'+t+'"');const c=Object.create(a.prototype);return a.apply(c,h),r.instance=c,r.trailingComments&&(c.trailingComments=r.trailingComments),"function"==typeof r.postBuild&&r.postBuild(c),s.debug&&delete n.stack[r.stackUid],n.resolvePrecedence(c,s)};return s.debug&&(this.stack||(this.stack={},this.stackUid=1),this.stack[++this.stackUid]={position:i,stack:(new Error).stack.split("\n").slice(3,5)},r.stackUid=this.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:s._docIndex=s._docs.length-e.length),s.debug&&delete n.stack[r.stackUid]},r},ko.prototype.checkNodes=function(){const t=[];for(const e in this.stack)Object.prototype.hasOwnProperty.call(this.stack,e)&&(this.stack[e].key=e,t.push(this.stack[e]));return this.stack={},t},[tt,it,ot,ct,ut,ft,mt,bt,vt,Ut,Mt,Gt,Yt,zt,Xt,ie,le,pe,ke,xe,ye,ge,Ie,oe,Oe,te,De,Fe,Be,Ve,We,Ke,Je,es,ns,hs,ls,ps,ks,q,Es,ys,gs,Is,Os,ws,Ps,Hs,Vs,Ws,js,qs,ti,ii,oi,ci,St,ui,fi,xi,yi,gi,vi,Ui,Mi,Hi,j,Qi,$i,Ki,Ji,en,rn,xt,an,un,fn,Tn,mn,Nn,bn,Sn,wn,Ci,Pn,Bn,Qn,$n,Nt,Kn,Jn,er,rr,ar,_r,dr,Tr,mr,Nr,br,Cr,vr,Ur,Mr,Gr,Yr,jr,qr,to,io,oo,co,uo].forEach((function(t){ko.prototype[t.kind]=t}));const To=E,xo=V,Eo=W,mo=ko;function yo(t,e){const s=Object.keys(t);let i=s.length;for(;i--;){const n=s[i],r=t[n];null===r?delete e[n]:"function"==typeof r?e[n]=r.bind(e):Array.isArray(r)?e[n]=Array.isArray(e[n])?e[n].concat(r):r:e[n]="object"==typeof r&&"object"==typeof e[n]?yo(r,e[n]):r}return e}const Ao=function(t){if("function"==typeof this)return new this(t);if(this.tokens=Eo,this.lexer=new To(this),this.ast=new mo,this.parser=new xo(this.lexer,this.ast),t&&"object"==typeof t){if(t.parser&&(t.lexer||(t.lexer={}),t.parser.version)){if("string"==typeof t.parser.version){let 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>900)throw new Error("Can only handle versions between 5.x to 8.x")}yo(t,this),this.lexer.version=this.parser.version}},No=function(t){return"function"==typeof t.write?t.toString():t};Ao.create=function(t){return new Ao(t)},Ao.parseEval=function(t,e){return new Ao(e).parseEval(t)},Ao.prototype.parseEval=function(t){return this.lexer.mode_eval=!0,this.lexer.all_tokens=!1,t=No(t),this.parser.parse(t,"eval")},Ao.parseCode=function(t,e,s){"object"!=typeof e||s||(s=e,e="unknown");return new Ao(s).parseCode(t,e)},Ao.prototype.parseCode=function(t,e){return this.lexer.mode_eval=!1,this.lexer.all_tokens=!1,t=No(t),this.parser.parse(t,e)},Ao.tokenGetAll=function(t,e){return new Ao(e).tokenGetAll(t)},Ao.prototype.tokenGetAll=function(t){this.lexer.mode_eval=!1,this.lexer.all_tokens=!0,t=No(t);const e=this.lexer.EOF,s=this.tokens.values;this.lexer.setInput(t);let i=this.lexer.lex()||e;const n=[];for(;i!=e;){let t=this.lexer.yytext;Object.prototype.hasOwnProperty.call(s,i)&&(t=[s[i],t,this.lexer.yylloc.first_line]),n.push(t),i=this.lexer.lex()||e}return n},r.exports=Ao,r.exports.tokens=Eo,r.exports.lexer=To,r.exports.AST=mo,r.exports.parser=xo,r.exports.combine=yo,r.exports.Engine=Ao,r.exports.default=Ao;var go=n(r.exports);const Lo="PHP",bo=[5,5.1,5.2,5.3,5.4,5.5,5.6,7,7.1,7.2,7.3,7.4,8,8.1,8.2,8.3,8.4],Io=Math.max(...bo);let Co="";function So(){const t=process.cwd();let e=null;const n=i.join(t,"composer.json");if(s.existsSync(n)&&(e=n),!e){let n=i.dirname(t);for(;n!==i.parse(n).root;){const t=i.join(n,"composer.json");if(s.existsSync(t)){e=t;break}n=i.dirname(n)}}if(e)try{const t=s.readFileSync(e,"utf8"),i=JSON.parse(t);if(i.require&&i.require.php){const t=i.require.php.match(/^(?:[^0-9]*)?([0-9]+)\.\*/);if(t)return parseFloat(`${t[1]}.0`);const e=i.require.php.match(/^(?:[^0-9]*)?([0-9]+)\.([0-9]+)/);return e?parseFloat(`${e[1]}.${e[2]}`):(Co=`Could not decode PHP version (${i.require.php}})`,null)}}catch(t){Co=`Error reading composer.json: ${t.message}`}else Co="Could not find composer.json";return null}var Oo={phpVersion:{since:"0.13.0",category:Lo,type:"choice",default:"auto",description:"Minimum target PHP version.",choices:[...bo.map((t=>({value:t.toFixed(1)}))),{value:"composer",description:"Use the PHP version defined in composer.json"},{value:"auto",description:`Try composer.json, else latest PHP Version (${Io})`}]},trailingCommaPHP:{since:"0.0.0",category:Lo,type:"boolean",default:!0,description:"Print trailing commas wherever possible when multi-line."},braceStyle:{since:"0.10.0",category:Lo,type:"choice",default:"per-cs",description:"Print one space or newline for code blocks (classes and functions).",choices:[{value:"psr-2",description:"(deprecated) Use per-cs"},{value:"per-cs",description:"Use the PER Coding Style brace style."},{value:"1tbs",description:"Use 1tbs brace style."}]},singleQuote:{since:"0.0.0",category:Lo,type:"boolean",default:!1,description:"Use single quotes instead of double quotes."}};function Ro(t,e){const s=e&&"markdown"===e.parentParser;if(!t&&s)return"";!function(t){if(t)if("auto"===t.phpVersion)t.phpVersion=So()??Io;else if("composer"===t.phpVersion){const e=So();if(null===e)throw new Error(`Could not determine PHP version from composer; ${Co}`);t.phpVersion=e}else t.phpVersion=parseFloat(t.phpVersion)}(e),t=t.replace(/\?>\n<\?/g,"?>\n___PSEUDO_INLINE_PLACEHOLDER___<?");const i=new go({parser:{extractDoc:!0,version:`${Io}`},ast:{withPositions:!0,withSource:!0}}),n=-1!==t.indexOf("<?php"),r=s&&!n;let o;try{o=r?i.parseEval(t):i.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 o.extra={parseAsEval:r},o.comments.forEach((t=>{"\n"===t.value[t.value.length-1]&&(t.value=t.value.slice(0,-1),t.loc.end.offset=t.loc.end.offset-1)})),o}const vo=t=>e=>e.loc?.[t]?.offset,wo=vo("start"),Do=vo("end"),{hasNewline:Uo,skipEverythingButNewLine:Po,skipNewline:Fo}=e.util;function Mo(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)/,"")}const Bo=new Map([["or"],["xor"],["and"],["=","+=","-=","*=","**=","/=",".=","%=","&=","|=","^=","<<=",">>="],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!==","<>","<=>"],["<",">","<=",">="],[">>","<<"],["+","-","."],["*","/","%"],["!"],["instanceof"],["++","--","~"],["**"]].flatMap(((t,e)=>t.map((t=>[t,e])))));function Ho(t){return Bo.get(t)}const Go=["==","!=","===","!==","<>","<=>"],Vo=["*","/","%"],Qo=[">>","<<"];function Yo(t,e){return Ho(e)===Ho(t)&&("**"!==t&&((!Go.includes(t)||!Go.includes(e))&&(!("%"===e&&Vo.includes(t)||"%"===t&&Vo.includes(e))&&((e===t||!Vo.includes(e)||!Vo.includes(t))&&(!Qo.includes(t)||!Qo.includes(e))))))}function Wo(t){const e=t.children||t.body||t.adaptations;return Array.isArray(e)?e:null}function $o(t){return t.length>0?t[t.length-1]:null}function zo(t){const{node:e}=t;if("program"===e.kind){const t=Wo(e);return!(!t||0===t.length)&&"inline"===t[0].kind}if("switch"===e.kind){if(!e.body)return!1;const t=Wo(e.body);if(0===t.length)return!1;const[s]=t;if(!s.body)return!1;const i=Wo(s.body);return 0!==i.length&&"inline"===i[0].kind}const s=function(t){let{body:e}=t;return e?("block"===e.kind&&(e=e.children),e[0]):null}(e);return!!s&&"inline"===s.kind}function jo(t){return"nowdoc"===t.kind||"encapsed"===t.kind&&"heredoc"===t.type}function Ko(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;const s=t.getNode(e),i=t.getNode(e+1),n=t.getNode(e+2);if(!i)return!1;if(n&&["call","new","echo"].includes(n.kind)&&!["call","array"].includes(i.kind)||"parameter"===i.kind){const t=n.arguments.length-1;return n.arguments.indexOf(i)!==t}if(n&&"for"===n.kind){const t=n.init.indexOf(i);if(-1!==t)return t!==n.init.length-1;const e=n.test.indexOf(i);if(-1!==e)return e!==n.test.length-1;const s=n.increment.indexOf(i);if(-1!==s)return s!==n.increment.length-1}if("bin"===i.kind)return i.left===s||Ko(t,e+1);if("case"===i.kind&&i.test===s)return!0;if("staticvariable"===i.kind){const t=n.variables.length-1;return n.variables.indexOf(i)!==t}if("entry"===i.kind){if(i.key===s)return!0;const t=n.items.length-1;return n.items.indexOf(i)!==t}if(["call","new"].includes(i.kind)){const t=i.arguments.length-1;return i.arguments.indexOf(s)!==t}if("echo"===i.kind){const t=i.expressions.length-1;return i.expressions.indexOf(s)!==t}if("array"===i.kind){const t=i.items.length-1;return i.items.indexOf(s)!==t}return"retif"===i.kind&&Ko(t,e+1)}function Xo(t){const e=t.replace(/^\\/,"");return-1!==e.indexOf("\\")?e:t}function qo(t){return t.comments&&t.comments.some((t=>!t.leading&&!t.trailing))}function Jo(t){return"propertylookup"===t.kind||"nullsafepropertylookup"===t.kind||"staticlookup"===t.kind||"offsetlookup"===t.kind}function Zo(t){const{node:e}=t;return!["try","catch"].includes(e.kind)&&zo(t)}function th(t){const{node:e}=t;if(["try","catch"].includes(e.kind))return!0;if("switch"===e.kind){const t=Wo(e.body);if(0===t.length)return!0;const s=$o(t);if(!s.body)return!0;const i=Wo(s.body);return 0===i.length||"inline"!==i[0].kind}return!zo(t)}function eh(t){return["program","declare","namespace"].includes(t.kind)}function sh(t){return["name","parentreference","selfreference","staticreference"].includes(t.kind)}function ih(t){return"bin"===t.kind&&["||","&&"].includes(t.type)?"logical":t.kind}function nh(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"body";const{node:s}=t;return s[e]&&s[e].children&&0===s[e].children.length&&(!s[e].comments||0===s[e].comments.length)}function rh(t,e){let s=wo(e);return s=Po(t,s),s=Fo(t,s),Uo(t,s)}function oh(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)}function hh(t,e){const s=function(t,e){const s=[].concat(e);let i,n=-1;for(;i=t.getParentNode(++n);)if(-1!==s.indexOf(i.kind))return n;return-1}(t,e);return-1===s?null:t.getParentNode(s)}const ah=new Map(["__construct","__destruct","__call","__callStatic","__get","__set","__isset","__unset","__sleep","__wakeup","__toString","__invoke","__set_state","__clone","__debugInfo"].map((t=>[t.toLowerCase(),t])));function ch(t){const e=t.toLowerCase();return ah.has(e)?ah.get(e):t}function lh(t){const e=new Set(t);return t=>e.has(t?.kind)}const _h=lh(["variadicplaceholder","namedargument","nullkeyword","identifier","parameter","variable","variadic","boolean","literal","number","string","clone","cast"]),uh=lh(["array"]),ph=lh(["nullsafepropertylookup","propertylookup","staticlookup","offsetlookup","call","new"]),dh=lh(["arrowfunc"]);function fh(t){const e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return ph(t)&&e.push(t),t.what?fh(t.what,e):e}function kh(t){let e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;if(e<=0)return!1;const s=t=>kh(t,e-1);if(_h(t))return!0;if(uh(t))return t.items.every((t=>null===t||s(t)));if(ph(t)){const i=fh(t);return i.unshift(),i.length<=e&&i.every((t=>Jo(t)?s(t.offset):t.arguments.every(s)))}return!!dh(t)&&(t.arguments.length<=e&&t.arguments.every(s))}const{addLeadingComment:Th,addDanglingComment:xh,addTrailingComment:Eh,skipNewline:mh,hasNewline:yh,hasNewlineInRange:Ah,getNextNonSpaceNonCommentCharacterIndex:Nh,isNextLineEmpty:gh,isPreviousLineEmpty:Lh}=e.util,{join:bh,indent:Ih,hardline:Ch,cursor:Sh,lineSuffix:Oh,breakParent:Rh}=e.doc.builders;function vh(t,e){const{children:s}=t;0===s.length?xh(t,e):Th(s[0],e)}function wh(t,e){"block"===t.kind?vh(t,e):Th(t,e)}function Dh(t,e,s,i,n){const r=Nh(t,Do(n)),o=t.charAt(r);return e&&"identifier"===e.kind&&s&&("function"===s.kind||"method"===s.kind)&&")"===o?(Eh(s,n),!0):!(!s||"function"!==s.kind&&"method"!==s.kind||!i||"block"!==i.kind)&&(vh(i,n),!0)}function Uh(t,e,s,i,n){if(!s||"if"!==s.kind||!i)return!1;const r=Nh(t,Do(n));return")"===t.charAt(r)?(Eh(e,n),!0):e===s.body&&i===s.alternate?(xh(s,n),!0):"if"===i.kind?(wh(i.body,n),!0):s.body===i&&(Th(i,n),!0)}function Ph(t,e,s){if(t&&["class","interface","trait"].includes(t.kind)){if(t.__parent_new_arguments?.includes(e))return!1;if(e&&t.extends)if(Array.isArray(t.extends)){if(t.extends.some((t=>{if(e&&e===t)return xh(e,s),!0})))return!0}else if(e===t.extends)return xh(e,s),!0;if(e&&t.implements&&t.implements.some((t=>{if(e&&e===t)return xh(e,s),!0})))return!0;if(!(t.body&&t.body.length>0))return xh(t,s),!0}return!!(e&&"class"===e.kind&&e.isAnonymous&&e.leadingComments&&"commentblock"===s.kind)}function Fh(t,e,s,i){if(e&&("function"===e.kind||"method"===e.kind)){let s=0;for(let t=0;t<e.arguments.length;t++)s=Do(e.arguments[t])>s?Do(e.arguments[t]):s;const n=e.body&&wo(i)>s&&Do(i)<wo(e.body),r=Nh(t,Do(i));if(e.type&&n&&")"!==t.charAt(r))return Do(i)<wo(e.type)?(xh(e.type,i),!0):(Eh(e.type,i),!0)}return!1}function Mh(t,e,s,i,n){return!(!s||!["function","method","parameter"].includes(s.kind))&&("typereference"===e.kind&&"identifier"===i.kind&&(Eh(e,n),!0))}function Bh(t,e){return!(!t||!["label","goto"].includes(t.kind))&&(Eh(t,e),!0)}function Hh(t,e,s,i){return s&&"inline"===s.kind?(s.leadingComments||(s.leadingComments=[]),s.leadingComments.includes(i)||s.leadingComments.push(i),!0):!(t||s||!e||"inline"!==e.kind)&&(xh(e,i),!0)}function Gh(t,e,s){return!(!t||"try"!==t.kind||!e)&&("block"===e.kind?(vh(e,s),!0):"try"===e.kind?(wh(e.always,s),!0):"catch"===e.kind&&(wh(e.body,s),!0))}function Vh(t,e,s,i){return s||e||!t||"namespace"!==t.kind||t.withBrackets?!(e||!t||"namespace"!==t.kind||t.withBrackets)&&(xh(t,i),!0):(Eh(t,i),!0)}function Qh(t,e,s,i){return!(!t||"declare"!==t.kind)&&((!e||"noop"!==e.kind)&&(s&&t.directives[0]!==s?!(!s||!e)&&(Th(s,i),!0):("none"===t.mode?Eh(t,i):xh(t,i),!0)))}function Yh(t,e,s,i,n){if(!s||"while"!==s.kind||!i)return!1;const r=Nh(t,Do(n));return")"===t.charAt(r)?(Eh(e,n),!0):"block"===i.kind&&(vh(i,n),!0)}function Wh(t,e){return t.node.printed=!0,e.printer.printComment(t,e)}function $h(t,e,s,i){const n=[],r=t.getValue();return r&&r.comments?(t.each((()=>{const s=t.node;!s||s.leading||s.trailing||i&&!i(s)||n.push(Wh(t,e))}),"comments"),0===n.length?"":s?bh(Ch,n):Ih([Ch,bh(Ch,n)])):""}function zh(t){return t.comments&&t.comments.some((t=>t.leading))}function jh(t){return t.comments&&t.comments.some((t=>t.trailing))}function Kh(t,e){const s=[];return t.forEach(((t,i,n)=>{t.printed=!0;const r=n.length===i+1;s.push(t.value),r||s.push(Ch),gh(e.originalText,Do(t))&&!r&&s.push(Ch)})),s}function Xh(t){return"commentblock"===t.kind}function qh(t,e,s){const{node:i}=t;return i&&i===e.cursorNode?[Sh,s,Sh]:s}function Jh(t,e,s,i){const{node:n}=t,r=e(t),o=n&&n.comments;if(!o||0===o.length)return qh(t,s,r);const h=[],a=[i?";":"",r];return t.each((e=>{let{node:i}=e;const{leading:n,trailing:r}=i;if(n){const e=function(t,e,s){const i=Wh(t,s);if(!i)return"";const n=t.node;return s.printer.isBlockComment&&s.printer.isBlockComment(n)?[i,yh(s.originalText,Do(n))?Ch:" "]:[i,Ch]}(t,0,s);if(!e)return;h.push(e);const n=s.originalText;yh(n,mh(n,Do(i)))&&h.push(Ch)}else r&&a.push(function(t,e,s){const i=Wh(t,s);if(!i)return"";const n=t.node,r=s.printer.isBlockComment&&s.printer.isBlockComment(n);if(yh(s.originalText,wo(n),{backwards:!0})){const t=Lh(s.originalText,wo(n));return Oh([Ch,t?Ch:"",i])}return r?[" ",i]:[Oh([" ",i]),r?"":Rh]}(t,0,s))}),"comments"),qh(t,s,h.concat(a))}function Zh(t,e){const{parent:s}=t;if(!s)return!1;const{key:i,node:n}=t;if(["program","expressionstatement","namespace","declare","block","include","print","return","echo"].includes(s.kind))return!1;switch(n.kind){case"pre":case"post":if("unary"===s.kind)return"pre"===n.kind&&("+"===n.type&&"+"===s.type||"-"===n.type&&"-"===s.type);case"unary":switch(s.kind){case"unary":return n.type===s.type&&("+"===n.type||"-"===n.type);case"propertylookup":case"nullsafepropertylookup":case"staticlookup":case"offsetlookup":case"call":return"what"===i;case"bin":return"**"===s.type&&"left"===i;default:return!1}case"bin":switch(s.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"nullsafepropertylookup":case"staticlookup":case"offsetlookup":return"what"===i;case"bin":{const t=s.type,e=Ho(t),o=n.type,h=Ho(o);return e>h||("||"===t&&"&&"===o||(e===h&&"right"===i||(e===h&&!Yo(t,o)||(e<h&&"%"===o?"+"===t||"-"===t:!(!Qo[r=t]&&"|"!==r&&"^"!==r&&"&"!==r)))))}default:return!1}case"propertylookup":case"nullsafepropertylookup":case"staticlookup":return"call"===s.kind&&("what"===i&&n.parenthesizedExpression);case"clone":case"new":{const t="clone"===n.kind||"new"===n.kind&&e.phpVersion<8.4;switch(s.kind){case"propertylookup":case"nullsafepropertylookup":case"staticlookup":case"offsetlookup":case"call":return"what"===i&&t;default:return!1}}case"yield":switch(s.kind){case"propertylookup":case"nullsafepropertylookup":case"staticlookup":case"offsetlookup":case"call":return"what"===i;case"retif":return"test"===i;default:return!(!n.key&&!n.value)}case"assign":return("for"!==s.kind||!s.init.includes(n)&&!s.increment.includes(n))&&("assign"!==s.kind&&("static"!==s.kind&&(!["if","do","while","foreach","switch"].includes(s.kind)&&("silent"!==s.kind&&"call"!==s.kind))));case"retif":switch(s.kind){case"cast":return!0;case"unary":case"bin":case"retif":return!("test"===i&&!s.trueExpr);case"propertylookup":case"nullsafepropertylookup":case"staticlookup":case"offsetlookup":case"call":return"what"===i;default:return!1}case"closure":switch(s.kind){case"call":return"what"===i;case"propertylookup":case"nullsafepropertylookup":return!0;default:return!1}case"silence":case"cast":return n.parenthesizedExpression;case"string":case"array":switch(s.kind){case"propertylookup":case"nullsafepropertylookup":case"staticlookup":case"offsetlookup":case"call":return(!["string","array"].includes(n.kind)||"offsetlookup"!==s.kind)&&"what"===i;default:return!1}case"print":case"include":return"bin"===s.kind}var r;return!1}const{breakParent:ta,join:ea,line:sa,lineSuffix:ia,group:na,conditionalGroup:ra,indent:oa,dedent:ha,ifBreak:aa,hardline:ca,softline:la,literalline:_a,align:ua,dedentToRoot:pa}=e.doc.builders,{willBreak:da}=e.doc.utils,{isNextLineEmptyAfterIndex:fa,hasNewline:ka,hasNewlineInRange:Ta,getNextNonSpaceNonCommentCharacterIndex:xa,isNextLineEmpty:Ea,isPreviousLineEmpty:ma}=e.util;function ya(t,e){return!!t.trailingCommaPHP&&t.phpVersion>=e}function Aa(t){return"1tbs"!==t.braceStyle}function Na(t,e,s){return[arguments.length>3&&void 0!==arguments[3]&&arguments[3]?"?":"","->",s("offset")]}function ga(t,e,s){return Na(t,e,s,!0)}function La(t,e,s){const{node:i}=t,n=!["variable","identifier"].includes(i.offset.kind);return["::",n?"{":"",s("offset"),n?"}":""]}function ba(t,e,s){const{node:i}=t,n=i.offset&&"number"===i.offset.kind||hh(t,"encapsed");return["[",i.offset?na([oa([n?"":la,s("offset")]),n?"":la]):"","]"]}function Ia(t){return"array"===t.kind&&(t.items.length>0||t.comments)||"function"===t.kind||"method"===t.kind||"closure"===t.kind}function Ca(t,e,s){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"arguments";const n=t.node[i];if(0===n.length)return["(",$h(t,e,!0),")"];let r=!1,o=!1;const h=t.map((t=>{let{node:i,isLast:n,isFirst:h}=t;const a=[s()];return n||(Ea(e.originalText,Do(i))?(h&&(o=!0),r=!0,a.push(",",ca,ca)):a.push(",",sa)),a}),i),{node:a}=t,c=$o(n),l=ya(e,7.3)&&["call","new","unset","isset"].includes(a.kind)||ya(e,8)&&["function","closure","method","arrowfunc","attribute"].includes(a.kind)?oa([c&&oh(c)?ca:"",","]):"";const _=function(t){if(2!==t.length)return!1;const[e,s]=t;return!(e.comments&&e.comments.length||"function"!==e.kind&&"method"!==e.kind&&"closure"!==e.kind||"retif"===s.kind||Ia(s))}(n),u=function(t){const e=$o(t),s=(i=t).length>1?i[i.length-2]:null;var i;return!zh(e)&&!jh(e)&&Ia(e)&&(!s||s.kind!==e.kind)}(n);if(_||u){const e=(_?h.slice(1).some(da):h.slice(0,-1).some(da))||r;let n;t.each((t=>{let{isLast:e,isFirst:i}=t;_&&i&&(n=[s([],{expandFirstArg:!0}),h.length>1?",":"",o?ca:sa,o?ca:"",h.slice(1)]),u&&e&&(n=[...h.slice(0,-1),s([],{expandLastArg:!0})])}),i);const a=h.some(da),c=["(",...n,")"];return[a?ta:"",ra([a?aa(na(["(",oa([sa,...h]),l,sa,")"],{shouldBreak:!0}),c):c,_?["(",na(n[0],{shouldBreak:!0}),...n.slice(1),")"]:["(",...h.slice(0,-1),na($o(n),{shouldBreak:!0}),")"],na(["(",oa([sa,...h]),aa(l),sa,")"],{shouldBreak:!0})],{shouldBreak:e})]}return na(["(",oa([la,...h]),aa(l),la,")"],{shouldBreak:h.some(da)||r})}function Sa(t){return"array"===t.kind&&0!==t.items.length}function Oa(t){return"array"===t.right.kind&&0!==t.right.items.length}function Ra(t,e,s,i,n){let r=[];const{node:o}=t;if("bin"===o.kind){Yo(o.type,o.left.type)?r=r.concat(t.call((()=>Ra(t,e,s,!0,n)),"left")):r.push(e("left"));const h=Oa(o)?[o.type," ",e("right")]:[o.type,sa,e("right")],{parent:a}=t,c=!(n&&["||","&&"].includes(o.type))&&ih(a)!==ih(o)&&ih(o.left)!==ih(o)&&ih(o.right)!==ih(o),l=jo(o.left)||"bin"===o.left.kind&&jo(o.left.right);r.push(l?"":" ",c?na(h):h),i&&o.comments&&(r=Jh(t,(()=>r),s))}else r.push(e());return r}function va(t,e,s){const{node:i}=t;switch(i.kind){case"propertylookup":return Na(t,e,s);case"nullsafepropertylookup":return ga(t,e,s);case"staticlookup":return La(t,0,s);case"offsetlookup":return ba(t,0,s);default:throw new Error(`Have not implemented lookup kind ${i.kind} yet.`)}}function wa(t){let{opening:e=!0}=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if("heredoc"===t.type)return e?`<<<${t.label}`:t.label;const s={string:'"',shell:"`"};if(s[t.type])return s[t.type];throw new Error(`Unimplemented encapsed type ${t.type}`)}function Da(t,e,s){const i=[];let n=[];return t.each((t=>{let{node:r}=t;i.push(n),i.push(na(s())),n=[",",sa],r&&Ea(e.originalText,Do(r))&&n.push(la)}),"items"),i}function Ua(t,e,s){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"children";const{node:n,parent:r}=t;let o=-1;const h=[],a=[];t.map((()=>{const{node:i,next:c,isFirst:l,isLast:_,index:u}=t,p="inline"===i.kind,d=s(),f=!_&&!p&&(c&&"case"===c.kind?!zo(t):c&&"inline"!==c.kind);let k=[d,f?ca:"",f&&Ea(e.originalText,Do(i))?ca:""];const T="block"===n.kind&&r&&["function","closure","method","try","catch"].includes(r.kind);let x=T&&l?"":" ";if(p||!p&&_&&o>=0){const e=o;p&&(o=u);if(p&&!l||!p&&_){const s=(p?e:o)+1,r=_&&!p?u+1:u,h=t.siblings[p?e:o],c=h?function(t){const e=t.split("\n").pop();return e.length-e.trimLeft().length+1}(h.raw):"",l=r-s>1,d=l?T&&!h||eh(n)&&0===s?"":ca:"",f=l&&"halt"!==i.kind?T&&_?"":ca:"";l&&(x=""),a.push({start:s,end:r,alignment:c,before:d,after:f})}}if(p){const s=c&&"echo"===c.kind&&c.shortForm?"<?=":"<?php",r=i.leadingComments&&i.leadingComments.length?[l&&"namespace"!==n.kind&&!T?"<?php":"","namespace"!==n.kind&&T?"":ca,Kh(i.leadingComments,e),ca,"?>"]:eh(n)&&l&&"namespace"!==n.kind?"":[x,"?>"],o=t.getNode(u+1),h=o&&o.children&&o.children.length;k=[r,k,i.comments&&i.comments.length?[s,ca,h?Kh(i.comments,e):"",ca]:eh(n)&&_?"":[s," "]]}h.push(k)}),i);const c=function(t,e){if(0===e.length)return t;let s=0;return e.reduce(((e,i)=>{const{start:n,end:r,alignment:o,before:h,after:a}=i,c=[h||"",...t.slice(n,r),a||""],l=e.concat(t.slice(s,n),o?pa(na(ua(new Array(o).join(" "),c))):na(c),r===t.length-1?t.slice(r):"");return s=r,l}),[])}(h,a);if("program"===n.kind&&!n.extra.parseAsEval){const t=[],[s]=n.children;if(!s||"inline"!==s.kind){const i=e.originalText.trim().match(/^<\?(php|=)(\s+)?\S/),r=[i&&i[2]&&i[2].includes("\n")?[ca,i[2].split("\n").length>2?ca:""]:" ",n.comments?Kh(n.comments,e):""],o=s&&"echo"===s.kind&&s.shortForm;t.push([o?"<?=":"<?php",r])}t.push(c);if(/\?>\n?$/.test(e.originalText)){const s=$o(n.children),i=s?[Ta(e.originalText.trimEnd(),Do(s),Do(n))?"inline"===s.kind&&s.comments&&s.comments.length?"":ca:" ",Ea(e.originalText,Do(s))?ca:""]:n.comments?ca:"";t.push(ia([i,"?>"]))}return t}return c}function Pa(t,e,s,i){return t.map((t=>{let{node:i,isLast:n}=t;const r=[];return r.push(s()),n||(r.push(ca),Ea(e.originalText,Do(i))&&r.push(ca)),r}),i)}function Fa(t,e,s){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"extends",n=arguments.length>4&&void 0!==arguments[4]?arguments[4]:" ",r=arguments.length>5&&void 0!==arguments[5]?arguments[5]:" ";const o=t.node[i],h=qo(o)?[ca,t.call((()=>$h(t,e,!0)),i),ca]:n,a=Array.isArray(o)?na(ea(",",t.map((i=>{let{node:n}=i;const o=s();return qo(n)?[ca,$h(t,e,!0),ca,o]:[r,o]}),i))):[r,s(i)];return oa([h,i,da(h)?oa(a):a])}function Ma(t,e,s){let{inline:i=!1}=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};const n=[];return t.node.attrGroups?(t.each((()=>{const r=["#["];!i&&n.length>0&&n.push(ca),r.push(la),t.each((()=>{const i=t.node;r.length>2&&r.push(",",sa);const n=[i.name];i.args.length>0&&n.push(Ca(t,e,s,"args")),r.push(na(n))}),"attrs"),n.push(na([oa(r),aa(ya(e,8)?",":""),la,"]",i?aa(la," "):""]))}),"attrGroups"),0===n.length?[]:[...n,i?"":ca]):[]}function Ba(t,e,s){let i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:"body";const{node:n}=t;if(!n[i])return";";const r=s(i);return[n.shortForm?":":" {",oa("block"!==n[i].kind||n[i].children&&n[i].children.length>0||n[i].comments&&n[i].comments.length>0?[Zo(t)?"switch"===n.kind?" ":"":ca,r]:""),"if"===n.kind&&"body"===i?"":[th(t)?ca:"",n.shortForm?["end",n.kind,";"]:"}"]]}function Ha(t,e,s,i,n,r,o){if(!i)return e;const h=Va(t,i,n,r,o);return na([e,s,h])}function Ga(t){return!!Jo(t)&&(!("variable"!==t.what.kind&&!sh(t.what))||Ga(t.what))}function Va(t,e,s,i,n){const r=i?"&":"";if(function(t,e){return e.comments&&e.comments.some((e=>e.leading&&yh(t,Do(e))))}(n.originalText,e))return oa([ca,r,s]);const o="cast"===e.kind?e.expr:e;return"bin"===o.kind&&!Oa(o)||"retif"===o.kind&&(!o.trueExpr&&!Sa(o.falseExpr)||"bin"===o.test.kind&&!Oa(o.test))||("variable"===t.kind||"string"===t.kind||Jo(t))&&("string"===o.kind&&!Qa(o)||Ga(o))?na(oa([sa,r,s])):[" ",r,s]}function Qa(t){return t.raw.includes("\n")}function Ya(t,e){return("string"===t.kind||"encapsed"===t.kind&&("string"===t.type||"shell"===t.type))&&Qa(t)&&!ka(e,wo(t),{backwards:!0})}function Wa(t,e,s){return na(t.map((t=>{let{isFirst:i}=t;return i?[e()]:[s,e()]}),"types"))}const $a=new Set(["loc","range","raw","comments","leadingComments","trailingComments","parenthesizedExpression","parent","prev","start","end","tokens","errors","extra"]);function za(t,e){if("string"===t.kind&&delete e.isDoubleQuote,["array","list"].includes(t.kind)&&delete e.shortForm,"inline"===t.kind){if(t.value.includes("___PSEUDO_INLINE_PLACEHOLDER___"))return null;e.value=e.value.replace(/\n/g,"")}if(("continue"===t.kind||"break"===t.kind)&&t.level){const{level:t}=e;"number"===t.kind&&(e.level="1"===t.value?null:t)}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;"number"===t.kind&&(e.value=Mo(t.value));if(["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=ch(e.name.name)),"noop"===t.kind)return null}za.ignoredProperties=$a;const ja=/@prettier|@format/,Ka=function(t){const e=new Map;return s=>(e.has(s)||e.set(s,t(s)),e.get(s))}((t=>{const e=Ro(t),[s]=e.children,[i]=e.comments.filter((t=>"commentblock"===t.kind));if(s&&i&&i.loc.start.line<s.loc.start.line)return i}));const{join:Xa,hardline:qa}=e.doc.builders;function Ja(t,e){let{extend:s,override:i}=e;const n={};for(const e in t){n["languageId"===e?"linguistLanguageId":e]=t[e]}if(s)for(const t in s)n[t]=(n[t]||[]).concat(s[t]);for(const t in i)n[t]=i[t];return n}const Za=[Ja({name:"PHP",type:"programming",color:"#4F5D95",extensions:[".php",".aw",".ctp",".fcgi",".inc",".php3",".php4",".php5",".phps",".phpt"],tmScope:"text.html.php",aceMode:"php",languageId:272,aliases:["inc"],codemirrorMode:"php",codemirrorMimeType:"application/x-httpd-php",interpreters:["php"],filenames:[".php",".php_cs",".php_cs.dist","Phakefile"]},{override:{parsers:["php"],vscodeLanguageIds:["php"]}}),Ja({name:"HTML+PHP",type:"markup",color:"#4f5d95",extensions:[".phtml"],tmScope:"text.html.php",aceMode:"php",languageId:151,codemirrorMode:"php",codemirrorMimeType:"application/x-httpd-php",group:"HTML"},{override:{parsers:["php"],vscodeLanguageIds:["php"]}})],tc={php:{parse:Ro,astFormat:"php",locStart:wo,locEnd:Do,hasPragma:function(t){if(!ja.test(t))return!1;const e=Ka(t);if(e){const{value:t}=e;return ja.test(t)}return!1}}},ec=new Set(["kind","loc","errors","extra","comments","leadingComments","enclosingNode","precedingNode","followingNode"]);const sc={php:{print:function(t,e,s){const{node:i}=t;if("string"==typeof i)return i;const n=function(t,e,s){const{node:i}=t;switch(i.kind){case"program":return na([Ua(t,e,s),$h(t,e,!0,(t=>!t.printed))]);case"expressionstatement":return s("expression");case"block":return[Ua(t,e,s),$h(t,e,!0)];case"declare":{const n=t=>ea(", ",t.map(s,"directives"));return["block","short"].includes(i.mode)?["declare(",n(t),")","block"===i.mode?" {":":",i.children.length>0?oa([ca,Ua(t,e,s)]):"",$h(t,e),ca,"block"===i.mode?"}":"enddeclare;"]:["declare(",n(t),")","inline"===t.next?.kind?"":";"]}case"declaredirective":return[s("key"),"=",s("value")];case"namespace":return["namespace ",i.name&&"string"==typeof i.name?[i.name,i.withBrackets?" ":""]:"",i.withBrackets?"{":";",qo(i)?[" ",$h(t,e,!0)]:"",i.children.length>0?i.withBrackets?oa([ca,Ua(t,e,s)]):["inline"===i.children[0].kind?"":[ca,rh(e.originalText,i)?ca:""],Ua(t,e,s)]:"",i.withBrackets?[ca,"}"]:""];case"usegroup":return na(["use ",i.type?[i.type," "]:"",oa([i.name?[Xo(i.name),"\\{",la]:"",ea([",",sa],t.map(s,"items"))]),i.name?[aa(ya(e,7.2)?",":""),la,"}"]:""]);case"useitem":return[i.type?[i.type," "]:"",Xo(i.name),qo(i)?[" ",$h(t,e,!0)]:"",i.alias?[" as ",s("alias")]:""];case"class":case"enum":case"interface":case"trait":return function(t,e,s){const{node:i}=t,n="class"===i.kind&&i.isAnonymous,r=Ma(t,e,s,{inline:n}),o=n?[]:[...r];i.isFinal&&o.push("final ");i.isAbstract&&o.push("abstract ");i.isReadonly&&o.push("readonly ");o.push(n?"":i.kind),i.name&&o.push(" ",s("name"));"enum"===i.kind&&i.valueType&&o.push(": ",s("valueType"));i.extends&&i.implements?o.push(ra([[Fa(t,e,s,"extends"),Fa(t,e,s,"implements")],[Fa(t,e,s,"extends"),Fa(t,e,s,"implements"," ",ca)],[Fa(t,e,s,"extends",ca," "),Fa(t,e,s,"implements",ca,i.implements.length>1?ca:" ")]],{shouldBreak:qo(i.extends)})):(i.extends&&o.push(ra([Fa(t,e,s,"extends"),Fa(t,e,s,"extends"," ",ca),Fa(t,e,s,"extends",ca,i.extends.length>1?ca:" ")])),i.implements&&o.push(ra([Fa(t,e,s,"implements"),Fa(t,e,s,"implements"," ",ca),Fa(t,e,s,"implements",ca,i.implements.length>1?ca:" ")])));const h=i.body&&0===i.body.length&&!qo(i),a=na([na(o),Aa(e)&&!h?n?sa:ca:" "]),c=["{",oa([h?"":ca,Pa(t,e,s,"body")]),$h(t,e,!0),h?"":ca,"}"];return[a,c]}(t,e,s);case"traitprecedence":return[s("trait"),"::",s("method")," insteadof ",ea(", ",t.map(s,"instead"))];case"traitalias":return[i.trait?[s("trait"),"::"]:"",i.method?s("method"):""," as ",ea(" ",[...i.visibility?[i.visibility]:[],...i.as?[s("as")]:[]])];case"traituse":return na(["use ",oa(na(ea([",",sa],t.map(s,"traits")))),i.adaptations?[" {",i.adaptations.length>0?[oa([ca,Pa(t,e,s,"adaptations")]),ca]:qo(i)?[sa,$h(t,e,!0),sa]:"","}"]:""]);case"function":case"closure":case"method":return function(t,e,s){const{node:i}=t,n=Ma(t,e,s,{inline:"closure"===i.kind}),r=[];i.isFinal&&r.push("final ");i.isAbstract&&r.push("abstract ");i.visibility&&r.push(i.visibility," ");i.isStatic&&r.push("static ");r.push("function "),i.byref&&r.push("&");i.name&&r.push(s("name"));r.push(Ca(t,e,s)),i.uses&&i.uses.length>0&&r.push(na([" use ",Ca(t,e,s,"uses")]));i.type&&r.push([": ",qo(i.type)?[t.call((()=>$h(t,e,!0)),"type")," "]:"",i.nullable?"?":"",s("type")]);const o=r;if(!i.body)return[...n,o];const h=["{",oa([nh(t)?"":ca,s("body")]),nh(t)?"":ca,"}"],a="closure"===i.kind;if(a)return[...n,o," ",h];if(0===i.arguments.length)return[...n,o,Aa(e)&&!nh(t)?ca:" ",h];const c=r.some(da);if(c)return[...n,o," ",h];return[...n,ra([[o,Aa(e)&&!nh(t)?ca:" ",h],[o," ",h]])]}(t,e,s);case"arrowfunc":return[i.parenthesizedExpression?"(":"",...Ma(t,e,s,{inline:!0}),i.isStatic?"static ":"","fn",Ca(t,e,s),i.type?[": ",i.nullable?"?":"",s("type")]:""," => ",s("body"),i.parenthesizedExpression?")":""];case"parameter":{let n="";1===i.flags?n="public ":2===i.flags?n="protected ":4===i.flags&&(n="private ");const r=[...Ma(t,e,s,{inline:!0}),n,i.readonly?"readonly ":"",i.nullable?"?":"",i.type?[s("type")," "]:"",i.byref?"&":"",i.variadic?"...":"","$",s("name")];return i.value?na([r,qo(i)?" ":"",$h(t,e,!0)," =",Va(i.name,i.value,s("value"),!1,e)]):r}case"variadic":return["...",s("what")];case"property":return na([i.readonly?"readonly ":"",i.type?[i.nullable?"?":"",s("type")," "]:"","$",s("name"),i.value?[" =",Va(i.name,i.value,s("value"),!1,e)]:""]);case"propertystatement":{const n=[];t.each((()=>{n.push(...Ma(t,e,s))}),"properties");const r=t.map(s,"properties"),o=i.properties.some((t=>t.value));let h;1!==r.length||i.properties[0].comments?r.length>0&&(h=oa(r[0])):[h]=r;const a=i.visibility||null===i.visibility;return na([...n,a?[null===i.visibility?"var":i.visibility,""]:"",i.isStatic?[a?" ":"","static"]:"",h?[" ",h]:"",oa(r.slice(1).map((t=>[",",o?ca:sa,t])))])}case"if":{const n=[],r=Ba(t,e,s,"body"),o=na(["if (",na([oa([la,s("test")]),la]),")",r]);if(n.push(o,zo(t)||!i.body?"":ca),i.alternate){n.push(i.shortForm?"":"} ");const r=jh(i.body)&&i.body.comments.some((t=>t.trailing&&!Xh(t)))||function(t){if(!t.comments)return!1;const e=$o(t.comments.filter((t=>!t.leading&&!t.trailing)));return e&&!Xh(e)}(i),o=!r;n.push(o?"":ca),qo(i)&&n.push(Ea(e.originalText,Do(i.body))?ca:"",$h(t,e,!0),r?ca:" "),n.push("else",na("if"===i.alternate.kind?s("alternate"):Ba(t,e,s,"alternate")))}else n.push(i.body?i.shortForm?"endif;":"}":"");return n}case"do":return["do",Ba(t,e,s,"body")," while (",na([oa([la,s("test")]),la]),")"];case"while":case"switch":return na([i.kind," (",na([oa([la,s("test")]),la]),")",Ba(t,e,s,"body")]);case"for":{const n=Ba(t,e,s,"body"),r=$h(t,e,!0),o=r?[r,la]:"";return i.init.length||i.test.length||i.increment.length?[o,na(["for (",na([oa([la,na(ea([",",sa],t.map(s,"init"))),";",sa,na(ea([",",sa],t.map(s,"test"))),";",sa,na(ea([",",sa],t.map(s,"increment")))]),la]),")",n])]:[o,na(["for (;;)",n])]}case"foreach":{const n=Ba(t,e,s,"body"),r=$h(t,e,!0);return[r?[r,la]:"",na(["foreach (",na([oa([la,s("source"),sa,"as ",na(i.key?oa(ea([" =>",sa],[s("key"),s("value")])):s("value"))]),la]),")",n])]}case"try":{const n=[];return n.push("try",Ba(t,e,s,"body")),i.catches&&n.push(t.map(s,"catches")),i.always&&n.push(" finally",Ba(t,e,s,"always")),n}case"catch":return[" catch",i.what?[" (",ea(" | ",t.map(s,"what")),i.variable?[" ",s("variable")]:"",")"]:"",Ba(t,e,s,"body")];case"case":return[i.test?["case ",i.test.comments?oa(s("test")):s("test"),":"]:"default:",i.body&&i.body.children&&i.body.children.length?oa([zo(t)?"":ca,s("body")]):""];case"break":case"continue":return i.level&&("number"===i.level.kind&&"1"!==i.level.value)?[`${i.kind} `,s("level")]:i.kind;case"call":return 1===i.arguments.length&&Ya(i.arguments[0],e.originalText)?[s("what"),"(",ea(", ",t.map(s,"arguments")),")"]:Jo(i.what)?function(t,e,s){const i=[];function n(t){const{originalText:s}=e,i=xa(s,Do(t));return")"===s.charAt(i)?fa(s,i+1,e):Ea(s,Do(t))}function r(t){const{node:o}=t;if("call"!==o.kind||!Jo(o.what)&&"call"!==o.what.kind)if(Jo(o)){let n=null;n="propertylookup"===o.kind?Na(t,e,s):"nullsafepropertylookup"===o.kind?ga(t,e,s):"staticlookup"===o.kind?La(t,e,s):ba(t,e,s),i.unshift({node:o,needsParens:Zh(t,e),printed:Jh(t,(()=>n),e)}),t.call((t=>r(t)),"what")}else i.unshift({node:o,printed:s()});else i.unshift({node:o,printed:[Jh(t,(()=>Ca(t,e,s)),e),n(o)?ca:""]}),t.call((t=>r(t)),"what")}const{node:o}=t;i.unshift({node:o,printed:Ca(t,e,s)}),t.call((t=>r(t)),"what");for(let t=0;t<i.length;++t)"call"===i[t].node.kind&&i[t-1]&&["propertylookup","nullsafepropertylookup","staticlookup"].includes(i[t-1].node.kind)&&i[t-1].needsParens&&(i[0].printed=["(",i[0].printed],i[t-1].printed=[i[t-1].printed,")"]);const h=[];let a=[i[0]],c=1;for(;c<i.length&&("call"===i[c].node.kind||Jo(i[c].node)&&i[c].node.offset&&"number"===i[c].node.offset.kind);++c)a.push(i[c]);if("call"!==i[0].node.kind)for(;c+1<i.length&&(Jo(i[c].node)&&Jo(i[c+1].node));++c)a.push(i[c]);h.push(a),a=[];let l=!1;for(;c<i.length;++c){if(l&&Jo(i[c].node)){if("offsetlookup"===i[c].node.kind&&i[c].node.offset&&"number"===i[c].node.offset.kind){a.push(i[c]);continue}h.push(a),a=[],l=!1}"call"===i[c].node.kind&&(l=!0),a.push(i[c]),i[c].node.comments&&jh(i[c].node)&&(h.push(a),a=[],l=!1)}a.length>0&&h.push(a);function _(t){const s=t[1].length&&"offsetlookup"===t[1][0].node.kind;if(1===t[0].length){const e=t[0][0].node;return"variable"===e.kind&&("this"===e.name||u&&i(e.name))||sh(e)}function i(t){return t.length<e.tabWidth}const n=$o(t[0]).node;return Jo(n)&&("identifier"===n.offset.kind||"variable"===n.offset.kind)&&s}const u="expressionstatement"===t.parent.kind,p=h.length>=2&&!h[1][0].node.comments&&_(h);function d(t){const e=[];for(let s=0;s<t.length;s++)t[s+1]&&t[s+1].needsParens?(e.push("(",t[s].printed,t[s+1].printed,")"),s++):e.push(t[s].printed);return e}function f(t){return 0===t.length?"":oa(na([ca,ea(ca,t.map(d))]))}const k=h.map(d),T=k,x=p?3:2,E=h.slice(0,x).flat(),m=E.slice(1,-1).some((t=>zh(t.node)))||E.slice(0,-1).some((t=>jh(t.node)))||h[x]&&zh(h[x][0].node),y=hh(t,"encapsed");if(h.length<=x&&!m||y)return na(T);const A=$o(p?h.slice(1,2)[0]:h[0]).node,N="call"!==A.kind&&n(A),g=[d(h[0]),p?h.slice(1,2).map(d):"",N?ca:"",f(h.slice(p?2:1))],L=i.filter((t=>"call"===t.node.kind));if(m||L.length>2&&L.some((t=>!t.node.arguments.every((t=>kh(t)))))||k.slice(0,-1).some(da))return na(g);return[da(T)||N?ta:"",ra([T,g])]}(t,e,s):[s("what"),Ca(t,e,s)];case"new":{const n=i.what&&"class"===i.what.kind&&i.what.isAnonymous;if(!n&&1===i.arguments.length&&Ya(i.arguments[0],e.originalText))return["new ",...t.call(Ma,"what"),s("what"),"(",ea(", ",t.map(s,"arguments")),")"];const r=[];if(r.push("new "),n)r.push(i.what.leadingComments&&"commentblock"===i.what.leadingComments[0].kind?[Kh(i.what.leadingComments,e)," "]:"",...t.call((()=>Ma(t,e,s,{inline:!0})),"what"),"class",i.arguments.length>0?[" ",Ca(t,e,s)]:"",na(s("what")));else{const n=["call","offsetlookup"].includes(i.what.kind),o=[n?"(":"",s("what"),n?")":"",Ca(t,e,s)];r.push(zh(i.what)?oa(o):o)}return r}case"clone":return["clone ",i.what.comments?oa(s("what")):s("what")];case"propertylookup":case"nullsafepropertylookup":case"staticlookup":case"offsetlookup":{const{parent:n}=t;let r,o=0;do{r=t.getParentNode(o),o++}while(r&&Jo(r));const h=hh(t,"encapsed")||r&&("new"===r.kind||"assign"===r.kind&&"variable"!==r.left.kind)||"offsetlookup"===i.kind||(sh(i.what)||"variable"===i.what.kind)&&["identifier","variable","encapsedpart"].includes(i.offset.kind)&&n&&!Jo(n);return[s("what"),h?va(t,e,s):na(oa([la,va(t,e,s)]))]}case"exit":return na([i.useDie?"die":"exit","(",i.expression?Ya(i.expression,e.originalText)?s("expression"):[oa([la,s("expression")]),la]:$h(t,e),")"]);case"global":return na(["global ",oa(ea([",",sa],t.map(s,"items")))]);case"include":return[i.require?"require":"include",i.once?"_once":""," ",i.target.comments?oa(s("target")):s("target")];case"label":return[s("name"),":"];case"goto":return["goto ",s("label")];case"throw":return["throw ",i.what.comments?oa(s("what")):s("what")];case"silent":return["@",s("expr")];case"halt":return[qo(i)?[$h(t,e,!0),ca]:"","__halt_compiler();",i.after];case"eval":return na(["eval(",Ya(i.source,e.originalText)?s("source"):[oa([la,s("source")]),la],")"]);case"echo":{const e=t.map(s,"expressions");let n;return 1!==e.length||i.expressions[0].comments?e.length>0&&(n=jo(i.expressions[0])||i.expressions[0].comments?oa(e[0]):ha(e[0])):[n]=e,na([i.shortForm?"":"echo ",n||"",oa(e.slice(1).map((t=>[",",sa,t])))])}case"print":return["print ",i.expression.comments?oa(s("expression")):s("expression")];case"return":{const n=[];if(n.push("return"),i.expr){const t=s("expr");n.push(" ",i.expr.comments?oa(t):t)}return qo(i)&&n.push(" ",$h(t,e,!0)),n}case"isset":case"unset":return na([i.kind,Ca(t,e,s,"variables")]);case"empty":return na(["empty(",oa([la,s("expression")]),la,")"]);case"variable":{const{parent:e,grandparent:n}=t,r="assign"===e.kind?"":i.byref?"&":"",o="encapsedpart"===e.kind&&"simple"===e.syntax&&e.curly||n&&"offsetlookup"===e.kind&&"encapsedpart"===n.kind&&"simple"===n.syntax&&n.curly?"":"$",h=i.curly?"{":"",a=i.curly?"}":"";return[r,o,h,s("name"),a]}case"constantstatement":case"classconstant":{const n=Ma(t,e,s),r=t.map(s,"constants");let o;return 1!==r.length||i.constants[0].comments?r.length>0&&(o=oa(r[0])):[o]=r,na([...n,i.final?"final ":"",i.visibility?[i.visibility," "]:"","const",i.type?[i.nullable?" ?":" ",s("type")]:"",o?[" ",o]:"",oa(r.slice(1).map((t=>[",",ca,t])))])}case"constant":return Ha(i.name,s("name")," =",i.value,s("value"),!1,e);case"static":{const e=t.map(s,"variables"),n=i.variables.some((t=>t.defaultValue));let r;return 1!==e.length||i.variables[0].comments?e.length>0&&(r=oa(e[0])):[r]=e,na(["static",r?[" ",r]:"",oa(e.slice(1).map((t=>[",",n?ca:sa,t])))])}case"staticvariable":return Ha(i.variable,s("variable")," =",i.defaultValue,s("defaultValue"),!1,e);case"list":case"array":{const n="array"===i.kind&&e.phpVersion>=5.4||"list"===i.kind&&(i.shortForm||e.phpVersion>=7.1),r=n?"[":[i.kind,"("],o=n?"]":")";if(0===i.items.length)return qo(i)?na([r,$h(t,e),la,o]):[r,o];const h=$o(i.items),a=h&&"noop"===h.kind,[c]=i.items.filter((t=>"noop"!==t.kind)).sort(((t,e)=>wo(t)-wo(e))),l=!(!c||!c.key)&&c&&Ta(e.originalText,wo(i),wo(c));return na([r,oa([la,Da(t,e,s)]),a?",":"",aa(!a&&ya(e,5)?[h&&oh(h)?ca:"",","]:""),$h(t,e,!0),la,o],{shouldBreak:l})}case"entry":{const t=i.byRef?"&":"",n=i.unpack?"...":"";return i.key?Ha(i.key,s("key")," =>",i.value,s("value"),t,e):[t,n,s("value")]}case"yield":{const t=[i.key?[s("key")," => "]:"",s("value")];return["yield",i.key||i.value?" ":"",i.value&&i.value.comments?oa(t):t]}case"yieldfrom":return["yield from ",i.value.comments?oa(s("value")):s("value")];case"unary":return[i.type,s("what")];case"pre":return[i.type+i.type,s("what")];case"post":return[s("what"),i.type+i.type];case"cast":return["(",i.type,") ",i.expr.comments?oa(s("expr")):s("expr")];case"assignref":case"assign":{const t="assignref"===i.kind;return Ha(i.left,s("left"),[" ",t?"=":i.operator],i.right,s("right"),t,e)}case"bin":{const{parent:n,grandparent:r}=t,o=i!==n.body&&("if"===n.kind||"while"===n.kind||"switch"===n.kind||"do"===n.kind),h=Ra(t,s,e,!1,o);if(o)return h;if("unary"===n.kind||Jo(n)&&"offsetlookup"!==n.kind)return na([oa([la,...h]),la]);const a=i!==n.body&&"for"===n.kind||"retif"===n.kind&&r&&"return"!==r.kind,c=["assign","property","constant","staticvariable","entry"].includes(n.kind),l="bin"===i.left.kind&&Yo(i.type,i.left.type);if(a||Oa(i)&&!l||!Oa(i)&&c)return na(h);const _=h.slice(1);return na([h.length>0?h[0]:"",oa(_)])}case"retif":{const e=[],{parent:n}=t;let r,o=0;do{r=t.getParentNode(o),o++}while(r&&"retif"===r.kind);const h=r||n,a="bin"===i.falseExpr.kind?oa(s("falseExpr")):s("falseExpr"),c=[i.trueExpr?sa:" ","?",i.trueExpr?[" ","bin"===i.trueExpr.kind?oa(s("trueExpr")):s("trueExpr"),sa]:"",":",i.trueExpr?[" ",a]:[Sa(i.falseExpr)?" ":sa,a]];e.push(c);const l=t=>n===h?na(t):t,_=t.grandparent,u="cast"===n.kind&&_?_:n,p=["propertylookup","nullsafepropertylookup","staticlookup"].includes(u.kind),d=s("test");if(!i.trueExpr){const t=[d,"bin"===u.kind||["print","echo","return","include"].includes(h.kind)?oa(e):e];return"call"===u.kind&&u.what===i||"unary"===u.kind||Jo(u)&&"offsetlookup"!==u.kind?na([oa([la,t]),la]):l(t)}return l(["retif"===i.test.kind?oa(d):d,oa(e),p?la:""])}case"boolean":return i.value?"true":"false";case"number":return Mo(i.value);case"string":{const{parent:s}=t;if("encapsedpart"===s.kind){const s=t.grandparent;let n=0;const r=e.phpVersion>=7.3;let o=_a;if("heredoc"===s.type){o=r?ca:_a;const t=s.raw.split("\n");n=t[t.length-1].search(/\S/),-1===n&&(n=t[t.length-2].search(/\S/))}return ea(o,i.raw.split("\n").map(((t,e)=>e>0||0===i.loc.start.column?t.substring(n):t)))}const n=function(t,e){if(t.isDoubleQuote===e.singleQuote){const e=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|'|"|\$/);return t.isDoubleQuote?e:!e}return t.isDoubleQuote}(i,e)?'"':"'";let r=i.raw;return"b"===i.raw[0]&&(r=r.slice(1)),['"',"'"].includes(r[0])&&(r=r.substr(1)),['"',"'"].includes(r[r.length-1])&&(r=r.substr(0,r.length-1)),["b"===i.raw[0]?"b":"",n,ea(_a,r.split("\n")),n]}case"intersectiontype":return Wa(t,s,"&");case"uniontype":return Wa(t,s,"|");case"encapsedpart":{const t="simple"===i.syntax&&i.curly||"complex"===i.syntax?[i.curly?"$":"","{"]:"",e="simple"===i.syntax&&i.curly||"complex"===i.syntax?"}":"";return[t,s("expression"),e]}case"encapsed":switch(i.type){case"string":case"shell":case"heredoc":{const n=e.phpVersion>=7.3?ca:_a;return[wa(i),"heredoc"===i.type?n:"",...t.map(s,"value"),wa(i,{opening:!1}),"heredoc"===i.type&&Ko(t)?ca:""]}default:throw new Error(`Have not implemented kind ${i.type} yet.`)}case"inline":return ea(_a,i.raw.replace("___PSEUDO_INLINE_PLACEHOLDER___","").split("\n"));case"magic":return i.value;case"nowdoc":{const s=e.phpVersion>=7.3?ca:_a;return["<<<'",i.label,"'",s,ea(s,i.value.split("\n")),s,i.label,Ko(t)?ca:""]}case"name":return["rn"===i.resolution?"namespace\\":"",i.name];case"literal":return s("value");case"parentreference":return"parent";case"selfreference":return"self";case"staticreference":return"static";case"typereference":return i.name;case"nullkeyword":return"null";case"identifier":{const{parent:e}=t;return"method"===e.kind&&(i.name=ch(i.name)),s("name")}case"match":{const i=t.map((()=>{const i=t.node,n=zh(i)?[Kh(i.leadingComments,e),ca]:[],r=!t.isLast||e.trailingCommaPHP?",":"",o=jh(i)?[" ",Kh(i.comments.filter((t=>t.trailing)),e)]:[],h=null===i.conds?"default":t.map((t=>{let{isFirst:e}=t;return[",",sa,s()].slice(e?2:0)}),"conds"),a=s("body"),c=!t.isFirst&&ma(e.originalText,wo(i))?ca:"";return["",ca,c,...n,na([na([h,oa(sa)]),"=> ",a,r,...o])].slice(t.isFirst?1:0)}),"arms");return na(["match (",na([oa([la,s("cond")]),la]),") {",na(oa([...i]))," ",la,"}"])}case"noop":return i.comments?Kh(i.comments,e):"";case"namedargument":return[i.name,": ",s("value")];case"enumcase":return na(["case ",s("name"),i.value?[" =",Va(i.name,i.value,s("value"),!1,e)]:""]);case"variadicplaceholder":return"...";default:throw new Error(`Have not implemented kind '${i.kind}' yet.`)}}(t,e,s),r=[],o=Zh(t,e);return o&&r.unshift("("),r.push(n),o&&r.push(")"),function(t){const{node:e,parent:s}=t;if(!s)return!1;if(["for","foreach","while","do","if","switch"].includes(s.kind)&&"block"!==e.kind&&"if"!==e.kind&&(s.body===e||s.alternate===e))return!0;if(!function(t){return["block","program","namespace","class","enum","interface","trait","traituse","declare"].includes(t.kind)}(s))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){const{parent:e}=t;if(e&&"interface"===e.kind)return!0}return["expressionstatement","do","usegroup","classconstant","propertystatement","traitprecedence","traitalias","goto","constantstatement","enumcase","global","static","echo","unset","return","break","continue","throw"].includes(e.kind)}(t)&&r.push(";"),function(t){const{node:e}=t,s="program"===e.kind,i=e.children&&$o(e.children);if(!s)return!1;if(i&&["halt","inline"].includes(i.kind))return!1;if(i&&("declare"===i.kind||"namespace"===i.kind)){const t=i.children.length>0&&$o(i.children);if(t&&["halt","inline"].includes(t.kind))return!1}return!0}(t)&&r.push(ca),r},getVisitorKeys:function(t,e){return Object.keys(t).filter((t=>!e.has(t)&&!ec.has(t)))},insertPragma:function(t){const e=Ka(t);if(e){const{start:{offset:s},end:{offset:i}}=e.loc,n=t.substring(0,s),r=t.substring(i);return`${n}${function(t){let e=t.split("\n");if(1===e.length){const[,t]=/\/*\*\*(.*)\*\//.exec(e[0]);e=["/**",` * ${t.trim()}`," */"]}const s=e.findIndex((t=>/@\S/.test(t)))||1;return e.splice(s,0," * @format"),e.join("\n")}(e.value)}${r}`}const s="<?php";return t.startsWith(s)?`${t.substring(0,5)}\n/** \n * @format \n */\n${t.substring(5)}`:t},massageAstNode:za,getCommentChildNodes:function(t){if("new"===t.kind&&"class"===t.what.kind)return t.what.__parent_new_arguments=[...t.arguments],[t.what]},canAttachComment:function(t){return t.kind&&"commentblock"!==t.kind&&"commentline"!==t.kind},isBlockComment:Xh,handleComments:{ownLine:function(t,e,s){const{precedingNode:i,enclosingNode:n,followingNode:r}=t;return Dh(e,i,n,r,t)||function(t,e,s){if(t&&Jo(t)&&e&&["identifier","variable","encapsed"].includes(e.kind))return Th(t,s),!0;return!1}(n,r,t)||Uh(e,i,n,r,t)||Yh(e,i,n,r,t)||Gh(n,r,t)||Ph(n,r,t)||Mh(e,i,n,r,t)||Fh(e,n,r,t)||function(t,e,s,i){if(!s&&t&&("for"===t.kind||"foreach"===t.kind))return t.body&&"block"!==t.body.kind?Th(s,i):Th(t,i),!0;return!1}(n,0,r,t)||Hh(n,i,r,t)||Qh(n,i,r,t)},endOfLine:function(t,e,s){const{precedingNode:i,enclosingNode:n,followingNode:r}=t;return function(t,e,s,i,n){if(!e&&!i&&s&&"array"===s.kind)return Eh(s,n),!0;return!1}(0,i,n,r,t)||function(t,e,s,i,n){if(s&&"return"===s.kind&&!s.expr)return Eh(s,n),!0;return!1}(0,0,n,0,t)||Dh(e,i,n,r,t)||function(t,e,s,i,n){const r=e&&!Ah(n,Do(e),wo(i));if((!e||!r)&&t&&"retif"===t.kind&&s)return Th(s,i),!0;return!1}(n,i,r,t,e)||Uh(e,i,n,r,t)||Yh(e,i,n,r,t)||Gh(n,r,t)||Ph(n,r,t)||Mh(e,i,n,r,t)||Fh(e,n,r,t)||function(t,e){if(t&&"entry"===t.kind)return Th(t,e),!0;return!1}(n,t)||function(t,e,s){if(e&&"call"===e.kind&&t&&e.what===t&&e.arguments.length>0)return Th(e.arguments[0],s),!0;return!1}(i,n,t)||function(t,e,s){if(t&&"assign"===t.kind&&e){const i=t.loc.start.offset+t.loc.source.indexOf("=");if(s.loc.start.offset>i)return Th(e,s),!0}return!1}(n,r,t)||Hh(n,i,r,t)||Vh(n,i,r,t)||Qh(n,i,r,t)||Bh(n,t)},remaining:function(t,e,s){const{precedingNode:i,enclosingNode:n,followingNode:r}=t;return Uh(e,i,n,r,t)||Yh(e,i,n,r,t)||function(t,e,s){const i=Nh(t,Do(s));if(")"!==t.charAt(i))return!1;if(e&&("function"===e.kind||"closure"===e.kind||"method"===e.kind||"call"===e.kind||"new"===e.kind)&&0===e.arguments.length)return xh(e,s),!0;return!1}(e,n,t)||Ph(n,r,t)||function(t,e,s){if(t&&"traituse"===t.kind&&t.adaptations&&!t.adaptations.length)return xh(t,s),!0;return!1}(n,0,t)||Mh(e,i,n,r,t)||Fh(e,n,r,t)||Bh(n,t)||function(t,e,s,i){if(e&&"halt"===e.kind)return xh(e,i),!0;if(t&&"halt"===t.kind)return xh(t,i),!0;return!1}(i,n,0,t)||function(t,e){if(t&&("continue"===t.kind||"break"===t.kind)&&!t.label)return Eh(t,e),!0;return!1}(n,t)||Hh(n,i,r,t)||Vh(n,i,r,t)}},willPrintOwnComments(t){const{node:e}=t;return e&&"noop"===e.kind},printComment(t){const e=t.node;switch(e.kind){case"commentblock":{if(!e.value.includes("\n"))return e.value;const t=e.value.split("\n");return t.slice(1,t.length-1).every((t=>"*"===t.trim()[0]))?Xa(qa,t.map(((e,s)=>(s>0?" ":"")+(s<t.length-1?e.trim():e.trimLeft())))):e.value}case"commentline":return e.value.trimRight();default:throw new Error(`Not a comment: ${JSON.stringify(e)}`)}},hasPrettierIgnore(t){const e=t=>t.value.includes("prettier-ignore")&&!t.value.includes("prettier-ignore-start")&&!t.value.includes("prettier-ignore-end"),{node:s,parent:i}=t;return s&&"classconstant"!==s.kind&&s.comments&&s.comments.length>0&&s.comments.some(e)||s&&"constant"===s.kind&&i&&"classconstant"===i.kind&&i.comments&&i.comments.length>0&&i.comments.some(e)}}};t.defaultOptions={tabWidth:4},t.languages=Za,t.options=Oo,t.parsers=tc,t.printers=sc}));